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

 file name  : facilities.css
 author     : Ability Consultant
 style info : 館内施設
=================================================================== */
#htlSide-A {
  top: 772px !important;
}

#gnav {
  display: none;
}

/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
h3 {
  text-align: center;
}

.con_int {
  overflow: hidden;
  padding-bottom: 35px;
  margin: 20px auto;
}

/* -----------------------------------------------------------
	box_anchor
----------------------------------------------------------- */
.box_anchor {
  clear: both;
  margin: 40px auto 60px;
  text-align: center;
  letter-spacing: .4em;
}
.box_anchor li {
  display: inline-block;
  width: 147px;
  -moz-box-shadow: 0px 0px 5px 2px #e8e8e8;
  -webkit-box-shadow: 0px 0px 5px 2px #e8e8e8;
  box-shadow: 0px 0px 5px 2px #e8e8e8;
}
.box_anchor li a {
  display: block;
  background: #fff;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  padding: 13px;
  letter-spacing: -.01em;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  text-decoration: none;
  color: #666;
}
.box_anchor li a:hover {
  background: #eeede0;
  color: #666;
}
.box_anchor li a .st {
  margin: 12px 0;
  position: relative;
}
.box_anchor li a .st::after {
  content: '';
  display: inline-block;
  background: url(../facilities/images/ic01.png) no-repeat center;
  width: 10px;
  height: 5px;
  position: absolute;
  right: 52px;
  top: 30px;
}

.con_salon {
  background: url(../facilities/images/bg_salon.png) 0 40px no-repeat;
}
.con_salon .txt {
  text-align: center;
  margin: 30px auto 40px;
  line-height: 2em;
}

.con_shop {
  margin-top: 55px;
  overflow: hidden;
}
.con_shop h3 {
  margin-bottom: 40px;
}
.con_shop .photo {
  width: 565px;
  float: left;
}
.con_shop .box_txt {
  width: 340px;
  float: left;
  margin: 40px 0 0 30px;
}
.con_shop .box_txt .st {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 162%;
  letter-spacing: .3em;
}
.con_shop .box_txt .txt {
  margin: 20px 0 18px;
}
.con_shop .box_txt .tbl_basic1 {
  width: 300px;
  margin-top: 0;
}
.con_shop .box_txt .tbl_basic1 tr th {
  width: 115px;
  text-align: left;
  padding-left: 25px !important;
}
.con_shop .box_txt .tbl_basic1 tr td {
  width: 180px;
}
.con_shop .box_txt .tbl_basic1 tr th, .con_shop .box_txt .tbl_basic1 tr td {
  padding: 12px;
}

.con_relax {
  margin-top: 30px;
  padding: 40px 0 25px;
  clear: both;
  background: url(../facilities/images/bg_relax.png) no-repeat;
}
.con_relax h3 {
  margin-bottom: 40px;
}
.con_relax .box_relax {
  overflow: hidden;
}
.con_relax .box_relax li {
  width: 50%;
  float: left;
}
.con_relax .box_relax li .txt {
  text-align: center;
  margin-top: 20px;
}

.con_buffe {
  margin-top: 55px;
}
.con_buffe .box_read {
  margin: 40px auto 30px;
  width: 820px;
  overflow: hidden;
}
.con_buffe .box_read .logo {
  float: left;
}
.con_buffe .box_read .txt {
  display: inline-block;
  float: right;
  letter-spacing: -.01em;
  line-height: 2em;
}

.con_equ {
  margin-top: 60px;
}
.con_equ table {
  margin-top: 40px;
}
.con_equ table th {
  width: 60px;
  box-sizing: border-box;
}
.con_equ table td {
  width: 180px;
}
