.c-kv--stay {
  background-image: url(../img/kv/kv-stay.webp);
}
.stay__slide {
  max-width: 900px;
  margin: 0 auto 5rem;
}
.stay__slide .splide__arrow {
  background: none;
  border-radius: 0;
  opacity: 1;
}
.stay__slide .splide__arrow::after {
  content: "";
  width: 32px;
  height: 32px;
  border-top: 2px solid var(--text);
  border-right: 2px solid var(--text);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.stay__slide .splide__arrow--prev::after { left: -64px; transform: rotate(-135deg);}
.stay__slide .splide__arrow--next::after { right: -64px; transform: rotate(45deg);}
.stay__slide .splide__arrow svg { display: none;}
.stay__room-item + .stay__room-item { margin-top: 5rem;}
.stay__room-disc {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
.stay__room-disc + .stay__room-disc {
  margin-top: 5rem;
}
.stay__room-disc-img {
  width: 40%;
}
.stay__room-disc-text {
  width: 60%;
  margin-left: 5%;
}
.stay__room-disc-title {
  font-size: var(--font-32);
  font-weight: var(--bold);
  line-height: 1;
  padding: .5rem 0 1rem;
  border-bottom: 2px solid var(--text);
  margin-bottom: 1rem;
}
.stay__room-info { border-top: 1px solid var(--text);}
.stay__room-info-item { display: flex; column-gap: 1rem; padding: 1em 0; border-bottom: 1px solid var(--text);}
.stay__room-info-head { width: 10em; font-weight: var(--bold);}
.stay__room-info-content { width: calc(100% - 11em); font-weight: 400;}
.stay_room-link { margin-top: 2rem; text-align: center;}
.equipment__wrap { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 5%; row-gap: 2rem;}
.equipment__item-img { margin-bottom: 1rem;}
.equipment__item-title { font-size: var(--font-20); font-weight: var(--bold); margin-bottom: 8px;}

@media (max-width: 1023px) {
  .stay__slide .splide__arrow::after { width: max(3vw, 16px); height: max(3vw, 16px);}
  .stay__slide .splide__arrow--prev::after { left: -120%;}
  .stay__slide .splide__arrow--next::after { right: -120%;}
  .stay__room-disc { flex-direction: column-reverse; margin-bottom: 2rem;}
  .stay__room-disc-title { text-align: center;}
  .stay__room-disc-img { width: 100%;}
  .stay__room-disc-img img { aspect-ratio: 1 / .6; object-fit: cover;}
  .stay__room-disc-text { width: 100%; margin: 0; margin-bottom: 1rem;}
  .stay__room { max-width: 600px; margin: auto;}
  .stay__room-info-item { display: block;; padding: 0;}
  .stay__room-info-head {
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted var(--text);
    padding: .5rem 0;
  }
  .stay__room-info-content { width: 100%; padding: .5rem 0;}
  .equipment__wrap { grid-template-columns: 1fr; max-width: 600px; margin: auto;}
}
@media (max-width: 599px) {
  .stay__slide .splide__arrow--prev::after { left: -102%;}
  .stay__slide .splide__arrow--next::after { right: -102%;}
}