/*!
global > color
------------------------------
*/
:root {
  --color-primary: #8c6a4a;
  --color-primary-02: #cdb79e;
  --color-bg-extra-light: #f7f5f2;
  --color-bg-light: #777;
  --color-border: #e5ded6;
  --color-font-base: #3a342e;
  --color-font-light: #8a7f73;
  --color-white: #fff;
  --color-red: #d96c6c;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: 'Noto Sans JP', sans-serif;
  --font-family-en: 'Poppins', sans-serif;
}

/*!
global > z-index
------------------------------
*/
:root {
  --z-index-header:30;
  --z-index-menu: 10;
  --z-index-default:1;
  --z-index-negative: -1;
}

.facility-gallery-slide {
  margin-top: 40rem;
}
@media screen and (min-width: 900px) {
  .facility-gallery-slide {
    margin-top: 72rem;
  }
}

.facility-gallery-item {
  width: 260rem;
}
@media screen and (min-width: 900px) {
  .facility-gallery-item {
    width: 350rem;
  }
}

.facility-gallery-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10rem;
}
@media screen and (min-width: 900px) {
  .facility-gallery-img img {
    border-radius: 12rem;
  }
}

.facility-gallery-content {
  margin-top: 12rem;
}

.facility-gallery-text {
  margin-top: 8rem;
  font-size: 12rem;
  color: var(--color-font-light);
  white-space: wrap;
}

.facility-button {
  display: grid;
  place-items: center;
  margin-top: 40rem;
}

/*# sourceMappingURL=page-facility.css.map */
