@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ------------------------------------------------------------
contents
------------------------------------------------------------ */
.cate-nav{
margin-bottom: 50px;
}
.cate-nav ul{
display: table;
width: 100%;
}
.cate-nav ul li{
display: table-cell;
width: 20%;
box-sizing: border-box;
text-align: center;
vertical-align: middle;
padding: 0 5px;
}
.cate-nav ul li a{
display: block;
color: #fff;
background-color: #4158b7;
padding: 15px 20px;
}
.cate-nav ul li a:hover{
text-decoration: none;
}

.facility-table{
width: 100%;
border-collapse:separate;
}
.facility-table th{
text-align: left;
box-sizing: border-box;
border-bottom: 1px dotted #333;
padding: 10px 0;
}
.facility-table td{
width: 16%;
text-align:center;
box-sizing: border-box;
border-bottom: 1px dotted #333;
padding: 10px 0;
}
.facility-table tr:nth-child(2n) th,.facility-table tr:nth-child(2n) td{
background-color: #fafbfb;
}
.facility-table .btn a{
display: inline-block;
width: 100%;
color: #fff;
background-color: #4158b7;
text-align:center;
padding: 5px 0;
}
.facility-table .btn a:hover{
text-decoration: none;
}

.b-img-box{
  float:left;
  width:57%;
  text-align:center;
}
.b-img-box .img-box{
  width:100%;
  background-color: #efefef;
  padding-top:100%;
  position:relative;
}
.b-img-box .img-box img{
  position:absolute;
  height:auto;
  width:auto;
  max-width:100%;
  max-height:100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  margin-bottom:6px;
  -webkit-transition: 0.4s ease-in-out;  
     -moz-transition: 0.4s ease-in-out;  
       -o-transition: 0.4s ease-in-out;  
          transition: 0.4s ease-in-out;
}
.s-img-box{
  float:right;
  width:38.5%;
  text-align:center;
}
.s-img-box li{
  float:left;
  width:48%;
  margin-bottom:10px;
}
.s-img-box li:nth-child(odd){
  margin-right:4%;
}

.s-img-box .img-box{
  width:100%;
  background-color: #efefef;
  overflow: hidden;
  padding-top:100%;
  position:relative;
}
.s-img-box .img-box img{
  position:absolute;
  height:auto;
  width:auto;
  max-width:100%;
  max-height:100%;
  left: 50%;
  top: 50%;
  cursor:pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  margin-bottom:6px;
  -webkit-transition: 0.4s ease-in-out;  
     -moz-transition: 0.4s ease-in-out;  
       -o-transition: 0.4s ease-in-out;  
          transition: 0.4s ease-in-out;
}

/* ==========================================================================
pc
========================================================================== */
@media screen and (min-width: 1100px) {


}

/* ==========================================================================
tablet
========================================================================== */
@media screen and (max-width: 1099px) {


}

/* ==========================================================================
sp
========================================================================== */
@media screen and (max-width: 699px) {
.cate-nav{
margin-bottom: 30px;
}
.cate-nav ul{
display: table;
width: 100%;
}
.cate-nav ul li{
display: block;
width: 100%;
box-sizing: border-box;
padding: 0;
margin-bottom: 10px;
}
.cate-nav ul li a{
font-size: 1.2rem;
padding: 15px;
}

.facility-table{

}
.facility-table tr{
display: block;
border-bottom: 1px dotted #333;
}
.facility-table th{
display: block;
width: 100%;
font-size: 1.3rem;
font-weight: bold;
text-align: left;
box-sizing: border-box;
border-bottom: none;
padding: 10px 0;
}
.facility-table tr:nth-child(2n) th,.facility-table tr:nth-child(2n) td{
background-color: transparent;
}
.facility-table td{
display: inline-block;
width: 25%;
font-size: 1.2rem;
text-align:center;
box-sizing: border-box;
border-bottom: none;
padding: 0 0 10px 0;
}

.b-img-box{
  float:none;
  width:90%;
  max-width: 400px;
  text-align:center;
  margin: 0 auto 20px auto
}
.s-img-box{
  float:none;
  width:100%;
  max-width: 400px;
  text-align:center;
  margin: 0 auto 20px auto
}
.s-img-box li{
  float:left;
  width:32%;
  margin-right:2%;
  margin-bottom:10px;
}
.s-img-box li:nth-child(odd){
  margin-right:2%;
}
.s-img-box li:nth-child(3n){
  margin-right:0;
}


}