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

 file name  : facilities.css
 author     : Ability Consultant
 style info : 施設案内
=================================================================== */
#page h3 {
  margin-top: 10px;
  margin-bottom: 50px;
}

/* -----------------------------------------------------------
	faci_nav
----------------------------------------------------------- */
.faci_nav {
  font-size: 0;
  padding: 36px 0 40px;
  border-bottom: 1px dotted #bfbfbf;
  text-align: center;
  margin: 100px auto 0;
}
.faci_nav li {
  display: inline-block;
  text-align: center;
  width: 230px;
  height: 50px;
  margin-bottom: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #bfbfbf;
}
.faci_nav li:nth-child(4n+1) {
  border-left: 1px solid #bfbfbf;
}
.faci_nav li a {
  height: 100%;
  display: block;
  padding-top: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.faci_nav li a:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/ic_arr.png);
  display: block;
  width: 9px;
  height: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 6px;
}
.faci_nav li a span {
  color: #2b2b2b !important;
}
.faci_nav li a span em {
  font-style: normal;
  font-size: 10px;
}

/* -----------------------------------------------------------
	faci
----------------------------------------------------------- */
.con_faci {
  padding-bottom: 70px;
}

/* -----------------------------------------------------------
	楽天
----------------------------------------------------------- */
body > div:not(.rt-wide-banner-pc, .rt-header):before {
  height: 380px;
}

#htlSide-A {
  margin-top: 374px;
}
