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


/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 400px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

#pageTitleVox .inner {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */
.spa {
	text-align: center;
	background: #0f3759;
}

.spa h2 {
	margin-top: 150px;
	position: relative;
}

.spa h3 {
	text-align: left;
	font-size: 28px;
}

.spa ul.info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.spa ul.info li:first-of-type {
	width: 51%;
}

.spa ul.info li:last-of-type {
	width: 45%;
}

.spa table {
	width: 100%;
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.spa table th:first-child {
	padding: 20px 0 0;
}

.spa table td:last-child {
	padding: 0 0 20px;
}

.spa table th {
	font-weight: normal;
}

.spa table td {
	width: 70%;
}

.spa .inner p.quality {
	text-align: center;
}

.onsen,
.open,
.big,
.private,
.sauna {
	width: 100%;
	padding: 80px 0 100px;
	background: #fff;
}

.open,
.private {
	background: url("../../images/bg.jpg") top left repeat-y;
	background-size: cover;
	padding: 80px 20px 100px;
}

.onsen .inner,
.open .inner,
.big .inner,
.private .inner,
.sauna .inner {
	width: 100%;
	margin: 0 auto;
}

.onsen .inner .prologue {
	width: 100%;
	line-height: 1.8;
	font-size: 24px;
	text-align: center;
}

.onsen .inner ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.onsen .inner ul li {
	width: 19%;
}

.onsen .inner ul li p {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.onsen .inner ul li p::after {
	top: 45%;
	right: 15px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}