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

 file name  : facilities.css
 author     : Ability Consultant
 style info : 館内案内
=================================================================== */
.con_facilities .box_fac {
  max-width: 1020px;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .con_facilities .box_fac {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	.con_facilities
----------------------------------------------------------- */
.con_facilities {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_facilities {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities {
    margin-top: 6.66667%;
  }
}
.con_facilities h3 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_facilities h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities h3 {
    margin-bottom: 3.33333%;
  }
}
.con_facilities .box_fac {
  text-align: center;
  letter-spacing: -.40em;
}
.con_facilities .box_fac li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 30.09804%;
  margin-left: 4.80392%;
  margin-bottom: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_facilities .box_fac li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac li {
    margin-bottom: 3.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_fac li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media print {
  .con_facilities .box_fac li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.ie8 .con_facilities .box_fac li:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac li {
    width: 48%;
    max-width: 307px;
    margin-left: 4%;
  }
  .con_facilities .box_fac li:nth-child(odd) {
    margin-left: 0;
  }
}
.con_facilities .box_fac li a {
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac li a {
    font-size: 100%;
  }
}
.con_facilities .box_fac li a .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.con_facilities .box_fac li a .txt {
  padding: 14px 0 19px;
  padding: 14px 0 19px;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac li a .txt {
    padding: 6.66667% 0;
  }
}
.con_facilities .box_fac li a .txt:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 19px;
  background: url(../images/common/ic_arrow_right.png) no-repeat top center;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 2em;
  margin-top: .3em;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac li a .txt:after {
    height: .8em;
  }
}
.con_facilities .box_fac li a.active, .mouse .con_facilities .box_fac li a:hover, .touch .con_facilities .box_fac li a.touchstart {
  background: #fdfaf5;
}
.con_facilities .box_fac li a.active .txt:after, .mouse .con_facilities .box_fac li a:hover .txt:after, .touch .con_facilities .box_fac li a.touchstart .txt:after {
  -webkit-animation: btn2 300ms;
  -moz-animation: btn2 300ms;
  animation: btn2 300ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.con_facilities .box_fac li a.active .img, .mouse .con_facilities .box_fac li a:hover .img, .touch .con_facilities .box_fac li a.touchstart .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.touch .con_facilities .box_fac li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_facilities .box_fac li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_facilities .box_fac li .ic {
  position: absolute;
  left: calc(-30 / 307 * 100%);
  top: 0;
  z-index: 1;
  margin-top: calc(-30 / 307 * 100%);
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac li .ic {
    width: 30%;
  }
}
