@charaset utf-8;

/* ========================================================
page_facilities.css - 設備紹介用カスタムスタイル
======================================================== */
.banner-facilities {
  background: url(../../../common/img/facilities/bg_banner_facilities.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.facility-sec01 {
  width: 900px;
  margin: 0 auto 100px;
}

.facility-sec02 {
  width: 1000px;
  margin: 0 auto 100px;
}

.facility-img-sec img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.facility-btn-sec li:last-child a {
  width: 100%;
}
.facility-btn-sec li a {
  position: relative;
  float: left;
  width: 490px;
  margin-bottom: 20px;
  font-weight: 800;
  text-align: center;
}

.facility-btn-sec li a:hover {
  background: #39B964;
  color: #fff;
}

.facility-sec02 .sub-tit02 {
  border-bottom: 2px dotted #707070;
  color: #707070;
  margin-top: 80px;
}

.facility-sec02 .sub-tit02:before {
  border: 13px solid #707070;
}

.facility-sec02 .width-480 {
  width: 480px;
}

.width-610 {
  width: 610px;
}

.table-theme-03.bg_gray tr:nth-child(odd) {
  background: #f5f5f5;
}

.table-theme-03.bg_gray tr:nth-child(even) {
  background: #fff;
}

.table-theme-03.bg_gray tr td:nth-of-type(1) {
  text-align: right;
}

@media only screen and (max-width:767px) {
  .facility-sec01, .facility-sec02 {
    width: 96%;
    margin: 0 auto 30px;
  }

  .facility-sec01 .s-mb-40 {
    margin-bottom: 2rem;
  }

  .facility-img-sec .s-mb-60 {
    margin-bottom: 2rem;
  }

  .facility-btn-sec li a {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }

  .facility-btn-sec .s-mr-20 {
    margin-right: 0;
  }

  .facility-sec02 .sub-tit02, .facility-general.s-mt-60, .s-mt-60, .s-mt-40 {
    margin-top: 3rem;
  }

  .facility-sec02.s-mt-60, .facility-general .s-mt-60, .s-mt-80 {
    margin-top: 4rem;
  }

  .facility-sec02 .s-mb-50, .facility-sec02 .s-mb-60 {
    margin-bottom: 3rem;
  }

  .facility-sec02 .float-left, .facility-sec02 .float-right {
    float: none;
  }

  .facility-btn-sec .float-right {
    float: right;
  }

  .facility-sec02 .width-480 {
    width: 100%;
    margin-top: 2rem;
  }

  .facility-sec02 .float-left img, .facility-sec02 .float-right img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .width-610 {
    width: 100%;
  }

  .table-theme-03.bg_gray tr:nth-child(odd) {
    background: #f5f5f5;
  }

  .table-theme-03.bg_gray tr:nth-child(even) {
    background: #fff;
  }
}
