@charset "UTF-8";
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .c-section-keyvisual__title-english {
    width: 2.44rem;
    margin-left: -0.7rem;
  }
  .c-list--anchor {
    margin-bottom: 0.52rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .c-section-keyvisual__title-english {
    width: 566px;
    margin-left: -68px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-section-facility {
    padding-bottom: 0.97rem;
  }
  .p-section-facility__row {
    margin-bottom: 0.7rem;
    padding-top: 0.12rem;
  }
  .p-section-facility__row:last-child {
    margin-bottom: 0;
  }
  .p-section-facility__wrapper {
    position: relative;
  }
  .p-section-facility .c-heading {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .p-section-facility {
    position: relative;
    padding-bottom: 140px;
    overflow: hidden;
  }
  .p-section-facility::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3000px;
    margin-left: -1500px;
    background: url("../img/common/bg_01.jpg") no-repeat center bottom/100% auto;
    pointer-events: none;
  }
  .p-section-facility__row {
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .p-section-facility__row:last-child {
    margin-bottom: 0;
  }
  .p-section-facility .c-heading {
    margin-bottom: 69px;
  }
  .p-section-facility .c-list > li {
    /* stylelint-disable-next-line declaration-no-important */
    display: block !important;
  }
}
/*# sourceMappingURL=facility.css.map */