@charset "utf-8";

/* ===================================================
	Sauna CSS
====================================================== */
/* ---------------------------------------------------
sec01
------------------------------------------------------ */
#sec01 {
	padding: 170px 0 220px;
}
#sec01 .cmn_tit {
	margin-bottom: 75px;
}
#sec01 .slick_con {
	margin-bottom: 70px;
}
#sec01 > .txt {
	margin-bottom: 155px;
}

@media screen and (max-width: 600px) {
	#sec01 {
		padding: 100px 0;
	}
	#sec01 .cmn_tit {
		margin-bottom: 30px;
	}
	#sec01 .slick_con {
		width: 100%;
		margin-bottom: 30px;
	}
	#sec01 .slick_con .ofi {
		height: 68vw;
	}
	#sec01 .slick_con .slick-dots {
		margin-top: 25px;
	}
	#sec01 > .txt {
		margin-bottom: 60px;
	}
}

/* ---------------------------------------------------
sec02
------------------------------------------------------ */
#sec02 {
	padding: 200px 0 150px;
	background: var(--color-bg);
}
#sec02 .cmn_tit {
	margin-bottom: 45px;
}
#sec02 > .txt {
	margin-bottom: 95px;
}
#sec02 .cmn_box_lg .txt h3 {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 1;
}
#sec02 .cmn_box_lg .txt h3 span {
	font-size: 40px;
}
#sec02 .cmn_box_lg .txt .cmn_list_bg {
	margin: 0 0 15px;
}
#sec02 .cmn_box_lg .txt .note {
	margin: 20px 0 0;
	color: var(--color-txt-pale);
}
#sec02 .link_rooms {
	margin-top: 110px;
	text-align: center;
}
#sec02 .link_rooms dt {
	margin: 0 0 40px;
	font-size: 24px;
	line-height: 1.4;
}
#sec02 .link_rooms ul {
	display: flex;
	gap: 8px;
	justify-content: center;
}
#sec02 .link_rooms li:not(:has(a)),
#sec02 .link_rooms a {
	display: block;
	padding: 3px 10px;
	background: #fff;
	border: 1px solid var(--color-bd);
}

@media screen and (max-width: 600px) {
	#sec02 {
		padding: 100px 0;
	}
	#sec02 .cmn_tit {
		margin-bottom: 30px;
	}
	#sec02 > .txt {
		margin-bottom: 60px;
	}
	#sec02 .cmn_box_lg .txt h3 {
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
	}
	#sec02 .cmn_box_lg .txt h3 span {
		font-size: 28px;
	}
	#sec02 .cmn_box_lg .txt .cmn_list_bg {
		justify-content: center;
	}
	#sec02 .cmn_box_lg .txt .note {
		margin-top: 15px;
	}
	#sec02 .link_rooms {
		margin-top: 80px;
	}
	#sec02 .link_rooms dt {
		margin-bottom: 25px;
		font-size: 20px;
	}
	#sec02 .link_rooms ul {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
}
