@charset "utf-8";
/* CSS Document */

.rental_item_note{
	align-items:flex-start;
}

.rental_item_note .txtbox{
	display:flex;
	flex-direction:column;
	gap:8px;
}

.rental_item_note .txtbox .note{
	line-height:1.8;
	letter-spacing:.06em;
}

.sauna_notice{
	margin-top:clamp(28px,4vw,44px);
}

.sauna_notice p{
	line-height:2;
	letter-spacing:.06em;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

