@charset "utf-8";

/* =====================================
■Elementor
===================================== */
/* -------------------------------------
general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
	padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 0;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0;
}
/* -------------------------------------
見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
}

.colorF {
	color: #203B75;
}
/* =====================================
■mainView
===================================== */
div#mv {
	position: relative;
	height: 100vh;
	z-index: 2;
	overflow: hidden;
	background-image: url(/wp-content/uploads/mainimg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
div#mv .main_box {
	position: absolute;
	left: 64px;
	max-width: 493px;
	width: 37%;
	bottom: 100px;
}
div#mv .main_box ul {
	display: flex;
	justify-content: space-between;
	column-gap: 24px;
	max-width: 383px;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	div#mv {
		background-image: url(/wp-content/uploads/mainimg_sp.jpg);
		background-size: cover;
		background-position: left top;
		background-repeat: no-repeat;
	}
	div#mv .main_box {
		left: 20px;
		width: 82%;
		bottom: 110px;
	}
}
/* -------------------------------------
■知らせ
------------------------------------- */
.news_box {
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.news_tit h2 p {
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
	font-size: 56px;
	background: linear-gradient(-90deg, #B8A899 50%, #524B44 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	margin-bottom: 0;
}
.news_tit h2 sub {
	display: block;
	color: #524B44;
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-top: 14px;
	position: relative;
	padding-left: 20px;
}
.news_tit h2 sub:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 13px;
	left: 0;
	top: 14px;
	background: url(/wp-content/uploads/news_icon.png) no-repeat;
	background-size: cover;
}
.slick-slide {
	padding-left: 50px;
}
.news_box .elementor-element-82c3fbf .elementor-element-populated {
	display: flex;
	align-content: space-around;
}
.slick-prev:before,
.slick-next:before {
	display: none;
}
.slick-prev {
	left: 0;
	display: none !important;
}
.slick-next {
	right: 0;
	display: none !important;
}
.news_box .news_link a {
	color: #A28D6B;
	font-size: 16px;
	text-decoration: underline;
	padding-right: 28px;
	position: relative;
}
.news_box .news_link a:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background: url(/wp-content/uploads/news_icon02.png) no-repeat;
	right: 0;
	background-size: cover;
	top: 5px;
}
.caseblog_slick a .date {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #C4C1BA;
	padding: 0;
	left: 0;
	top: 0;
	margin: 0;
	z-index: 10;
}
.caseblog_slick .post-image {
	position: relative;
	overflow: hidden;
	min-height: 20px;
	margin-bottom: 17px;
}
.caseblog_slick .post-image .images > span {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 71.2%;
	box-sizing: border-box;
}
.caseblog_slick .post-image .images > span span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: ease-out .5s;
}
.caseblog_slick h3 {
	font-weight: 500;
	color: #524B44;
	font-size: 15px;
	line-height: 1.6;
	padding-top: 10px;
}
@media screen and (max-width: 767px) {
	.slick-slide {
		padding-left: 0;
	}
	.news_link {
		padding-left: 10px;
	}
	.news_box {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
/* -------------------------------------
CONCEPT
------------------------------------- */
.conceptBox .nner {
	padding: 112px 90px 0;
	position: relative;
	margin-bottom: -70px;
}
.conceptBox .nner:before {
	position: absolute;
	content: "";
	height: 0.5px;
	width: 90%;
	background: linear-gradient(to right, #524B44, #B8A899);
	top: 0;
	left: 50%;
	transform: translate(-50%);
}

.conceptBox {
	position: relative;
	z-index: 1;
}
.conceptBox:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background: url(/wp-content/uploads/concept_icon01.png) no-repeat;
	right: 69px;
	top: 70px;
	background-size: cover;
}
.conceptBox:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 226px;
	left: 0px;
	background: linear-gradient(90deg, #DDD6CC 49.5%, #DAC5A5 100%);
	opacity: 0.32;
	z-index: -1;
}
.conceptBox .nner ul {
	display: flex;
	justify-content: flex-start;
}
.conceptBox .nner .tit {
	font-size: 30px;
	color: #524B44;
	letter-spacing: 0.08em;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.conceptBox .nner .txt {
	color: #6C6C6C;
	font-size: 16px;
	letter-spacing: 0.04em;
	margin-left: 30px;
}
.conceptBox .nner .title2 {
	width: 124px;
	height: 20px;
	margin-top: 50px;
}
@media screen and (max-width: 1248px) and (min-width: 1025px) {
	.conceptBox .nner .tit {
		font-size: 20px;
	}
	.conceptBox .nner .txt {
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.conceptBox .nner .tit {
		font-size: 20px;
	}
	.conceptBox .nner .txt {
		font-size: 15px;
	}
	.conceptBox .nner {
		margin-bottom: -20px;
	}
	.conceptBox .nner .title2 {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.conceptBox:after {
		height: 353px;
	}
	.conceptBox .nner {
		padding: 112px 0 0;
		position: relative;
		margin-bottom: 0;
	}
	.conceptBox .nner ul {
		display: block;
		padding: 0 20px;
		margin-top: 19px;
	}
	.conceptBox .nner .txt {
		margin-left: 0;
	}
	.conceptBox .nner .tit {
		font-size: 23px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.conceptBox:before {
		width: 20px;
		height: 20px;
		right: 20px;
	}
	.conceptBox .nner {
		padding: 50px 0 0;
	}
	.conceptBox .nner .title2 {
		width: 124px;
		height: auto;
		margin-top: 0;
		margin-left: 20px;
	}
}
/* -------------------------------------
FEATURE
------------------------------------- */
.featureBox {
	padding-top: 109px;
	position: relative;
	position: relative;
	z-index: 1;
	padding-bottom: 112px;
}
.featureBox:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 148.7px;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #DDD6CC 49.5%, #DAC5A5 100%);
	opacity: 0.32;
}
.featureBox:after {
	background: linear-gradient(90deg, #FDF9F1 49.5%, #FFF 100%);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.2;
}
.featureBox .elementor-widget-container {
	max-width: 1310px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
.featureContainer {
	padding: 0 40px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.line_A {
	width: 100%;
	height: 0.7px;
	background: linear-gradient(90deg, #524B44 0%, #B8A899 100%);
}
.title_frame {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
	align-items: center;
	position: relative;
	padding-left: 45px;
	padding-right: 30px;
}
.title_frame:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 38.9px;
	background: url(/wp-content/uploads/concept_icon01.png) no-repeat;
	background-size: cover;
	right: 0;
	top: -37px;
}
.title_frame .titR {
	color: #524B44;
	font-size: 30px;
	letter-spacing: 0.08em;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
	text-align: right;
}
.featureBox .title1 {
	color: #524B44;
	font-family: "Aboreto", system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 7px;
}
.featureBox .title2 {
	font-size: 24px;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
.featureBox .txt {
	color: #616161;
	letter-spacing: 0.04em;
}
.featureBox .ul02 {
	display: flex;
	justify-content: space-between;
	margin-top: 47px;
	margin-bottom: 30px;
	align-items: center;
}
.feature_content .fe_btn {
	margin-top: 30px;
}
.feature_content .fe_btn a {
	display: block;
	max-width: 154px;
}
.featureBox .ul02 li:first-child {
	width: 53%;
	padding-right: 70px;
	box-sizing: border-box;
}
.featureBox .ul02 li:last-child {
	width: 47%;
}
.feature_content .feature_T {
	padding-left: 72px;
	position: relative;
	margin-bottom: 22px;
}
.feature_content .feature_T:before {
	position: absolute;
	content: "";
	width: 56px;
	height: 56px;
	background: url(/wp-content/uploads/feature_icon01.png) no-repeat;
	background-size: cover;
	left: 0;
	top: 6px;
}
.feature_content .txt {
	padding-left: 72px;
	position: relative;
}
.feature_content .txt:before {
	position: absolute;
	content: "";
	height: 88%;
	width: 1px;
	top: 0;
	left: 30px;
	background: #b8a899;
}
.feature_content .txt:after {
	position: absolute;
	content: "";
	height: 7%;
	width: 1px;
	top: 93%;
	left: 30px;
	background: #524b44;
}
.featureBox .bottom {
	display: flex;
	justify-content: space-between;
}
.featureBox .bottom > div {
	padding-top: 30px;
	padding-bottom: 30px;
}
.featureBox .bottom .left {
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
}
.featureBox .bottom .right {
	width: 50%;
	padding-left: 30px;
	box-sizing: border-box;
}
.featureBox .bottom .feature_content {
	margin-top: 20px;
}
.featureBox .bottom .left:before {
	position: absolute;
	content: "";
	height: 90%;
	width: 0.6px;
	background: linear-gradient(90deg, #524B44 0%, #B8A899 100%);
	right: 0;
	top: 27px;
}

.bottom .left .feature_content .feature_T:before {
	background: url(/wp-content/uploads/feature_icon02.png) no-repeat;
	background-size: cover;
}
.bottom .right .feature_content .feature_T:before {
	background: url(/wp-content/uploads/feature_icon03.png) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.featureBox {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.featureBox .ul02 {
		display: block;
	}
	.featureBox .ul02 li:first-child {
		width: 100%;
		padding-right: 0;
	}
	.featureBox .ul02 li:last-child {
		width: 100%;
		margin-top: 22px;
	}
	.featureBox .bottom {
		display: block;
	}
	.featureBox .bottom .left {
		width: 100%;
		padding-right: 0;
	}
	.featureBox .bottom .right {
		width: 100%;
		padding-left: 0;
	}
	.featureBox .bottom .left:before {
		display: none;
	}
	.featureBox .bottom > div.line_A.sp {
		padding-top: 0;
		padding-bottom: 0;
	}
	.title_frame {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.title_frame .titR {
		text-align: left;
		margin-top: 30px;
	}
	.title_frame:before {
		width: 20px;
		height: 20px;
		right: 0;
	}
	.title_frame .titR {
		font-size: 23px;
	}
	.featureContainer {
		padding: 0;
	}
	.featureBox .title1 {
		font-size: 10px;
	}
	.feature_content .txt {
		font-size: 14px;
	}
}
/* =====================================
■TREATMENT
===================================== */
.treatmentContainer {
	padding: 0 20px;
	max-width: 1310px;
	box-sizing: border-box;
	margin: 0 auto;
}
.treatmentContent {
	display: flex;
	column-gap: 32px;
	justify-content: space-between;
	margin-top: 100px;
	flex-wrap: wrap;
	max-width: 1174px;
	margin: 0 auto;
}
.treatmentImg {
	border: 8px solid #fff;
}
.treatmentContent li {
	width: calc((100% - 64px) / 3);
	margin-bottom: 30px;
}
.treatmentContent li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.treatmentContent li a .section {
	position: absolute;
	content: "";
	bottom: -7px;
}
.treatmentContent li a .section .section_title {
	margin-bottom: 0;
	display: inline-block;
	color: #524B44;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: 500;
	background: #fff;
	padding: 5px 11px;
}
.treatmentContent li a .section .section_text {
	color: #A6917D;
	font-size: 15px;
	line-height: 1;
	/* 	background: #fff; */
	margin-top: -3px;
	/* 	padding: 5px 10px; */
}
.treatmentContent li a .section .section_text span {
	padding: 5px 10px;
	background: #fff;
	margin-top: 0;
	display: inline-block;
}
.treatmentContent li a .icon {
	position: absolute;
	content: "";
	right: 12px;
	bottom: 29px;
	width: 16px;
	height: 16px;
}
.treatmentBox {
	position: relative;
	padding-top: 112px;
	padding-bottom: 89px;
	z-index: 1;
}
.treatmentBox:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0;
	background: linear-gradient(90deg, #DDD6CC 49.5%, #DAC5A5 100%);
	opacity: 0.32;
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: -2;
}
.treatmentBox:after {
	position: absolute;
	content: "";
	width: 73%;
	height: 100%;
	background: url(/wp-content/uploads/treatment_bg01.png) no-repeat left center;
	background-size: cover;
	left: 0;
	top: 0;
	z-index: -1;
}
@media screen and (max-width: 1052px) and (min-width: 768px) {
	.title_frame .titR {
		font-size: 26px;
	}
	.treatmentContent li a .section .section_title {
		font-size: 14px;
		letter-spacing: 0;
		padding: 5px 8px;
	}
	.treatmentContent li a .section .section_text {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.treatmentBox {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.treatmentContent {
		display: block;
		margin-top: 50px;
	}
	.treatmentContent li {
		width: 100%;
	}
	.treatmentBox:after {
		width: 100%;
		height: 900px;
		background: url(/wp-content/uploads/treatment_spbg01.png) no-repeat left 10px;
		background-size: cover;
	}
}
/* =====================================
■トップページ facility 
===================================== */
.facilityBox {
	padding-top: 110px;
}
.galleryWrap .title_frame .titR {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #6C6C6C;
	letter-spacing: 0.04em;
}
.galleryWrap {
	position: relative;
}
.galleryWrap .slider-nav {
	margin-top: 90px;
}
.slider-nav .slick-slide {
	margin-right: 24px;
	padding-left: 0;
	position: relative;
}
.slider-nav .slick-slide .slider_txt {
	color: #524B44;
	background: #fff;
	position: absolute;
	bottom: 16px;
	left: 16px;
	line-height: 1.3;
	width: 92%;
	padding: 5px 5px;
}
.slider-nav img {
	height: 480px; 
	width: auto;
	display: block;
}
/* 箭头样式 */
.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
	background: rgba(184,168,153,0.8);
	border-radius: 50%;
	color: #fff;
	z-index: 10;
}
.slick-dots li button:before {
	font-size: 34px;
	color: #B8A899;
}
.galleryWrap .slick-prev,
.galleryWrap .slick-next{
	display: block !important;
}
.galleryWrap .slick-prev, .galleryWrap .slick-next {
	display: block !important;
	position: absolute;
	bottom: -90px;
	top: auto;
}
.slick-dots li button:before {
	top: 40px;
}
.galleryWrap .slick-prev {
	left: 40%;
	background: url(/wp-content/uploads/facility_prev.png) #B8A899 no-repeat center center;
	background-size: 30% auto;
}
.galleryWrap .slick-next {
	right: 40%;
	background: url(/wp-content/uploads/facility_next.png) #B8A899 no-repeat center center;
	background-size: 30% auto;
}
@media screen and (max-width: 1166px) and (min-width: 768px) {
	.galleryWrap .slick-prev {
		left: 35%;
	}
	.galleryWrap .slick-next {
		right: 35%;
	}
}
@media screen and (max-width: 767px) {
	.galleryWrap .slick-prev {
		left: 20%;
	}
	.galleryWrap .slick-next {
		right: 20%;
	}
	.facilityBox {
		padding-top: 70px;
	}
}
/* =====================================
■DOCTOR
===================================== */
.doctorBox {
	margin-top: 160px;
}
.doctorBox .title_frame {
	margin-top: 100px;
}
.doctornner {
	width: 96%;
	margin-top: 76px;
	max-width: 1658px;
}
.doctornner ul {
	display: flex;
	justify-content: space-between;
}
.doctornner ul li:first-child {
	width: 37.5%;
	padding-right: 15px;
	box-sizing: border-box;
}
.doctornner ul li:nth-child(2) {
	width: 27.5%;
	padding: 0 30px;
	box-sizing: border-box;
}
.doctornner ul li:last-child {
	width: 35%;
}
@media screen and (max-width: 767px) {
	.doctornner ul {
		display: block;
	}
	.doctornner ul li:first-child {
		width: 100%;
	}
	.doctornner ul li:nth-child(2) {
		width: 100%;
		padding: 30px;
	}
	.doctornner ul li:last-child {
		width: 100%;
		padding: 0 0 0 20px;
		margin: 0 auto;
	}
}
/* =====================================
■CLINIC INFO
===================================== */
.clinicBox {
	padding-left: 32px;
	padding-right: 32px;
	box-sizing: border-box;
	color: #fff !important;
	margin-top: 130px;
}
@media screen and (min-width: 769px) {
	.clinicSec {
		background: url(/wp-content/uploads/clinicinfo.jpg) no-repeat;
		background-size: cover;
		padding-top: 250px;
		background-attachment: fixed;
		padding-bottom: 200px;
	}   
}
@media screen and (max-width: 768px) {
	.clinicSec {
		position: relative;
		min-height: 500px;
		overflow: hidden;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.clinicSec .clinicBg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; 
		background: url(/wp-content/uploads/clinicinfosp.jpg) center/cover no-repeat;
		z-index: -1;
	}
	.clinicSec .treatmentContainer {
		position: relative;
		z-index: 1;
	}
}
.clinicBox .nner {
	display: flex;
	justify-content: space-between;
	margin-top: 85px;
}
.clinicBox .h2_txt {
	color: #fff;
}
.clinicBox .title_frame .titR {
	color: #fff;
}
.clinicBox .titWrap h2 {
	color: #fff;
	-webkit-text-fill-color: aliceblue;
}
.clinicBox .title_frame:before {
	display: none;
}
.clinicBox .title_frame {
	padding-left: 0;
	padding-right: 0;
}
.clinicBox .box {
	padding-left: 45px;
	padding-right: 45px;
}
.timetableA {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 10px;
}
.timetableA thead th:first-child {
	width: 30%;
	text-align: center;
}
.timetableA tbody th {
	text-align: center;
}
.timetableA thead th {
	padding: 14px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.timetableA tbody tr:first-child th,
.timetableA tbody tr:first-child td {
	padding-top: 27px;
}
.timetableA tbody tr:last-child th,
.timetableA tbody tr:last-child td {
	padding-bottom: 27px;
	border-bottom: 1px solid #fff;
}
.timetableA tbody tr th,
.timetableA tbody tr td {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.timetableA tbody tr th {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.timetableA + div {
	line-height: 1.4;
}
.map {
	margin-top: 50px;
}
.clinicBox .nner .left {
	width: 54%;
	padding-right: 79px;
	box-sizing: border-box;
	position: relative;
}
.clinicBox .nner .left:before {
	position: absolute;
	content: "";
	width: 0.5px;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
}
.clinicBox .nner .right {
	width: 46%;
	padding-left: 79px;
}
.table_A th, .table_A td {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 1.5;
}
.table_A th {
	width: 20% !important;
	text-align: center;
}
.table_A td {
	padding-left: 10px;
}
.table_A tr:first-child {
	border-top: 1px solid #fff;
}
.table_A td a {
	color: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.clinicBox .box {
		padding-left: 20px;
		padding-right: 20px;
	}
	.clinicBox .nner .left {
		padding-right: 30px;
	}
	.clinicBox .nner .right {
		padding-left: 30px;
	}
	.clinicBox .title_frame .titR {
		font-size: 21px;
	}
}
@media screen and (max-width: 767px) {
	.clinicBox {
		margin-top: 70px;
	}
	.clinicBox .nner {
		display: block;
		margin-top: 50px;
	}
	.clinicBox .nner .left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.clinicBox .nner .right {
		width: 100%;
		padding-left: 0;
	}
	.clinicBox .box {
		padding-left: 0;
		padding-right: 0;
	}
	.clinicBox {
		padding-left: 0;
		padding-right: 0;
	}
	.clinicBox .nner .left:before {
		display: none;
	}
	.timetableA + div {
		font-size: 13px;
	}
	.timetableA {
		font-size: 15px;
	}
	.timetableA tbody tr th,
	.timetableA tbody tr td {
		line-height: 1.3;
	}
	.timetableA tbody th:first-child {
		padding-right: 7px;
	}
	.table_A th,
	.table_A td {
		display: block;
		width: 100% !important;
		text-align: left;
	}
	.table_A th {
		border-bottom: none;
		padding-bottom: 5px;
	}
	.table_A td {
		padding-left: 0;
		padding-top: 0;
	}
	.timetableA tbody tr:first-child th,
	.timetableA tbody tr:first-child td {
		padding-bottom: 14px;
	}
}
/* =====================================
■PARKING
===================================== */
.parkingBox {
	padding-top: 120px;
	padding-bottom: 80px;
}
.parkingSec {
	max-width: 1214px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}
.parkingSec .nner {
	display: flex;
	justify-content: space-between;
	background: linear-gradient( 90deg, rgba(221, 214, 204, 0.2) 0%, rgba(218, 197, 165, 0.2) 100% );
	padding: 56px 50px;
}
.parkingBox .elementor-widget-container {
	max-width: 1206px;
	margin: 0 auto;
	padding: 16px 0;
	box-sizing: border-box;
	position: relative;
}
.parkingBox .elementor-widget-container:before {
	position: absolute;
	content: "";
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #B8A899;
	opacity: 0.64;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.parkingBox .elementor-widget-container:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	background: #524B44;
	opacity: 0.32;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.parkingSec .nner .left {
	width: 50%;
	padding-right: 50px;
	box-sizing: border-box;
}
.parkingSec .nner .right {
	width: 50%;
}
.parkingSec .titWrap h2 {
	font-size: 40px;
}
.parkingSec .titWrap {
	display: inline-block;
}
.parkingSec .h2_txt {
	display: inline-block;
	margin-left: 17px;
}
.parkingSec .parkingL {
	margin-top: 30px;
}
.parkingL li {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #524B44;
	font-size: 20px;
	letter-spacing: 0.04em;
	font-weight: 400;
}
.parkingL li:first-child {
	padding-bottom: 20px;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #524B44, #B8A899) 1;
}
.parkingL li .na {
	color: #6C6C6C;
	margin-left: 20px;
}
.parkingL li .na .number {
	font-size: 40px;
	vertical-align: baseline;
}
.parkingL li:last-child .na {
	margin-left: 47px;
}
.parkingL li .mapT a {
	color: #B8A899;
	font-size: 14px;
	margin-left: 35px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-decoration: underline;
	padding-left: 20px;
	position: relative;
}
.parkingL li .mapT a:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 20px;
	background: url(/wp-content/uploads/map_icon.png) no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 1105px) and (min-width: 768px) {
	.parkingSec .nner .left {
		padding-right: 40px;
	}
	.parkingL li .na {
		display: block;
		margin-left: 0;
	}
	.parkingL li:last-child .na {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.parkingSec .nner {
		display: block;
	}
	.parkingSec .nner .left {
		width: 100%;
		padding-right: 0;
	}
	.parkingSec .nner .right {
		width: 100%;
		margin-top: 20px;
	}
	.parkingL li .mapT {
		display: block;
	}
	.parkingL li .mapT a {
		margin-left: 0;
	}
	.parkingBox {
		padding: 50px 0px;
	}
	.parkingBox .elementor-widget-container::before {
		left: 9px;
		top: 9px;
		width: 20px;
		height: 20px;
	}
	.parkingBox .elementor-widget-container::after {
		right: 9px;
		bottom: 9px;
		width: 20px;
		height: 20px;
	}
	.parkingSec .h2_txt {
		display: block;
		margin-left: 0;
	}
	.parkingSec .nner {
		padding: 40px 20px;
	}
	.parkingL li .na {
		margin-left: 0;
		display: block;
	}
	.parkingL li:last-child .na {
		margin-left: 0;
	}
	.parkingL li:last-child {
		padding-top: 15px;
	}
}
/* =====================================
■TITLE
===================================== */
.titWrap h2 {
	letter-spacing: 0;
	position: relative;
	font-family: "Aboreto", system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 1;
	background: linear-gradient(-90deg, #B8A899 54%, #524B44 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.h2_txt {
	font-family: "Noto Serif JP", serif;
	color: #524B44;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.04em;
	padding-left: 21px;
	position: relative;
	margin-top: 10px;
}
.h2_txt:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 13px;
	background: url(/wp-content/uploads/news_icon.png) no-repeat;
	background-size: cover;
	left: 0;
	top: 16px;
}
.topTitA {
	color: #203B75;
	font-size: 28px;
	letter-spacing: 0.1em;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
	margin: 35px 0 12px 0;
}
.topTitB {
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 27px;
}
@media screen and (max-width: 1052px) and (min-width: 768px) {
	.h2_txt {
		font-size: 15px;
		letter-spacing: 0;
	}
	.h2_txt:before {
		top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.titWrap h2 {
		font-size: 48px;
	}
	.h2_txt {
		line-height: 1.5;
	}
	.topTitA {
		font-size: 22px;
		text-align: center;
	}
	.topTitB {
		font-size: 22px;
	}
	.h2_txt:before {
		top: 12px;
	}
}



/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 368px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}
/*--------------------------------------
自動スライド画像
--------------------------------------*/
.elementor-element-def241b {
	position: relative;
}
.elementor-element-def241b:before {
	position: absolute;
	content: "";
	width: 93%;
	height: 140%;
	top: -57px;
	right: 0;
	background: linear-gradient(to right, #FDF3EA, #FFF);
}
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 252px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}
#loopslider ul {
	float: left;
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
}
#loopslider ul li {
	width: 1560px;
	height: 259px;
	float: left;
	display: inline;
	overflow: hidden;
	padding-right: 0;
}
#loopslider ul li:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.top-bnr-doc{
	display:flex;
	gap:20px;
	max-width: 1174px;
	margin: 0 auto 100px;
}

.top-bnr-doc a{
	flex:1;
	display:block;
	text-align:center;
	text-decoration:none;
}

@media screen and (max-width:768px){
	.top-bnr-doc{
		flex-direction:column;
		padding: 0 40px
	}
}
/*--------------------------------------
youtube
--------------------------------------*/
.youtube {
	max-width: 600px;
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 60px;
}