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

 file name  : facilities.css
 author     : Ability Consultant
 style info : 館内施設
=================================================================== */
.pnav:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
#gnav li:nth-child(4) {
  background: rgba(255, 255, 255, 0.15);
}

#contents {
  background: url(../images/common/bg02.jpg) repeat 0 0;
}

.pnav {
  width: 808px;
  margin: 80px auto 0;
}
.pnav li {
  float: left;
  width: 25%;
  border-right: 1px solid #bebcbc;
}
.pnav li:nth-child(-n+4) {
  margin-bottom: 25px;
}
.pnav li:nth-child(4n+1) {
  border-left: 1px solid #bebcbc;
  clear: left;
}
.pnav li a {
  display: block;
  text-decoration: none;
  padding: 4px 0 20px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
  line-height: 1.125;
  letter-spacing: .06em;
  text-align: center;
  position: relative;
  color: #1e1e1e;
}
.pnav li a:after {
  content: "";
  background: url(../images/common/ic_pnav.png);
  width: 10px;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, -0.3em);
  -ms-transform: translate(-50%, -0.3em);
  -webkit-transform: translate(-50%, -0.3em);
  transform: translate(-50%, -0.3em);
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pnav li a:hover {
  color: #1e1e1e;
}
.pnav li a:hover:after {
  -moz-transform: translate(-50%, 0.5em);
  -ms-transform: translate(-50%, 0.5em);
  -webkit-transform: translate(-50%, 0.5em);
  transform: translate(-50%, 0.5em);
}

/* -----------------------------------------------------------
	con_fac
----------------------------------------------------------- */
.con_fac {
  max-width: 890px;
  margin: 100px auto 0;
}
.con_fac#flo {
  margin-top: 60px;
}
.con_fac h4 {
  text-align: center;
  margin-bottom: 30px;
}
.con_fac .box_fac {
  overflow: hidden;
  margin-top: 30px;
}
.con_fac .box_fac .txt {
  float: left;
  width: 420px;
  line-height: 1.7;
}
.con_fac .box_fac .box_tbl {
  float: right;
  width: 420px;
  padding-bottom: 1px;
}
.con_fac .box_fac .box_tbl th {
  width: 100px;
}

/* -----------------------------------------------------------
	con_fre
----------------------------------------------------------- */
.con_fre {
  max-width: 890px;
  margin: 100px auto 0;
  overflow: hidden;
}
.con_fre h4 {
  text-align: center;
  margin-bottom: 30px;
}
.con_fre .pho {
  float: left;
  width: 421px;
}
.con_fre .box_txt {
  float: right;
  width: 442px;
  line-height: 1.7;
}

/* -----------------------------------------------------------
	con_ove
----------------------------------------------------------- */
.con_ove {
  background: url(../images/common/bg01.jpg) repeat 0 0;
  padding: 80px 0;
  position: relative;
  margin: 100px auto 0;
  -moz-box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
  box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
}
.con_ove:before, .con_ove:after {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  background: url(../images/common/line01.png) repeat-x 0 0;
}
.con_ove:before {
  top: 0;
}
.con_ove:after {
  bottom: 0;
}
.con_ove h4 {
  text-align: center;
  margin-bottom: 30px;
}
.con_ove table {
  max-width: 890px;
  margin: 0 auto;
}
.con_ove table th {
  width: 225px;
}

/* -----------------------------------------------------------
	con_tel
----------------------------------------------------------- */
.con_tel {
  padding: 30px 0;
  border: 1px solid #cccccc;
  text-align: center;
  margin: 35px auto 0;
  max-width: 890px;
}
.con_tel .ic {
  display: inline-block;
  width: 70px;
  vertical-align: middle;
}
.con_tel .txt {
  display: inline-block;
  width: 615px;
  vertical-align: middle;
  margin-left: 30px;
  line-height: 1.7;
  text-align: left;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
