@charset "UTF-8";

.sec_mv_lower {
	background-color: #F8F6F4;
	padding-top: 13.9rem;
	position: relative;
	margin-bottom: 21.6rem;
	padding-bottom: 2.4rem;
}
.sec_mv_lower.ver02 {
	margin-bottom: 0;
}

.sec_mv_lower > .in {
	max-width: 135.8rem;
	margin:  0 auto;
}

.sec_mv_lower img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.sec_mv_lower .mv_chach {
	margin-top: 4rem;
	text-align: center;
}

.sec_mv_lower .mv_chach .tit {
	font-size: 3.8rem;
	line-height: 1.7;
	letter-spacing: 0.12em;
}
.sec_mv_lower .mv_chach .txt {
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: 0.2em;
	margin-top: 3.2rem;
}


.sec_mv_lower .mv_chach .tit_en {
	font-family: "Bellefair", serif;
	font-size: 1.8rem;
	position: relative;
	letter-spacing: 0.1em;
	color: #009E96;
	position: relative;
	padding-left: 2.1rem;
	display: inline-block;
}

.sec_mv_lower .mv_chach .tit_en::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/index/leaf_icon.svg);
	width: 1.5rem;
	height: 1.4rem;
	background-size: cover;
}

.sec_mv_lower .mv_chach .tit {
	font-size: 3.6rem;
	color: #009E96;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 1.2rem;
}

.sec_mv_lower .mv_cach {

}

.sec_mv_lower .mv_cach .txt {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.15em;
	color: #5B5B5B;
	position: absolute;
	bottom: -13.6rem;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}



@media screen and (min-width: 641px) and (max-width: 1000px) {

	.sec_mv_lower .mv_cach .txt {
		left: 0;
	}
}

@media screen and (max-width:640px) {
	.sec_mv_lower {
		padding-top: calc(66 * 100vw / 375);
		margin-bottom: 0;
		background-color: transparent;
		padding-bottom: 0;
	}
	.sec_mv_lower.ver02 {
		margin-bottom: 0;
	}
	.sec_mv_lower::before {
		content: "";
		width: 100%;
		height: calc(220 * 100vw / 375);
		position: absolute;
		left: 0;
		top: 0;
		background-color: #F8F6F4;
	}

	.sec_mv_lower > .in {
		max-width: none;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		z-index: 10;
	}

	.sec_mv_lower .content_top {
		order: 2;
	}

	.sec_mv_lower .content_bottom {
		order: 1;
	}

	.sec_mv_lower .mv_chach {
		margin-top: calc(40 * 100vw / 375);
		padding-left: calc(20 * 100vw / 375);
		padding-right: calc(20 * 100vw / 375);
		text-align: left;
	}

	.sec_mv_lower .mv_chach .tit_en {
		font-size: calc(16 * 100vw / 375);
		padding-left: calc(18 * 100vw / 375);
	}

	.sec_mv_lower .mv_chach .tit_en::before {
		width: calc(14 * 100vw / 375);
		height:calc(13 * 100vw / 375);
	}

	.sec_mv_lower .mv_chach .tit {
		font-size: calc(28 * 100vw / 375);
		margin-top: calc(16 * 100vw / 375);
	}

	.sec_mv_lower .mv_chach .txt {
		font-size: calc(13 * 100vw / 375);
		margin-top: calc(24 * 100vw / 375);
	}

	.sec_mv_lower .mv_cach {
		margin-top: calc(32 * 100vw / 375);
	}

	.sec_mv_lower .mv_cach .txt {
		font-size: calc(15 * 100vw / 375);
		line-height: 2.2;
		letter-spacing: 0.2em;
		position: relative;
		left: auto;
		bottom: auto;
		padding-left: calc(20 * 100vw / 375);
		padding-right: calc(20 * 100vw / 375);
		box-sizing: border-box;
		text-align: left;
	}



}








/* =============================================
   Main
   ============================================= */
.main-content {
	padding: 6rem 2rem 8rem;
	min-height: calc(100vh - 13rem);
}
 
/* =============================================
   Container
   ============================================= */
.container {
	max-width: 72rem;
	margin: 0 auto;
}
 
/* =============================================
   Section Heading
   ============================================= */
.section-heading-lv2 {
	font-size: 2.6rem;
	font-weight: 500;
	color: #009E96;
	text-align: center;
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin-bottom: 4rem;
	position: relative;
	padding-bottom: 2rem;
}
 
.section-heading-lv2::after {
}
 
/* =============================================
   Form Body
   ============================================= */
.appointment__form__body {
	background: #fff;
	overflow: hidden;
}
 
.appointment__form__body__inner {
	padding: 4.8rem 5.6rem;
	max-width: 120rem;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
 
/* =============================================
   Field
   ============================================= */
.appointment__form__body__field {
	margin-bottom: 2.8rem;
	padding-bottom: 2.8rem;
}
 
.appointment__form__body__field:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
 
.appointment__form__body__field label {
	display: block;
	font-size: 1.6rem;
	color: #3D3D3D;
}
 
.appointment__form__body__field__label {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	font-size: 1.6rem;
	color: #5B5B5B;
	letter-spacing: 0.1em;
	margin-bottom: 0.8rem;
	font-weight: 700;
}
 
/* =============================================
   Required Badge
   ============================================= */
.required {
	display: inline-block;
	background: #D26365;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 0.2rem 0.7rem;
	border-radius: 0.3rem;
	letter-spacing: 0.05em;
	vertical-align: middle;
	line-height: 1.6;
}
 
/* =============================================
   Input / Textarea
   ============================================= */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 1.2rem 1.4rem;
	border: 1.5px solid #C8E0DE;
	border-radius: 0.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	color: #3D3D3D;
	background: #F8F6F4;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
 
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	outline: none;
	border-color: #009E96;
	box-shadow: 0 0 0 3px rgba(0, 158, 150, 0.12);
	background: #fff;
}
 
textarea {
	min-height: 12rem;
	resize: vertical;
}
 
/* =============================================
   Radio Button
   ============================================= */
.radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 0.8rem;
}
 
.radio-group label {
	display: flex !important;
	align-items: center;
	gap: 0.6rem;
	cursor: pointer;
	font-size: 1.5rem !important;
	color: #3D3D3D !important;
	background: #F8F6F4;
	border: 1.5px solid #C8E0DE;
	border-radius: 99rem;
	padding: 0.6rem 1.6rem;
	transition: border-color 0.2s, background 0.2s;
}
 
.radio-group label:has(input:checked) {
	border-color: #009E96;
	background: #E8F5F4;
	color: #009E96 !important;
	font-weight: 700;
}
 
.radio-group input[type="radio"] {
	/* サイト全体CSSの上書き対策 */
	display: inline-block !important;
	appearance: auto !important;
	-webkit-appearance: radio !important;
	opacity: 1 !important;
	visibility: visible !important;
	position: static !important;
	width: 1.6rem !important;
	height: 1.6rem !important;
	margin: 0 !important;
	accent-color: #009E96;
	cursor: pointer;
	flex-shrink: 0;
}
 
/* =============================================
   Checkbox（プライバシーポリシー同意）
   ============================================= */
.privacy_text {
	font-size: 1.4rem;
	line-height: 1.9;
	color: #5B5B5B;
	margin-bottom: 1.6rem;
}
 
.privacy_text a {
	color: #009E96;
	text-decoration: underline;
}
 
.privacy-label.type_flex {
	display: flex !important;
	align-items: center;
	gap: 1.2rem;
	cursor: pointer;
	background: #F8F6F4;
	border: 1.5px solid #C8E0DE;
	border-radius: 0.8rem;
	padding: 1.4rem 2rem;
	transition: border-color 0.2s, background 0.2s;
}
 
.privacy-label.type_flex:has(input:checked) {
	border-color: #009E96;
	background: #E8F5F4;
}
 
.privacy-label.type_flex input[type="checkbox"] {
	display: inline-block !important;
	appearance: auto !important;
	-webkit-appearance: checkbox !important;
	opacity: 1 !important;
	visibility: visible !important;
	position: static !important;
	width: 1.8rem !important;
	height: 1.8rem !important;
	margin: 0 !important;
	accent-color: #009E96;
	cursor: pointer;
	flex-shrink: 0;
}
 
.privacy-label.type_flex .input_txt {
	font-size: 1.5rem;
	color: #3D3D3D;
	line-height: 1.6;
}
 
.privacy-label.type_flex .appointment__form__body__field__label {
	margin-bottom: 0;
	flex-shrink: 0;
}
 
.error-text {
	font-size: 1.2rem;
	color: #D26365;
	margin-top: 0.6rem;
	min-height: 1.8rem;
}
 
@media screen and (max-width: 640px) {
	.privacy_text {
		font-size: calc(13 * 100vw / 375);
	}
	.privacy-label.type_flex {
		padding: calc(12 * 100vw / 375) calc(16 * 100vw / 375);
		gap: calc(10 * 100vw / 375);
	}
	.privacy-label.type_flex .input_txt {
		font-size: calc(13 * 100vw / 375);
	}
}
 
/* =============================================
   Submit Area
   ============================================= */
.appointment__form__submit {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;
	position: relative;
	width: 32rem;
	margin: 0 auto;
}
 
/* 送信ボタン */
.appointment__form__submit input[type="submit"] {
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	display: flex;
	background-color: #009E96;
	border-radius: 14.2rem;
	width: 100%;
	height: 5.5rem;
	align-items: center;
	color: #FFF;
	justify-content: center;
	box-sizing: border-box;
	cursor: pointer;
}
 


.appointment__form__submit::before {
	content: "";
	position: absolute;
	right: 0.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3.2rem;
	height: 3.2rem;
	background-image: url(../img/index/btn_arrow.svg);
	background-size: cover;
}


.appointment__form__submit.before_none {
	margin-top: 3rem;
}
.appointment__form__submit.before_none::before {
	display: none;
}
 
/* 戻るボタン */
.return-button {
	background: transparent;
	color: #888;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 0.8rem 2.4rem;
	border: 1.5px solid #C8C8C8;
	border-radius: 99rem;
	cursor: pointer;
	transition: border-color 0.2s, color 0.2s;
}
 
.return-button:hover {
	border-color: #888;
	color: #3D3D3D;
}
 
/* =============================================
   Thanks Page
   ============================================= */
/* 送信完了ページ：固定ヘッダーと重ならないよう上部に余白を確保（完了ページ限定） */
#appointment__form.thanks {
	padding-top: 18rem;
}
@media screen and (max-width: 640px) {
	#appointment__form.thanks {
		padding-top: calc(120 * 100vw / 375);
		padding-left: calc(20 * 100vw / 375);
		padding-right: calc(20 * 100vw / 375);
		box-sizing: border-box;
	}
}

.thanks__body__text {
	font-size: 1.6rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
	text-align: center;
	color: #5B5B5B;
	margin-bottom: 4rem;
}
 
.back-top__button {
	text-align: center;
	margin-top: 3.2rem;
}
 
.back-top__button a {
	display: inline-block;
	background: #009E96;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 1.4rem 5.6rem;
	border-radius: 99rem;
	text-decoration: none;
	transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
	box-shadow: 0 4px 16px rgba(0, 158, 150, 0.25);
}
 
 
/* =============================================
   Footer
   ============================================= */
.footer {
	background: #fff;
	border-top: 1px solid #E8F0EF;
	padding: 2rem;
	text-align: center;
}
 
.footer .copyright {
	font-size: 1.2rem;
	color: #aaa;
	letter-spacing: 0.08em;
	margin: 0;
}
 
/* =============================================
   Manika Home - confirmation-page 上書き
   body.confirmation-page でスコープ
   ============================================= */
 
body.confirmation-page {
	background-color: #F5F2EE;
}
 
body.confirmation-page .header {
	border-bottom-color: #C07B4A;
}
 
body.confirmation-page .section-heading-lv2 {
	color: #5C3D1E;
}
 
body.confirmation-page .section-heading-lv2::after {
	background-color: #C07B4A;
}
 
body.confirmation-page .appointment__form__body {
	box-shadow: 0 4px 32px rgba(120, 80, 40, 0.08);
}
 
body.confirmation-page .appointment__form__body__field {
	border-bottom-color: #EDE4D8
}
@media screen and (max-width: 640px) {
	.main-content {
		padding: calc(40 * 100vw / 375) calc(16 * 100vw / 375) calc(64 * 100vw / 375);
	}
 
	.section-heading-lv2 {
		font-size: calc(22 * 100vw / 375);
		margin-bottom: calc(32 * 100vw / 375);
	}
 
	.appointment__form__body__inner {
		padding: calc(28 * 100vw / 375) calc(20 * 100vw / 375);
	}
 
	.appointment__form__body__field {
		margin-bottom: calc(24 * 100vw / 375);
		padding-bottom: calc(24 * 100vw / 375);
	}
 
	.appointment__form__body__field label {
		font-size: calc(15 * 100vw / 375);
	}
 
	.appointment__form__body__field__label {
		font-size: calc(16 * 100vw / 375);
	}
 
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		font-size: calc(15 * 100vw / 375);
		padding: calc(10 * 100vw / 375) calc(12 * 100vw / 375);
	}
 
	.radio-group {
		gap: calc(8 * 100vw / 375);
	}
 
	.radio-group label {
		font-size: calc(13 * 100vw / 375) !important;
		padding: calc(6 * 100vw / 375) calc(14 * 100vw / 375);
	}
 
	.appointment__form__submit {
	}
 
	.appointment__form__submit input[type="submit"] {
		font-size: calc(15 * 100vw / 375);
		padding: calc(14 * 100vw / 375) calc(40 * 100vw / 375);
		width: 100%;
	}
 
	.return-button {
		font-size: calc(13 * 100vw / 375);
		width: 100%;
	}
 
	.thanks__body__text {
		font-size: calc(14 * 100vw / 375);
		text-align: left;
	}
 
	.back-top__button a {
		font-size: calc(14 * 100vw / 375);
		padding: calc(14 * 100vw / 375) calc(40 * 100vw / 375);
		display: block;
	}
	
	.appointment__form__submit.before_none {
		margin-top: calc(30 * 100vw / 375);
	}
 
}