/* 20251111 and add start */
@media screen and (max-width: 750px) {
	h2.block-tit-section__tit.-reservation {
		white-space: nowrap;
	}
}

.about-functions-cnt-texts__txt.-reservaton {
	line-height: 233%;
	text-align: center;
	margin-top: calc(20/var(--_sc-_vw));
}
@media screen and (max-width: 750px) {
	.about-functions-cnt-texts__txt.-reservaton {
		line-height: 180%;
		text-align: left;
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
}

.embed_calendar {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
/* 20251111 and add end */


/* 20251112 add オンライン個別相談ページのヘッダーのテキスト画像 */
.about-fv .section-layer-fv-images__img.-reservation {
	width: calc(1260 / var(--_sc-_vw));
}
@media screen and (max-width: 750px) {
    .about-fv .section-layer-fv-images__img.-reservation {
        width: calc(680 / var(--_sc-_vw) * .4);
        height: calc(263 / var(--_sc-_vw) * .4);        
    }
    .about-fv .section-layer-fv-images__img.-reservation {
		object-fit: unset;
	}
}

