@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
---------------------------------------------------------------------- */
.room {
	text-align: center;
	background: #0f3759;
}

.room h2 {
	text-align: left;
	margin-top: 320px;
	position: relative;
}

.room h2.subttl {
	text-align: center;
	margin-top: 0;
}

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

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

.room ul.info li {
	width: 48%;
	margin-bottom: 150px;
}

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

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

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

.room table tr {
	border-bottom: 1px solid #ccc;
}

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

.room table td {
	width: 75%;
}

.room .gallery {
	position: relative;
}

.room .gallery figure {
	width: 33%;
	bottom: 0;
	left: 2%;
	position: absolute;
}

.gallery_main {
	margin-bottom: 10px;
}

.room .gallery_thumb {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.room .gallery_thumb li {
	width: 180px !important;
	margin: 5px 5px;
}

.room .gallery_thumb li:last-child {
	margin: 5px 0 5px 5px;
}

.room .gallery_thumb .slick-track {
	transform: unset !important;
	width: 100% !important;
}

.gallery_thumb_wrap {
	display: flex;
	gap: 5px;
	overflow: hidden;
	width: 565px;
	margin-left: auto;
}

.rooms,
.open,
.standard,
.annex,
.amenity {
	width: 100%;
	padding: 80px 0 100px;
	background: #fff;
}

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

.rooms .inner,
.open .inner,
.standard .inner,
.annex .inner,
.amenity .inner {
	width: 100%;
	margin: 0 auto;
}

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

.amenity .inner p {
	line-height: 2;
	text-align: center;
	font-size: 18px;
}

.btn {
	width: 100%;
	margin: 40px 0;
}

.btn a,
.btn a:hover {
	margin: 0;
	padding: 12px 0 0 0;
}

#annex h2.ttl, #annex_roten h2.ttl {
	margin-top: 100px;
	margin-bottom: 100px;
}


.rooms .inner ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1%;
}

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

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

.rooms .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);
}