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

 file name  : room.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
@font-face {
	font-family: "YuGothicBold";
	src: local("Yu Gothic Medium");
}
/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
	margin-top: 85px;
	padding-top: 80px;
	background: url(../room/images/bg_int.png) repeat;
}
.con_int h3 {
	text-align: center;
}
.con_int .txt {
	margin-top: 35px;
	text-align: center;
	font-size: 124%;
	line-height: 2;
}

/* -----------------------------------------------------------
	con_sel
----------------------------------------------------------- */
.con_sel {
	margin-top: 65px;
}
.con_sel h3 {
	text-align: center;
}
.con_sel ul {
	margin-top: 30px;
	letter-spacing: -.5em;
}
.con_sel ul li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	vertical-align: top;
	width: 316px;
}
.con_sel ul li h4 {
	margin-top: 25px;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 139%;
}
.con_sel ul li .txt {
	margin-top: 20px;
	padding: 0 20px;
	font-size: 116%;
	line-height: 1.75;
}

/* -----------------------------------------------------------
	con_roo
----------------------------------------------------------- */
.con_roo {
	margin-top: 100px;
	overflow: hidden;
}
.con_roo h3 {
	text-align: center;
}
.con_roo #pnav {
	text-align: center;
	letter-spacing: -.5em;
	margin: 40px auto 60px;
}
.con_roo #pnav:after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.con_roo #pnav li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	margin-left: 68px;
	position: relative;
}
.con_roo #pnav li:first-child {
	margin-left: 0;
}
.con_roo #pnav li:before {
	content: '';
	max-width: 97px;
	height: 5px;
	width: 0;
	background: #09cac7;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: width 600ms ease-out, opacity 600ms ease-out;
	-o-transition: width 600ms ease-out, opacity 600ms ease-out;
	-webkit-transition: width 600ms ease-out, opacity 600ms ease-out;
	transition: width 600ms ease-out, opacity 600ms ease-out;
}
.con_roo #pnav li:after {
	content: '';
	width: 14px;
	height: 12px;
	background: url(../room/images/ic_arrow.png) no-repeat top center;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 600ms ease-out, bottom 600ms ease-out;
	-o-transition: opacity 600ms ease-out, bottom 600ms ease-out;
	-webkit-transition: opacity 600ms ease-out, bottom 600ms ease-out;
	transition: opacity 600ms ease-out, bottom 600ms ease-out;
}
.con_roo #pnav li.active:before, .con_roo #pnav li:hover:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	width: 100%;
}
.con_roo #pnav li.active:after, .con_roo #pnav li:hover:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	bottom: -16px;
}
.con_roo #pnav li .img img {
	-moz-transition: -moz-transform 400ms ease-out;
	-o-transition: -o-transform 400ms ease-out;
	-webkit-transition: -webkit-transform 400ms ease-out;
	transition: transform 400ms ease-out;
}
.con_roo #pnav li .tit {
	padding-top: 30px;
	padding-bottom: 35px;
	font-size: 124%;
}
.con_roo #pnav li a {
	text-decoration: none !important;
}
.con_roo .btn {
	margin-top: 30px;
	padding-bottom: 100px;
	text-align: center;
}

.roo .img {
	margin-top: 30px;
	margin-bottom: 45px;
	position: relative;
}
.roo .img .ic {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	letter-spacing: -.5em;
	font-size: 88%;
}
.roo .img .ic li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	letter-spacing: normal;
	padding: 5px 10px;
	color: #fff;
}
.roo .img .ic li.o {
	background: #0ba9a7;
}
.roo .img .ic li.c {
	background: #ce5f6c;
}
.roo .img .ic li.f {
	background: #44becc;
}
.roo .img .ic li.s {
	background: #362e2b;
}
.roo .img .ic li.u {
	background: #81511c;
}
.roo .img .slick-dots {
	text-align: center;
	bottom: -34px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.roo .img .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 15px;
	height: 15px;
	overflow: hidden;
}
.roo .img .slick-dots li:not(:first-child) {
	margin-left: 4px;
}
.roo .img .slick-dots li button {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-indent: -41px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: transparent;
	box-shadow: none;
	border: none;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #59493f;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
.roo .img .slick-dots li.slick-active button, .roo .img .slick-dots li:hover button {
	background: #59493f;
}
.roo .img .txt_img {
	position: absolute;
	bottom: 0;
	padding: 10px 1%;
	width: 98%;
	background: rgba(255, 255, 255, 0.9);
	font-size: 88%;
}
.roo .txt {
	text-align: center;
	font-size: 108%;
	line-height: 2;
}
.roo table {
	margin: 30px auto 0;
	font-size: 108%;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-collapse: separate;
}
.roo table th {
	padding: 15px 0 15px 40px;
}
.roo table td {
	padding: 15px 0 15px 15px;
}
.roo table td.last {
	padding: 15px 40px 15px 15px;
}
.roo table td em {
	font-size: 122%;
}

/* -----------------------------------------------------------
	con_inf
----------------------------------------------------------- */
.con_inf {
	margin-top: 5px;
}
.con_inf h3 {
	text-align: center;
}
.con_inf .txt {
	margin-top: 40px;
	text-align: center;
}
.con_inf .box_inf {
	margin-top: 40px;
}
.con_inf .box_inf > li {
	margin-top: 3px;
	display: table;
}
.con_inf .box_inf > li > * {
	display: table-cell;
	vertical-align: middle;
}
.con_inf .box_inf > li .wrp_txt {
	padding: 30px 20px;
	width: 435px;
	color: #fff;
	background: #362e2b;
}
.con_inf .box_inf > li .wrp_txt ul {
	margin-top: 20px;
	letter-spacing: -.5em;
}
.con_inf .box_inf > li .wrp_txt ul.lst2 {
	margin-top: 5px;
}
.con_inf .box_inf > li .wrp_txt ul.lst2 li:before {
	color: #a3a066;
}
.con_inf .box_inf > li .wrp_txt ul li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 140px;
	padding: 5px 0;
	font-size: 108%;
}
.con_inf .box_inf > li .wrp_txt ul li:before {
	content: '■';
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-right: 10px;
	color: #fff;
	font-size: 47%;
}
.con_inf .box_inf > li .wrp_txt ul li.w {
	width: auto;
}
.con_inf .box_inf > li .wrp_txt h5 {
	margin-top: 30px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 124%;
}
.con_inf .box_inf > li .wrp_txt h5:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 15px;
	height: 1px;
	margin-right: 5px;
	background: #a3a066;
}
.con_inf .box_inf > li .wrp_txt h6 {
	margin-top: 15px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 116%;
}
.con_inf .box_inf > li .wrp_txt .att {
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 108%;
}
