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

 file name  : facility.css
 author     : Ability Consultant
 style info :  館内施設
=================================================================== */
/* font-awesome */
#header {
  position: relative;
  z-index: 2;
}

#contents {
  position: relative;
  z-index: 1;
}

/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  margin-top: 15px;
  margin-bottom: 70px;
}
.con_int .txt {
  text-align: center;
  margin: 40px 0;
}
.con_int .box_link {
  letter-spacing: -.4em;
  width: 100%;
  -moz-box-shadow: 0px 9px 10px -5px rgba(201, 196, 193, 0.5);
  -webkit-box-shadow: 0px 9px 10px -5px rgba(201, 196, 193, 0.5);
  box-shadow: 0px 9px 10px -5px rgba(201, 196, 193, 0.5);
}
.con_int .box_link a {
  text-decoration: none !important;
  border-left: 1px solid #f4f1ef;
  border-bottom: 1px solid #f4f1ef;
  display: inline-block;
  letter-spacing: normal;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  background: #fff;
  color: #7d7674 !important;
  line-height: 1.33;
  padding: 15px 0 25px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 100%;
  position: relative;
  -moz-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
.con_int .box_link a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: .5em;
  display: block;
  margin-left: 0;
  font-size: 129%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -.5em;
}
.con_int .box_link a.txt_m {
  padding: 20px 0 30px;
}
.con_int .box_link a:first-child {
  border-left: none;
}
.con_int .box_link a:hover, .con_int .box_link a.active {
  background: #7d7674;
  color: white !important;
}

/* -----------------------------------------------------------
	.con_fac
----------------------------------------------------------- */
.con_fac {
  padding: 55px 0;
  background: #fff;
  border-bottom: 1px solid #dcd5d0;
  padding-top: 70px;
}
.con_fac h3 {
  text-align: center;
}
.con_fac > .photo {
  margin-top: 35px;
  margin-bottom: 20px;
}
.con_fac .box_fac {
  margin-top: 15px;
  overflow: hidden;
  padding: 0 15px;
}
.con_fac .box_fac .txt {
  float: left;
}
.con_fac .box_fac .tbl {
  float: right;
}
.con_fac#link02 {
  overflow: hidden;
}
.con_fac#link02 .con_lausmo {
  width: 443px;
  float: left;
}
.con_fac#link02 .con_lausmo:first-child {
  margin-right: 20px;
  margin-left: 23px;
}
.con_fac#link02 .con_lausmo .photo {
  margin-top: 35px;
}

.con_front {
  margin-top: 70px;
}
