@charset "UTF-8";
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/

body {
	padding-top: 30px;
	border-top: 5px solid #ff7613;
	color: #222;
	font-size: 1.4rem;
	line-height: 1.6;
}

#container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 460px;
}

@media screen and (min-width: 768px) {
	#container {
		max-width: 1060px;
	}
}

@media screen and (min-width: 992px) {
	body {
		padding-top: 60px;
		font-size: 1.6rem;
	}
	#container {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/*------------------------------------------------------------
	アイコンフォント
------------------------------------------------------------*/

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'mfp';
	src: url('fonts/mfp.ttf?h9jp68') format('truetype'), url('fonts/mfp.woff?h9jp68') format('woff'), url('fonts/mfp.svg?h9jp68#mfp') format('svg');
}

[class^="ico-"],
[class*=" ico-"] {
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'mfp' !important;
	line-height: 1;

	speak: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-arrow_right:before {
	content: "\e900";
}

.ico-arrow_under:before {
	content: "\e901";
}

.ico-check:before {
	content: "\e902";
}

.ico-link:before {
	content: "\e905";
}

.ico-tel:before {
	content: "\e903";
}

/*------------------------------------------------------------
	冒頭
------------------------------------------------------------*/

.form_intro {
	margin-bottom: 30px;
}

.mv {
	position: relative;
	margin-bottom: 15px;
	padding-top: 95%;
	height: auto;
	background-image: url(_images/bg_mv_sp.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
}

.mv__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mv__ttl {
	font-size: 1.4rem;
}

.mfp_logo {
	text-align: center;
}

.header_ttl {
	display: table;
	margin-bottom: 30px;
}

.header_ttl span {
	display: block;
	line-height: 1.2;
}

.header_ttl .header_ttl_main {
	font-size: 2.4rem;
	margin-bottom: 10px;
	line-height: 1.5;
}

.header_ttl .logo {
	margin-top: 5px;
}

.form_intro__txt {
	max-width: 800px;
	font-size: 1.8rem;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.mv {
		padding-top: 34%;
		background-image: url(_images/bg_mv_pc.jpg);
	}
	.header_ttl {
		margin-bottom: 60px;
	}
	.header_ttl span {
		font-size: 2.2rem;
	}
	.header_ttl .header_ttl_main i {
		font-size: 3rem;
	}
	.form_intro__txt {
		font-size: 2.1rem;
	}
}

@media screen and (min-width: 992px) {
	.form_intro {
		margin-bottom: 60px;
	}
	.mv {
		margin-bottom: 30px;
	}
	.mv__ttl {
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/

.mailform {
	margin-bottom: -20px;
	width: 100%;
}

.mailform th {
	display: block;
	margin-right: -20px;
	margin-left: -20px;
	padding: 15px 20px;
	background: #faf4f0;
	text-align: left;
	font-size: 1.4rem;
}

.mailform td {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

input,
select,
textarea {
	padding: 0 10px;
	width: 100%;
	height: auto;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.05) inset;
	font-size: 1.4rem;
	line-height: 38px;
	font-weight: bold;
}

input:focus,
textarea:focus {
	border-color: #292929;
}

textarea {
	width: 100% !important;
	height: auto !important;
}

:placeholder-shown {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

@media screen and (min-width: 768px) {
	input,
	select,
	textarea {
		font-size: 1.8rem;
	}
	.mailform {
		margin-bottom: 0;
		letter-spacing: 0;
		font-size: 0;
	}
	.mailform th,
	.mailform td {
		display: table-cell;
		margin: 0;
		border-top: 1px solid #e6e6e6;
		font-size: 1.6rem;
	}
	.mailform th:last-child,
	.mailform td:last-child {
		border-bottom: 1px solid #e6e6e6;
	}
	.mailform th {
		padding: 15px 30px;
		width: 30%;
		vertical-align: top;
		line-height: 1.8;
		text-align: right;
	}
	.mailform td {
		padding: 10px 30px;
		width: 74%;
	}
	.small {
		width: 60%;
	}
}

/* 必須・任意
--------------------------------------------- */

.must,
.any {
	margin-left: 10px;
	padding: 5px;
	border-radius: 3px;
	background: #ff7613;
	color: #fff;
	vertical-align: middle;
	font-size: 1.0rem;
}

.any {
	background: #fff;
	color: #ff7613;
}

@media screen and (min-width: 768px) {
	.must,
	.any {
		font-size: 1.2rem;
	}
}

/* ラジオボタン・チェックボックス
--------------------------------------------- */

.label_contents input {
	display: none;
}

.label_contents label {
	position: relative;
	display: block;
	width: 100%;
	line-height: 50px;
}

.label_contents label:before {
	position: absolute;
	top: 50%;
	left: 22px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 20px;
	height: 20px;
	background: #e0e0e0;
	content: "";
}

.radio_contents label:before {
	border-radius: 100px;
}

.radio_contents input:checked~label:after {
	position: absolute;
	top: 17px;
	left: 28px;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #ff7613;
	content: "";
}

.check_contents input:checked~label:after {
	position: absolute;
	top: 50%;
	left: 24px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #ff7613;
	content: "\e902";
	font-size: 1.6rem;
	font-family: 'mfp';
}

@media screen and (max-width: 767px) {
	.label_contents ul {
		border: 1px solid #bbb;
		border-radius: 3px;
	}
	.label_contents ul li:not(:last-child) {
		border-bottom: 1px solid #bbb;
	}
	.label_contents label {
		padding-left: 50px;
		background-image: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
		background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
		background-image: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
		background-image: linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
		background-image: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
		background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f3f3f3);
		padding-right: 15px;
		line-height: 1.5;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.label_contents input:checked~label {
		background: #ff7613;
		color: #fff;
	}
	.label_contents input:checked~label:before {
		background: #fff;
	}
}

@media screen and (min-width: 768px) {
	.label_contents ul {
		letter-spacing: 0;
		font-size: 0;
	}
	.label_contents ul li {
		vertical-align: top;
		font-size: 1.8rem;
	}
	.label_contents label {
		padding-left: 45px;
		line-height: 40px;
	}
	.label_contents input:checked~label:before {
		background: #ff7613;
	}
	.radio_contents input:checked~label:after {
		background: #fff;
	}
	.label_contents label:before {
		left: 0;
		width: 30px;
		height: 30px;
	}
	.radio_contents input:checked~label:after {
		top: 15px;
		left: 10px;
		width: 10px;
		height: 10px;
	}
	.check_contents input:checked~label:after {
		left: 4px;
		color: #fff;
		font-size: 2.3rem;
	}
	.check_contents ul li:nth-child(1),
	.check_contents ul li:nth-child(2) {
		margin-bottom: 10px;
	}
}

/* セレクトボックス
--------------------------------------------- */

.select_ico {
	position: relative;
}

.select_ico:before {
	position: absolute;
	top: 6px;
	right: 10px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
	color: #ff7613;
	content: "\e901";
	font-size: 1.6rem;
	font-family: 'mfp';
	line-height: 28px;
	pointer-events: none;
}

/* 生年月日
--------------------------------------------- */

.birthday {
	letter-spacing: 0;
	font-size: 0;
}

.birthday li {
	display: inline-block;
	letter-spacing: 1px;
	font-size: 1.4rem;
}

.birthday ul li input {
	width: 80px;
}

.birthday ul li span {
	display: inline-block;
	width: 30px;
	text-align: center;
	line-height: 40px;
}

@media screen and (min-width: 992px) {
	.birthday ul li input {
		width: 90px;
	}
	.birthday ul li span {
		width: 50px;
	}
}

/* 住所
--------------------------------------------- */

.address ul li:not(:last-child) {
	margin-bottom: 15px;
}

.address_name {
	display: block;
}

/* 送信確認
--------------------------------------------- */

.submit_check p {
	margin-bottom: 30px;
}

.submit_check p span {
	color: #327adc;
	text-decoration: underline;
}

.submit_check p a:after {
	color: #327adc;
	content: "\e905";
	font-family: 'mfp';
	display:inline-block;
}

.label_contents.submit_check label {
	background: #f5f5f5;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.label_contents.submit_check p {
		margin-bottom: 15px;
	}
	.label_contents.submit_check label {
		padding: 10px 20px 10px 60px;
		font-size: 1.8rem;
	}
	.label_contents.submit_check label:before {
		top: 30px;
		left: 20px;
	}
	.check_contents.submit_check input:checked~label:after {
		top: 29px;
		left: 24px;
	}
}

/* エラー
--------------------------------------------- */

.problem {
	border: 1px solid #ec3f3f;
	background-color: #ffecec;
	box-shadow: 0px 0px 7px 1px rgba(236, 63, 63, 0.05) inset;
}

.mfp_err {
	display: none;
	margin: 10px 0 0;
	padding-left: 30px;
	background-image: url(_images/mfp_error.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	color: #ec3f3f;
	font-size: 1.2rem;
}

.check_contents .mfp_err {
	margin: 10px 0;
}

.problem::placeholder-shown {
	color: #ec3f3f;
}

.problem::-webkit-input-placeholder {
	color: #ec3f3f;
}

.problem::-moz-placeholder {
	color: #ec3f3f;
}

.problem:-ms-input-placeholder {
	color: #ec3f3f;
}

.problem:-moz-placeholder {
	color: #ec3f3f;
}

/* 注釈
--------------------------------------------- */

.mfp_note {
	color: #666;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.mfp_note {
		padding-left: 1em;
		text-indent: -1.5em;
		font-size: 1.4rem;
	}
}

/* 送信ボタン
--------------------------------------------- */

.mfp_buttons {
	margin: 30px 0 60px;
	text-align: center;
}

.mfp_buttons button {
	position: relative;
	padding: 15px 0;
	width: 240px;
	border-radius: 10px;
	background: #f77725;
	color: #fff;
	font-size: 1.4rem;
	transition: .2s ease-in;
	font-weight: bold;
}

.mfp_buttons button:hover {
	background: rgba(255, 118, 19, 0.8);
}

@media screen and (min-width: 768px) {
	.mfp_buttons {
		margin: 60px 0;
	}
	.mfp_buttons button {
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	会社情報
------------------------------------------------------------*/

.form_info {
	margin-bottom: 60px;
}

.form_info__inner {
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	max-width: 700px;
	background: #f5f5f5;
	color: #222;
}

.footer_ttl {
	display: table;
	margin-bottom: 20px;
}

.footer_ttl span {
	display: block;
	line-height: 1.2;
}
.footer_ttl .footer_ttl_main {
	line-height: 1.5;
}
.footer_ttl .footer_ttl_main i {
	font-size: 1.8rem;
}

.footer_ttl .logo {
	margin-top: 5px;
}

.form_info__name {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.6rem;
}

.form_info__address {
	font-size: 1.2rem;
}

.form_info__tel a {
	color: #222;
}

.form_info__tel a:before {
	display: inline-block;
	margin-right: 5px;
	content: "\e903";
	font-family: 'mfp';
}

@media screen and (min-width: 768px) {
	.footer_ttl .footer_ttl_main i {
		font-size: 2.1rem;
	}
	.form_info__name {
		margin-bottom: 24px;
		font-size: 2rem;
	}
	.form_info__address {
		margin-bottom: 24px;
	}
	.form_info__address,
	.form_info__tel {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	.form_info__tel a {
		display: block;
		margin-top: 15px;
		padding: 6px;
		border-radius: 10px;
		background: #ff7613;
		color: #fff;
		text-align: center;
	}
	.form_info__tel a:before {
		color: #fff;
	}
	.form_info__inner {
		padding: 20px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 10px 20px;
	background: #ff7613;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}

/*------------------------------------------------------------
	ローディング
------------------------------------------------------------*/

#mfp_loading_screen {
	position: absolute;
	z-index: 20000;
	display: none;
	background-color: #000;
	opacity: 0.8;
}

#mfp_loading {
	position: absolute;
	z-index: 20001;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}

/*------------------------------------------------------------
	mfp_hidden
------------------------------------------------------------*/

#mfp_hidden {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 1px;
	height: 1px;
}

#mfp_hidden input {
	margin: 10px;
}

/*------------------------------------------------------------
	確認画面
------------------------------------------------------------*/

#mfp_overlay_background {
	position: absolute;
	z-index: 10000;
	display: none;
	height: auto;
	background-color: #000;
}

#mfp_overlay {
	position: absolute;
	z-index: 10001;
	display: none;
}

#mfp_overlay_inner {
	margin: 0 20px;
	padding: 15px;
	border-radius: 10px;
	background-color: #FFF;
}

#mfp_overlay_inner h4 {
	margin-bottom: 15px;
	font-size: 1.6rem;
}

#mfp_confirm_table tr:nth-child(even) {
	background: #f5f5f5;
}

#mfp_confirm_table tr th,
#mfp_confirm_table tr td {
	padding: 5px 10px;
	border-top: solid 1px #CCC;
	text-align: left;
	font-size: 12px;
}

#mfp_confirm_table tr:last-child th,
#mfp_confirm_table tr:last-child td {
	border-bottom: solid 1px #CCC;
}

#mfp_confirm_table tr th {
	width: 20%;
	vertical-align: top;
	white-space: nowrap;
}

#mfp_confirm_table tr td {
	width: 80%;
	word-break: break-all;
	line-height: 1.6em;
}

.mfp_buttons #mfp_button_send {
	margin-right: 15px;
	width: 200px;
}

.mfp_buttons #mfp_button_cancel {
	width: 160px;
	background: #999;
}

.mfp_buttons #mfp_button_cancel:after {
	content: "";
}

@media screen and (max-width: 449px) {
	#mfp_overlay_inner .mfp_buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
}

@media screen and (min-width: 768px) {
	#mfp_overlay_inner {
		padding: 60px;
	}
	#mfp_overlay_inner h4 {
		margin-bottom: 30px;
		font-size: 2rem;
	}
	#mfp_confirm_table tr th,
	#mfp_confirm_table tr td {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 840px) {
	#mfp_overlay_inner {
		margin-right: auto;
		margin-left: auto;
		max-width: 800px;
	}
}

/*------------------------------------------------------------
	サンクス
------------------------------------------------------------*/

.mfp_thanks {
	margin-right: auto;
	margin-left: auto;
}

.thanks_logo {
	margin-bottom: 25px;
	text-align: center;
}

.thanks_ttl {
	margin-bottom: 30px;
	font-size: 1.8rem;
}

#ThanksComment {
	margin-bottom: 60px;
	line-height: 2;
}

.thanks_btn a {
	display: block;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	width: 200px;
	border-radius: 10px;
	background: #999;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	line-height: 60px;
}

.btn_inner {
	margin-bottom: 120px;
}

.btn_inner .btn_02 {
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.thanks_logo {
		margin-bottom: 120px;
	}
	.thanks_ttl {
		margin-bottom: 60px;
		font-size: 3.0rem;
	}
	#ThanksComment {
		margin-bottom: 120px;
		font-size: 2.1rem;
	}
	.btn_inner {
		margin-bottom: 180px;
	}
}

/*------------------------------------------------------------
	保留
------------------------------------------------------------*/

.optionally {
	display: block;
	float: left;
	margin: 0px 5px;
	padding: 2px 5px;
	border: solid 2px #06C;
	border-radius: 4px;
	background-color: #06C;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	box-shadow: 0px 0px 5px #CCC;
	color: #FFF;
	text-shadow: 0px 1px 2px #933;
	font-size: 10px;
}

#mfp_confirm_table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

#mfp_phase_confirm {
	clear: both;
}

#mfp_phase_confirm h4 {
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 36px;
}

.mfp_achroma {
	background-color: #FFF;
}

.mfp_parent_error {
	border: solid 2px #F00;
}

div#mfp_error {
	display: none;
	padding: 10px;
	border: solid 1px #F00;
	background-color: #FEE;
}

div#mfp_error p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}

div#mfp_error p strong {
	color: #F00;
	font-size: 18px;
}

div#mfp_warning {
	display: none;
	padding: 10px;
	border: solid 1px #F00;
	border-radius: 5px;
	background-color: #FEE;
}

div#mfp_warning p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}

div#mfp_warning p strong {
	color: #F00;
	font-size: 18px;
}

div#mfp_price {
	padding: 10px;
	color: #C00;
	font-weight: bolder;
	font-size: 36px;
}

div#mfp_price span {
	color: #666;
	font-size: 12px;
}

button.mfp_next,
button.mfp_prev {
	margin: 10px;
	padding: 5px 10px;
	font-size: 18px;
}

button.mfp_next {
	float: right;
}

button.mfp_prev {
	float: left;
}

ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}

ul#mfp_phase_stat li {
	display: inline-block;
	margin: 0px 5px;
	padding: 8px 15px;
	border-radius: 5px;
	list-style: none;
	font-size: 14px;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
	padding: 8px 0px;
	box-shadow: none;
	color: #999;
}

ul#mfp_phase_stat li.mfp_active_phase {
	border: solid 2px #0068B7;
	background-color: #0068B7;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	box-shadow: 0px 1px 6px #000;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
	font-weight: bolder;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
	border: solid 2px #EEE;
	background-color: #EEE;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	box-shadow: 0px 1px 6px #CCC;
	color: #999;
}

div#mfp_shopping_cart {
	margin: 0px;
	padding: 0px;
	border: solid 1px #CCC;
}

div#mfp_shopping_cart p {
	margin: 0px;
	padding: 20px 10px;
	background-color: #FEE;
	text-align: center;
	font-size: 12px;
}

table.mfp_shoppingcart {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.mfp_shoppingcart thead tr td {
	padding: 5px;
	border-bottom: solid 1px #CCC;
	background-color: #EEE;
	text-align: center;
	font-size: 12px;
}

table.mfp_shoppingcart tbody tr th,
table.mfp_shoppingcart tbody tr td {
	padding: 5px;
	border-bottom: solid 1px #CCC;
	font-size: 12px;
}

table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}

table.mfp_shoppingcart tbody tr th span {
	display: block;
	padding: 3px 0px;
	color: #666;
	font-size: 10px;
}

table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	color: #900;
	font-weight: bolder;
	font-size: 16px;
}

td.msc_price {
	text-align: right;
	font-size: 12px;
}

.imagebutton {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	background: none;
}

.mfp_element_file {
	display: inline-block;
	padding: 10px 10px;
	border: solid 1px #CCC;
	border-radius: 3px;
	background: #EEE;
	box-shadow: 0px 0px 5px #CCC inset;
	vertical-align: middle;
	font-size: 12px;
}

.mfp_element_reset {
	color: #333;
}

button.mfp_next,
button.mfp_prev {
	font-size: 14px;
}

input#mfp_reserve_item,
input#mfp_reserve_date {
	display: none;
}

div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}

div#mfp_reserve_inner {
	position: relative;
	overflow: auto;
	padding: 0px 0px 0px 100px;
}

div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #FEE;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}

td.mfp_reserve_disabled {
	background-color: #CCC;
}

td.mfp_reserve_warning {
	background-color: #FFC;
}

div#mfp_reserve_wrapper table tr td,
div#mfp_reserve_wrapper table tr th {
	padding: 0px 5px;
	height: 20px;
	border: solid 1px #CCC;
	text-align: center;
	text-align: left;
	font-size: 12px;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

td.mfp_reserve_week_0 {
	background-color: #FEE;
	color: #F00;
}

td.mfp_reserve_week_6 {
	background-color: #EEF;
	color: #00F;
}

div.mfp_ok {
	display: inline-block;
	display: none;
	margin: 0px 2px;
	padding: 0px 5px;
	border: solid 1px #090;
	border-radius: 5px;
	background-color: #090;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	color: #FFF;
	font-size: 10px;
	line-height: 1.6em;
}

div.prefcodeWrapper {
	position: relative;
}

div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
}

div.prefcodeResult div {
	cursor: pointer;
}

div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}

div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
	overflow: hidden;
	height: 0px;
}

.showfield {
	overflow: visible;
	height: auto;
}

div.mfp_attached_thumbnails {
	display: none;
	margin: 5px auto;
	padding: 5px;
	border: solid 1px #CCC;
	border-radius: 3px;
	background: #EEE;
	box-shadow: 0px 0px 5px #CCC inset;
}

div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	margin: 5px;
	padding: 0px;
	border: solid 4px #FFF;
	box-shadow: 0px 2px 5px #999;
	vertical-align: top;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	overflow: hidden;
	max-height: 100px;
}

div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}

button.mfp_attached_reset {
	font-size: 14px;
}

div#mfp_OperationCheck {}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}

div#mfp_OperationCheck strong {
	display: block;
	border-radius: 3px;
	background: #090;
	color: #222;
	text-align: center;
}

div#mfp_OperationCheck * {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

div#mfp_OperationCheck p {
	margin: 0px;
	padding: 0px 5px;
	font-size: 12px;
}

div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}

div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	list-style: none;
	vertical-align: middle;
	font-size: 12px;
	line-height: 12px;
}

div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
	text-decoration: underline;
}

button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	display: inline-block;
	margin: 5px auto;
	padding: 5px 10px 5px 2em;
	outline: none;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
}

button#mfp_recorder_record {
	background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}

button#mfp_recorder_clear {
	background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}

button#mfp_recorder_restore {
	background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}

button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}

div#mfp_recorder_wrap {
	margin: 5px auto;
	padding: 10px;
	border: solid 1px #CCC;
	text-align: center;
}

td.request_image {
	width: 100px;
}

td.request_image img {
	max-width: 100px;
}

span.mfp_tips {
	display: block;
	margin: 2px;
	padding: 10px;
	border-radius: 5px;
	background-color: #FCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
	color: #800040;
}

span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}

span.mfp_tips em {
	color: #090;
	font-weight: bold;
	font-style: normal;
}

@media screen and (max-width: 800px) {
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		margin: 5px;
		padding: 5px 0px;
		width: 28%;
		border-radius: 3px;
		list-style: none;
		text-align: center;
		font-size: 14px;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		display: none;

		bos-shadow: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {}
	ul#mfp_phase_stat li.mfp_inactive_phase {}
	table#mfp_confirm_table tr th {
		width: 100px;
		white-space: nowrap;
	}
	div#mfp_thanks {
		padding: 20px 0px;
		text-align: center;
		font-size: 18px;
	}
	div#mfp_thanks strong {
		display: block;
		color: #C00;
		font-size: 24px;
	}
}

/*cart*/

form.mfpcart {}

form.mfpcart button {
	display: inline-block;
	padding: 0px;
	border: solid 1px #999;
	border-radius: 3px;
}

form.mfpcart button span {
	display: inline-block;
	padding: 3px 8px;
	border-top: solid 1px #FFF;
	border-radius: 3px;
	border-radius: 3px;
	background-color: #CCC;
	text-shadow: 0px 1px 0px #EEE;
	font-weight: bolder;
	font-size: 12px;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
	cursor: pointer;
}

form.mfpcart button span:hover {
	background-color: #DDD;
}

a.gocart {
	display: inline-block;
	border: solid 1px #999;
	border-radius: 3px;
	background-color: #CCC;
	text-decoration: none;
}

a.gocart:hover {
	background-color: #DDD;
}

a.gocart span {
	display: inline-block;
	padding: 6px 8px;
	border-top: solid 1px #FFF;
	border-radius: 3px;
	color: #000;
	text-shadow: 0px 1px 0px #EEE;
	font-weight: bolder;
	font-size: 12px;
}

/*example*/

ul.example_pages {
	padding: 15px 30px;
	border: solid 1px #CCC;
}

ul.example_pages li {
	padding: 5px 0px;
}

div#example_selector {
	padding: 10px 0px;
	text-align: left;
}

div#example_selector span {
	display: block;
	padding: 5px 0px;
	font-size: 14px;
}

div#example_selector select {
	box-sizing: border-box;
	padding: 5px 10px;
	max-width: 100%;
	width: 100%;
	outline: none;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	font-size: 18px;
}

div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FEE;
	box-shadow: 0px 2px 10px #CCC;
}

div.tips p {
	font-size: 14px;
	line-height: 1.6em;
}

div.tips strong {
	color: #800040;
}

div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}

div.tips em {
	color: #090;
	font-weight: bold;
	font-style: normal;
}

div.tips ol li {
	margin: 15px;
	padding: 10px;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
	font-size: 12px;
	line-height: 1.6em;
}

div.tips ol li span {
	padding: 0px 10px;
}

div.tips ol li img {
	display: block;
	margin: 5px auto;
	width: 280px;
	border: none;
}

@media screen and (max-width: 800px) {
	table#mfp_confirm_table tr th {
		white-space: nowrap;
	}
	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td {
		display: block;
		width: 100%;
	}
	#mfp_confirm_table tr:last-child th {
		border-bottom: none;
	}
	table#mfp_confirm_table tr td {
		border-top: none;
	}
	#mfp_confirm_table tr:last-child td {
		border-top: none;
	}
	div#mfp_thanks {
		padding: 20px 0px;
		text-align: center;
		font-size: 18px;
	}
	div#mfp_thanks strong {
		display: block;
		color: #C00;
		font-size: 24px;
	}
}
.submit_check a{
	color: #327adc;
	display:inline-block;
}
.mb20{margin-bottom: 20px;}
