@charset "utf-8";
/* ===================================================
	Facility CSS
====================================================== */
@media screen and (max-width: 768px) {
	.cmn_lead::after {
		bottom: -33%;
	}
}


/* ---------------------------------------------------
	Common Layout
------------------------------------------------------ */
[id^="sec0"]:not([id^="sec07_"]) {
	padding: min(7vw,90px) 0 min(9.3vw,120px);
}
[id^="sec0"].bg_grad {
	padding: min(7.8vw,100px) 0;
	background: url(../img/bg_grad_l.webp) no-repeat left top / cover,
	url(../img/bg_grad_gr.webp);
}
[id^="sec0"] .cmn_tit_02 {
	margin-bottom: min(4vw, 50px);
}
[id^="sec0"] .desc {
	margin-top: min(4vw,40px);
	line-height: 1.8;
}
[id^="sec0"] .desc p+p {
	margin-top: 2rem;
}
[id^="sec0"] .cmn_table_01 {
	margin-top: min(4.7vw,60px);
}

.cmn_style_02 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0 8%;
	padding-top: clamp(3rem,7.4vw,95px);
}
.cmn_style_02 .cmn_tit_03 {
	flex: 1;
}
.cmn_style_02 .contents {
	flex-shrink: 0;
	line-height: 1.8;
}
.cmn_style_02 div.photo {
	display: flex;
	gap: 0 1px;
}
.cmn_style_02 div.photo>p,
.cmn_style_02 div.photo .ofi {
	width: 100%;
}
.cmn_style_02 .photo+p {
	padding: 30px 0;
}
.cmn_style_02 dl>div {
	padding: 35px 0;
}
.cmn_style_02 dl>div dt {
	font-weight: bold;
}
.cmn_style_02 dl>div dd {
	margin-top: 1em;
}
.cmn_style_02 .list_note {
	margin-top: 2em;
}
.cmn_style_02 .list_note li {
	padding-left: 1em;
	text-indent: -1em;
}
.cmn_style_02 .list_note li::before {
	content: '※';
}

@media screen and (min-width: 769px) {
	[id^="sec0"] .desc { text-align: center; }
	.cmn_style_02 .contents { width: 77.5%; }
}
@media screen and (max-width: 768px) {
	[id^="sec0"].bg_grad {
		background-size: 100%, 10%;
		background-position: top left;
	}
	/* ↓↓↓ アスペクト比変更する場合はスマホ用画像必要 ↓↓↓ */
	[id^="sec0"] .slick .ofi { aspect-ratio: 20 / 21; }
	.cmn_style_02 {
		flex-direction: column;
	}
	.cmn_style_02 .photo {
		margin-top: 2rem;
	}
	.cmn_style_02 .photo+p {
		padding: 20px 0;
	}
	.cmn_style_02 dl>div {
		padding: 20px 0;
	}
}


/* ---------------------------------------------------
	#sec01
------------------------------------------------------ */
#sec01 {
	padding-top: min(4vw, 40px);
	background: url(../../facility/img/sec01_bg.png) no-repeat right bottom min(3.1vw, 40px) / min(20vw, 320px);
}
#sec01 .cmn_tit_02 {
	margin-bottom: 20px;
}
#sec01 .desc {
    margin: min(3vw, 50px) auto min(6.25vw, 80px);
}
#sec01 .other {
	display: flex;
	gap: 40px 5%;
}
#sec01 h3 {
	border-bottom: 1px solid #ccc;
	padding: var(--f27) 0 var(--f17);
	font-size: var(--f27);
}
#sec01 h3+p {
	padding: 1em 0;
	line-height: 1.8;
}
#sec01 .bnr_col {
	width: 1000px;
	max-width: 82%;
	margin: min(6.25vw,80px) auto 0;
}

@media screen and (min-width: 601px) {
	#sec01 .other>div {
		width: 47.5%;
	}
}
@media screen and (max-width: 600px) {
	#sec01 .other {
		flex-direction: column;
	}
	/* #sec01 .other .ofi {
		aspect-ratio: 47 / 20;
	} */
}


/* ---------------------------------------------------
	#sec03
------------------------------------------------------ */
#sec03 {
	background: url(../img/point_leaf_03.webp) no-repeat right bottom min(4vw,50px) / clamp(13vw, 29vw, 23.3rem);
}

/* ---------------------------------------------------
	#sec05
------------------------------------------------------ */
#sec05 {
	background: url(../img/point_leaf_06.webp) no-repeat bottom min(4vw,50px) left / clamp(18vw, 35vw, 28rem);
}
#sec05 .photo {
	display: flex;
	gap: 2px;
}
#sec05 .photo .ofi {
	width: 100%; height: 100%; 
}
#sec05 .desc div:has(.--circle) {
	display: inline-flex;
    align-items: center;
    gap: 1rem;
	margin-top: min(3vw,40px);
}

@media screen and (min-width: 769px) {
	#sec05 .photo>div {
		width: 33.3%;
	}
}
@media screen and (max-width: 768px) {
	#sec05 .photo {
		display: grid;
		grid-template-rows: 55% 45%;
		grid-template-columns: repeat(2,50%);
		gap: 2px;
	}
	#sec05 .photo .ofi {
		aspect-ratio: 1/1;
	}
	#sec05 .photo>div:nth-child(1) {
		grid-column: 1/3; grid-row: 1;
	}
	#sec05 .photo>div:nth-child(1) .ofi {
		aspect-ratio: auto;
	}
	#sec05 .photo>div:nth-child(2) {
		grid-column: 1; grid-row: 2;
	}
	#sec05 .photo>div:nth-child(3) {
		grid-column: 2; grid-row: 2;
	}
	#sec05 .desc div:has(.--circle) {
		justify-content: center;
		width: 100%;
	}
}


/* ---------------------------------------------------
	#sec06
------------------------------------------------------ */
#sec06 {
	background: url(../img/point_flower_wh.webp) no-repeat right -4% bottom -14% / min(20vw, 320px),
	url(../img/bg_grad_l.webp) no-repeat left top / cover,
	url(../img/bg_grad_gr.webp);
}
#sec06 .photo {
	display: grid;
	grid-template-rows: repeat(2, 50%);
	grid-template-columns: 66.6% 1fr;
	gap: 1px;
}
#sec06 .photo .ofi { width: 100%; height: 100%; }
#sec06 .photo>div:nth-child(1) { grid-column: 1; grid-row: 1/3; }
#sec06 .photo>div:nth-child(2) { grid-column: 2; grid-row: 1; }
#sec06 .photo>div:nth-child(3) { grid-column: 2; grid-row: 2; }

@media screen and (max-width: 768px) {
	#sec06 {
		background-size: min(20vw, 320px), 100%, 10%;
		background-position: right -4% bottom -10%, top left;
	}
	#sec06 .photo {
		grid-template-rows: 65% 35%; grid-template-columns: repeat(2, 50%); gap: 2px;
	}
	#sec06 .photo>div:nth-child(1) {
		grid-column: 1/3; grid-row: 1;
	}
	#sec06 .photo>div:nth-child(2) {
		grid-column: 1; grid-row: 2;
	}
	#sec06 .photo>div:nth-child(3) {
		grid-column: 2; grid-row: 2;
	}
}


/* ---------------------------------------------------
	#sec07
------------------------------------------------------ */
#sec07 {
	position: relative;
	padding-bottom: min(10vw,130px);
	background: url(../img/point_leaf_06.webp) no-repeat top 39.5% left / clamp(18vw, 35vw, 28rem);
}
#sec07::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    display: block;
    width: clamp(13vw, 29vw, 23.3rem);
    height: clamp(10.1vw, 23.4vw, 18.8rem);
    background: url(../img/point_leaf_03.webp) no-repeat center / contain;
}
#sec07 .rental_col {
	display: flex;
	align-items: center;
	gap: 0 4.3%;
	margin-top: min(4vw,50px);
	border: 1px solid #d1cccc;
	padding: 35px min(4vw,50px);
}
#sec07 .rental_col dt {
	flex-shrink: 0;
	width: 21.7%;
	line-height: min(9.4vw,120px);
	border-right: 1px solid #d1cccc;
	font-size: var(--f20);
	text-align: center;
}
#sec07 .rental_col dd {
	margin-top: 1rem;
}
#sec07 .rental_col dd ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 2em;
}

@media screen and (max-width: 768px) {
	#sec07 {
		background-position: top 44.7% left;
	}
	#sec07 .cmn_style_02 .ofi {
		aspect-ratio: 53 / 28;
	}
}
@media screen and (max-width: 600px) {
	#sec07 .rental_col {
		flex-direction: column;
		padding: 15px 5% 30px;
	}
	#sec07 .rental_col dt {
		line-height: 2.5;
		border-right: none;
		border-bottom: 1px solid #d1cccc;
	}
}

