
@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/montserrat/montserrat-light.ttf");
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/montserrat/montserrat-medium.ttf");
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/montserrat/montserrat-semibold.ttf");
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/montserrat/montserrat-bold.ttf");
}

:root {
	--oc-link-color: #233b68;
	--oc-primary-color: #233b68;
	
	--oc-btn-primary-color: #233b68;
	--oc-btn-alt-color: #233b68;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;
}

body {
	font-size: 16px;
	line-height: 1.8;
}
body.locked {
	overflow: hidden;
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }

a {
	text-decoration: none;
	color: var(--oc-link-color);;
}
a:hover {
	color: var(--oc-link-color);;
	text-decoration: none;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.text-white{
	color: white;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */


/*
 * COMMON
 */
br.mb-only {
	display: none;
}

.site-section {
	
}
.site-container {
	width: calc(100% - 80px);
	max-width: 1300px;
	margin: 0 auto;
}
.site-lined-heading {
}
.site-lined-heading.inline {
	display: inline-block;
}
.site-lined-heading.white-grad {
	background: linear-gradient(90.92deg, #FFFFFF 2.58%, #BBBBBB 98.48%);
	-webkit-background-clip: text;
	background-clip: text;
}
.site-lined-heading.gradient {
	background: linear-gradient(90.92deg, #2D2C2C 2.58%, #868686 98.48%);;
	-webkit-background-clip: text;
	background-clip: text;
}
.site-lined-title-en {
	color: #333;
	font-size: 50px;
	font-weight: 400;
	line-height: 61px;
	margin-bottom: 0;
	font-family: 'Montserrat';
}
.site-lined-heading.white-grad .site-lined-title-en {
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.site-lined-heading.gradient .site-lined-title-en {
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.site-lined-title-ja {
	position: relative;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 0 50px;
}
.site-lined-title-ja.white {
	color: white;
}
.site-lined-heading.gradient .site-lined-title-en.white {
	-webkit-text-fill-color: white;
	color: white;
}
.site-lined-heading.white-grad .site-lined-title-ja {
	color: #fff;
}
.site-lined-title-ja:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -80px;
	width: 70px;
	height: 0;
	border-bottom: 1px solid #333;
}
.site-lined-title-ja.white:after{
	border-bottom: 1px solid white;
}
.site-lined-heading.white-grad .site-lined-title-ja:after {
	border-bottom: 1px solid #fff;
}
.site-gradient-heading {
	display: block;
	width: fit-content;
	margin: 0;
}
.site-gradient-heading.centered {
	margin: 0 auto;
}
.site-gradient-heading .site-gradient-title-en {
	font-size: 50px;
	font-weight: 400;
	font-style: normal;
	line-height: 61px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	font-family: 'Montserrat';
	background: linear-gradient(90.92deg, #000000 2.58%, #868686 98.48%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	background-clip: text;
}
.site-gradient-heading .site-gradient-title-ja {
	color: #757473;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0;
}
.site-box-arrow-btn {
	width: 330px;
	height: 64px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding-right: 25px;
	border: 1px solid #444;
	background-color: #fff;
}
.site-box-arrow-btn .box-btn-label {
	color: #444;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
}
.site-box-arrow-btn .box-btn-arrow-box {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #444;
	transition: all 0.2s;
	transform-origin: 50% 50%;
	transform: translateY(-50%) rotate(45deg);
}
.site-box-arrow-btn .box-btn-arrow {
	width: 16px;
	transition: all 0.2s;
	transform: rotate(-45deg);
}
.site-box-arrow-btn.centered {
	margin: 0 auto;
}
.site-box-arrow-btn:hover .box-btn-arrow-box {
	width: 38px;
	height: 38px;
	right: 23px;
	background-color: #d9d9d9;
}
.site-box-arrow-btn:hover .box-btn-arrow {
	width: 21px;
}
.site-box-arrow-btn.white {
	border: 1px solid #fff;
	background-color: transparent;
}
.site-box-arrow-btn.white .box-btn-arrow-box {
	border: 1px solid #fff;
}
.site-box-arrow-btn.white .box-btn-label {
	color: #fff;
}
.site-box-arrow-btn.white .box-btn-arrow-box {
}
.site-box-arrow-btn.white:hover .box-btn-arrow-box {
	background-color: #d9d9d9;
}

.site-page-top {
	position: relative;
	margin-bottom: 170px;
}
.site-page-top-image {
	width: 100%;
}
.site-page-top-image.mb {
	display: none;
}
.site-page-top-heading {
	position: absolute;
	width: 85%;
	min-height: 220px;
	left: 50%;
	bottom: 50px;
	max-width: 860px;
	text-align: center;
	padding: 45px 0 33px;
	transform: translate(-50%,100%);
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/graph-paper-bg.jpg'); */
	background-color: #fbfbfb;
}
.site-page-top-title.en {
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	line-height: 90px;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	padding: 0 15px 0 26px;
	font-family: 'Montserrat';
	border-bottom: 1px solid #EBE5DB;
	color: #483D2B;
	/* background: linear-gradient(90.92deg, #2D2C2C 2.58%, #868686 98.48%); */
	-webkit-background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	background-clip: text;
	/* text-fill-color: transparent; */
	/* text-shadow: 0px 0px 20px #FFFFFF; */
}
.site-page-top-title.ja {
	/* color: #b5b5b5; */
	color: #483D2B;
	font-size: 25px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin-bottom: 0;
}



/*
 * HEADER
 */

.site-header {
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 50px 20px 50px;
	background-color: #fff;
}
.header-spacer {
	height: 100px;
	min-height: 100px;
}
.site-header .header-logo-image {
	width: 276px;
}
.site-header .header-logo-link {
	flex: 0 0 auto;
}
.site-header .header-menu-wrap {
	flex: 1 0 1px;
	padding-right: 25px;
}
.site-header .header-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-header .header-menu .menu-item {
	margin: 0 10px;
}
.site-header .header-menu .menu-item:last-child {
	margin-right: 0;
}
.site-header .header-menu .menu-item a {
	color: #444;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
}
.xxsite-header .header-menu .menu-item.fees-menu-item:hover {
}
.site-header .header-buttons {
	display: flex;
	align-items: center;
	column-gap: 30px;
}
.site-header .header-contact-btn {
	text-align: right;
}
.site-header .contact-btn-top {
	color: #333;
	font-size: 12px;
	line-height: 17px;
	margin: 0 3px 0 0;
}
.site-header .contact-btn-btm {
	display: flex;
	align-items: center;
	color: #333;
	margin: 0;
}
.site-header .contact-btn-number {
	color: #444;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.06em;
	font-family: 'Montserrat';
	margin: 0;
}
.site-header .contact-btn-icon {
	height: 20px;
	margin-right: 3px;
}
.site-header .header-reserve-btn {
	height: 60px;
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 20px;
	background-color: #333;
}
.site-header .reserve-btn-icon {
	width: 20px;
	margin-right: 7px;
}
.site-header .reserve-btn-label {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.site-header .burger-icon {
	display: none;
}

.medical-fees-menu {
	display: none;
	width: 100vw;
	max-width: 1073px;
	position: fixed;
	top: 100px;
	left: 50%;
	padding: 15px;
	background-color: #757473;
	transition: opacity 0.2s;
	transform: translateX(-50%);
}
.menu-fees-submenu {
	z-index: -1;
	display: none;
	position: fixed;
	width: 100vw;
	max-width: 1073px;
	padding: 15px;
	transition: opacity 0.2s;
	background-color: #757473;
}
.menu-fees-submenu .hover-area-box {
	position: absolute;
	top: -90px;
	height: 100px;
}
.medical-fees-menu .menu-fee-boxes {
	margin-bottom: 5px;
}
.menu-fee-box:hover {
	border-radius: 2px;
	background-color: rgba(255 255 255 / 0.48);
}
.medical-fees-menu.open {
	opacity: 0;
	display: block;
}
.medical-fees-menu.show {
	opacity: 1;
	box-shadow: 0 7px 31px -7px rgba(0 0 0 / 25%);
}
.menu-fees-submenu.open {
	opacity: 0;
	display: block;
}
.menu-fees-submenu.show {
	opacity: 1;
	box-shadow: 0 7px 31px -7px rgba(0 0 0 / 25%);
}

.mobile-drop {
	z-index: 5;
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	padding: 8px 15px 60px 15px;
	background: #fff;
	max-height: calc(100dvh - 60px);
	transition: opacity 0.2s;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	background-color: #747474;
}
.mobile-drop.open {
	opacity: 0;
	display: block;
	overflow-y: scroll;
}
.mobile-drop.show {
	opacity: 1;
}

.mobile-menu-wrap .mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu-wrap .mobile-menu > .menu-item {
	border-bottom: 1px solid #e8dfd8;
}
.mobile-menu-wrap .mobile-menu > .menu-item:last-child {
	border-bottom: none;
}
.mobile-menu-wrap .mobile-menu > .menu-item > a {
	display: block;
	color: white;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	padding: 13px 0;
}
.mobile-fee-boxes {
	display: flex;
	row-gap: 13px;
	column-gap: 13px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 10px;
}
.mobile-fee-box {
	flex: 0 0 calc(25% - (39px / 4));
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 5px;
	aspect-ratio: 1 / 1;
}
.mobile-fee-box:hover {
	border-radius: 2px;
	background-color: rgba(255 255 255 / 0.48);
}
.mobile-fee-box .fee-icon-wrap {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: calc(100% - 34px);
	padding-top: 0;
	margin-bottom: 5px;
}
.mobile-fee-box .fee-icon {
	/* max-width: 80%;
	max-height: 100%; */
	max-width: 60px;
    max-height: 100%;
    width: 100%;
    max-height: 60px;
    object-fit: contain;
}
.mobile-fee-box .fee-label {
	color: white;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
	margin: 0;
	font-family: 'Montserrat';
}
.mobile-fee-box .fee-icon-wrap.orthodontics {
	padding-bottom: 0px;
}
.mobile-fee-box.fee-icon-wrap.esthetics .front-fee-icon,
.mobile-fee-box.fee-icon-wrap.root-canal .front-fee-icon,
.mobile-fee-box.fee-icon-wrap.whitening .front-fee-icon {
	height: 115%;
	max-height: unset;
}
.mobile-fee-box.fee-label {
	flex: 0 0 auto;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin: 10px 0 0 0;
}



/*
 * FOOTER
 */

.site-footer {
	padding-top: 65px;
	background-color: #383838;
}
.footer-container {
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
}
.footer-content {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.footer-left {
	flex: 0 0 60%;
}
.footer-home-link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-logo-image {
	width: 72%;
	display: block;
}
.footer-content .footer-menu-wrap-one {
	flex: 0 0 20%;
}
.footer-content .footer-menu-wrap-two {
	flex: 0 0 20%;
}
.footer-content .footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-content .footer-menu {
}
.footer-content .footer-menu .menu-item {
	padding: 5px 0;
}
.footer-content .footer-menu .menu-item a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
}
.footer-copyright {
	padding: 5px 0;
}
.footer-copyright-text {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	margin: 0;
}
.mobile-fixed-footer {
	display: none;
}
.mobile-footer-address {
	display: none;
}


/*
 * FRONT PAGE
 */
.front-hero {
	position: relative;
}
.front-hero-image {
	width: 100%;
}
.front-swiper-dt,
.front-swiper-mb {
	display: none;
}
.front-swiper-dt.show-swiper {
	display: block;
}
.front-swiper-mb.show-swiper {
	display: block;
}
.front-hero-section {
	position: relative;
}
.front-hero-content {
	z-index: 1;
	position: absolute;
	left: 50%;
	/* bottom: calc( 100vw * 165/1920 ); */
	top: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	transform: translateX(-50%);
}
.front-hero-title {
	width: calc(100vw * 0.2444);
}
.front-hero-logo {
	width: 100%;
}
.front-hero-tag {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0 0 0;
	font-family: 'Montserrat';
	text-shadow: 0px 0px 10px #fff;
}
.front-concept-section {
	z-index: 1;
	position: relative;
	padding-bottom: 1rem;
}
.banner-section{
	margin: 0 auto 2rem;
	max-width: 80%;
}
.front-concept-container {
	/* height: 280px; */
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/graph-paper-bg.jpg'); */
	transform: translateY(-80px);
/*	transform: translateY(calc((100vw * (987 / 1920)) * -0.082));*/
	background-color: #383838;
}
.front-concept-top {
	/* display: flex; */
	/* align-items: stretch; */
	padding: 75px 120px 55px 120px;
}
.front-concept-top-left {
	flex: 0 0 46%;
	display: flex;
	justify-content: flex-start;
}
.front-concept-top-right {
	flex: 0 0 50%;
}
.front-concept-text {
	color: #333;
	font-size: 25px;
	font-weight: 400;
	line-height: 50px;
	margin: 0;
	font-family: 'Montserrat';
}
.front-concept-btm {
	display: flex;
	column-gap: 70px;
	align-items: stretch;
	padding: 0 120px 0 120px;
}
.front-concept-btm-box {
	flex: 0 1 50%;
	position: relative;
	margin-bottom: 40px;
	aspect-ratio: 496 / 125;
	background-size: cover;
	background-position: center center;
}
.front-concept-btm-box.left {
	background-image: url('../img/front-concept-left-bg.jpg');
}
.front-concept-btm-box.right {
	background-image: url('../img/front-concept-right-bg.jpg');
}
.front-concept-renewal-banner-wrap{
	display: block;
	min-width: 380px;
	margin: 0 auto;
}
.front-concept-renewal-banner-wrap>img{
	width: 100%;
	height: auto;
}
.front-concept-title {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 48px;
	transform: translateX(-50%);
	color: rgba(255 255 255 / 60%);
}
.front-concept-label-box {
	position: absolute;
	width: 100%;
	height: 42px;
	bottom: -41px;
	background-color: #444;
}
.front-concept-label {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
}
.front-about-section {
	position: relative;
	padding: 0 0 60px 0;
}
.front-about-backing {
	z-index: -1;
	position: absolute;
	bottom: 0;
	height: 400px;
	right: max(0px, calc( (100vw - 1920px) / 2 ));
	width: max( calc(100vw * 0.76), calc( (100vw - 1920px) * 0.86 ));
	background-color: #f8f8f8;
}
.front-about-container {
}
.front-about-content {
	display: flex;
	column-gap: 65px;
	align-items: stretch;
	justify-content: flex-start;
}
.front-about-left {
	flex: 0 1 45%;
	padding-top: 115px;
}
.front-about-right {
	flex: 0 1 55%;
}
.front-about-right-wrap {
	position: relative;
	top: 50%;
	aspect-ratio: 650 / 690;
	transform: translateY(-50%);
}
.front-about-title {
	color: #444;
	font-size: 25px;
	font-weight: 700;
	line-height: 50px;
	margin: 30px 0;
}
.front-about-title.white{
	color: white;
}
.front-about-text {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}
.front-about-image-top {
	z-index: 1;
	position: absolute;
	top: 17%;
	left: 0;
	width: 85%;
}
.front-about-image-btm {
	z-index: 1;
	position: absolute;
	top: 65.4%;
	left: 41%;
	width: 60%;
}
.front-about-image-bg {
	z-index: 0;
	position: absolute;
	top: 42.8%;
	left: 15%;
	width: 75%;
	aspect-ratio: 490 / 250;
	background-color: #b5b5b5;
}
.first-exam-section {
	margin-top: 100px;
	text-align: justify;
}
.first-exam-section h2 {
	text-align: center;
	margin-bottom: 48px;
}
.first-exam-section .intro-text {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
.first-exam-section .main-content {
    padding: 65px 0;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
}
.first-exam-section .main-content ul:first-child{
	margin-bottom: 50px;
}
.first-exam-section .main-content ul:nth-child(2) li{
	display: flex;
}
.first-exam-section .main-content ul:nth-child(2) li::before{
	content: "※";
	display: inline-block;
}
.first-exam-section ul {
	padding-left: 0;
}
.first-exam-section ul li {
	list-style-type: none;
	margin-bottom: 1em;
}
.front-fee-section {
	position: relative;
	margin-top: 150px;
	padding-bottom: 100px;
}
.front-fee-backing {
	z-index: -1;
	position: absolute;
	right: Max(0px, calc((100vw - 1920px) / 2));
	bottom: 0;
	width: Min(882px, 46vw);
	aspect-ratio: 88 / 47;
	background-color: #f8f8f8;
}
.front-fee-image {
	z-index: 0;
	position: absolute;
	top: 0;
	width: Min(100%, 1478px);
	left: calc((100vw - 1920px) / 2);
	aspect-ratio: 1493 / 443;
}
.front-fee-image.mb {
	display: none;
}
.front-fee-container {
	padding-top: 293px;
}
.front-fee-content {
	z-index: 1;
	position: relative;
	padding: 96px 110px 64px 110px;
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/front-fee-bg.jpg'); */
	background-color: #747474;
}
.front-fee-text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 48px 0 20px 0;
}
.menu-fee-boxes,
.front-fee-boxes {
	display: flex;
	row-gap: 10px;
	column-gap: 27px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 50px;
}
.menu-fee-box,
.front-fee-box {
	flex: 0 1 14.5%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 5px;
	aspect-ratio: 1 / 1;
}
.front-fee-box:hover {
	border-radius: 2px;
	background-color: rgba(255 255 255 / 0.48);
}
.fee-icon-wrap {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: calc(100% - 34px);
	padding-top: 25px;
	min-height: 77px;
}
.fee-icon {
	max-width: 80%;
	max-height: 100%;
}
.fee-icon-wrap.orthodontics {
	padding-bottom: 12px;
}
.fee-icon-wrap.esthetics .front-fee-icon,
.fee-icon-wrap.root-canal .front-fee-icon,
.fee-icon-wrap.whitening .front-fee-icon {
	height: 115%;
	max-height: unset;
}
.fee-label {
	flex: 0 0 auto;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin: 10px 0 0 0;
}
.front-feature-section {
	width: 100%;
	max-width: 1920px;
	position: relative;
	padding-top: 100px;
	padding-bottom: 68px; /* Needed due to overflow-x: hidden causing Y-axis scrolling */
	margin-bottom: 110px;
	margin: 0 auto;
	overflow-x: hidden;
}
.front-feature-backing {
	z-index: -1;
	top: 130px;
	left: 0;
	bottom: 0;
	width: 45%;
	position: absolute;
	background-color: #f8f8f8;
}
.front-feature-content {
	display: flex;
	column-gap: 9.6%;
	align-items: stretch;
	justify-content: flex-start;
}
.front-feature-section.reverse .front-feature-content {
	flex-direction: row-reverse;
}
.front-feature-content-left {
	flex: 0 1 48.4%;
/*	padding-right: 4.8%;*/
}
.front-feature-section.reverse .front-feature-content-left {
	padding-right: 0;
/*	padding-left: 4.8%;*/
}
.front-feature-content-right {
	flex: 0 1 42%;
}
.front-frature-black-label {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding: 0 0.5em;
	margin: 18px 0 0 0;
	background-color: #444;
	font-family: 'Montserrat';
}
.front-feature-title {
	color: #444;
	font-size: 35px;
	font-weight: 700;
	line-height: 56px;
	margin: 0 0 45px 0;
}
.front-feature-text {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}
.front-feature-image-wrap {
	position: relative;
}
.front-feature-image {
	width: 100%;
}
.front-feature-bg {
	z-index: -1;
	position: absolute;
	top: 67px;
	left: 100px;
	bottom: -67px;
	background-size: cover;
	background-position: center center;
	right: -310px;
/*	right: calc(-1 * ((100vw - 1300px) / 2));*/
}
.front-feature-section.reverse .front-feature-bg {
	right: 100px;
	left: -310px;
}
.front-feature-extra {
	display: flex;
	column-gap: 3.07%;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 100px;
}
.front-feature-extra-left {
	flex: 0 0 30%;
}
.front-feature-extra-title {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 44px;
	padding: 0 0.75em;
	background-color: #757473;
}
.front-feature-extra-image {
	width: 100%;
}
.front-feature-extra-right {
	flex: 1 0 1px;
	padding-top: 80px;
}
.front-feature-extra-boxes {
	display: flex;
	column-gap: 3.07%;
	align-items: stretch;
	justify-content: flex-start;
}
.front-feature-extra-box {
	flex: 1 1 47%;
	position: relative;
}
.front-feature-extra-box:after {
	content: "";
	position: absolute;
	top: 40%;
	right: -20px;
	width: 16px;
	height: 19px;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../img/icon-extra-arrow.svg');
}
.front-feature-extra-box:last-child:after {
	display: none;
}
.front-feature-extra-subtitle {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.front-message-section {
	padding-top: 207px;
}
.front-message-background-wrap {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	padding: 53px 0 106px 0;
	background-size: cover;
	background-position: 0 100px;
	/* background-image: url('../img/front-message-bg.jpg'); */
	background-color: #383838;
}
.front-message-image.dt {
	position: absolute;
	top: -153px;
	right: 0;
	width: Min(471px, calc(100vw * 0.3225));
}
.front-message-image.mb {
	display: none;
}
.front-message-container {
	position: relative;
}
.front-message-content {
	width: 58%;
	padding-left: 123px;
}
.front-message-title {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 56px;
	margin-bottom: 30px;
}
.front-message-text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 20px;
}
.front-message-name-box {
	display: block;
	width: fit-content;
	margin: 0 0 30px auto;
}
.front-message-name-top {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 0;
}
.front-message-name-btm {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 0;
}
.front-news-section {
	padding: 175px 0 150px 0;
}
.front-news-container {
	max-width: 1073px;
}
.front-news-content {
	display: flex;
	column-gap: 7.74%;
	align-items: center;
	justify-content: space-between;
}
.front-news-content-left {
	flex: 0 1 28.61%;
}
.front-news-title-box {
	width: 100%;
	text-align: center;
	padding: 50px 0 57px 0;
	background-color: #b5b5b5;
}
.front-news-title-top {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	line-height: 61px;
	margin-bottom: 0;
	font-family: 'Montserrat';
}
.front-news-title-btm {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 0;
}
.front-news-content-right {
	flex: 0 1 63.65%;
}
.front-news-items {
	margin-bottom: 30px;
}
.front-news-item {
	display: flex;
	column-gap: 40px;
	align-items: center;
	justify-content: flex-start;
	padding: 25px 25px;
	border-bottom: 1px solid #b5b5b5;
}
.front-news-item:first-child {
	border-top: 1px solid #b5b5b5;
}
.front-news-item:hover {
	background-color: #f8f8f8;
/*	border-color: transparent;*/
}
.front-news-item .news-date {
	flex: 0 0 90px;
	color: #555;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
}
.front-news-item .news-title {
	flex: 1 0 1px;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}
.front-faq-section {
	padding-bottom: 100px;
}
.front-faq-container {
	max-width: 1073px;
}
.front-faq-image-container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.front-faq-image {
	width: 100%;
}
.front-faq-image.mb {
	display: none;
}
.front-faq-content {
	z-index: 1;
	position: relative;
	margin-top: -55px;
	padding: 80px 18.64%;
	background-size: 100%;
	background-repeat: repeat-y;
	/* background-image: url(../img/front-faq-bg.jpg); */
	background-color: #fafafa;
}
.front-faq-title-box {
	width: 100%;
	text-align: center;
	padding: 0 0 50px 0;
}
.front-faq-title-top {
	color: #333;
	font-size: 50px;
	font-weight: 400;
	line-height: 61px;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	font-family: 'Montserrat';
	background: linear-gradient(90.92deg, #2D2C2C 2.58%, #868686 98.48%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	background-clip: text;
}
.front-faq-title-btm {
	color: #757473;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}
.front-faq-content .questions-answers .question-answer {
	padding-top: 20px;
	border-bottom: 1px solid #959fb1;
}
.front-faq-content .questions-answers .question-answer .question {
	line-height: 1.5em;
}
.front-faq-content .questions-answers .question-answer .question:before {
	width: 40px;
	min-width: 40px;
	display: block;
	color: #3C2C20;
	font-size: 35px;
	line-height: 35px;
	font-family: 'Montserrat';
}
.front-faq-content .questions-answers .question-answer .answer {
	margin-top: 10px;
}
.front-faq-content .questions-answers .question-answer .answer p {
	display: flex;
	align-items: center;
	line-height: 1.5em;
}
.front-faq-content .questions-answers .question-answer .answer *:first-child:before {
	width: 40px;
	min-width: 40px;
	display: block;
	color: #3C2C20;
	font-size: 35px;
	line-height: 35px;
	font-family: 'Montserrat';
}
.front-faq-content .questions-answers .question-answer .control {
	color: #3c2c20;
}
.front-faq-text {
	color: #444;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	margin: 30px 0 60px 0;
}
.front-sns-title-top {
	color: #333;
	font-size: 50px;
	font-weight: 400;
	line-height: 61px;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	font-family: 'Montserrat';
	background: linear-gradient(90.92deg, #2D2C2C 2.58%, #868686 98.48%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	background-clip: text;
}

.site-section.front-sns-section {
    margin-bottom: 3rem;
}

.front-sns-content {
    justify-content: center;
    display: flex;
    text-align: center;
}

.front-sns-content img.instagram-account {
    width: 300px;
}


.front-contact-section {
	padding: 200px 0 100px 0;
	background-size: 100%;
	background-repeat: repeat-y;
	/* background-image: url('../img/front-contact-bg.jpg'); */
	background-color: #747474;
}
.front-contact-container {
	max-width: 1073px;
}
.front-contact-mobile-intro {
	display: none;
}
.front-contact-btn {
	height: 124px;
	width: 62.63%;
	max-width: 670px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 auto 100px auto;
}
.front-contact-btn-left {
	flex: 0 0 67%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
}
.front-contact-btn-right {
	flex: 0 0 33%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #3c2c20;
}
.front-contact-btn-hours {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}
.front-contact-btn-phone {
	display: flex;
	align-items: center;
}
.front-contact-btn-phone-icon {
	height: 24px;
	margin-right: 5px;
}
.front-contact-btn-phone-label {
	color: #444;
	font-size: 28px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
.front-contact-btn-reserve-icon {
	width: 24px;
}
.front-contact-btn-reserve-label {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin: 10px 0 0 0;
}
.front-contact-content {
	display: flex;
	column-gap: 10px;
	align-items: stretch;
	justify-content: flex-start;
}
.front-contact-content-map {
	flex: 0 0 45.2%;
}
.front-contact-content-hours {
	flex: 1 0 1px;
}
.front-contact-map-wrap {
	width: 88.75%;
	margin-bottom: 20px;
	aspect-ratio: 42 / 23;
	margin-right: 11.75%;
}
.front-contact-map {
	width: 100%;
	height: 100%;
	border: none;
}
.front-contact-info {
}
.front-contact-info-row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.front-contact-info-label {
	flex: 0 0 100px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
}
.front-contact-info-value {
	flex: 1 0 1px;
}
.front-contact-info-text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 10px;
}
.front-contact-hours-title {
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 54px;
	text-align: center;
	margin-bottom: 25px;
	border: 1px solid #fff;
}
.front-contact-hours-table {
	width: 100%;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 70px;
	text-align: center;
	border-collapse: collapse;
}
.front-contact-hours-table th,
.front-contact-hours-table tbody tr:first-child td {
	border-bottom: 1px solid #fff;
}
.front-contact-hours-table td.label,
.front-contact-hours-table th.label {
	width: 150px;
	text-align: center;
	border-right: 1px solid #fff;
}
.front-contact-hours-notes {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	margin: 20px 0 0 0;
}

.access-container .front-contact-hours-table th,
.access-container .front-contact-hours-table tbody tr:first-child td {
	border-bottom: 1px solid black;
}
.access-container .front-contact-hours-table td.label,
.access-container .front-contact-hours-table th.label {
	border-right: 1px solid black;
}
.access-container .front-contact-hours-title,
.access-container .front-contact-info-text,
.access-container .front-contact-hours-table {
	color: black;
}

.access-container .front-contact-hours-table tbody tr:first-child td {
	border-bottom: 1px solid black;
}
.access-container .front-contact-hours-notes{
	color: black;
}


/*
 * ABOUT PAGE
 */


.about-feature-section {
	padding: 150px 0 75px 0;
}
.about-feature-section .first-visit-notice {
    background: #E6CBD0;
    padding: 2rem;
    border-radius: 10px;
}
.about-feature-section .first-visit-notice .notice-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.about-feature-section .first-visit-notice .notice-link {
    font-weight: 900;
    font-size: 1.2rem;
    color: black;
    text-decoration: underline;
}
.about-feature-section .site-gradient-heading {
	margin-bottom: 90px;
}
.site-container.about-feature-container {
	width: calc(100% - 80px);
	max-width: 1660px;
}
.about-feature-boxes {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.about-feature-box {
	height: 100%;
	flex: 0 0 23%;
	padding: 70px 0;
}
.about-feature-seper {
	flex: 0 0 1px;
	display: block;
	border-right: 1px solid #d9d9d9;
}
.about-feature-image-wrap {
	width: 100%;
	position: relative;
}
.about-feature-image {
	width: 100%;
}
.about-feature-image-label {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 33%);
	font-family: 'Futura';
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 100%;
	color: #FFFFFF;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #cecece;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.about-feature-title {
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	margin: 40px 0 12px 0;
}
.about-feature-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	margin: 0;
}
.about-clinic-section {
	overflow-x: hidden;
	padding: 150px 0 200px 0;
}
.site-container.about-clinic-container {
	width: calc(100% - 80px);
	max-width: 1500px;
}
.about-clinic-section .site-lined-heading {
	margin-left: 50px;
}
.site-lined-heading.staff-heading{
	max-width: 80%;
    margin: auto;
}
.about-clinic-boxes {
	position: relative;
	display: flex;
	row-gap: 100px;
	column-gap: 3.9%;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 45px;
}
.about-clinic-boxes-back {
	z-index: -1;
	position: absolute;
	left: 20%;
	height: 66%;
	bottom: -100px;
	background-color: #f8f8f8;
	right: calc(-1 * ((100vw - 1460px) / 2));
}
.about-clinic-box {
	flex: 0 0 30.73%;
}
.about-clinic-image-wrap {
	width: 100%;
	position: relative;
	margin-bottom: 42px;
}
.about-clinic-image {
	width: 100%;
}
.about-clinic-image-label {
	position: absolute;
	left: 27px;
	bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 8px;
	background-color: #757473;
	transform: translateY(18px);
}
.about-clinic-text {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0;
}
.about-facility-top-boxes {
	width: 82.54%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 40px auto 0 auto;
}
.about-facility-top-box {
	flex: 0 0 45.57%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.about-facility-top-image {
	width: 100%;
}
.about-facility-top-title {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	margin: 20px 0 5px 20px;
}
.about-facility-top-seper {
	height: 0;
	width: 100px;
	display: inline-block;
	border-bottom: 1px solid #757473;
}
.about-facility-top-text {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 12px 0 0 20px;
}
.about-facility-boxes {
	width: 100%;
	display: flex;
	row-gap: 70px;
	column-gap: 5.125%;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 70px auto 0 auto;
}
.about-facility-box {
	flex: 0 0 21.15%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.about-facility-image {
	width: 100%;
}
.about-facility-title {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	margin: 20px 0 5px 20px;
}
.about-facility-seper {
	height: 0;
	width: 100px;
	display: inline-block;
	border-bottom: 1px solid #757473;
}
.about-facility-text {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 12px 0 0 20px;
}
.about-message-section {
	padding-top: 207px;
}
.about-message-background-wrap {
	max-width: 1920px;
	min-height: 300px;
	margin: 0 auto;
	padding: 53px 0 106px 0;
	background-size: cover;
	background-position: 0 100px;
	background-image: url('../img/front-message-bg.jpg');
	margin-bottom: 120px;
}
.about-message-image.dt {
	position: absolute;
	top: -153px;
	right: 0;
	width: Min(471px, calc(100vw * 0.3225));
}
.about-message-image.mb {
	display: none;
}
.about-message-container {
	position: relative;
}
.about-message-content {
	width: 58%;
	padding-left: 123px;
}
.about-message-title {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 56px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.about-message-text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 20px;
}
.about-message-name-box {
	display: block;
	width: fit-content;
	margin: 0 0 30px auto;
}
.about-message-name-top {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 0;
}
.about-message-name-btm {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 0;
}
.about-staff-section {
	padding: 110px 0 120px 0;
}
.about-staff-container {
	max-width: 1073px;
	width: calc(100% - 80px);
}
.about-staff-content {
	width: 83.875%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 50px auto 0 auto;
}
.about-staff-content-left {
	flex: 0 0 50%;
}
.about-staff-content-right {
	flex: 0 0 50%;
	padding-top: 68px;
}
.about-staff-image-wrap {
	width: 80%;
	position: relative;
	margin-bottom: 50px;
}
.about-staff-image {
	width: 100%;
}
.about-staff-image-wrap:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	right: -30px;
	bottom: -30px;
	background-color: #757473;
}
.about-staff-info {
	width: 80%;
}
.about-staff-title {
	color: #444;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 0;
}
.about-staff-name {
	color: #444;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 0;
}
.about-staff-accol {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #757473;
}
.about-staff-details {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 0;
	word-break: break-word;
}
.site-container.logo-desc-container {
    max-width: 700px;
}
.logo-wrap {
    margin: 3rem;
}
/*
 * MEDICAL / FEES PAGE
 */

/* .medical-fee-section {
	padding-top: 150px;
	padding-bottom: 100px;
} */
.medical-fee-section li{
	list-style: none;
}

.medical-fee-section ul{
	padding: 0;
}

.medical-fee-container {
	max-width: 1300px;
	width: calc(100% - 80px);
}
.medical-fee-content {
	z-index: 1;
	position: relative;
	padding: 75px 100px 65px 100px;
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/front-fee-bg.jpg'); */
	background-color: #747474;
}
.medical-fee-text {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}
.medical-flow-container {
	width: 100%;
	max-width: 1920px;
	position: relative;
	display: flex;
	column-gap: 100px;
	align-items: stretch;
	margin: 53px auto 53px auto;
}
.medical-flow-images {
	flex: 0 0 37.6%;
}
.medical-flow-images .medical-flow-image {
	width: 100%;
}
.medical-flow-content {
	flex: 0 0 700px;
}
.medical-flow-content .site-gradient-heading {
	margin-left: 90px;
}
.medical-flow-item {
	display: flex;
	column-gap: 52px;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 60px;
}
.medical-flow-item-left {
	flex: 0 0 auto;
}
.medical-flow-item-right {
	flex: 1 0 1px;
	padding-top: 21px;
}
.medical-flow-item .medical-flow-item-image {
	width: 138px;
}
.medical-flow-item .medical-flow-title {
	color: #444;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 12px;
}
.medical-flow-item .medical-flow-text {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 0;
}
.medical-payment-section {
	padding: 130px 0 0 0;
}
.medical-payment-container {
	max-width: 1300px;
	width: calc(100% - 80px);
}
.medical-payment-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 65px;
	background: linear-gradient(90.92deg, #2D2C2C 2.58%, #868686 98.48%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	background-clip: text;
	
}
.medical-payment-text {
	color: #444;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	margin-bottom: 35px;
}
.medical-payment-lower {
	margin-top: 180px;
	padding: 240px 0 110px 0;
	background-color: #f8f8f8;
}
.medical-payment-boxes {
	display: flex;
	column-gap: 90px;
	align-items: flex-start;
	justify-content: center;
	margin-top: -350px;
	margin-bottom: 75px;
}
.medical-payment-box-wrap {
	z-index: 1;
	width: 360px;
	position: relative;
}
.medical-payment-box-wrap:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	right: -30px;
	bottom: -30px;
	background-color: #b5b5b5;
}
.medical-payment-box {
	z-index: 1;
	width: 100%;
	padding: 40px 25px;
	background-color: #ededed;
}
.medical-payment-box-wrap.right {
	margin-top: 70px;
}
.medical-payment-box-title {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 20px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 42px;
	padding: 0 0.5em;
	background-color: #757473;
	transform: translateY(-50%);
}
.medical-payment-box-text {
}
.medical-payment-notes {
	width: 66%;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 auto;
}
.medical-coverage-section {
	padding-top: 150px;
}
.medical-coverage-container {
	max-width: 1300px;
	width: calc(100% - 80px);
	margin-top: 50px;
	padding: 70px 110px;
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/medical-coverage-bg.jpg'); */
	background-color: #747474;
}
.medical-coverage-content {
	display: flex;
	row-gap: 40px;
	column-gap: 80px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.medical-coverage-group {
	flex: 1 1 calc((100% - 160px) / 2);
}
.medical-coverage-title {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	padding-bottom: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.medical-coverage-sub-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 1rem;
}
.medical-coverage-items {
}
.medical-coverage-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 0.5em;
}
.medical-coverage-item.note {
	color: #fff;
	margin-top: 1.5rem;
}
.medical-coverage-group .fee-notice-box {
    border: 1px solid white;
    padding: 1rem;
    margin-top: 1rem;
    text-align: center;
    font-size: 16px;
	color: white;
    line-height: 1.6em;
}
.medical-coverage-left,
.medical-coverage-right {
	flex: 0 0 50%;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 0;
}
.medical-about-section {
	padding: 150px 0 75px 0
}
.medical-about-title {
	display: block;
	width: 356px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 80px auto;
	background-color: #757473;
}
.medical-about-container {
	max-width: 1920px;
	width: calc(100% - 80px);
	display: flex;
	column-gap: 4.75%;
	align-items: stretch;
	justify-content: flex-start;
}
.medical-about-left {
	flex: 0 0 37.75%;
	padding-left: 9%;
}
.medical-about-right {
	flex: 0 0 57.5%;
}
.medical-about-content {
	flex: 0 0 ;
}
.medical-about-image-wrap {
	width: 70%;
	position: relative;
}
.medical-about-image-wrap.one {
	margin-left: auto;
	margin-bottom: 12.4%;
}
.medical-about-image-wrap.two {
	margin-right: auto;
	margin-bottom: 22%;
}
.medical-about-image {
	z-index: 1;
	width: 100%;
}
.medical-about-back {
	z-index: -1;
}
.medical-about-back.one {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 62.8%;
	transform: translate(-25%, 58%);
}
.medical-about-back.two {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	transform: translate(54%, 58%);
}
.medical-about-content {
	width: 62%;
}
.medical-about-payment {
	margin-bottom: 60px;
}
.medical-about-payment-label {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	padding: 0 0.5em;
	background-color: #3c2c20;
}
.medical-about-payment-title {
	color: #444;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.medical-about-payment-subtitle {
	color: #444;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #444;
}
.medical-about-payment-text {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


/*
 * COMMON PAGE - rendered by page.php
 */

.common-page-section {
	padding: 150px 0;
}
.common-page-container {
	max-width: 1080px;
}
.common-page-content {
}
.common-page-content h2 {
	color: #fff;
	font-weight: 700;
	/* line-height: 118px; */
	text-align: center;
	padding: 40px 0;
	margin: 80px 0 60px 0;
	background-size: cover;
	background-position: center center;
	/* background-image: url('../img/common-page-h2-bg.jpg'); */
	background-color: #483D2B;
}
.common-page-content h2:first-child {
	margin-top: 0;
}
.common-page-content h3 {
	color: #483D2B;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
	padding-left: 6px;
	margin: 15px 0 10px 0;
	border-left: 4px solid #785827;
}
.common-page-content p {
	color: #1E1E1E;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	margin-bottom: 20px;
}
.front-concept-top-right .front-about-title{
	text-align: center;
}

.only-front-page .header-menu-wrap, .only-front-page .header-buttons, .only-front-page a.site-box-arrow-btn, .only-front-page .front-news-container, .only-front-page .front-contact-btn-right,  .only-front-page .footer-menu-wrap-one, .only-front-page .footer-menu-wrap-two, .only-front-page .burger-icon, .only-front-page .front-contact-btn-hours {
	display: none;
}
.only-front-page .front-contact-btn-left {
	flex: 0 0 100%;
}
/* front-fee-boxes */

@media screen and (max-width: 1430px) {
	.site-header {
		padding: 20px;
	}
	.site-header .header-logo-image {
		width: 240px;
	}
	.site-header .header-menu .menu-item {
		margin: 0 7px;
	}
	.site-header .header-menu .menu-item a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1280px) {
	.site-header .header-contact-btn {
		display: none;
	}
	.site-header .header-menu .menu-item a {
		font-size: 13px;
	}
	.front-message-content {
		padding-left: 40px;
	}
}

@media screen and (max-width: 1200px) {
	.front-about-left {
		flex: 0 1 55%;
		padding-top: 115px;
	}
	.front-about-right {
		flex: 0 1 45%;
	}
}

@media screen and (max-width: 991px) {
	.site-header .header-menu {
		flex-wrap: wrap;
		justify-content: center;
	}
	.front-about-left {
		flex: 0 1 100%;
		padding-top: 115px;
	}
	.front-about-right {
		display: none;
	}
	.first-exam-section .intro-text{
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
	br.mb-only {
		display: initial;
	}
	br.dt-only {
		display: none;
	}

	/* COMMON */
	.site-container {
		width: calc(100% - 30px);
	}

	.site-lined-title-en {
		font-size: 35px;
		line-height: 43px;
	}
	.site-lined-title-ja {
		font-size: 14px;
		line-height: 20px;
		margin-left: 32px;
	}
	.site-lined-title-ja:after {
		left: -55px;
		width: 50px;
	}
	.site-gradient-heading .site-gradient-title-en {
		font-size: 35px;
		line-height: 43px;
	}
	.site-gradient-heading .site-gradient-title-ja {
		font-size: 14px;
		line-height: 20px;
	}
	.site-box-arrow-btn {
		width: 272px;
		height: 52px;
	}
	.site-page-top {
		margin-bottom: 90px;
	}
	.site-page-top-heading {
		height: unset;
		min-height: unset;
		bottom: 25px;
		padding: 26px 24px;
		width: calc(100% - 30px);
	}
	.site-page-top-image.dt {
		display: none;
	}
	.site-page-top-image.mb {
		display: block;
	}
	.site-page-top-title.en {
		display: block;
		font-size: 20px;
		line-height: 37px;
		margin-bottom: 6px;
		padding: 0;
	}
	.site-page-top-title.ja {
		font-size: 15px;
		line-height: 22px;
	}

	/* HEADER */
	.site-header {
		height: 60px;
		padding: 15px 20px 15px 15px;
	}
	.header-spacer {
		height: 60px;
		min-height: 60px;
	}
	.site-header .header-logo-image {
		width: 200px;
	}
	.site-header .header-menu,
	.site-header .header-buttons {
		display: none;
	}
	.site-header .burger-icon {
		width: 30px;
		height: 22px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
	}
	.site-header .burger-icon.open {
		justify-content: center;
	}
	.site-header .burger-bar {
		width: 30px;
		height: 2px;
		display: block;
		background-color: #3B2C20;
		transform-origin: center;
	}
	.site-header .burger-bar.mid {
		width: 20px;
	}
	.site-header .burger-icon.open .burger-bar.top {
		transform: translateY(1px) rotate(45deg);
	}
	.site-header .burger-icon.open .burger-bar.mid {
		display: none;
	}
	.site-header .burger-icon.open .burger-bar.btm {
		transform: translateY(-1px) rotate(-45deg);
	}

	/* FOOTER */
	.site-footer {
		padding-bottom: 60px;
	}
	.footer-content {
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.footer-left {
		flex: 0 0 100%;
		text-align: center;
	}
	.footer-content .footer-menu-wrap-one {
		flex: 0 0 59.4%;
		padding-left: 38px;
	}
	.footer-content .footer-menu-wrap-two {
		flex: 0 0 40.6%;
	}
	.footer-home-link {
		margin: 0 auto;
		width: fit-content;
		justify-content: center;
		padding-bottom: 20px;
	}
	.footer-logo-image {
		width: 58.55%;
	}
	.footer-copyright {
		padding: 5px 0 40px 0;
	}
	.mobile-footer-address {
		z-index: 5;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;

		display: flex;
		color: #fff;
		text-align: center;
		margin-bottom: 0px;
		background-color: #fff;
		font-size: 14px;;
	}

	.mobile-footer-address a.phone-btn,
	.mobile-footer-address a.reserve-btn{
		flex: 1;
		height: 59px;
	}
	.mobile-footer-address a.reserve-btn{
		padding: 0.5em;
		background-color: #3C2C20;
		color: #fff;
	}
	.mobile-footer-address a.reserve-btn .reserve{
		column-gap: 8px;
	}
	.mobile-footer-address a.reserve-btn p{
		font-size: 12px;
	}
	.mobile-footer-address a.phone-btn{
		margin: 0 18px;
		color: #3C2C20;
		padding: 0.75em 0;
	}
	.mobile-footer-address a.phone-btn > span{
		font-size: 18px;
	}
	.mobile-footer-address a.phone-btn .footer-tel img{
		width: 24px;
    	height: 24px;
	}
	.font-12{
		font-size: 12px;
	}
	.l-height-1425 {
		line-height: 1.425em;
	}
	.mobile-footer-address .contact-reception {
		font-size: 14px;
		margin-top: 5px;
	}
	.mobile-fixed-footer .mobile-fixed-contact-btn {
		flex: 0 0 50%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		background-color: #757473;
	}
	
	.mobile-fixed-footer .contact-btn-top {
		flex: 0 0 50%;
		max-height: 17px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 10px;
		font-weight: 500;
		line-height: 17px;
		text-align: center;
		margin-bottom: 3px;
		background-color: #757473;
	}
	.mobile-fixed-footer .contact-btn-btm {
		display: flex;
		align-items: center;
	}
	.mobile-fixed-footer .contact-btn-icon {
		height: 18px;
		margin-right: 2px;
	}
	.mobile-fixed-footer .contact-btn-number {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		line-height: 20px;
		margin-bottom: 0;
	}
	.mobile-fixed-footer .mobile-fixed-reserve-btn {
		flex: 0 0 50%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		background-color: #3C2C20;
	}
	.mobile-fixed-footer .reserve-btn-icon {
		width: 24px;
		margin-right: 17px;
	}
	.mobile-fixed-footer .reserve-btn-label {
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		text-align: center;
		margin-bottom: 0;
	}
	.mobile-fixed-footer .reserve-btn-note {
		color: #fff;
		font-size: 10px;
		font-weight: 400;
		line-height: 17px;
		text-align: center;
		margin-top: 2px;
		margin-bottom: 0;
	}


	/* FRONT PAGE */
	.front-hero-content {
		width: 255px;
		/* bottom: 90px; */
		top: 50%;
	}
	.front-hero-title {
		width: 194px;
		margin-bottom: 0;
	}
	.front-hero-tag {
		font-size: 15px;
		line-height: 18px;
		text-align: center;
		margin-top: 15px;
	}

	.front-concept-section {
		padding-bottom: 50px;
	}
	.front-concept-container {
		height: unset;
		transform: unset;
		margin-top: -37px;
		padding: 44px 24px;
		width: calc(100% - 30px);
		/* background-image: url(../img/graph-paper-bg-mb.jpg); */
	}
	.front-concept-top {
		padding: 0;
		margin-bottom: 30px;
		align-items: stretch;
		flex-direction: column;
	}
	.front-concept-top-left {
		flex: 0 0 auto;
		padding-left: 0;
		justify-content: flex-start;
	}

	.front-concept-text {
		font-size: 17px;
		line-height: 34px;
	}
	.front-concept-btm {
		padding: 0;
		row-gap: 20px;
		flex-direction: column;
	}
	.front-concept-btm-box {
		margin-bottom: 24px;
	}
	.front-concept-renewal-banner-wrap{
		min-width: initial;
		width: 100%;
	}
	.front-concept-label-box {
		height: 24px;
		bottom: -23px;
	}
	.front-concept-title {
		font-size: 28px;
		line-height: 28px;
	}
	.front-concept-label {
		font-size: 10.5px;
		line-height: 24px;
	}
	.front-about-section {
		padding-bottom: 100px;
	}
	.front-about-container {
		padding: 0 15px;
	}
	.front-about-content {
		padding: 0;
		flex-direction: column;
	}
	.front-about-left {
		flex: 0 0 auto;
		padding: 0;
	}
	.front-about-right,
	.front-about-backing {
		display: none;
	}
	.front-about-title {
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.front-about-text {
		font-size: 16px;
		line-height: 24px;
	}
	.front-about-content .site-box-arrow-btn {
		margin: 0 auto;
	}
	.first-exam-section {
		margin-top: 0;
		margin-bottom: 80px;
	}
	.first-exam-section .intro-text{
		margin-bottom: 40px;
	}
	.first-exam-section .main-content {
		padding: 35px 20px;
	}
	.first-exam-section ul:first-child li {
		margin-bottom: 0.5em;
	}
	.front-fee-section {
		margin-top: 0;
		padding-bottom: 0;
	}
	.front-fee-backing {
		display: none;
	}
	.front-fee-image.dt {
		display: none;
	}
	.front-fee-image.mb {
		width: 100%;
		left: unset;
		display: block;
		position: relative;
		max-width: unset;
		aspect-ratio: unset;
	}
	.front-fee-container {
		padding: 0;
		width: calc(100% - 30px);
		margin-top: -60px;
	}
	.front-fee-content {
		padding: 35px 20px;
		/* background-image: url(../img/front-fee-bg-mb.jpg); */
	}
	.front-fee-text {
		font-size: 16px;
		line-height: 1.4em;
		margin-top: 30px;
	}
	.front-fee-box {
		flex: 0 0 calc((100% - 27px) / 2);
	}
	.front-feature-section {
		padding: 40px 0 0 0;
		margin-bottom: 20px;
	}
	.front-feature-section .site-lined-heading {
		margin: 0 0 30px 0;
		padding-left: 15px;
	}
	.front-feature-backing {
		display: none;
	}
	.front-feature-content {
		column-gap: unset;
		flex-direction: column;
	}
	.front-feature-section.reverse .front-feature-content {
		flex-direction: column;
	}
	.front-feature-content-left {
		flex: 0 0 auto;
		padding: 0 15px;
	}
	.front-feature-content-right {
		flex: 0 0 auto;
		padding-top: 35px;
	}
	.front-feature-section.reverse .front-feature-content-left {
		padding-left: 0;
	}
	.front-frature-black-label {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
		margin-bottom: 8px;
	}
	.front-feature-title {
		font-size: 25px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.front-feature-text {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 0;
	}
	.front-feature-image-wrap {
		width: calc(100% - 15px);
		margin-left: 15px;
		margin-bottom: 25px;
	}
	.front-feature-image-wrap .front-feature-image {
		width: 61%;
	}
	.front-feature-section.reverse .front-feature-image-wrap .front-feature-image {
		width: 61%;
		display: block;
		margin-right: 15px;
		margin-left: auto;
	}
	.front-feature-bg {
		width: 85%;
		top: 25px;
		right: 0;
		left: unset;
		bottom: -25px;
	}
	.front-feature-section.reverse .front-feature-bg {
		width: 85%;
		top: 25px;
		left: -15px;
		right: unset;
		bottom: -25px;
	}
	.front-feature-extra-title {
		width: 100%;
		font-size: 20px;
		line-height: 32px;
	}
	.front-feature-extra-subtitle {
		margin-bottom: 0;
	}
	.front-feature-extra {
		flex-direction: column;
	}
	.front-feature-extra-left {
		flex: 0 0 auto;
		padding: 0 15px;
	}
	.front-feature-extra-right {
		flex: 0 0 auto;
		padding: 50px 15px 0 15px;
	}
	.front-feature-extra-image.primary {
		width: 79.4%;
		margin: 0 auto;
		display: block;
	}
	.front-feature-extra-boxes {
		column-gap: 5.65%;
	}
	.front-feature-extra-box {
		flex: 1 1 29.56%;
	}
	.front-feature-extra-box:after {
		top: 30%;
		right: -16px;
		width: 12px;
		height: 14px;
	}
	.front-feature-extra-subtitle {
		font-size: 16px;
		line-height: 19px;
	}
	.front-message-section {
		padding-top: 50px;
	}
	.front-message-image.mb {
		display: block;
		width: 80%;
		margin: 30px auto;
	}
	.front-message-image.dt {
		display: none;
	}
	.front-message-content {
		padding: 0;
		margin: 0 auto;
		width: calc(100% - 30px);
	}
	.front-message-background-wrap {
		padding: 45px 0;
	}
	.front-message-title {
		font-size: 25px;
		line-height: 40px;
		margin: 30px 0;
	}
	.front-message-text {
		font-size: 16px;
		line-height: 1.4em;
	}
	.front-message-section .site-box-arrow-btn {
		margin: 0 auto;
	}
	.front-news-content {
		flex-direction: column;
	}
	.front-news-title-box {
		width: 200px;
		padding: 30px 0 32px 0;
		margin: 0 auto 36px auto;
	}
	.front-news-items {
		padding: 0 15px;
	}
	.front-news-item {
		column-gap: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.front-news-item .news-date {
		flex: 0 0 auto;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.85px;
	}
	.front-news-item .news-title {
		font-size: 16px;
		line-height: 1.4em;
	}
	.front-faq-image.mb {
		width: 100%;
		display: block;
	}
	.front-faq-image.dt {
		display: none;
	}
	.front-faq-content {
		padding: 50px 20px;
		width: calc(100% - 30px);
		margin: -50px auto 0 auto;
	}
	.front-faq-title-top {
		font-size: 35px;
		line-height: 43px;
	}
	.front-faq-title-box {
		padding-bottom: 5px;
	}
	.front-faq-content .questions-answers .question-answer .question:before,
	.front-faq-content .questions-answers .question-answer .answer *:first-child:before {
		font-size: 23px;
		line-height: 23px;
	}
	.front-faq-text {
		text-align: left;
	}
	.front-contact-section {
		padding: 50px 15px;
	}
	.front-contact-mobile-intro {
		display: block;
	}
	.front-contact-mobile-text {
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.front-contact-btn {
		width: 100%;
		height: unset;
		margin-bottom: 30px;
		flex-direction: column;
	}
	.front-contact-btn-left,
	.front-contact-btn-right {
		height: 100px;
		flex: 0 0 auto;
	}
	.front-contact-content {
		flex-direction: column;
	}
	.front-contact-map-wrap {
		width: 100%;
		margin-right: 0;
		aspect-ratio: 345 / 233;
	}
	.front-contact-info-row {
		flex-direction: column;
	}
	.front-contact-info-label {
		flex: 0 0 auto;
	}
	.front-contact-info-text {
		font-size: 14px;
		line-height: 21px;
	}
	.front-contact-hours-title {
		font-size: 14px;
		line-height: 21px;
		padding: 7px 0;
	}
	.front-contact-hours-table {
		font-size: 14px;
	}
	.front-contact-hours-table td.label,
	.front-contact-hours-table th.label {
		width: 100px;
	}
	.front-contact-hours-table td.label {
		font-size: 13px;
	}

	/* ABOUT PAGE */
	.about-feature-section {
		padding: 50px 0;
	}
	.about-feature-section .site-gradient-heading {
		margin-bottom: 30px;
	}
	.site-container.about-feature-container {
		width: calc(100% - 30px);
	}
	.about-feature-boxes {
		row-gap: 60px;
		flex-direction: column;
	}
	.about-feature-box {
		flex: 0 0 auto;
		padding: 0;
	}
	.about-feature-seper {
		display: none;
	}
	.about-feature-image-wrap {
		width: calc(100% - 50px);
		margin: 0 auto;
	}
	.about-feature-image-label {
		font-size: 45px;
	}
	.about-feature-title {
		margin-top: 35px;
	}
	.site-container.about-clinic-container {
		width: calc(100% - 30px);
	}
	.about-clinic-section {
		padding: 50px 0;
	}
	.about-clinic-section .site-lined-heading {
		margin-left: 25px;
	}
	.about-clinic-boxes {
		flex-direction: column;
		margin-top: 30px;
		row-gap: 60px;
	}
	.about-clinic-boxes-back {
		display: none;
	}
	.site-section.about-facility-section {
		padding: 50px 0;
	}
	.site-container.about-facility-container {
		width: calc(100% - 30px);
	}
	.about-facility-section .site-lined-heading {
		margin-left: 25px;
	}
	.about-facility-top-boxes {
		width: 100%;
		row-gap: 50px;
		flex-direction: column;
	}
	.about-facility-top-title,
	.about-facility-top-text {
		margin-left: 0;
	}
	.about-facility-boxes {
		row-gap: 50px;
		column-gap: 10%;
	}
	.about-facility-box {
		flex: 0 0 45%;
	}
	.about-facility-title {
		font-size: 18px;
		line-height: 1.6em;
		margin-left: 0;
	}
	.about-facility-text {
		font-size: 16px;
		line-height: 1.4em;
		margin-left: 0;
	}
	.about-message-section {
		padding-top: 45px;
	}
	.about-message-background-wrap {
		padding: 47px 0 0 0;
		margin-bottom: 70px;
	}
	.about-message-container {
		width: calc(100% - 30px);
		padding-bottom: 45px;
	}
	.about-message-content {
		width: 100%;
		padding-left: 0;
	}
	.about-message-section .site-lined-heading {
		margin-left: 25px;
	}
	.about-message-section .site-box-arrow-btn {
		margin: 0 auto;
	}
	.about-message-image.mb {
		display: block;
		width: 80%;
		margin: 30px auto;
	}
	.about-message-image.dt {
		display: none;
	}
	.about-message-title {
		font-size: 25px;
		line-height: 40px;
		margin: 30px 0;
	}
	.about-staff-container {
		width: calc(100% - 30px);
	}
	.about-staff-section .site-lined-heading {
		margin-left: 25px;
	}
	.about-staff-content {
		width: 100%;
		flex-direction: column;
	}
	.about-staff-image-wrap {
		width: 71%;
		margin: 0 auto 50px auto;
	}
	.about-staff-image-wrap:after {
		top: 20px;
		left: 20px;
		right: -20px;
		bottom: -20px;
	}
	.about-staff-accol {
		font-size: 16px;
		line-height: 1.4em;
	}
	.medical-fee-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.medical-fee-container {
		width: calc(100% - 30px);
	}
	.medical-fee-content {
		padding: 50px 20px;
	}
	.medical-fee-text {
		font-size: 16px;
		line-height: 1.4em;
		text-align: left;
	}
	.medical-fee-section .front-fee-boxes {
		justify-content: flex-start;
	}
	.medical-flow-images {
		display: none;
	}
	.medical-flow-content {
		flex: 0 0 100%;
		padding: 0 15px;
	}
	.medical-flow-item {
		align-items: center;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.medical-flow-item .medical-flow-item-image {
		width: 104px;
	}
	.medical-flow-item-right {
		padding-top: 11px;
	}
	.medical-flow-item .medical-flow-title {
		text-align: center;
	}
	.medical-payment-section {
		padding-top: 50px;
	}
	.medical-payment-container {
		width: calc(100% - 30px);
	}
	.medical-payment-title {
		font-size: 28px;
		line-height: 1.6em;
		margin-bottom: 50px;
	}
	.medical-payment-text {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4em;
		text-align: left;
	}
	.medical-payment-boxes {
		flex-direction: column;
	}
	.medical-payment-box-wrap {
		width: 100%;
		max-width: 360px;
	}
	.medical-payment-box-wrap:after {
	    top: 12px;
	    left: 15px;
	    right: -15px;
	    bottom: -12px;
	}
	.medical-payment-notes {
		width: 100%;
		font-size: 16px;
		line-height: 1.4em;
	}
	.medical-payment-lower {
		margin: 570px -15px 0 -15px;
		padding: 330px 15px 40px 15px;
	}
	.medical-payment-boxes {
		margin-top: -830px;
	}
	.medical-coverage-section {
		padding-top: 50px;
	}
	.medical-coverage-container {
		width: 100%;
		padding: 40px 35px;
	}
	.medical-coverage-content {
		row-gap: 20px;
	}
	.medical-coverage-group {
		flex: 0 0 100%;
	}
	.medical-about-section {
		padding: 50px 0;
	}
	.medical-about-container {
		width: calc(100% - 30px);
		flex-direction: column;
	}
	.medical-about-image-wrap.one {
		margin-bottom: 18.4%;
	}
	.medical-about-back.one {
		width: 68.8%;
		transform: translate(-38%, 54%);
	}
	.medical-about-image-wrap.two {
		display: none;
	}
	.medical-about-content {
		width: 100%;
		margin-top: 60px;
	}
	.medical-about-payment {
		margin-bottom: 40px;
	}
	.medical-about-payment:last-child {
		margin-bottom: 0;
	}

	/* COMMON PAGE */
	.common-page-container {
		width: calc(100% - 30px);
	}
	.common-page-section {
		padding: 50px 0;
	}
	.common-page-content h2 {
		font-size: 25px;
		line-height: 40px;
		text-align: left;
		padding: 13px;
		margin: 40px 0 30px 0;
	}
	.common-page-content h2:first-child {
		margin-top: 0;
	}
	.common-page-content p {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 18px;
	}
}

/* SPECIAL ONLY-FRONT-PAGE STYLES */
/* body.only-front-page .footer-right .footer-menu-wrap {
	display: none;
}
body.only-front-page header .site-menu {
	display: none;
}
body.only-front-page .site-btn:not(#contact_submit_btn) {
	display: none;
}



 */
 /**uematsu--access--**/
.access-container {
	width: calc(100% - 80px);
	max-width: 1300px;
	margin: 0 auto;
}
.access-case {
	text-align: center;
}
.access-case h3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 2rem;
	font-weight: bold;
}
.case-label {
	color: black;
}
.access-desc {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: flex-start;
}
.access-img img{
	width: 100%;
}
.access-img p{
	margin-top: 0;
    margin-bottom: 1rem;
}
.access-img {
	width: 43%;
}

/* リニューアル時追加 */
:root {
	--oc-link-color: #1E1E1E;
	--oc-primary-color: #1E1E1E;
	--header-height: 130px;
}

@media screen and (max-width:1220px) {
	:root {
		--header-height: 80px;
	}
}

body {
	color: var(--oc-primary-color);
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0;
	font-family: fot-tsukuardgothic-std, sans-serif;
	background: #F8F7F1;
}
*{
	word-break: break-word;
}
a,
a img{
    transition: all .3s;
}
a[href^="tel:"] {
    pointer-events: none;
}
a:hover{
	opacity: 0.5;
}
p{
	margin-bottom: 30px;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
figure{
	margin-bottom: 0;
}
i{
	font-style: normal;
}
table{
	width: 100%;
}
.home dl,
.home dd,
.content dl,
.content dd,
ul.reset,
ol.reset,
#header ul,
#footer ul,
.home ul,
.home ol{
	margin: 0;
	padding: 0;
}
ul.reset li,
ol.reset li,
#header li,
#footer li,
.home li{
	list-style: none;
}

@media screen and (max-width:767px) {
	body {
		font-size: 14px;
		line-height: 1.7;
	}
	p{
		margin-bottom: 20px;
	}
	p:last-child{
		margin-bottom: 0;
	}
}

.tb,
.sp{
	display: none;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btn-s01{
	display: inline-block;
	position: relative;
	width: 280px;
	height: 65px;
	font-size: 16px;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
	background: #EBE5DB;
	border-radius: 80px;
}
.btn-s01:hover{
	color: #785827;
	background: #F2F1EA;
	opacity: 1;
}
.btn-s01:after,
.btn-s01:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 25px;
	aspect-ratio: 1 / 1;
	background: url(../img/arrow.svg) no-repeat center;
	background-size: contain;
    transform: translateY(-50%);
    transition: all .3s;
}
.btn-s01:after{
	opacity: 0;
	background: url(../img/arrow06.svg) no-repeat center;
	background-size: contain;
}
.btn-s01:hover:before{
	opacity: 0;
}
.btn-s01:hover:after{
	opacity: 1;
}
.design-s01 {
	text-align: center;
}
.design-s01 .flex{
	align-items: center;
	position: relative;
	margin: 0 auto;
	margin-bottom: 8px;
	padding: 55px 40px;
	width: 100%;
	max-width: 920px;
	color: #fff;
	font-size: 20px;
	background: #483D2B;
	border-radius: 150px;
}
.design-s01 .flex:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100px;
	border-left: #fff 1px dashed;
    transform: translateY(-50%) translateX(-50%);
}
.design-s01 .flex>div{
	padding: 0 10px;
	width: 50%;
}
.design-s01 .left{
	line-height: 2.3;
}
.design-s01 .left a{
	display: inline-block;
	padding-left: 35px;
	min-height: 29px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 0.67;
	background: url(../img/icon-phone02.svg) no-repeat 0 center;
}
.design-s01 .left span{
	font-size: 15px;
	line-height: 1.6;
	display: block;
}
.design-s01 .right a{
	display: inline-block;
	position: relative;
	margin-top: 12px;
	width: 320px;
	height: 65px;
	color: #785827;
	font-size: 20px;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
	background: #fff;
	border-radius: 80px;
}
.design-s01 .right a:after,
.design-s01 .right a:before{
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	width: 27px;
	height: 27px;
	background: url(../img/icon-calendar02.svg) no-repeat center;
	background-size: auto 100%;
    transform: translateY(-50%);
}
.design-s01 .right a:after{
	left: auto;
	right: 20px;
	width: 25px;
	height: 25px;
	background: url(../img/arrow.svg) no-repeat center;
}

@media screen and (max-width:820px) {
	.tb{
		display: block;
	}
}

@media screen and (max-width:767px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}
    a[href^="tel:"] {
        pointer-events: auto;
    }
	.design-s01 .flex{
		padding: 25px 20px;
		padding-top: 15px;
		border-radius: 80px;
	}
	.design-s01 .flex:before{
		display: none;
	}
	.design-s01 .flex>div{
		padding: 25px 0;
		width: 100%;
		line-height: 1.7;
	}
	.design-s01 .flex>div:first-child{
		border-bottom: #fff 1px dashed;
	}
	.design-s01 .left a,
	.design-s01 .right a{
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 10px;
		width: 305px;
		height: 65px;
		color: #785827;
		font-size: 20px;
		line-height: 65px;
		text-align: center;
		background: #fff;
		border-radius: 80px;
	}
	.design-s01 .left a{
		padding-left: 0;
		background: #fff url(../img/icon-phone.svg) no-repeat 20px center;
		background-size: 25px auto;
	}
	.design-s01 .left a:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 25px;
		height: 25px;
		background: url(../img/arrow.svg) no-repeat center;
		transform: translateY(-50%);
	}
	.design-s01 .left span{
		margin-top: 12px;
	}
}

/*base*/
.home #container{
	/* padding-top: var(--header-height); */
	overflow: hidden;
}
#container{
	padding-top: var(--header-height);
	/* overflow: hidden; */
}
.home .package{
	margin: 0;
	padding: 0;
	margin-bottom: 100px;
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 1150px;
	padding: 0 15px;
	width: 100%;
}

@media screen and (max-width:767px) {
	.home .package{
		margin-bottom: 50px;
	}
}

/*ヘッダー*/
#header {
	position: relative;
	padding: 20px;
	height: var(--header-height);
	z-index: 11;
	background-color: #fff;
	position: fixed;
	width: 100%;
}
#header .upper{
	gap: 15px;
	margin-bottom: 5px;
}
#header .right,
#header .left{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
#header .left{
	gap: 5px 15px;
	position: relative;
	z-index: 12;
}
#header .logo{
	width: 180px;
}
#header .description{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.65;
}
#header .info{
	font-size: 15px;
	line-height: 1.6;
}
#header .btm,
#header .upr{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}
#header .upr{
	margin-bottom: 3px;
}
#header .upr span{
	letter-spacing: 0.2em;
}
#header .upr a{
	display: inline-block;
	padding-left: 40px;
	width: 145px;
	height: 22px;
	color: #785827;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	background: #EBE5DB url(../img/icon-pin.svg) no-repeat 24px center;
	border-radius: 20px;
}
#header .btm a{
	padding-left: 20px;
	padding-right: 5px;
	color: #785827;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/icon-phone.svg) no-repeat 0 center;
}
#header .reserve a{
	display: block;
	padding-top: 8px;
	padding-left: 55px;
	width: 170px;
	height: 50px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
	background: #785827 url(../img/icon-calendar01.svg) no-repeat 17px center;
	border-radius: 8px;
}
#header .reserve b{
	font-size: 16px;
	font-weight: normal;
}
#header .menu a{
	display: block;
}
#header .bottom ul#menu-main-menu{
	display: flex;
	justify-content: center;
}
#header .bottom #menu-main-menu>li{
	flex: 1;
	position: relative;
	width: 100%;
	height: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
}
#header .bottom #menu-main-menu>li:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 22px;
	background: #EBE5DB;
    transform: translateY(-50%);
}
#header .bottom #menu-main-menu>li:last-child:before{
	display: none;
}
#header .bottom #menu-main-menu>li>a:hover{
	color: #785827;
	text-decoration: underline;
	opacity: 1;
}
.menu-item-1200 .sub-menu{
    counter-reset: order;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	padding: 40px!important;
	width: 1155px;
    transition: all .3s;
    transform: translateY(100%) translateX(-50%);
	opacity: 0;
	pointer-events: none;
}
#header .menu li:hover .sub-menu{
	opacity: 1;
	pointer-events: auto;
}
.menu-item-1200 .sub-menu:before{
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: calc(100% - 20px);
	background: #fff;
	border-radius: 30px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
}
.menu-item-1200 .sub-menu:after{
	content: '';
	position: absolute;
	top: 9px;
	left: 50%;
	width: 18px;
	height: 12px;
	background: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: translateX(-50%);
}
.menu-item-1200 .sub-menu li{
	position: relative;
	width: calc((100% - 40px) / 3);
	text-align: left;
	white-space: nowrap;
}

.menu-item-1200 .sub-menu li a{
	display: block;
	padding: 15px 75px;
	padding-right: 40px;
	font-weight: bold;
	line-height: 1.55;
	border-bottom: #785827 1px solid;
}
/* --- Walkerで入れた要素を使う --- */

/* アイコン（a内） */
.menu-item-1200 .sub-menu li a{
  position: relative; /* アイコン/矢印/番号の基準 */
}

.menu-item-1200 .sub-menu li a .oc-menu-icon{
  position: absolute;
  top: 50%;
  left: 15px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* 矢印（a内） */
.menu-item-1200 .sub-menu li a .oc-submenu-arrow{
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../img/arrow.svg) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

/* テキスト（タイトル＋説明） */
.menu-item-1200 .sub-menu li a .oc-menu-text{
  display: block;
}

.menu-item-1200 .sub-menu li a .oc-menu-title{
  display: block;
}

/* 説明（a:before から spanへ移行） */
.menu-item-1200 .sub-menu li a .oc-menu-desc{
  display: block;
  padding-left: 25px;
  height: 22px;
  color: #785827;
  font-size: 14px;
  font-weight: normal;
}

.menu-item-1200 .sub-menu li a:after{
	content: '';
	display: block;
	padding-left: 25px;
	height: 22px;
	color: #785827;
	font-size: 14px;
	font-weight: normal;
}
.menu-item-1200 .sub-menu li a:after{
    counter-increment: order;
    content: counter(order, decimal-leading-zero) '.';
	position: absolute;
	top: 16px;
	left: 52px;
}
.fixed-banners{
	position: fixed;
	right: 0;
	top: 155px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 10;
}

@media screen and (max-width: 1220px){
	.fixed-banners{
		top: 135px;
	}
}

.fixed-instagram,
.fixed-line{
	position: relative;
	width: 70px;
	height: 236px;
	font-weight: bold;
	writing-mode: vertical-rl;
	text-orientation: upright;
	background: #fff;
	border: #ebe5db 1px solid;
	border-radius: 28px 6px 6px 28px;
	box-shadow: -2px 0px 15px 0px rgba(120,88,39,0.15);
}

.fixed-instagram:before,
.fixed-line:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 25px;
	height: 25px;
	background: url(../img/arrow.svg) no-repeat center;
	background-size: 100%;
	transform: translateX(-50%);
}

.fixed-instagram a,
.fixed-line a{
	display: block;
	position: relative;
	padding-top: 55px;
	padding-right: 14px;
	width: 100%;
	height: 100%;
	line-height: 1.35;
	letter-spacing: 0.1em;
}

.fixed-instagram a:before,
.fixed-line a:before{
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	width: 24px;
	height: 24px;
	transform: translateX(-50%);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.fixed-instagram a:after,
.fixed-line a:after{
	content: '';
	position: absolute;
	top: 46px;
	left: 50%;
	width: 37px;
	height: 1px;
	background: #EBE5DB;
	transform: translateX(-50%);
}

.fixed-instagram a:before{
	background-image: url(../img/icon-instagram.svg);
}

.fixed-line a:before{
	background-image: url(../img/icon-line.svg);
}

.fixed-instagram i,
.fixed-line i{
	display: inline-block;
	padding-bottom: 17px;
	background: url(../img/icon-bikkuri.svg) no-repeat center bottom;
}
#header .menu-trigger{
	display: none;
	position: fixed;
	top: 20px;
	right: 15px;
	cursor: pointer;
	z-index: 12;
}
.menu-trigger .inr{
	position: relative;
	width: 50px;
	height: 28px;
    transition: all .3s;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #785827;
	border-radius: 10px;
	transition: all .3s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 50%;
	width: 25px;
    transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
	top: 100%;
}
.on .menu-trigger span:nth-of-type(3),
.on .menu-trigger span:nth-of-type(1) {
	top: 50%;
	width: 25px;
    transform: translateY(-50%);
}
.sp-menu{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 35px 15px;
	padding-top: 86px;
	width: 375px;
	background: #F8F7F1;
    transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
	transform: translateX(100%);
    overflow: auto;
	scrollbar-width: none;  /* Firefox */
	-ms-overflow-style: none; /* IE / Edge(旧) */
	z-index: 11;
}
.sp-menu::-webkit-scrollbar{
	display: none;          /* Chrome / Safari */
}
.on .sp-menu{
	transform: translateX(0);
}
.sp-menu .upper {
	margin-bottom: 25px!important;
	padding: 0 30px;
	font-size: 12px;
	text-align: center;
	background: #fff;
	border: #785827 1px solid;
	border-radius: 15px;
}
.sp-menu .upper>div{
	padding: 15px 0;
}
.sp-menu .tel {
	margin-bottom: 5px;
	border-bottom: #d7cdbf 1px dashed;
}
.sp-menu .upper b{
	font-size: 14px;
	line-height: 2.1;
}
.sp-menu .upper a{
	display: block;
	position: relative;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 285px;
	max-width: 100%;
	height: 55px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 55px;
	background: #B99865;
	border-radius: 80px;
}
.sp-menu .upper a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 25px;
	height: 25px;
	background: url(../img/arrow05.svg) no-repeat center;
	background-size: 100% auto;
    transform: translateY(-50%);
}
.sp-menu .form a{
	background: #483D2B;
}
.sp-menu .form a:before,
.sp-menu .tel a:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 25px;
	background: url(../img/icon-phone02.svg) no-repeat 0 center;
	background-size: 100% auto;
    transform: translateY(-50%);
}
.sp-menu .form a:before{
	background: url(../img/icon-calendar01.svg) no-repeat 0 center;
	background-size: 100% auto;
}
.sp-menu .middle {
	margin-bottom: 20px!important;
	padding: 0 20px;
	font-size: 14px;
	background: #FBFBF8;
	border-radius: 15px;
}
.sp-menu .middle a{
	display: block;
}
.sp-menu .menu>li:not(:last-child){
	border-bottom: #785127 1px dashed;
}
.sp-menu .menu>li>a{
	padding: 15px 0;
	color: #785827;
	font-weight: bold;
}
#header .sp-menu .sub-menu{
	margin-top: -5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.sp-menu .sub-menu a{
	position: relative;
	margin-bottom: 8px;
	padding-left: 10px;
}
.sp-menu .bottom a:before,
.sp-menu .sub-menu a:before{
	content: '・';
	position: absolute;
	top: 0;
	left: -3px;
	color: #785827;
	font-weight: bold;
}
.sp-menu .bottom a{
	position: relative;
	padding-left: 10px;
	font-size: 13px;
}
.fixed-bottom-menu{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
}
.fixed-bottom-menu .inr{
	display: flex;
}
.fixed-bottom-menu a{
	flex: 1;
	display: block;
	height: 42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
	border-radius: 8px 8px 0 0;
}
.fixed-bottom-menu .access{
	background: #968C7B;
}
.fixed-bottom-menu .line{
	background: #B99865;
}
.fixed-bottom-menu .form{
	background: #483D2B;
}
.fixed-bottom-menu span{
	display: inline-block;
	padding-left: 20px;
}
.fixed-bottom-menu .access span{
		background: url(../img/icon-map.svg) no-repeat 0 center;
}
.fixed-bottom-menu .line span{
		background: url(../img/icon-line-01.svg) no-repeat 0 center;
		background-size: 13px auto;
}
.fixed-bottom-menu .form span{
		background: url(../img/icon-calendar01.svg) no-repeat 0 center;
		background-size: 14px auto;
}

@media screen and (max-width:1220px) {
	#header {
		padding: 15px;
		padding-bottom: 0;
	}
	#header .upper{
		margin-bottom: 0;
	}
	#header .bottom,
	#header .right{
		display: none;
	}
	#header .logo{
		width: 155px;
	}
	#header .description{
		font-size: 12px;
	}
	#header .menu-trigger{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .sp-menu .bottom{
		display: block;
	}
}

@media screen and (max-width:767px) {
	#header .description{
		width: 100%;
		font-size: 7px;
	}
	.fixed-instagram{
		display: none;
	}
	.fixed-line{
		display: none;
	}
	.fixed-banners{
		display: none;
	}

}

@media screen and (max-width:500px) {
	.sp-menu{
		width: 100%;
	}
}

/*メインカラム*/
.top-mv{
	position: relative;
	margin-top: calc(var(--header-height) * -1);
	margin-bottom: 55px;
	padding: 30px 20px;
	padding-top: var(--header-height);
	background: linear-gradient(180deg, rgba(255, 255, 255,1) 1%,rgba(254, 254, 254,1) 1%,rgba(248, 247, 241,1) 100%);
}
.top-mv .slider{
	width: 100%;
}
.top-mv .slider img{
	border-radius: 20px;
}
.top-mv .badge{
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	align-items: flex-end;
	position: absolute;
	right: 40px;
	bottom: 45px;
}
.top-mv .text{
	position: absolute;
	left: 90px;
	bottom: 100px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8;
	filter:
		drop-shadow(0 2px 3px rgba(0, 0, 0, 0.6))
		drop-shadow(0 0 6px rgba(0, 0, 0, 0.4));
}
.top-mv .text p.s1{
	position: relative;
	font-size: 48px;
	line-height: 1;
}
.top-mv .text p.s1:before{
	content: '';
	position: absolute;
	top: 4px;
	left: -11px;
	width: 18px;
	height: 18px;
	background: url(../img/deco.svg) no-repeat 0 0;
	background-size: 100% auto;
	filter:
		drop-shadow(0 2px 3px rgba(0, 0, 0, 0.6))
		drop-shadow(0 0 6px rgba(0, 0, 0, 0.4));
}
.top-mv .text p.s1::after{
	content: '';
	position: absolute;
	bottom: -4px;
	width: 18px;
	height: 18px;
	background: url(../img/deco.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform: scaleX(-1);
	filter:
		drop-shadow(0 2px 3px rgba(0, 0, 0, 0.6))
		drop-shadow(0 0 6px rgba(0, 0, 0, 0.4));
}
.top-news {
	margin-bottom: 60px;
}
.top-news .wrap-inr{
	border: #ebe5db 2px solid;
	border-radius: 20px;
	overflow: hidden;
}
.top-news .header{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px;
	width: 280px;
	font-weight: bold;
	background: #EBE5DB;
}
.top-news .body{
	flex: 1;
	padding: 10px 40px;
	padding-bottom: 30px;
}
.top-news h2{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
}
.top-news h2:before{
	content: attr(data-en);
	display: block;
	color: #785827;
	font-size: 16px;
	line-height: 1.6;
}
.top-news .link a{
	display: inline-block;
	position: relative;
	padding-right: 35px;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
}
.top-news .link a:hover{
	color: #785827;
	text-decoration: underline;
	opacity: 1;
}
.top-news .link a:after,
.top-news .link a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	height: 25px;
	background: url(../img/arrow.svg) no-repeat right center;
    transform: translateY(-50%);
    transition: all .3s;
}
.top-news .link a:after{
	opacity: 0;
	background: url(../img/arrow06.svg) no-repeat right center;
    transform: translateY(-50%);
}
.top-news .link a:hover:before{
	opacity: 0;
}
.top-news .link a:hover:after{
	opacity: 1;
}
.top-news li{
	position: relative;
	border-bottom: #ebe5db 1px solid;
}
.top-news li:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 20px;
	height: 1px;
	background: #785827;
    transition: all .3s;
}
.top-news li:hover:before{
	width: 100%;
}
.top-news li a{
	display: flex;
	flex-wrap: wrap;
	gap: 2px 18px;
	position: relative;
	padding: 18px 40px;
	padding-left: 10px;
}
.top-news li a:hover{
	color: #785827;
	font-weight: bold;
	opacity: 1;
}
.top-news li a:after,
.top-news li a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	aspect-ratio: 1 / 1;
	background: url(../img/arrow.svg) no-repeat center;
	background-size: 100% auto;
    transform: translateY(-50%);
    transition: all .3s;
}
.top-news li a:after{
	opacity: 0;
	background: url(../img/arrow06.svg) no-repeat center;
}
.top-news li a:hover:before{
	opacity: 0;
}
.top-news li a:hover:after{
	opacity: 1;
}
.top-news .date{
	color: #785827;
}
.top-content .header{
	margin-bottom: 50px;
	text-align: center;
}
.top-content h2{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.4;
}
.top-content h2:before{
	content: attr(data-en);
	display: block;
	margin: 0 auto;
	color: #785827;
	font-size: 16px;
	line-height: 1.6;
}
.top-content.c01 {
	margin-bottom: 130px;
	padding-top: 100px;
	padding-bottom: 50px;
	background: linear-gradient(
		315deg,
		rgba(255,255,255,1) 0%,
		rgba(255,255,255,0.6) 100%
	);
	border-radius: 60px 0 0 0;
}
.top-content.c01 .wrap-inr{
	gap: 30px;
	margin-bottom: 30px;
}
/* .top-content.c01 .header{
	font-size: 28px;
	font-weight: bold;
	text-align: left;
    writing-mode: vertical-rl;
	line-height: 1;
	letter-spacing: 0.2em;
} */
.top-content.c01 .body{
	flex: 1;
	display: flex;
	gap: 30px 10%;
	padding-top: 50px;
}
.top-content.c01 .left{
	padding-top: 15px;
	width: 42%;
}
.top-content.c01 .right{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	font-weight: bold;
	line-height: 2;
}
.top-content.c01 .left img{
	border-radius: 20px;
}
.top-content.c01 .right p:not(:last-child){
	margin-bottom: 10px;
}
.top-content.c01 strong{
	display: block;
	position: relative;
	margin-bottom: 30px;
	color: #B99865;
	font-size: 40px;
	line-height: 1.5;
}
.top-content.c01 strong:before{
	content: '';
	position: absolute;
	top: -7px;
	left: -26px;
	width: 28px;
	height: 20px;
	background: url(../img/deco02.svg) no-repeat center;
	background-size: 100% auto;
}
.top-content.c01 strong:after {
    content: '';
    position: absolute;
	bottom: 7px;
    width: 28px;
    height: 20px;
    background: url(../img/deco02.svg) no-repeat center;
    background-size: 100% auto;
    transform: scaleX(-1); /* 横反転 */
}
.top-content.c01 .marquee-text{
	color: #F8F7F1;
	font-size: 180px;
	font-weight: bold;
	line-height: 0.75;
	white-space: nowrap;
}
.top-content.c01 .slick-list{
	overflow: visible;
}
.top-content.c02 {
	position: relative;
	margin-bottom: 110px;
	text-align: center;
	z-index: 2;
}
.top-content.c02 .header{
	margin-bottom: 20px;
}
.top-content.c02 h2{
}
.top-content.c02 .upper {
	margin-bottom: 40px;
}
.top-content.c02 .upper ul{
    counter-reset: order;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
	margin-bottom: 20px;
}
.top-content.c02 .upper li{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 15px 10px;
	padding-top: 145px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background: #fff;
	border-radius: 15px;
}
.top-content.c02 .upper li:after,
.top-content.c02 .upper li:before{
	position: absolute;
	top: 10px;
	left: 10px;
	color: #EBE5DB;
	font-size: 39px;
	line-height: 0.7;
}
.top-content.c02 .upper li:before{
    counter-increment: order;
    content: counter(order, decimal-leading-zero);
}
.top-content.c02 .upper li:after{
	content: '';
	top: 30px;
	left: 50%;
	width: 66%;
	aspect-ratio: 7 / 4;
    transform: translateX(-50%);
}
.top-content.c02 .upper li.s1:after{
	background: url(../img/top-c02-01.svg) no-repeat center;
	background-size: 100% auto;
}
.top-content.c02 .upper li.s2:after{
	background: url(../img/top-c02-02.svg) no-repeat center;
	background-size: 100% auto;
}
.top-content.c02 .upper li.s3:after{
	background: url(../img/top-c02-03.svg) no-repeat center;
	background-size: 100% auto;
}
.top-content.c02 .upper li.s4:after{
	background: url(../img/top-c02-04.svg) no-repeat center;
	background-size: 100% auto;
}
.top-content.c02 .upper li small{
	display: block;
	font-size: 14px;
}
.top-content.c02 .upper small{
	font-size: 14px;
}
.top-content.c02 .upper b{
	color: #785827;
	font-weight: bold;
}
.top-content.c03 {
	position: relative;
	margin-bottom: 110px;
	padding-top: 90px;
	padding-bottom: 120px;
}
.top-content.c03:before{
	content: '';
	position: absolute;
	top: 0;
	right: 35%;
	width: 100%;
	height: 100%;
	margin-right: -370px;
	background: #fff;
	border-radius: 0 60px 60px 0;
}
.top-content.c03 .wrap{
	position: relative;
}

.top-content.c03 .slider{
	width: calc(100% + 100px);
}
.top-content.c03 .flex{
	display: flex!important;
	gap: 20px 60px;
	margin-right: 100px;
}
.top-content.c03 .left{
	width: 50%;
}
.top-content.c03 .right{
	flex: 1;
	padding-top: 5px;
	padding-right: 20px;
}
.top-content.c03 .left img{
	border-radius: 20px;
}
.top-content.c03 dt{
	position: relative;
	margin-bottom: 20px;
	color: #B99865;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
}
.top-content.c03 dt:before{
    content: attr(data-index);
	display: block;
	margin-bottom: 15px;
	font-size: 64px;
	font-weight: normal;
	line-height: 1.3;
}
.top-content.c03 dt[data-index="02"]{
	color: #4E78BB;
}
.top-content.c03 dt[data-index="03"]{
	color: #4FA289;
}
.top-content.c03 dt[data-index="04"]{
	color: #99709E;
}
.top-content.c03 dt[data-index="05"]{
	color: #C9768C;
}
.top-content.c03 dd small{
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.top-content.c03 .slick-list{
	overflow: visible;
}
.top-content.c03 .slick-arrow {
	position: static;
    width: 40px;
    height: 40px;
	background: url(../img/arrow02.svg) no-repeat center;
	background-size: 100% auto;
    transform: translateY(0);
	z-index: 2;
}
.top-content.c03 .slick-next {
	background: url(../img/arrow.svg) no-repeat center;
	background-size: 100% auto;
}
.top-content.c03 .slick-arrow:before {
	display: none;
}
@media (hover: hover) {
	.top-content.c03 .slick-arrow:hover {
		opacity: 0.6;
	}
}
.top-content.c03 .slider-sub .arrow{
	display: flex;
	gap: 10px;
	position: absolute;
	right: 0;
	bottom: -60px;
}
.top-content.c03 .index{
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 24px;
	font-weight: bold;
}
.top-content.c03 .current{
	margin-right: 2px;
	color: #785827;
	font-size: 32px;
}
.top-content.c04 {
	margin-bottom: 120px;
}
.top-content.c04 .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	margin-bottom: 60px;
}
.top-content.c04 .box{
	position: relative;
	padding: 30px;
	padding-top: 68px;
	width: calc((100% - 70px) / 3);
	background: #fff;
	border-radius: 20px;
}
.top-content.c04 .image{
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 12px;
}
/* .top-content.c04 .image:not(:has(.noimg)):before{
	content: 'Before';
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	line-height: 1;
	z-index: 2;
	pointer-events: none;
} */
.top-content.c04 .image img{
	width: 100%;
	height: auto;
	aspect-ratio: 13 / 10;
	object-fit: cover;
	transition: transform 0.6s ease;
}
@media screen and (min-width: 768px) {
	.top-content.c04 .image a:hover{
		opacity: 1;
	}
	.top-content.c04 .image a:hover img{
		transform: scale(1.1);
	}
}
.top-content.c04 .category{
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 0 8px;
	height: 28px;
	line-height: 26px;
	background: #EBE5DB;
	border-radius: 6px;
}
.top-content.c04 .category i{
	margin-right: 3px;
	font-weight: bold;
}
.top-content.c04 .p-title{
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.top-content.c04 dl{
	display: flex;
	gap: 1px;
	font-size: 14px;
}
.top-content.c04 dt{
	padding: 3px 10px;
	width: 99px;
	font-weight: normal;
	background: #F8F7F1;
	border-bottom: #ebe5db 1px solid;
}
.top-content.c04 dd{
	flex: 1;
	padding: 3px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
	background: #fff;
	border-bottom: #ebe5db 1px solid;
}
.top-content.c04 dl:first-of-type dd,
.top-content.c04 dl:first-of-type dt{
	border-top: #ebe5db 1px solid;
}
.top-content.c04 .info a:not(.category){
	float: right;
	display: inline-block;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	padding-right: 35px;
	height: 25px;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.top-content.c04 .info a:not(.category):hover{
		color: #785827;
		text-decoration: underline;
		opacity: 1;
	}
	.top-content.c04 .info a:not(.category):hover:before{
		opacity: 0;
	}
	.top-content.c04 .info a:not(.category):hover:after{
		opacity: 1;
	}
}
.top-content.c04 .info a:not(.category):after,
.top-content.c04 .info a:not(.category):before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	height: 25px;
	background: url(../img/arrow.svg) no-repeat right center;
	background-size: 100% auto;
    transform: translateY(-50%);
    transition: all .3s;
}
.top-content.c04 .info a:not(.category):after{
	opacity: 0;
	background: url(../img/arrow06.svg) no-repeat right center;
}
.top-content.c04 .link{
	text-align: center;
}
.top-content.c05 {
	margin-bottom: 110px;
	padding-top: 110px;
	padding-bottom: 120px;
	background: #fff;
	border-radius: 60px 60px 0 0;
}
.top-content.c05 .header{
	margin-bottom: 30px;
}
.top-content.c05 h2{
	margin-bottom: 25px;
}
.top-content.c05 #menu-main-menu-1>li:not(.menu-item-1200),
.top-content.c05 #menu-main-menu-1>li>a{
	display: none;
}
.top-content.c05 .menu-item-1200 .sub-menu{
	gap: 0 60px;
	position: static;
	padding: 0!important;
	width: 100%;
	opacity: 1;
	pointer-events: auto;
    transform: translateY(0) translateX(0);
}
.top-content.c05 .menu-item-1200 .sub-menu:after,
.top-content.c05 .menu-item-1200 .sub-menu:before{
	display: none;
}
.top-content.c05 .menu-item-1200 .sub-menu li{
	width: calc((100% - 60px) / 2);
	white-space: inherit;
}
.top-content.c05 .menu-item-1200 .sub-menu li a .oc-menu-icon{
	left: 30px;
	width: 80px;
	height: 80px;
}
.top-content.c05 .menu-item-1200 .sub-menu li a .oc-submenu-arrow{
	left: auto;
	right: 25px;
	width: 25px;
	height: 25px;
}
.top-content.c05 .menu-item-1200 .sub-menu li a{
	padding: 40px 130px;
	padding-right: 60px;
	height: 100%;
	font-size: 20px;
}
.top-content.c05 .menu-item-1200 .sub-menu li a .oc-menu-desc{
	padding-left: 30px;
	height: auto;
	font-size: 16px;
}
.top-content.c05 .menu-item-1200 .sub-menu li a:after{
	top: 42px;
	left: 108px;
}
.top-content.c06 {
	margin-bottom: 120px;
}
.top-content.c06 .header{
	margin-bottom: 70px;
}
.top-content.c06 .body{
	gap: 20px 10%;
	margin: 0 auto;
	max-width: 930px;
}
.top-content.c06 .left{
	position: relative;
	width: 40%;
}
.top-content.c06 .right{
	flex: 1;
}
/* .top-content.c06 .left:before{
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(../img/top-c06-01.svg) no-repeat center 0;
} */
.top-content.c06 .right b{
	color: #B99865;
	font-size: 18px;
}
.top-content.c06 .left img{
	border-radius: 16px;
}
.top-content.c06 figcaption{
	display: block;
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.top-content.c06 figcaption b{
	margin-left: 20px;
	font-size: 24px;
}
.top-content.c06 .link{
	margin-top: 35px;
}
.top-content.c07 {
	margin-bottom: 110px;
	padding-top: 110px;
	padding-bottom: 120px;
	background: #fff;
	border-radius: 60px;
}
.top-content.c07 .header{
	margin-bottom: 30px;
	text-align: center;
}
.top-content.c07 h2{
	margin-bottom: 0;
}
.top-content.c07 .header p{
	margin-bottom: 0;
	padding-top: 5px;
}
.top-content.c07 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-bottom: 40px;
}
.top-content.c07 .instagram-feed{
	margin-bottom: 40px;
}
.top-content.c07 li{
	width: 200px;
	aspect-ratio: 1 / 1;
	background: #EAEAEA;
	border-radius: 16px;
	overflow: hidden;
}
.top-content.c07 li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-content.c07 .link{
	text-align: center;
}
.top-content.c08 {
	margin-bottom: 120px;
}
.top-content.c08 .header{
	margin-bottom: 30px;
}
.top-content.c08 h2{
	margin-bottom: 30px;
}
.top-content.c08 .upper{
	margin-bottom: 30px;
}
.top-content.c08 .faq{
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 745px;
}
.top-content.c08 .box{
	cursor: pointer;
	transition: all 0.6s ease-in-out;
}
.top-content.c08 .box:not(:last-child){
	margin-bottom: 20px;
}
.top-content.c08 dl{
	color: #000;
	position: relative;
	/* overflow: hidden; */
}
.top-content.c08 dt,
.top-content.c08 dd{
	display: flex;
	align-items: center;
	gap: 13px;
}
.top-content.c08 dt{
	font-weight: bold;
	padding: 10px 0 0;
	min-height: 50px;
	align-items: center;
}

.top-content.c08 dd p{
	margin: 0;
}
.top-content.c08 dd{
	max-height: 0;
	opacity: 0;
	/* overflow: hidden; */
	padding: 10px 0 0;
	transition: max-height 0.45s ease-in-out, opacity 0.45s ease-in-out;
}
.top-content.c08 .show dd{
	opacity: 1;
}
.top-content.c08 dd:before,
.top-content.c08 dt:before{
	content: 'Q';
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	background: #785827;
	border-radius: 100% 100% 100% 0;
}
.top-content.c08 dd:before{
	content: 'A';
	color: var(--oc-primary-color);
	background: #EBE5DB;
	border-radius: 100% 100% 0 100%;
}
.top-content.c08 dt:after{
	content: '';
	flex-shrink: 0;
	margin-left: auto;
	align-self: center;
	width: 25px;
	height: 25px;
	background: url(../img/arrow04.svg) no-repeat center;
	background-size: 100%;
}
.top-content.c08 .show dt:after{
	background: url(../img/arrow03.svg) no-repeat center;
	background-size: 100%;
}
.top-content.c08 .link{
	text-align: center;
}
.top-content.c09 {
	margin-bottom: 120px;
}
.top-content.c09 .header{
	margin-bottom: 30px;
}
.top-content.c09 .body{
	gap: 25px 8%;
}
.top-content.c09 .left{
	width: 50%;
	border-radius: 16px;
	overflow: hidden;
}
.top-content.c09 .right{
	flex: 1;
	color: #000;
}
.top-content.c09 iframe{
	display: block;
}
.top-content.c09 .right p:not(:last-child){
	margin-bottom: 15px;
}
.top-content.c09 h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.top-content.c09 dl{
	margin-bottom: 15px;
	padding-left: 25px;
}
.top-content.c09 dl.train{
	background: url(../img/icon-train.svg) no-repeat 0 5px;
}
.top-content.c09 dl.car{
	background: url(../img/icon-car.svg) no-repeat 0 5px;
}
.top-content.c09 dt{
	color: #785827;
	font-weight: bold;
}
.top-content.c09 .link{
	margin-top: 30px;
}
.top-content.c10 {
	padding: 80px 0;
}
.top-content.c10 .wrap{
	position: relative;
}
.top-content.c10 .wrap:before{
	content: '';
	position: absolute;
	top: -80px;
	left: -100px;
	width: calc( 100% + 200px);
	height: calc( 100% + 160px);
	background: #ECE7E0;
	border-radius: 60px;
	z-index: -1;
}
.top-content.c10 .upper{
	margin-bottom: 40px;
	border-radius: 30px;
	overflow: hidden;
}
.top-content.c10 .left{
	display: flex;
	align-items: center;
	padding: 25px;
	width: 41%;
	background: #fff;
}
.top-content.c10 .right{
	flex: 1;
	padding: 40px 45px;
	color: #fff;
	background: #785827;
}
.top-content.c10 iframe{
	display: block;
}
.top-content.c10 table{
	margin-bottom: 10px;
	text-align: center;
}
.top-content.c10 thead th{
	padding-bottom: 22px;
	font-weight: normal;
}
.top-content.c10 thead th:not(:first-child){
	width: 11%;
}
.top-content.c10 tbody td{
	position: relative;
	padding: 22px 0;
	border-top: #fff 1px dashed;
}
.top-content.c10 tbody td:first-child:before{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 20px;
	height: 1px;
	background: #fff;
}
.top-content.c10 .bottom{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}
.top-content.c10 .box{
	width: calc((100% - 60px) / 3);
	background: #fff;
	border-radius: 20px;
}
.top-content.c10 .box a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 10px;
	color: #785827;
	font-weight: bold;
	text-align: center;
	height: 100%;
}
.top-content.c10 .box b{
	display: block;
	margin: 5px 0;
	color: var(--oc-primary-color);
	font-size: 26px;
	line-height: 1.4;
}
.top-content.c10 .box:not(:first-child) b:after{
	content: '→';
	display: block;
	margin-top: 5px;
	color: #785827;
	font-size: 15px;
	font-weight: normal;
}
.top-content.c10 .box i{
	display: block;
	color: var(--oc-primary-color);
	font-size: 15px;
	font-weight: normal;
}

@media screen and (max-width:1000px) {
	.top-mv .badge .case{
		width: 10vw;
	}
	.top-mv .badge .access{
		width: 11.5vw;
	}
	.top-mv .text{
		left: 50px;
		bottom: 50px;
		font-size: 16px;
	}
	.top-mv .text p.s1{
		font-size: 35px;
	}
}

@media screen and (max-width:820px) {
	.top-content.c01 .body{
		gap: 30px 5%;
	}
	.top-content.c01 strong{
		font-size: 30px;
	}
	.top-content.c02 .upper li{
		padding-top: 100px;
		font-size: 16px;
	}
	.top-content.c02 .upper li:after,
	.top-content.c02 .upper li:before{
		font-size: 28px;
	}
	.top-content.c02 .upper li:after{
		width: 70%;
	}
	.top-content.c02 .upper small{
		font-size: 12px!important;
	}
	.top-content.c03 .index{
		right: 15px;
	}
	.top-content.c03 .left{
		width: 100%;
	}
	.top-content.c03 .right{
		flex: auto;
	}
	.top-content.c04 .box{
		width: 100%;
	}
	.top-content.c05 .menu-item-1200 .sub-menu li{
		width: 100%;
	}
	.top-content.c06 .body{
		gap: 20px 5%;
	}
	.top-content.c07 li{
		width: calc((100% - 30px) / 2);
	}
	.top-content.c09 .left{
		width: 100%;
	}
	.top-content.c10 .left{
		width: 100%;
	}
	.top-content.c10 .box b{
		font-size: 22px;
	}
}

@media screen and (max-width:767px) {
	.top-mv{
		margin-bottom: 30px;
		padding: 0 10px;
		padding-top: var(--header-height);
	}
	.top-mv .slider-wrap{
		position: relative;
		margin-bottom: 20px;
	}
	.top-mv .slider img{
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
	.top-mv .badge{
		gap: 20px;
		justify-content: center;
		position: static;
	}
	.top-mv .badge .case{
		width: 130px;
	}
	.top-mv .badge .access{
		width: 148px;
	}
	.top-mv .text{
		left: 27px;
		bottom: 20px;
		font-size: 14px;
		font-weight: normal;
	}
	.top-mv .text p.s1{
		position: relative;
		margin-bottom: 15px;
		font-size: 24px;
		font-weight: bold;
	}
	.top-mv .text p.s1:before{
		top: -7px;
		width: 14px;
	} 
	.top-mv .text p.s1:after{
		bottom: -7px;
		width: 14px;
	} 
	.top-news .wrap-inr{
		position: relative;
		padding-bottom: 72px;
		border-radius: 12px;
	}
	.top-news .header{
		padding: 10px;
		width: 100%;
		text-align: center;
	}
	.top-news .body{
		padding: 0 15px;
	}
	.top-news h2{
		margin-bottom: 0;
		font-size: 22px;
	}
	.top-news h2:before{
		font-size: 14px;
		line-height: 1.2;
	}
	.top-news .link {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 55px;
		line-height: 55px;
		text-align: center;
		background: #EBE5DB;
	}
	.top-news li a{
		padding: 10px 30px;
		padding-left: 10px;
	}
	.top-news li a:after,
	.top-news li a:before{
		right: 0;
		width: 20px;
	}
	.top-news .date{
		width: 100%;
		font-size: 13px;
	}
	.top-content .header{
		margin-bottom: 25px;
	}
	.top-content h2{
		margin-bottom: 15px;
		font-size: 22px;
	}
	.top-content h2:before{
		font-size: 14px;
	}
	.top-content.c01 {
		margin-bottom: 60px;
		padding-top: 60px;
		padding-bottom: 20px;
		border-radius: 40px 0 0 0;
	}
	.top-content.c01 .wrap-inr{
		gap: 20px;
		margin-bottom: 20px;
		padding-left: 10px;
	}
	/* .top-content.c01 .header{
		font-size: 22px;
		letter-spacing: 0.3em;
	} */
	.top-content.c01 .body{
		padding-top: 30px;
	}
	.top-content.c01 .left{
		padding-top: 5px;
		width: 100%;
	}
	.top-content.c01 .left img{
		border-radius: 12px;
	}
	.top-content.c01 .right{
		/* margin-left: -20px; */
		/* padding-right: 30px; */
		line-height: 1.7;
		align-items: center;
	}
	.top-content.c01 .right p:not(:last-child){
		margin-bottom: 15px;
	}
	.top-content.c01 strong{
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 1.55;
	}
	.top-content.c01 strong:before{
		top: -1px;
		left: -22px;
		width: 21px;
	}
	.top-content.c01 strong:after{
		bottom: 7px;
		width: 21px;
	}
	.top-content.c01 .marquee-text{
		font-size: 70px;
	}
	.top-content.c02 {
		margin-bottom: 60px;
	}
	.top-content.c02 .upper{
		margin-bottom: 20px;
		text-align: left;
	}
	.top-content.c02 .upper ul{
		gap: 15px;
		margin-bottom: 25px;
	}
	.top-content.c02 .upper li{
		flex: auto;
		padding-top: 95px;
		width: calc((100% - 15px) / 2);
		font-size: 13px;
		text-align: center;
		border-radius: 10px;
	}
	.top-content.c02 .upper li:before{
		top: 7px;
		left: 7px;
		font-size: 24px;
	}
	.top-content.c02 .upper li:after{
		top: 20px;
		width: 66%;
	}
	.top-content.c02 .upper li small{
		font-size: 9px!important;
	}
	.top-content.c02 .upper small{
		font-size: 13px;
	}
	.top-content.c03 {
		position: relative;
		margin-bottom: 60px;
		padding-top: 60px;
	}
	.top-content.c03:before{
		right: 0;
		margin-right: 0;
		border-radius: 0 40px 40px 0;
	}
	.top-content.c03 .header{
		margin-bottom: 30px;
	}
	.top-content.c03 .right{
		padding: 0;
	}
	.top-content.c03 dt{
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 1.45;
	}
	.top-content.c03 dt:before{
		margin-bottom: 5px;
		font-size: 40px;
	}
	.top-content.c03 dt br{
		display: none;
	}
	.top-content.c03 dd small{
		font-size: 12px;
	}
	.top-content.c03 .index{
		top: 14px;
		font-size: 18px;
	}
	.top-content.c03 .current{
		font-size: 26px;
	}
	.top-content.c03 .slider-sub .arrow{
		right: 50%;
		bottom: -70px;
		transform: translateX(50%);
	}
	.top-content.c04 {
		margin-bottom: 60px;
	}
	.top-content.c04 .wrap{
		padding: 0 10px;
	}
	.top-content.c04 .slider{
		margin: 0 auto;
		width: calc(100% - 20px);
	}
	.top-content.c04 .slick-list{
		overflow: visible;
	}
	.top-content.c04 .box{
		margin: 0 10px;
		padding: 15px 20px;
		padding-top: 60px;
	}
	/* .top-content.c04 .image:not(:has(.noimg)):before{
		font-size: 16px;
	} */
	.top-content.c04 .p-title{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.top-content.c04 .category{
		top: 20px;
		left: 20px;
	}
	.top-content.c04 dl{
		font-size: 12px;
	}
	.top-content.c04 .info a:not(.category){
		padding-right: 30px;
		height: 20px;
	}
	.top-content.c04 .info a:not(.category):after,
	.top-content.c04 .info a:not(.category):before{
		width: 20px;
		height: 20px;
	}
	.top-content.c04 .link{
		margin-top: 55px;
	}
	.top-content.c04 .slick-dots{
		bottom: -27px;
	}
	.top-content.c04 .slick-dots li,
	.top-content.c04 .slick-dots button,
	.top-content.c04 .slick-dots button:before{
		content: '';
		padding: 0;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		opacity: 1;
	}
	.top-content.c04 .slick-dots li{
		margin: 0 2px;
	}
	.top-content.c04 .slick-dots button:before{
		background: #B8A78C;
	}
	.top-content.c04 .slick-dots .slick-active button:before{
		background: #785827;
	}
	.top-content.c05 {
		margin-bottom: 60px;
		padding: 60px 0;
		border-radius: 40px 40px 0 0;
	}
	.top-content.c05 .header{
		margin-bottom: 20px;
	}
	.top-content.c05 h2{
		margin-bottom: 15px;
		text-align: center;
	}
	.top-content.c05 .body{
		position: relative;
		height: 640px;
		overflow: hidden;
		transition: all .3s;
	}
	.top-content.c05 .body:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 90px;
		background: linear-gradient(to bottom, transparent, var(--oc-brown-bg, #FFF));
		pointer-events: none;
		transition: opacity .3s;
	}
	.top-content.c05.show .body{
		height: auto;
	}
	.top-content.c05.show .body:after{
		opacity: 0;
	}
	.top-content.c05 .menu-item-1200 .sub-menu li a .oc-menu-icon{
		left: 15px;
		width: 50px;
		height: 50px;
	}
	.top-content.c05 .menu-item-1200 .sub-menu li a .oc-submenu-arrow{
		right: 15px;
		width: 20px;
		height: 20px;
	}
	.top-content.c05 .menu-item-1200 .sub-menu li a{
		padding: 17px 80px;
		padding-right: 45px;
		font-size: 16px;
	}
	.top-content.c05 .menu-item-1200 .sub-menu li a:after{
		padding-left: 25px;
		font-size: 14px;
		top: 19px;
		left: 57px;
	}
	/* .top-content.c05 .menu-item-1200 .sub-menu li a .oc-submenu-arrow{
		top: 20px;
		left: 56px;
	} */
	.top-content.c05 .more{
		margin-top: 15px;
		text-align: center;
	}
	.top-content.c05 .more span{
		display: inline-block;
		padding-right: 30px;
		min-height: 20px;
		font-weight: bold;
		cursor: pointer;
		background: url(../img/arrow04.svg) no-repeat right center;
		background-size: 20px;
	}
	.top-content.c06 {
		margin-bottom: 60px;
	}
	.top-content.c06 .wrap{
		padding: 0 30px; 
	}
	.top-content.c06 .header{
		margin-bottom: 45px;
	}
	.top-content.c06 .left{
		width: 100%;
	}
	/* .top-content.c06 .left:before{
		top: -25px;
		background-size: 278px auto;
	} */
	.top-content.c06 .right b{
		font-size: 16px;
	}
	.top-content.c06 .link {
		text-align: center;
	}
	.top-content.c07 {
		margin-bottom: 60px;
		padding: 60px 0;
		border-radius: 40px;
	}
	.top-content.c07 .header{
		display: block;
		margin-bottom: 25px;
		text-align: center;
	}
	.top-content.c07 h2{
		margin-bottom: 10px;
	}
	.top-content.c07 ul{
		gap: 15px;
		margin-bottom: 30px;
	}
	.top-content.c07 .instagram-feed{
	margin-bottom: 30px;
	}
	.top-content.c07 li{
		width: calc((100% - 15px) / 2);
	}
	.top-content.c08 {
		margin-bottom: 60px;
	}
	.top-content.c08 .wrap{
		padding: 0 30px; 
	}
	.top-content.c08 .header{
		margin-bottom: 20px;
	}
	.top-content.c08 h2{
		margin-bottom: 15px;
	}
	.top-content.c08 dt,
	.top-content.c08 dd{
		gap: 10px;
		/* min-height: 35px;
		padding: 8px 0 10px; */
		align-items: flex-start;
	}
	.top-content.c08 dd:before,
	.top-content.c08 dt:before{
		width: 35px;
		height: 35px;
		line-height: 33px;
	}
	.top-content.c08 dt:after{
		width: 20px;
		height: 20px;
	}
	.top-content.c09 {
		margin-bottom: 70px;
	}
	.top-content.c09 .header{
		margin-bottom: 25px;
	}
	.top-content.c09 iframe{
		height: 222px!important;
	}
	.top-content.c09 h3{
		font-size: 18px;
	}
	.top-content.c09 .right p:not(:last-child){
		margin-bottom: 10px;
	}
	.top-content.c09 dl{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.top-content.c09 .link{
		margin-top: 20px;
		text-align: center;
	}
	.top-content.c10 {
		padding: 50px 0;
	}
	.top-content.c10 .wrap:before{
		content: '';
		position: absolute;
		top: -50px;
		left: 0;
		width: 100%;
		height: calc( 100% + 100px);
		border-radius: 40px;
	}
	.top-content.c10 .upper{
		margin-bottom: 30px;
		border-radius: 20px;
	}
	.top-content.c10 .left{
		padding: 25px 20px;
	}
	.top-content.c10 .right{
		padding: 20px 15px;
		font-size: 12px;
	}
	.top-content.c10 table{
		margin-bottom: 0;
		font-size: 14px;
	}
	.top-content.c10 thead th{
		padding-bottom: 12px;
	}
	.top-content.c10 thead th:not(:first-child){
		width: 10%;
	}
	.top-content.c10 tbody td{
		padding: 12px 0;
	}
	.top-content.c10 tbody td:first-child:before{
		width: 11px;
	}
	.top-content.c10 .box{
		width: 100%;
	}
	.top-content.c10 .box span{
		font-size: 16px;
	}
}

/* フッター */
#footer {
	position: relative;
}
#footer:after {
	content: '';
	display: block;
	aspect-ratio: 3 / 1;
	background: url(../img/footer-bg.webp) no-repeat center;
	background-size: cover;
}
#footer .upper{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	margin-bottom: 60px;
}
#footer .logo{
	width: 180px;
}
#footer .middle{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}
#footer dl.s1{
	width: 38%;
}
#footer dl.s2{
	flex: 1;
}
#footer dt{
	margin-bottom: 5px;
	color: #785827;
}
#footer ul.menu{
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 2px 50px;
}
#footer .s2 ul.menu{
	grid-template-columns: repeat(3, max-content);
}
#footer li{
	display: inline-block;
}
#footer li a{
	display: block;
	position: relative;
	padding-left: 20px;
	color: var(--oc-primary-color);
}
#footer li a:before{
	content: '';
	position: absolute;
	top: 13px;
	left: 9px;
	width: 3px;
	height: 3px;
	background: #785827;
	border-radius: 100%;
}
#footer .bottom{
	margin-bottom: 65px;
}
#footer .copyright{
	color: #A1A09D;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.pagetop a{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	background: #E2D6C0;
	border-radius: 20px;
	z-index: 10;
}

@media screen and (max-width:820px) {
	#footer dl.s1{
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	#footer {
		padding-bottom: 42px;
	}
	#footer:after {
		aspect-ratio: 19 / 11;
		background: url(../img/footer-bg-sp.webp) no-repeat center;
		background-size: cover;
	}
	#footer .upper{
		justify-content: center;
		gap: 10px;
		margin-bottom: 30px;
	}
	#footer .upper p{
		width: 100%;
		text-align: center;
	}
	#footer .middle{
		display: none;
	}
	#footer .bottom{
		margin-bottom: 40px;
	}
	#footer .copyright{
		font-size: 12px;
		text-align: center;
	}
	.pagetop a{
		right: 15px;
		bottom: 50px;
		width: 45px;
		height: 45px;
		line-height: 38px;
	}
}

