@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
/* Font-family - Japanese */
/* Font-family - English */
.con_intro .box_intro, .con_rnav, .con_rooms .box_room, .con_equipment .box_equi, .con_info {
	margin: auto;
	width: 95%;
}

.con_intro .box_intro:after, .con_rnav:after, .con_rooms .box_room:after, .con_equipment .box_equi:after, .con_info:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
	padding: 30px 0 70px;
	background-color: #fff;
}
.con_intro h3 {
	font-size: 172%;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	text-align: center;
}
.con_intro h3 span {
	color: #fff;
	background-color: #d40011;
	font-size: 50%;
	padding: 5px 10px;
}
.con_intro .sub_txt {
	margin-bottom: 30px;
	text-align: center;
}
.con_intro .box_intro {
	overflow: hidden;
}
.con_intro .box_intro .box_item {
	text-align: center;
	width: 33.33%;
	float: left;
}
.con_intro .box_intro .box_item h4.st_intro {
	width: 70%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 86%;
}
.con_intro .box_intro .box_item h4.st_intro span {
	font-size: 150%;
	background: #fff;
	color: #000;
	display: inline-block;
	padding: 10px 35px 0;
}
.con_intro .box_intro .box_item p.sub_title {
	font-size: 125%;
	width: 85%;
	margin: 0 auto;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.con_intro .box_intro .box_item p.txt {
	padding:0 10px 0 10px;
}

/* -----------------------------------------------------------
	con_rnav
----------------------------------------------------------- */
.con_rnav {
	overflow: hidden;
	background-color: #fff;
	width: 900px;
}
.con_rnav ul {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
	position: relative;
}
.con_rnav ul:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	content: "";
	height: 1px;
	background: #000;
	display: none;
}
.con_rnav ul li {
	width: 11.1%;
	float: left;
	text-align: center;
	font-weight: bold;
}
.con_rnav ul li:last-child a {
	border-right: 1px solid #000;
}
.con_rnav ul li a {
	display: block;
	padding: 10px 0;
	font-size: 100%;
	border-left: 1px solid #000;
	text-decoration: none !important;
	color: #000;
}
.con_rnav ul li a.bg_gray {
	background: #eeeeee;
}
.con_rnav ul li a.bg_green {
	background: #d9efdb;
}
.con_rnav ul li a:hover, .con_rnav ul li a.active {
	background: #003869;
	color: #fff !important;
}
.con_rnav ul li a span {
	font-family: "Oswald", sans-serif;
	font-size: 86%;
	line-height: 1;
	display: block;
	font-weight: normal;
}

/* -----------------------------------------------------------
	con_rooms
----------------------------------------------------------- */
.slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
	cursor: pointer;
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	height: 7px;
}
.slick-dots li button {
	width: 7px;
	height: 7px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #999999;
	border: 0;
}
.slick-dots li.slick-active button {
	background: #fff;
	border: none;
}

h3.st_room {
	text-align: center;
	font-size: 172%;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
h3.st_room span {
	padding: 1px 50px;
	display: inline-block;
	background: #eeeeee;
	font-size: 60%;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
}
h3.st_room .business {
	background-color: #fff;
}
h3.st_room .gcabin {
	background-color: #fff;
}
.con_rooms {
	padding-top: 50px;
	background-color: #fff;
}
.con_rooms.bg_gray {
	background: #eeeeee;
	padding-top: 50px;
}
.con_rooms.bg_green {
	background: #d9efdb;
	padding-top: 50px;
}
.con_rooms .box_room {
	overflow: hidden;
	padding-bottom: 80px;
	text-align: center;
}
.con_rooms .box_room .box_inner {
	overflow: hidden;
	margin-bottom: 25px;
}
.con_rooms .box_room .box_inner .box_photo {
	float: left;
	width: 50%;
}
.con_rooms .box_room .box_inner .box_info {
	float: right;
	padding-left: 3.63636%;
	width: 50%;
}
.con_rooms .box_room .box_inner .box_info .box_title_room {
	margin-bottom: 20px;
}
.con_rooms .box_room .box_inner .box_info .box_lnk a {
	position: relative;
	padding-left: 15px;
}
.con_rooms .box_room .box_inner .box_info .box_lnk a:before {
	position: absolute;
	left: 0;
	content: "\f3d6";
	font-family: "Ionicons";
}
.con_rooms .box_room .photo {
	text-align: center;
}

.con_equipment {
	padding: 50px 0;
}
.con_equipment.bg_gray {
	background: #eeeeee;
	padding: 30px 0;
}
.con_equipment h4 {
	font-size: 158%;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.con_equipment .box_title {
	margin-bottom: 45px;
}
.con_equipment .box_equi {
	overflow: hidden;
}
.con_equipment .box_equi ul {
	overflow: hidden;
	margin: 0 -10px;
}
.con_equipment .box_equi ul li {
	width: 25%;
	float: left;
	padding: 0 10px;
	margin-bottom: 40px;
}
.con_equipment .box_equi ul li h5 {
	font-size: 129%;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
}

.con_info {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 950px;
}
.con_info .st_mid02 {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 200%;
	/*background: url(../images/common/bg_line_diagonal.png) 0 center repeat-x;*/
	color: #000;
	margin-bottom: 30px;
}
.con_info .st_mid02 span {
	display: inline-block;
	padding-right: 25px;
	background: #fff;
}
.con_info table {
	width: 100%;
}
.con_info table tr th {
	width: 250px;
}

.btn_red {
	text-align: center;
}
.btn_red a {
	max-width: 320px;
	display: inline-block;
	font-size: 100%;
	text-align: center;
	width: 100%;
	background: #d40011;
	color: #fff !important;
	text-decoration: none !important;
	padding: 15px 10px;
	position: relative;
	z-index: 1;
}
.btn_red a:before {
	content: '→';
	position: absolute;
	opacity: 0;
	font-size: 14px;
	top: 50%;
	margin-top: -9px;
	right: 25px;
	z-index: -2;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.btn_red a:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}
.btn_red a:hover:before {
	right: 5px;
	z-index: 1;
	opacity: 1;
}
.btn_red a:hover:after {
	top: 0;
	left: 0;
	width: 100%;
	background: #b20917;
}

.btn_bor_black {
	text-align: center;
}
.btn_bor_black a {
	max-width: 320px;
	border: solid 2px #000;
	padding: 10px;
	font-size: 100%;
	text-align: center;
	color: #000 !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.btn_bor_black a:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}
.btn_bor_black a:hover {
	color: #444444;
}
.btn_bor_black a:hover:after {
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.btn_bor_white {
	text-align: center;
}
.btn_bor_white a {
	max-width: 320px;
	border: solid 2px #fff;
	padding: 10px;
	font-size: 100%;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.btn_bor_white a:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}
.btn_bor_white a:hover {
	color: #444444;
}
.btn_bor_white a:hover:after {
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.box_title {
	text-align: center;
	margin-bottom: 40px;
}
.box_title h3 {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 243%;
	color: #000;
}
.box_title .txt {
	font-size: 115%;
	margin-top: 10px;
}

.st_mid {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 200%;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
	color: #000;
}

.st_mid02 {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 200%;
	/*background: url(../images/common/bg_line_diagonal.png) 0 center repeat-x;*/
	color: #000;
	margin-bottom: 30px;
}
.st_mid02 span {
	display: inline-block;
	padding-right: 25px;
	background: #fff;
}

#contents {
	background-color: #fff;
}
