@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
.con_rooms .box_rooms:after, .con_rooms .box_rooms .box_info .box_inner:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	#cus_main
----------------------------------------------------------- */
#cus_main {
  background: url(../images/rooms/bg_main-pc.jpg) top center;
  background-size: cover;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
  padding-top: 30px;
}
.con_rooms .st_inn_lineblue {
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
.con_rooms .st_inn_lineblue span {
  display: inline-block;
}
.con_rooms .st_inn_lineblue span.en {
  padding: 0 45px;
  position: relative;
  font-size: 370%;
  font-family: "Times New Roman", serif;
  line-height: 1.5;
}
.con_rooms .st_inn_lineblue span.en:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 5px;
  margin-top: -2px;
  content: "";
  background: #5084c4;
}
.con_rooms .st_inn_lineblue span.en:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 5px;
  margin-top: -2px;
  content: "";
  background: #5084c4;
}
.con_rooms .st_inn_lineblue span.jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 116%;
}
.con_rooms .txt {
  margin-bottom: 50px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 116%;
  text-align: center;
}
.con_rooms .box_nav ul {
  letter-spacing: -.4em;
  text-align: center;
}
.con_rooms .box_nav ul li {
  display: inline-block;
  margin: 0 5px 7px 0;
  letter-spacing: .05em;
  cursor: pointer;
}
.con_rooms .box_nav ul li:last-child {
  margin-right: 0;
}
.con_rooms .box_nav ul li a {
  display: block;
  padding: 8px;
  color: #222222;
  border: 1px solid #cfcfcf;
  text-decoration: none;
  padding: 8px 14px;
}
.con_rooms .box_nav ul li a:hover {
  background: #333;
  color: #fff;
}
.con_rooms .box_nav ul li a span.jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 116%;
}
.con_rooms .box_nav ul li a span.en {
  font-family: "Times New Roman", serif;
}
.con_rooms .box_rooms {
  position: relative;
  margin-bottom: 60px;
}
.con_rooms .box_rooms:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 533px;
  z-index: -1;
}
.con_rooms .box_rooms#lnk_sin:before {
  background: #333;
}
.con_rooms .box_rooms#lnk_dou:before {
  background: #3e526c;
}
.con_rooms .box_rooms#lnk_twi:before {
  background: #b2a68a;
}
.con_rooms .box_rooms#lnk_uni:before {
  background: #cbcbcb;
}
.con_rooms .box_rooms .photo {
  position: relative;
  padding: 0 20px;
}
.con_rooms .box_rooms .photo img {
  width: 100%;
}
.con_rooms .box_rooms .photo .photo_caption {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 910px;
  padding: 3px 0;
  background: rgba(51, 51, 51, 0.7);
  color: #fff;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  z-index: 100;
}
.con_rooms .box_rooms .box_info {
  padding: 0 20px;
}
.con_rooms .box_rooms .box_info .txt_info {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 154%;
  margin: 30px 0;
  line-height: 1.5;
  font-weight: normal;
}
.con_rooms .box_rooms .box_info .txt_info span {
  font-size: 154%;
}
.con_rooms .box_rooms .box_info .box_inner .box_left {
  width: 500px;
  float: left;
  padding-right: 40px;
}
.con_rooms .box_rooms .box_info .box_inner .box_left .btn_default {
  max-width: 300px;
  margin-top: 25px;
}
.con_rooms .box_rooms .box_info .box_inner .box_left .btn_default a {
  background: #333333;
  color: #fff;
  max-width: 250px;
  padding: 8px 0;
  text-align: center;
  display: block;
  text-decoration: none;
}
.con_rooms .box_rooms .box_info .box_inner .box_left .btn_default a i.right {
  float: right;
  margin: 5px 10px 0 0;
}
.con_rooms .box_rooms .box_info .box_inner .box_left .btn_default a {
  max-width: none;
  min-width: 260px;
}
.con_rooms .box_rooms .box_info .box_inner .box_right {
  width: 410px;
  float: right;
}
.con_rooms .box_rooms .box_info .box_inner .box_right table {
  margin-bottom: 10px;
}
.con_rooms .box_rooms .box_info .box_inner .box_right table tr th,
.con_rooms .box_rooms .box_info .box_inner .box_right table tr td {
  font-size: 13px;
  font-feature-settings: "palt";
}
.con_rooms .box_rooms .box_info .box_inner .box_right .btn_normal {
  text-align: right;
}
.con_rooms .box_rooms .box_info .box_inner .box_right .btn_normal a {
  background: #fff;
  max-width: 250px;
  padding: 8px 0;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
}
.con_rooms .box_rooms .box_info .box_inner .box_right .btn_normal a:hover {
  opacity: .8;
}
.con_rooms .box_rooms .box_info .box_inner .box_right .btn_normal a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #222222;
}

/* -----------------------------------------------------------
	.con_equipment
----------------------------------------------------------- */
.con_equipment {
  margin-bottom: 70px;
  padding-top: 40px;
}
