@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
.pagenav {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.pagenav {
		width: 95%;
	}
}

@media print {
	.pagenav {
		width: 95%;
	}
}

.ie8 .pagenav {
	width: 95%;
}

.pagenav:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.pagenav
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.pagenav {
		border-right: none;
	}
}

.pagenav li {
	width: 25%;
	margin-bottom: 1em;
	float: left;
	border-left: 1px solid #cccccc;
}

.pagenav li:last-child {
	border-right: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
	.pagenav li {
		width: 50%;
		margin-top: 10px;
	}
	.pagenav li:nth-child(even) {
		border-right: 1px solid #cccccc;
	}
	.pagenav li:nth-child(odd) {
		clear: both;
	}
}

.pagenav li a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 129%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

@media only screen and (max-width: 1024px) {
	.pagenav li a {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.pagenav li a {
		font-size: 100%;
	}
}

.pagenav li a:hover {
	text-decoration: underline;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.con_rooms {
		margin-top: 60px;
	}
}

.con_rooms .st_high_border {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.con_rooms .st_high_border {
		margin-bottom: 20px;
	}
}

.con_rooms .box_slide {
	margin-bottom: 20px;
}

.con_rooms .box_slide .slick-dots {
	width: 100%;
	text-align: center;
	bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_slide .slick-dots {
		bottom: 10px;
	}
}

.con_rooms .box_content {
	float: left;
	width: 54.38596%;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_content {
		float: none;
		width: 100%;
	}
}

.con_rooms .box_content .catch {
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 186%;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_content .catch {
		font-size: 129%;
	}
}

.con_rooms .box_content table {
	margin-top: 30px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_content table {
		font-size: 80%;
	}
	.con_rooms .box_content table th {
		width: 25%;
	}
}

.con_rooms .box_content .btn_basic {
	margin-top: 35px;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_content .btn_basic {
		margin-top: 30px;
		text-align: center;
	}
}

.con_rooms .box_layout {
	float: right;
	width: 36.57895%;
}

@media only screen and (max-width: 767px) {
	.con_rooms .box_layout {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
}

.con_rooms .box_layout h4 {
	margin-bottom: 20px;
}

.con_rooms .box_layout .img_slide .slick-dots {
	right: auto;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.con_rooms .box_layout .img_slide .slick-dots li:not(.slick-active) button {
	background: #cccccc;
}

/* -----------------------------------------------------------
	.con_amenity
----------------------------------------------------------- */
.con_amenity {
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.con_amenity {
		margin-top: 60px;
	}
}

.con_amenity h3 {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_amenity h3 {
		margin-bottom: 20px;
	}
}

.con_amenity ul {
	overflow: hidden;
	margin-left: -3.8%;
}

@media only screen and (max-width: 767px) {
	.con_amenity ul {
		margin-left: 0;
		margin-top: -30px;
	}
}

.con_amenity ul li {
	width: 29.53333333%;
	margin-left: 3.8%;
	float: left;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_amenity ul li {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
}

.con_amenity ul li .caption {
	font-size: 158%;
	margin-top: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

@media only screen and (max-width: 767px) {
	.con_amenity ul li .caption {
		font-size: 129%;
	}
}

.con_amenity table {
	margin-top: 50px;
	width: 100%;
}

.con_amenity table th {
	white-space: nowrap;
}

/*# sourceMappingURL=../maps/rooms.css.map */
