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

 file name  : ocean_coral.css
 author     : Ability Consultant
 style info :
=================================================================== */
/*Animate */
#htlSide-A {
  top: 845px !important;
}

.nav_oce a span:after {
  -webkit-transform: inherit !important;
          transform: inherit !important;
}

.box_tab #tab ul li {
  cursor: pointer;
}
.box_tab #tab ul li.active {
  cursor: default;
}
.box_tab #panel li {
  display: none;
}
.box_tab #panel li:first-child {
  display: list-item;
}

.anker_box {
  margin-bottom: 85px;
}
.anker_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.anker_box ul li:first-child a:before {
  position: absolute;
  content: '';
  width: 1px;
  color: #d8bdb4;
  height: 100%;
  left: 0;
  top: 0;
  background: #d8bdb4;
}
.anker_box ul li a {
  position: relative;
  display: inline-block;
}
.anker_box ul li a:after {
  position: absolute;
  content: '';
  width: 1px;
  color: #d8bdb4;
  height: 100%;
  right: 0;
  top: 0;
  background: #d8bdb4;
}

.con_rooms {
  margin-bottom: 140px;
}
.con_rooms .box_tab #tab {
  margin: 70px 0;
  border-bottom: 1px solid #d8bdb4;
}
.con_rooms .box_tab #tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_rooms .box_tab #tab ul li {
  border: 1px solid #d8bdb4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 70px;
  background: #d8bdb4;
  color: #fff;
  margin-bottom: -1px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_rooms .box_tab #tab ul li span {
  margin: auto;
}
.con_rooms .box_tab #tab ul li:hover, .con_rooms .box_tab #tab ul li.active {
  background: #fff;
  color: #54534a;
  border-bottom: 1px solid #fff;
}
.con_rooms .box_tab .box_room {
  margin-top: 80px;
  position: relative;
}
.con_rooms .box_tab .box_room .btn {
  position: absolute;
  bottom: 0;
  left: 505px;
}
.con_rooms .box_tab #club_oce .btn, .con_rooms .box_tab #club_ocered .btn {
  bottom: -2em;
}
.con_rooms .box_tab #club_blue .btn, .con_rooms .box_tab #club_royal .btn {
  bottom: -1em;
}

.con_pool {
  margin-bottom: 125px;
}
