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

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
.con_intro .catch, .con_intro .txt, .con_rooms .box_rooms .box_detail, .con_info {
	width: 95%;
	margin: auto;
}

/* Hover animation */
/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	margin-top: -25px;
	margin-bottom: 30px;
}
.con_intro .img {
	margin-bottom: 10px;
}
.con_intro .catch {
	font-size: 126%;
	margin-bottom: 5px;
	color: #4b0d05;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
	margin-bottom: 70px;
}
.con_rooms .box_rooms {
	margin-bottom: 50px;
}
.con_rooms .box_rooms .st_md_ic {
	text-align: center;
	margin-bottom: .7em;
}
.con_rooms .box_rooms .st_md_ic span {
	display: inline-block;
	position: relative;
	padding: 0 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 150%;
	font-weight: normal;
}
.con_rooms .box_rooms .st_md_ic span:before {
	background: url(../images/common/ic_flower.png) no-repeat;
	left: 0;
}
.con_rooms .box_rooms .st_md_ic span:after {
	background: url(../images/common/ic_flower.png) no-repeat;
	right: 0;
}
.con_rooms .box_rooms .st_md_ic span:before, .con_rooms .box_rooms .st_md_ic span:after {
	content: ' ';
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background-size: contain !important;
}
.con_rooms .box_rooms .box_slide {
	margin-bottom: 15px;
}
.con_rooms .box_rooms .box_detail .txt {
	margin-bottom: 15px;
}
.con_rooms .box_rooms .box_detail .box_btn .btn a {
	width: 100%;
}

/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_info {
	margin-bottom: 50px;
}
.con_info .st_md_ic_l {
	margin-bottom: .7em;
}
.con_info .st_md_ic_l span {
	display: inline-block;
	position: relative;
	padding: 0 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 150%;
	font-weight: normal;
}
.con_info .st_md_ic_l span:before {
	content: ' ';
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background-size: contain !important;
	background: url(../images/common/ic_flower.png) no-repeat;
	left: 0;
}
.con_info .tbl_basic {
	margin-bottom: 50px;
}
.con_info .tbl_basic th {
	width: 33%;
}
.con_info .tbl_basic td {
	width: 67%;
}
