/*===========================
MV
===========================*/
#under_mv .mv_title_wrap {
	padding-top: 1.40rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
	#under_mv .mv_title_wrap {
		padding-top: 0.50rem;
	}
}

#under_mv .page_name {
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #FFF;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#under_mv .page_name {
		font-size: 0.14rem;
	}
}

#under_mv .page_name span {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 0.08rem 0.10rem 0.10rem;
}

#under_mv .catch {
	font-size: 0.36rem;
	line-height: 1.675;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#under_mv .catch {
		font-size: 5vw;
		line-height: 1.55;
		padding-bottom: 0.10rem;
	}
}


/*===========================
iOSでのデフォルトスタイルをリセット
===========================*/
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/*===========================
お問い合わせ
===========================*/
#contact {
	padding: 0.70rem 0;
	position: relative;
}
@media screen and (max-width: 599px) {
	#contact {
		padding: 0.40rem 0;
	}
}


#contact .in {
	max-width: 10.80rem;
}

/* 導入部のテキスト */
#contact .contact_header {
	text-align: center;
	padding-bottom: 0.40rem;
}

#contact .text {
	font-size: 0.16rem;
	line-height: 1.85;
}
@media screen and (max-width: 599px) {
	#contact .text {
		font-size: 0.15rem;
		text-align: left;
	}
}

#contact .small_text {
	font-size: 0.14rem;
	line-height: 1.75;
}

#contact .red {
	color: #c1272d;
}

#contact .center {
	text-align: center;
}

#contact .text strong {
	font-size: 0.20rem;
}
@media screen and (max-width: 599px) {
	#contact .text strong {
		font-size: 0.18rem;
	}
}




/* フォーム */
#contact .contact_table {
	padding-bottom: 0.40rem;
}

#contact .contact_table table {
	width: 100%;
	font-size: 0.16rem;
	line-height: 1.65;
}

#contact .contact_table table th {
	box-sizing: border-box;
	width: 2.50rem;
	padding: 0.15rem;
	color: #FFF;
	text-align: left;
	background-color: #17926f;
	position: relative;
}
@media screen and (max-width: 599px) {
	#contact .contact_table table th {
		display: block;
		width: 100%;
	}
}



/* 必須アイコン */
#contact .contact_table table th.required::after {
	content: "必須";
	font-size: 0.12rem;
	color: #FFF;
	font-weight: 500;
	background-color: #FFF;
	line-height: 1;
	padding: 0.04rem 0.10rem;
	border-radius: 0.04rem;
	color: #17926f;
	position: absolute;
	right: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
}

#contact .contact_table table td {
	box-sizing: border-box;
	padding: 0.15rem;
	text-align: left;
	background-color: #F2F2F2;
	position: relative;
}
@media screen and (max-width: 599px) {
	#contact .contact_table table td {
		display: block;
		width: 100%;
	}
}


#contact .contact_table table td p {
	padding-top: 0.05rem;
}

/* input text */
#contact .contact_table table td input[type="text"] {
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 0.04rem;
	font-size: 0.16rem;
	padding: 0.05rem;
	box-sizing: border-box;
}

#contact .contact_table table td .w100 {
	width: 100%;
}

#contact .contact_table table td .w60 {
	width: 40%;
}

#contact .contact_table table td .w40 {
	width: 40%;
}

/* select */
#contact .contact_table table td select {
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 0.04rem;
	font-size: 0.16rem;
	padding: 0.05rem;
	box-sizing: border-box;
}

#contact .contact_table table td .select_address {
	width: 40%;
}

/* textarea */
#contact .contact_table table td textarea {
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 0.04rem;
	font-size: 0.16rem;
	padding: 0.05rem;
	box-sizing: border-box;
	width: 100%;
	min-height: 3.00rem;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	line-height: 1.85;
}

/* 確認ボタン */
#contact .submit_wrap {
	text-align: center;
	padding-bottom: 0.60rem;
}

#contact .submit_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 0.20rem;
}

#contact .submit_wrap .list .btn {
	width: 3.00rem;
	margin: 0 0.20rem;
}

#contact .submit_wrap .list .btn input {
	display: block;
	line-height: 0;
	padding: 0.25rem 0 0.27rem;
	font-size: 0.20rem;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	border: 0;
	width: 100%;
	border-radius: 0.04rem;
	transition: all 0.3s;
}

#contact .submit_wrap .list .btn input:hover {
	opacity: 0.7;
}

/* 送信ボタン */
#contact .submit_wrap .list .btn input.submit {
	background-color: #f15a24;
}
@media screen and (max-width: 599px) {
	#contact .submit_wrap .list .btn input.submit {
		margin-bottom: 0.20rem;
	}
}

/* 戻る・リセットボタン */
#contact .submit_wrap .list .btn input.back {
	background-color: #999;
}

/*============================
予約のみ
============================*/
/* 囲み */
#contact .kakomi_wrap {
	background-color: #e7f4f0;
	padding: 0.20rem;
	border-radius: 0.10rem;
	margin-bottom: 0.20rem;
}

#contact .kakomi_wrap .title {
	font-size: 0.18rem;
	font-weight: 700;
	color: #17926f;
	padding-bottom: 0.10rem;
}

#contact .kakomi_wrap .kakomi_list .list_icon {
	color: #17926f;
	display: inline-block;
	padding-right: 0.06rem;
}

/* 予約の流れ */
#contact .yoyaku_flow_wrap {
	padding-bottom: 0.50rem;
}

#contact .yoyaku_flow_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contact .yoyaku_flow_wrap .list .detail {
	width: 18%;
	text-align: center;
	border: 2px solid #17926f;
	padding: 0.10rem;
	box-sizing: border-box;
	position: relative;
	border-radius: 0.08rem;
}
@media screen and (max-width: 599px) {
	#contact .yoyaku_flow_wrap .list .detail {
		width: 100%;
		margin-bottom: 0.30rem;
	}
	
	#contact .yoyaku_flow_wrap .list .detail .text{
		text-align: center;
	}
}


#contact .yoyaku_flow_wrap .list .detail:last-child {
	background-color: #e7f4f0;
}

#contact .yoyaku_flow_wrap .list .detail::after {
	content: "";
	position: absolute;
	right: -0.18rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent transparent transparent  #17926f;
}
@media screen and (max-width: 599px) {
	#contact .yoyaku_flow_wrap .list .detail::after {
		right: 50%;
		top: auto;
		bottom: -0.25rem;
		transform: translate(0) rotate(90deg);
	}
}


#contact .yoyaku_flow_wrap .list .detail:last-child::after {
	content: none;
}

#contact .yoyaku_flow_wrap .list .detail .title {
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
	letter-spacing: 0.10em;
	color: #17926f;
	padding-bottom: 0.05rem;
}

#contact .yoyaku_flow_wrap .list .detail .text {
	font-size: 0.15rem;
	line-height: 1.45;
}

/* 希望日選択 */
#contact .contact_table table td .yoyaku_date {
	display: flex;
	align-items: center;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 599px) {
	#contact .contact_table table td .yoyaku_date {
		margin-bottom: 0.15rem;
	}
}

#contact .contact_table table td .yoyaku_date:last-child {
	padding-bottom: 0;
}

#contact .contact_table table td .yoyaku_date .title {
	width: 1.00rem;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#contact .contact_table table td .yoyaku_date input {
		margin-bottom: 0.10rem;
	}
}


/*============================
完了画面
============================*/
.top_btn {
	max-width: 3.0rem;
	margin: auto;
}

.top_btn a {
	background: linear-gradient(to right, #9aca67 0%, #49bbbc 84%);
	display: block;
	padding: 0.22rem 0 0.23rem;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	position: relative;
	font-size: 0.20rem;
	letter-spacing: 0.075em;
	font-weight: 700;
}
.top_btn a:hover {
	opacity: 0.7;
}

.top_btn a::after {
	content: "";
	width: 0.32rem;
	height: 0.08rem;
	background-image: url(../common/img/btn_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 48%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.top_btn a:hover::after {
	right: 0.10rem;
}

/*============================
MW WP FORM
============================*/
/* ボタン前のテキスト切り替え */
.mw_wp_form_input .submit_wrap .text_confirm{
	display: none;
}

.mw_wp_form_confirm .submit_wrap .text_inquiry{
	display: none;
}

/* 戻るボタンの表示・非表示 */
.mw_wp_form_input .submit_wrap .back_btn{
	display: none;
}

.mw_wp_form_confirm .submit_wrap .back_btn{
	display: block;
}