.top_facility {
  padding: 0 0 8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_facility {
    padding: 0 0 4rem;
  }
}

.top_facility::before {
  content: "";
  width: 18.5vw;
  height: 35vw;
  background: url(../img/top_facility__text.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1vw;
}

@media screen and (max-width: 767px) {
  .top_facility::before {
    display: none;
  }
}

.top_facility__content {
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .top_facility__content {
    flex-direction: column;
    padding: 0;
    gap: 4rem;
    margin: 0 auto 0;
  }
}

.top_facility__content--left {
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .top_facility__content--left {
    width: 100%;
  }
}

.top_facility__content--left .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_facility__content--right {
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .top_facility__content--right {
    padding-top: 0;
  }
}

.top_facility__title {
  margin-bottom: 2rem;
}

.top_facility__title_jp {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.14rem;
  padding-left: 0;
}

.top_facility__title_en {
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  line-height: 7rem;
  color: #bb9e79;
}

@media screen and (max-width: 767px) {
  .top_facility__title_en {
    font-size: 4rem;
    letter-spacing: 0.2rem;
    line-height: 4rem;
  }
}

.top_facility__lead {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .top_facility__lead {
    margin-bottom: 2rem;
  }
}

.top_facility__lead label {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  color: #bb9e79;
}

@media screen and (max-width: 767px) {
  .top_facility__lead label {
    font-size: 1rem;
  }
}

.top_facility__lead span {
  font-family: "Noto Serif JP", serif;
  color: #bb9e79;
  display: block;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: fit-content;
  line-height: 3.6rem;
}

@media screen and (max-width: 767px) {
  .top_facility__lead span {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

.top_facility__text_ja {
  font-size: 1.6rem;
  line-height: 4rem;
  margin-bottom: 6rem;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .top_facility__text_ja {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 3rem;
  }
}

.top_facility__text_en {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.15rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 767px) {
  .top_facility__text_en {
    font-size: 1.2rem;
  }
}

#facility-thumbnail-carousel {
  margin-top: 1rem;
}

#facility-thumbnail-carousel .splide__list {
  justify-content: space-between;
}
