﻿@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------
	facility
----------------------------------------------------------- */

/* 日帰り温泉ご利用料金 */
.facility__info__ttl {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.section_top {
	margin-top: 20px;
}
.hotsprings {
	display: flex;
	border: 1px solid #747474;
	margin-bottom: 8px;
	text-align: center;
	line-height: 1.4;
	font-size: 90%;
}
.hotsprings_item {
	width: calc(100% / 2);
	padding-top: 8px;
}
.hotsprings_item + .hotsprings_item {
	border-left: 1px solid #747474;
}
.hotsprings_item span {
	display: block;
	padding-bottom: 6px;
}
.hotspring_fee {
	list-style: none;
	border-top: 1px solid #747474;
	display: flex;
}
.hotspring_fee li,
.hotspring_fee li {
	width: 50%;
	padding: 6px 0;
}
.hotspring_fee li:not(:last-child) {
	border-right: 1px solid #747474;
}