@charset "UTF-8";
.color-before.stay-color-before span {
  position: relative;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
.color-before.stay-color-before span::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  -webkit-text-fill-color: #e8e8e8;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  font-family: "Zen Kaku Gothic New";
}
.color-before.stay-color-before span::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  background: linear-gradient(to right, #2a9cc2 0%, #2a9cc2 50%, #004977 100%);
  background-size: 200% auto;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  font-family: "Zen Kaku Gothic New";
}
.color-before.stay-color-before.stay-color-after span::before {
  opacity: 0;
}
.color-before.stay-color-before.stay-color-after span::after {
  opacity: 1;
  animation: gradientShift 8s ease-in-out infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 70% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 1024px) {
  .is-Pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-Tab {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .is-Tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-Sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-Pc_Tab {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .is-Tab_Sp {
    display: none;
  }
}
.stay-inner {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .stay-inner {
    max-width: 1400px;
    margin-left: auto;
  }
}
.c-inner-m {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .c-inner-m {
    width: 70%;
    max-width: 1400px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .stay-text {
    white-space: nowrap;
  }
}
#stay-common-slider {
  margin-top: 5.2083%;
  position: relative;
  z-index: 20;
}

@media (max-width: 1024px) {
  #stay-common-slider {
    margin-top: 6.5104%;
  }
}
#stay-common-slider::before {
  content: "";
  position: absolute;
  background-image: url(../img/stay/spring/item.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0rem;
  width: 38%;
  height: 12rem;
  bottom: -1rem;
  left: -6%;
}

#stay-common-slider::after {
  content: "";
  position: absolute;
  background-image: url(../img/stay/spring/item.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0rem;
  width: 38%;
  height: 12rem;
  bottom: -6rem;
  right: -6%;
  transform: scale(-1, 1);
}

@media (max-width: 500px) {
  #stay-common-slider::after {
    width: 38%;
    height: 12rem;
    bottom: -9rem;
    right: -6%;
    transform: scale(-1, 1);
  }
}
/* ===============================
   stay-common slider
=============================== */
#stay-common-slider-section {
  margin: 6rem 0;
}
#stay-common-slider-section .swiper-slide-active .color-before span::before {
  opacity: 0;
}
#stay-common-slider-section .swiper-slide-active .color-before span::after {
  opacity: 1;
  animation: gradientShift 8s ease-in-out infinite;
}

.stay-common-slider {
  width: 100%;
  overflow: visible;
}

.stay-common-slider .swiper-wrapper {
  overflow: visible;
}

.stay-common-slide {
  width: auto;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.5;
  transform: scale(0.82);
  position: relative;
}

@media (max-width: 768px) {
  .stay-common-slide {
    width: 75%;
  }
}
.stay-common-img {
  width: 25.7rem;
  margin: auto;
}

@media (max-width: 768px) {
  .stay-common-img {
    width: 100%;
    max-width: 25.7rem;
  }
}
.stay-common-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

.stay-common-caption {
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%);
  text-align: center;
  background: #e3ded9;
  padding: 0.6rem 0.8rem;
  width: 22rem;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}

@media (max-width: 768px) {
  .stay-common-caption {
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    transform: translateX(-50%);
    text-align: center;
    background: #e3ded9;
    padding: 0.6rem 0.8rem;
    width: 18.5rem;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
  }
}
.stay-common-caption.stay-common-caption--02 {
  width: 16rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--02 {
    width: 13rem;
  }
}
.stay-common-caption.stay-common-caption--03 {
  width: 19rem;
  bottom: -2.3rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--03 {
    width: 16rem;
    bottom: -2.3rem;
  }
}
.stay-common-caption.stay-common-caption--04 {
  width: 24rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--04 {
    width: 20rem;
  }
}
.stay-common-caption.stay-common-caption--05 {
  width: 14rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--05 {
    width: 12rem;
  }
}
.stay-common-caption.stay-common-caption--06 {
  width: 41%;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--06 {
    width: 9rem;
  }
}
.stay-common-caption.stay-common-caption--07 {
  width: 15rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--07 {
    width: 13rem;
  }
}
.stay-common-caption.stay-common-caption--08 {
  width: 20rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--08 {
    width: 17rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--summer01 {
  width: 14rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--summer01 {
    width: 12rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--summer02 {
  width: 16rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--summer02 {
    width: 13rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--summer03 {
  width: 21rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--summer03 {
    width: 17rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--summer04 {
  width: 23rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--summer04 {
    width: 20rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--summer05 {
  width: 16rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--summer05 {
    width: 13rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--summer06 {
  width: 17rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--summer06 {
    width: 14.5rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--summer07 {
  width: 26rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--summer07 {
    width: 22.5rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--summer08 {
  width: 20rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--summer08 {
    width: 17.5rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--autumn01 {
  width: 22rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--autumn01 {
    width: 19rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--autumn02 {
  width: 18rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--autumn02 {
    width: 16rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--autumn03 {
  width: 22rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--autumn03 {
    width: 19rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--autumn04 {
  width: 13rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--autumn04 {
    width: 11rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--autumn05 {
  width: 19rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--autumn05 {
    width: 16rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--autumn06 {
  width: 14rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--autumn06 {
    width: 12rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--autumn07 {
  width: 24rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--autumn07 {
    width: 20rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--winter01 {
  width: 10rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--winter01 {
    width: 8rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--winter04 {
  width: 21rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--winter04 {
    width: 18rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--winter05 {
  width: 16rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--winter05 {
    width: 14rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption.stay-common-caption--winter07 {
  width: 13rem;
  bottom: -1.5rem;
}

@media (max-width: 768px) {
  .stay-common-caption.stay-common-caption--winter07 {
    width: 12rem;
    bottom: -1.3rem;
  }
}
.stay-common-caption h3 {
  font-size: 1.2rem;
  margin: 0;
}

@media (max-width: 768px) {
  .stay-common-caption h3 {
    font-size: 1rem;
    margin: 0;
  }
}
.stay-common-caption p {
  font-size: 0.9rem;
  opacity: 0.7;
  margin: 0;
}

.stay-common-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 5;
}

.stay-common-slide.swiper-slide-prev,
.stay-common-slide.swiper-slide-next {
  opacity: 0.8;
  transform: scale(0.9);
}

/* ===============================
stay-common slider arrow
=============================== */
.stay-common-prev,
.stay-common-next {
  position: relative;
  min-width: 2.5em;
  border-radius: 100%;
  font-weight: 300;
  text-align: center;
  height: 60px;
  width: 60px;
  margin: 0;
  left: auto;
  right: auto;
  top: 0;
  cursor: pointer;
}

.stay-common-prev::before,
.stay-common-prev::after,
.stay-common-next::before,
.stay-common-next::after {
  position: absolute;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 100%;
  content: "";
  border: 1px solid var(--color-02, #333);
  top: 0;
  left: 0;
  transition: 0.5s all;
}

.stay-common-prev::before,
.stay-common-next::before {
  background: #ffffff;
}

.stay-common-prev::after,
.stay-common-next::after {
  background: var(--color-02, #333);
}

/* ===============================
←
=============================== */
.stay-common-prev::after {
  clip-path: polygon(65% 35%, 40% 50%, 65% 65%);
}

/* ===============================
→
=============================== */
.stay-common-next::after {
  clip-path: polygon(40% 35%, 65% 50%, 40% 65%);
}

/* ===============================
hover
=============================== */
body:not(.is-touchdevice) .stay-common-prev:hover::before,
body:not(.is-touchdevice) .stay-common-next:hover::before {
  background: var(--color-02, #333);
}

body:not(.is-touchdevice) .stay-common-prev:hover::after,
body:not(.is-touchdevice) .stay-common-next:hover::after {
  background: #fff;
}

/* ===============================
arrow position
=============================== */
.stay-common-slider {
  position: relative;
}

.stay-common-prev {
  position: absolute;
  top: 50%;
  left: 15rem;
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 930px) {
  .stay-common-prev {
    left: 4rem;
  }
}
@media (max-width: 768px) {
  .stay-common-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 10;
  }
}
.stay-common-next {
  position: absolute;
  top: 50%;
  right: 15rem;
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 930px) {
  .stay-common-next {
    right: 4rem;
  }
}
@media (max-width: 768px) {
  .stay-common-next {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 10;
  }
}
.stay-common__line01 {
  position: absolute;
  width: 51%;
  bottom: -45%;
  left: 45%;
}

@media (max-width: 1220px) {
  .stay-common__line01 {
    position: absolute;
    width: 70%;
    bottom: -64%;
    left: 45%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line01 {
    width: calc(50vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -17%;
    left: 21%;
  }
}
@media (max-width: 768px) {
  .stay-common__line01 {
    width: calc(65vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -13%;
    left: 16%;
  }
}
@media (max-width: 500px) {
  .stay-common__line01 {
    width: calc(65vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -11%;
    left: 16%;
  }
}
.stay-common__line01-summer {
  position: absolute;
  width: 51%;
  bottom: -45%;
  left: 45%;
}

@media (max-width: 1220px) {
  .stay-common__line01-summer {
    position: absolute;
    width: 70%;
    bottom: -64%;
    left: 45%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line01-summer {
    width: 19rem;
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -12rem;
    left: 25%;
  }
}
@media (max-width: 768px) {
  .stay-common__line01-summer {
    width: 42%;
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -45%;
  }
}
.stay-common__line01-winter {
  position: absolute;
  width: 60%;
  bottom: -55%;
  left: -25%;
  transform: scaleX(-1);
}

@media (max-width: 1220px) {
  .stay-common__line01-winter {
    position: absolute;
    width: 36rem;
    bottom: -40%;
    left: -42%;
    z-index: -1;
  }
}
@media (max-width: 1045px) {
  .stay-common__line01-winter {
    position: absolute;
    width: 110%;
    bottom: -29%;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .stay-common__line01-winter {
    width: 25rem;
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -16rem;
    left: 25%;
  }
}
@media (max-width: 768px) {
  .stay-common__line01-winter {
    width: 48%;
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -53%;
  }
}
.stay-common__line02 {
  position: absolute;
  width: 60%;
  bottom: -50%;
  left: -11%;
  z-index: -1;
}

@media (max-width: 1290px) {
  .stay-common__line02 {
    position: absolute;
    width: 50%;
    bottom: -40%;
    left: -11%;
  }
}
@media (max-width: 1159px) {
  .stay-common__line02 {
    position: absolute;
    width: 67%;
    bottom: -49%;
    left: -22%;
  }
}
@media (max-width: 1090px) {
  .stay-common__line02 {
    position: absolute;
    bottom: -49%;
    left: -27%;
    width: 70%;
  }
}
@media (max-width: 1060px) {
  .stay-common__line02 {
    position: absolute;
    bottom: -31%;
    left: -27%;
    width: 73%;
  }
}
@media (max-width: 1047px) {
  .stay-common__line02 {
    position: absolute;
    bottom: -35%;
    left: -27%;
    width: 73%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line02 {
    width: calc(46vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -44%;
    left: 26%;
  }
}
@media (max-width: 768px) {
  .stay-common__line02 {
    width: calc(53vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -48%;
    left: 20%;
  }
}
@media (max-width: 500px) {
  .stay-common__line02 {
    width: calc(60vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -51%;
    left: 19%;
  }
}
.stay-common__line02-summer {
  position: absolute;
  width: 60%;
  bottom: -50%;
  left: -11%;
}

@media (max-width: 1290px) {
  .stay-common__line02-summer {
    position: absolute;
    width: 50%;
    bottom: -40%;
    left: -11%;
  }
}
@media (max-width: 1159px) {
  .stay-common__line02-summer {
    position: absolute;
    width: 64%;
    bottom: -49%;
    left: -22%;
  }
}
@media (max-width: 1090px) {
  .stay-common__line02-summer {
    position: absolute;
    bottom: -49%;
    left: -27%;
    width: 70%;
  }
}
@media (max-width: 1060px) {
  .stay-common__line02-summer {
    position: absolute;
    bottom: -31%;
    left: -27%;
    width: 62%;
  }
}
@media (max-width: 1047px) {
  .stay-common__line02-summer {
    position: absolute;
    bottom: -43%;
    left: -27%;
    width: 56%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line02-summer {
    width: calc(46vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -44%;
    left: 26%;
  }
}
@media (max-width: 768px) {
  .stay-common__line02-summer {
    width: calc(53vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -48%;
    left: 20%;
  }
}
@media (max-width: 500px) {
  .stay-common__line02-summer {
    width: calc(60vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -51%;
    left: 19%;
  }
}
.stay-common__line02-winter {
  position: absolute;
  width: 44%;
  bottom: -55%;
  left: 19%;
  transform: scaleX(-1);
  z-index: -1;
}

@media (max-width: 1290px) {
  .stay-common__line02-winter {
    position: absolute;
    width: 44%;
    bottom: -47%;
    left: 22%;
  }
}
@media (max-width: 1159px) {
  .stay-common__line02-winter {
    position: absolute;
    width: 44%;
    bottom: -48%;
    left: 23%;
  }
}
@media (max-width: 1090px) {
  .stay-common__line02-winter {
    position: absolute;
    bottom: -50%;
    left: 22%;
    width: 17rem;
  }
}
@media (max-width: 1024px) {
  .stay-common__line02-winter {
    width: calc(40vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -52%;
    left: 52%;
  }
}
@media (max-width: 768px) {
  .stay-common__line02-winter {
    width: calc(45vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -50%;
    left: 50%;
  }
}
@media (max-width: 500px) {
  .stay-common__line02-winter {
    width: calc(46vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -52%;
    left: 45%;
  }
}
.stay-common__line03 {
  position: absolute;
  width: 55%;
  bottom: -45%;
  left: 45%;
  z-index: 50;
}

@media (max-width: 1500px) {
  .stay-common__line03 {
    position: absolute;
    width: 65%;
    bottom: -54%;
    left: 56%;
    z-index: 50;
  }
}
@media (max-width: 1024px) {
  .stay-common__line03 {
    width: calc(32vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -92vw;
    left: 40%;
    z-index: 9;
  }
}
@media (max-width: 768px) {
  .stay-common__line03 {
    width: calc(36vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -96%;
    left: 39%;
  }
}
@media (max-width: 450px) {
  .stay-common__line03 {
    width: calc(40vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -98%;
    left: 32%;
    z-index: 7;
  }
}
.stay-common__line03--summer {
  position: absolute;
  width: 55%;
  bottom: -45%;
  left: 45%;
  z-index: 50;
}

@media (max-width: 1500px) {
  .stay-common__line03--summer {
    position: absolute;
    width: 65%;
    bottom: -54%;
    left: 56%;
    z-index: 50;
  }
}
@media (max-width: 1024px) {
  .stay-common__line03--summer {
    width: 29%;
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -99%;
    left: 40%;
  }
}
@media (max-width: 768px) {
  .stay-common__line03--summer {
    width: 32%;
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -103%;
    left: 39%;
  }
}
@media (max-width: 450px) {
  .stay-common__line03--summer {
    width: calc(40vw - 60px);
    margin-inline: calc(50% - 50vw + 30px);
    bottom: -98%;
    left: 32%;
    z-index: 7;
  }
}
.stay-common__line04 {
  position: absolute;
  width: 22%;
  bottom: -36%;
  left: 48%;
}

@media (max-width: 1500px) {
  .stay-common__line04 {
    position: absolute;
    width: 27%;
    bottom: -47%;
    left: 43%;
  }
}
@media (max-width: 1230px) {
  .stay-common__line04 {
    position: absolute;
    width: 38%;
    bottom: -64%;
    left: 43%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line04 {
    width: calc(50vw - 60px);
    bottom: -61%;
    left: 46%;
  }
}
@media (max-width: 900px) {
  .stay-common__line04 {
    width: calc(41vw - 60px);
    bottom: -74%;
    left: 40%;
  }
}
@media (max-width: 610px) {
  .stay-common__line04 {
    width: calc(50vw - 60px);
    bottom: -85%;
    left: 36%;
  }
}
@media (max-width: 440px) {
  .stay-common__line04 {
    width: calc(50vw - 60px);
    bottom: -76%;
    left: 35%;
  }
}
.stay-common__line05 {
  position: absolute;
  width: 27%;
  bottom: -42%;
  left: 17%;
}

@media (max-width: 1300px) {
  .stay-common__line05 {
    position: absolute;
    width: 33%;
    bottom: -52%;
    left: 16%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line05 {
    position: absolute;
    width: calc(28vw - 60px);
    bottom: -111%;
    left: 50%;
  }
}
@media (max-width: 870px) {
  .stay-common__line05 {
    position: absolute;
    width: 25%;
    bottom: -113%;
    left: 48%;
  }
}
@media (max-width: 500px) {
  .stay-common__line05 {
    position: absolute;
    width: 27%;
    bottom: -121%;
    left: 50%;
  }
}
.stay-common__line05-autumn {
  position: absolute;
  width: 27%;
  bottom: -42%;
  left: 17%;
}

@media (max-width: 1300px) {
  .stay-common__line05-autumn {
    position: absolute;
    width: 33%;
    bottom: -39%;
    left: 16%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line05-autumn {
    position: absolute;
    width: calc(28vw - 60px);
    bottom: -43%;
    left: 50%;
  }
}
@media (max-width: 870px) {
  .stay-common__line05-autumn {
    position: absolute;
    width: 25%;
    bottom: -43%;
    left: 48%;
  }
}
@media (max-width: 500px) {
  .stay-common__line05-autumn {
    position: absolute;
    width: 27%;
    bottom: -48%;
    left: 50%;
  }
}
.stay-common__line05-winter {
  position: absolute;
  width: 27%;
  bottom: -42%;
  left: 17%;
}

@media (max-width: 1300px) {
  .stay-common__line05-winter {
    position: absolute;
    width: 33%;
    bottom: -52%;
    left: 16%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line05-winter {
    position: absolute;
    width: calc(28vw - 60px);
    bottom: -43%;
    left: 50%;
  }
}
@media (max-width: 870px) {
  .stay-common__line05-winter {
    position: absolute;
    width: 25%;
    bottom: -43%;
    left: 48%;
  }
}
@media (max-width: 500px) {
  .stay-common__line05-winter {
    position: absolute;
    width: 27%;
    bottom: -48%;
    left: 50%;
  }
}
.stay-common__line06 {
  position: absolute;
  width: 45%;
  bottom: -38%;
  left: 56%;
}

@media (max-width: 1500px) {
  .stay-common__line06 {
    position: absolute;
    width: 60%;
    bottom: -49%;
    left: 51%;
  }
}
@media (max-width: 1240px) {
  .stay-common__line06 {
    position: absolute;
    width: 70%;
    bottom: -59%;
    left: 51%;
  }
}
@media (max-width: 1124px) {
  .stay-common__line06 {
    position: absolute;
    width: 80%;
    bottom: -65%;
    left: 51%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line06 {
    position: absolute;
    width: 48%;
    bottom: -51%;
    left: 23%;
  }
}
@media (max-width: 768px) {
  .stay-common__line06 {
    position: absolute;
    width: 58%;
    bottom: -56%;
    left: 23%;
  }
}
.stay-common__line06-summer {
  position: absolute;
  width: 45%;
  bottom: -38%;
  left: 56%;
}

@media (max-width: 1500px) {
  .stay-common__line06-summer {
    position: absolute;
    width: 60%;
    bottom: -49%;
    left: 51%;
  }
}
@media (max-width: 1240px) {
  .stay-common__line06-summer {
    position: absolute;
    width: 70%;
    bottom: -59%;
    left: 51%;
  }
}
@media (max-width: 1124px) {
  .stay-common__line06-summer {
    position: absolute;
    width: 80%;
    bottom: -65%;
    left: 51%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line06-summer {
    position: absolute;
    width: 16rem;
    bottom: -5%;
    left: 23%;
  }
}
@media (max-width: 768px) {
  .stay-common__line06-summer {
    position: absolute;
    width: 13rem;
    bottom: -1%;
    left: 20%;
  }
}
@media (max-width: 400px) {
  .stay-common__line06-summer {
    position: absolute;
    width: 12rem;
    bottom: -6%;
    left: 19%;
  }
}
.stay-common__line06-winter {
  position: absolute;
  width: 45%;
  bottom: -38%;
  left: 56%;
}

@media (max-width: 1500px) {
  .stay-common__line06-winter {
    position: absolute;
    width: 60%;
    bottom: -49%;
    left: 51%;
  }
}
@media (max-width: 1240px) {
  .stay-common__line06-winter {
    position: absolute;
    width: 70%;
    bottom: -59%;
    left: 51%;
    z-index: -1;
  }
}
@media (max-width: 1124px) {
  .stay-common__line06-winter {
    position: absolute;
    width: 80%;
    bottom: -65%;
    left: 51%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line06-winter {
    position: absolute;
    width: 33%;
    bottom: -4%;
    left: 19%;
  }
}
@media (max-width: 768px) {
  .stay-common__line06-winter {
    position: absolute;
    width: 16rem;
    bottom: -6%;
    left: 13%;
  }
}
@media (max-width: 400px) {
  .stay-common__line06-winter {
    position: absolute;
    width: 12rem;
    bottom: -6%;
    left: 19%;
  }
}
.stay-common__line07 {
  position: absolute;
  width: 62%;
  bottom: -54%;
  left: -1%;
  z-index: -1;
}

@media (max-width: 1400px) {
  .stay-common__line07 {
    position: absolute;
    width: 80%;
    bottom: -64%;
    left: -8%;
  }
}
@media (max-width: 1220px) {
  .stay-common__line07 {
    position: absolute;
    width: 80%;
    bottom: -68%;
    left: -22%;
  }
}
@media (max-width: 1111px) {
  .stay-common__line07 {
    position: absolute;
    width: 85%;
    bottom: -73%;
    left: -11%;
  }
}
@media (max-width: 1024px) {
  .stay-common__line07 {
    position: absolute;
    width: 50%;
    bottom: -117%;
    left: 20%;
  }
}
@media (max-width: 500px) {
  .stay-common__line07 {
    position: absolute;
    width: 44%;
    bottom: -133%;
    left: 20%;
  }
}
@media (max-width: 400px) {
  .stay-common__line07 {
    position: absolute;
    width: 38%;
    bottom: -137%;
    left: 26%;
  }
}
.stay-common__line-wave01 {
  position: absolute;
  top: 36%;
  left: -37%;
  width: 56%;
  z-index: -1;
}

@media (max-width: 1024px) {
  .stay-common__line-wave01 {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .stay-common__line-wave01 {
    width: 78%;
    top: -25%;
  }
}
.stay-common__line-wave02 {
  position: absolute;
  top: 10%;
  right: -37%;
  width: 56%;
  z-index: -1;
}

@media (max-width: 1024px) {
  .stay-common__line-wave02 {
    position: absolute;
    top: -8%;
    right: -37%;
    width: 64%;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .stay-common__line-wave02 {
    position: absolute;
    top: -40%;
    right: -9%;
    width: 65%;
    z-index: -1;
  }
}
.stay-common__line-wave03 {
  position: absolute;
  top: 75%;
  right: -37%;
  width: 30%;
  z-index: 1;
}

@media (max-width: 1024px) {
  .stay-common__line-wave03 {
    top: 105%;
    right: -18%;
    width: 47%;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .stay-common__line-wave03 {
    top: 105%;
    right: -6%;
    width: 49%;
    z-index: 1;
  }
}
.stay-common-noon {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 88%, rgb(255, 255, 255) 100%), #e3ded9;
  padding: 130px 0 330px;
}

@media (max-width: 1024px) {
  .stay-common-noon {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 88%, rgb(255, 255, 255) 100%), #e3ded9;
    padding: 60px 0 20%;
  }
}
@media (max-width: 768px) {
  .stay-common-noon {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 88%, rgb(255, 255, 255) 100%), #e3ded9;
    padding: 60px 0 30%;
  }
}
@media (max-width: 500px) {
  .stay-common-noon {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 88%, rgb(255, 255, 255) 100%), #e3ded9;
    padding: 60px 0 25%;
  }
}
.stay-common-noon_p-box {
  display: flex;
  gap: 60px;
  margin-top: 70px;
}

@media (max-width: 1024px) {
  .stay-common-noon_p-box {
    display: flex;
    gap: 30px;
    margin-top: 0;
    padding-bottom: 16%;
    flex-direction: column-reverse;
  }
}
.stay-common-noon_p-box.stay-common-noon_p-box--pd {
  display: flex;
  gap: 60px;
  margin-top: 250px;
  position: relative;
  z-index: 50;
}

@media (max-width: 1300px) {
  .stay-common-noon_p-box.stay-common-noon_p-box--pd {
    display: flex;
    gap: 30px;
    margin-top: 10rem;
  }
}
@media (max-width: 1090px) {
  .stay-common-noon_p-box.stay-common-noon_p-box--pd {
    display: flex;
    gap: 30px;
    margin-top: 8rem;
  }
}
@media (max-width: 1024px) {
  .stay-common-noon_p-box.stay-common-noon_p-box--pd {
    display: flex;
    gap: 30px;
    margin-top: 15%;
  }
}
@media (max-width: 850px) {
  .stay-common-noon_p-box.stay-common-noon_p-box--pd {
    display: flex;
    gap: 30px;
    margin-top: 15%;
  }
}
.stay-common-noon_p-box.stay-common-noon_p-box-02 {
  flex-direction: row-reverse;
  display: flex;
  gap: 60px;
  margin-top: 190px;
}

@media (max-width: 1024px) {
  .stay-common-noon_p-box.stay-common-noon_p-box-02 {
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
    margin-top: 0;
  }
}
.stay-common-noon_p-box.stay-common-noon_p-box--summer {
  flex-direction: row-reverse;
  display: flex;
  gap: 60px;
  margin-top: 190px;
}

@media (max-width: 1024px) {
  .stay-common-noon_p-box.stay-common-noon_p-box--summer {
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
    margin-top: 10%;
  }
}
.stay-common-noon_p-box.stay-common-noon_p-box--winter {
  display: flex;
  gap: 60px;
  margin-top: 70px;
}

@media (max-width: 1024px) {
  .stay-common-noon_p-box.stay-common-noon_p-box--winter {
    display: flex;
    gap: 30px;
    margin-top: 0;
    padding-bottom: 0;
    flex-direction: column-reverse;
  }
}
.stay-common-noon_p-box.stay-common-noon_p-box-02-winter {
  flex-direction: row-reverse;
  display: flex;
  gap: 60px;
  margin-top: 325px;
}

@media (max-width: 1240px) {
  .stay-common-noon_p-box.stay-common-noon_p-box-02-winter {
    flex-direction: row-reverse;
    display: flex;
    gap: 30px;
    margin-top: 270px;
  }
}
@media (max-width: 1160px) {
  .stay-common-noon_p-box.stay-common-noon_p-box-02-winter {
    flex-direction: row-reverse;
    display: flex;
    gap: 30px;
    margin-top: 24%;
  }
}
@media (max-width: 1024px) {
  .stay-common-noon_p-box.stay-common-noon_p-box-02-winter {
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
    margin-top: 75%;
  }
}
.stay-common-noon_p-box.stay-common-noon_p-box-03 {
  flex-direction: row-reverse;
  display: flex;
  gap: 60px;
  margin-top: 182px;
}

@media (max-width: 1024px) {
  .stay-common-noon_p-box.stay-common-noon_p-box-03 {
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
    margin-top: 17%;
  }
}
.stay-common-noon_p-box.stay-common-noon_p-box-summer {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
  margin-top: 182px;
}

@media (max-width: 1024px) {
  .stay-common-noon_p-box.stay-common-noon_p-box-summer {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: -10%;
  }
}
.stay-common-noon_p-box.stay-common-noon_p-box-winter {
  flex-direction: row-reverse;
  display: flex;
  gap: 60px;
  margin-top: 182px;
}

@media (max-width: 1024px) {
  .stay-common-noon_p-box.stay-common-noon_p-box-winter {
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
    margin-top: 6%;
  }
}
.stay-common-noon_p-box.stay-common-noon_p-box-04 {
  display: flex;
  gap: 60px;
  margin-top: 250px;
}

@media (max-width: 1024px) {
  .stay-common-noon_p-box.stay-common-noon_p-box-04 {
    display: flex;
    gap: 30px;
    margin-top: 60%;
  }
}
@media (max-width: 500px) {
  .stay-common-noon_p-box.stay-common-noon_p-box-04 {
    display: flex;
    gap: 30px;
    margin-top: 65%;
  }
}
.stay-common-noon_p-box-winter {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
  margin-top: 15%;
}

@media (max-width: 1024px) {
  .stay-common-noon_p-box-winter {
    display: flex;
    gap: 30px;
    margin-top: 0;
    padding-bottom: 16%;
    flex-direction: column-reverse;
  }
}
.stay-common-noon__img-summer {
  border-radius: 50% !important;
  position: relative;
}

.stay-common-noon__img-winter {
  border-radius: 50% !important;
  position: relative;
}

.stay-common-noon__img01 {
  position: relative;
  width: 62%;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .stay-common-noon__img01 {
    position: relative;
    width: 100%;
    border-radius: 10px;
  }
}
.stay-common-noon__img01 img {
  object-fit: cover;
  border-radius: 10px;
}

.stay-common-noon__img02 {
  position: absolute;
  width: clamp(37%, 16.25vw, 280px);
  border-radius: 10px;
  bottom: -22%;
  right: -22%;
}

@media (max-width: 1220px) {
  .stay-common-noon__img02 {
    bottom: -38%;
    right: -12%;
  }
}
@media (max-width: 1024px) {
  .stay-common-noon__img02 {
    position: relative;
    bottom: 5rem;
    right: 0%;
    z-index: 1;
  }
}
.stay-common-noon__img02 img {
  object-fit: cover;
  border-radius: 50%;
}

.stay-common-noon__img04 {
  position: relative;
  width: clamp(150px, 33.25vw, 600px);
}

@media (max-width: 1024px) {
  .stay-common-noon__img04 {
    position: relative;
    width: 83%;
    margin-right: auto;
  }
}
.stay-common-noon__img04 img {
  object-fit: cover;
  border-radius: 10px;
}

.stay-common-noon__img05 {
  position: absolute;
  width: clamp(150px, 23.25vw, 400px);
  bottom: -12%;
  right: -11rem;
  z-index: 10;
}

@media (max-width: 1500px) {
  .stay-common-noon__img05 {
    position: absolute;
    width: clamp(150px, 16.25vw, 400px);
    bottom: -19%;
    right: -22%;
    z-index: 10;
  }
}
@media (max-width: 1024px) {
  .stay-common-noon__img05 {
    position: absolute;
    width: 61%;
    bottom: -72%;
    right: 36%;
    z-index: 10;
  }
}
.stay-common-noon__img05 img {
  object-fit: cover;
  border-radius: 10px;
}

.stay-common-noon__img06 {
  position: absolute;
  width: clamp(150px, 23.25vw, 290px);
  bottom: 22%;
  right: -29rem;
}

@media (max-width: 1500px) {
  .stay-common-noon__img06 {
    position: absolute;
    width: clamp(150px, 15.25vw, 290px);
    bottom: -6%;
    right: -80%;
  }
}
@media (max-width: 1024px) {
  .stay-common-noon__img06 {
    position: absolute;
    width: 42%;
    bottom: -21%;
    right: -15%;
    z-index: 10;
  }
}
.stay-common-noon__img06 img {
  object-fit: cover;
  border-radius: 10px;
}

.stay-common-noon__text-box {
  width: 33%;
}

@media (max-width: 1024px) {
  .stay-common-noon__text-box {
    width: 100%;
  }
}
.stay-common-noon__text-box.stay-common-noon__text-box-02 {
  width: 40%;
}

@media (max-width: 1024px) {
  .stay-common-noon__text-box.stay-common-noon__text-box-02 {
    width: 100%;
  }
}
.stay-common-noon__text-box.stay-common-noon__text-box-03 {
  width: 31%;
}

.stay-common-noon__text-box-03 {
  width: 33%;
}

@media (max-width: 1391px) {
  .stay-common-noon__text-box-03 {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .stay-common-noon__text-box-03 {
    width: 100%;
  }
}
.stay-common-noon__time {
  font-family: "Baskerville", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400 !important;
  margin-bottom: 0.5rem;
}

.stay-common-text-bg {
  position: absolute;
  bottom: 30%;
  right: -90%;
  width: 105%;
}

@media (max-width: 1023px) {
  .stay-common-text-bg {
    position: absolute;
    bottom: 15%;
    right: -90%;
    width: 105%;
  }
}
@media (max-width: 1024px) {
  .stay-common-text-bg {
    position: relative;
    bottom: 2rem;
    right: -2rem;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .stay-common-text-bg {
    position: relative;
    bottom: 1rem;
    right: -18%;
    width: 100%;
  }
}
@media (max-width: 390px) {
  .stay-common-text-bg {
    position: relative;
    bottom: 0rem;
    right: 0%;
  }
}
@media (max-width: 768px) {
  .stay-common-text-bg.stay-common-text-bg-02 {
    position: relative;
    bottom: 5rem;
    right: 0;
    width: 100%;
    z-index: 20;
  }
}
@media (max-width: 530px) {
  .stay-common-text-bg.stay-common-text-bg-02 {
    position: relative;
    bottom: 3rem;
    right: 0;
    width: 100%;
    z-index: 20;
  }
}
@media (max-width: 450px) {
  .stay-common-text-bg.stay-common-text-bg-02 {
    position: relative;
    bottom: 1rem;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 390px) {
  .stay-common-text-bg.stay-common-text-bg-02 {
    position: relative;
    bottom: 0rem;
    right: 0%;
  }
}
.stay-common-text-bg span {
  font-family: "Zen Kaku Gothic New";
  display: inline-block;
  background: #fff;
  padding: 0.4rem 0.6rem;
  margin: 0.15rem 0;
  line-height: 1;
  font-size: clamp(12px, 0.8vw + 0.5rem, 16px);
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .stay-common-text-bg span {
    display: inline-block;
    background: #fff;
    padding: 0.4rem 0.6rem;
    margin: 0.15rem 0;
    line-height: 1;
    font-size: clamp(15px, 0.8vw + 0.5rem, 16px);
  }
}
.stay-common-noon__img03 {
  position: relative;
  width: 64%;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .stay-common-noon__img03 {
    position: relative;
    width: 100%;
    border-radius: 10px;
  }
}
.stay-common-noon__img03 img {
  object-fit: cover;
  border-radius: 10px;
}

.stay-common-night {
  margin-top: 18%;
  padding-top: 9%;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .stay-common-night {
    margin-top: 20%;
    padding-top: 600px;
    padding-bottom: 260px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 850px) {
  .stay-common-night {
    margin-top: 70%;
    padding-top: 17%;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 430px) {
  .stay-common-night {
    padding-top: 15%;
    padding-bottom: 36%;
    position: relative;
    overflow: hidden;
  }
}
.stay-common-night--winter {
  margin-top: 18%;
  padding-top: 9%;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .stay-common-night--winter {
    margin-top: 17%;
    padding-top: 100px;
    padding-bottom: 260px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 850px) {
  .stay-common-night--winter {
    margin-top: 17%;
    padding-top: 100px;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 430px) {
  .stay-common-night--winter {
    padding-top: 15%;
    padding-bottom: 36%;
    position: relative;
    overflow: hidden;
  }
}
.stay-common-night::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #e3ded9 0%, #e3ded9 0%, #3185a1 18%, #3185a1 78%, #3185a1 79%, #e3ded9 100%, #e3ded9 100%);
  opacity: 0;
  z-index: 0;
  transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 1024px) {
  .stay-common-night::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #e3ded9 0%, #e3ded9 0%, #3185a1 31%, #3185a1 79%, #3185a1 81%, #e3ded9 100%, #e3ded9 91%);
    opacity: 0;
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .stay-common-night::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #e3ded9 0%, #e3ded9 -1%, #3185a1 10%, #3185a1 79%, #3185a1 81%, #e3ded9 100%, #e3ded9 91%);
    opacity: 0;
    z-index: 0;
  }
}
.stay-common-night.is-active::before {
  opacity: 1;
}

.stay-common-night > * {
  position: relative;
  z-index: 1;
}

.stay-common-night-img01 {
  width: 85%;
  margin-inline: auto;
  position: relative;
}

@media (max-width: 768px) {
  .stay-common-night-img01 {
    width: 100%;
    margin: 140px 0;
    margin-inline: auto;
    position: relative;
  }
}
@media (max-width: 445px) {
  .stay-common-night-img01 {
    width: 100%;
    margin: 85px 0;
    margin-inline: auto;
    position: relative;
  }
}
.stay-common-night-img01-img {
  border-radius: 10px;
}

.stay-common-night-img02 {
  position: absolute;
  width: clamp(150px, 23.25vw, 22%);
  bottom: 59%;
  left: -27%;
  z-index: -2;
}

@media (max-width: 1024px) {
  .stay-common-night-img02 {
    position: absolute;
    width: clamp(150px, 23.25vw, 22%);
    bottom: 68%;
    left: -12%;
    z-index: 2;
  }
}
.stay-common-night-img03 {
  position: absolute;
  width: clamp(150px, 23.25vw, 22%);
  bottom: 59%;
  right: -26%;
}

@media (max-width: 1024px) {
  .stay-common-night-img03 {
    position: absolute;
    width: clamp(150px, 23.25vw, 22%);
    bottom: 59%;
    right: -12%;
  }
}
@media (max-width: 768px) {
  .stay-common-night-img03 {
    position: absolute;
    width: 30%;
    bottom: 90%;
    right: -3%;
  }
}
.stay-common-night-img04 {
  position: absolute;
  width: clamp(150px, 23.25vw, 22%);
  bottom: -7%;
  left: -27%;
}

@media (max-width: 1024px) {
  .stay-common-night-img04 {
    position: absolute;
    width: clamp(150px, 23.25vw, 22%);
    bottom: -22%;
    left: -10%;
  }
}
@media (max-width: 768px) {
  .stay-common-night-img04 {
    position: absolute;
    width: 30%;
    bottom: -39%;
    left: -3%;
  }
}
.stay-common-night-img05 {
  position: absolute;
  width: clamp(150px, 23.25vw, 18%);
  bottom: 2%;
  right: -32%;
}

@media (max-width: 1024px) {
  .stay-common-night-img05 {
    position: absolute;
    width: clamp(150px, 23.25vw, 18%);
    bottom: -15%;
    right: -12%;
  }
}
.stay-common-night-ft-sub {
  font-family: "Baskerville", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400 !important;
  margin-bottom: 0.5rem;
}

.stay-common-night-ft {
  font-family: "Zen Kaku Gothic New";
  font-size: 26px;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .stay-common-night-ft {
    font-family: "Zen Kaku Gothic New";
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    font-weight: 600 !important;
  }
}
.stay-common-night-txt {
  padding: 50px 0;
}

.stay-common-night_p-box {
  flex-direction: row-reverse;
  display: flex;
  gap: 60px;
  margin-top: 223px;
}

@media (max-width: 1024px) {
  .stay-common-night_p-box {
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
    margin-top: 37%;
  }
}
@media (max-width: 768px) {
  .stay-common-night_p-box {
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
    margin-top: 55%;
  }
}
@media (max-width: 450px) {
  .stay-common-night_p-box {
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
    margin-top: 50%;
  }
}
.stay-common-night__img06 {
  position: relative;
  width: 64%;
}

@media (max-width: 1024px) {
  .stay-common-night__img06 {
    position: relative;
    width: 100%;
  }
}
.stay-common-night__img06 img {
  object-fit: cover;
}

.stay-common-night__img06-img {
  border-radius: 10px;
}

.stay-common-night__img07 {
  position: absolute;
  width: clamp(150px, 23.25vw, 30%);
  bottom: -24%;
  left: -25%;
}

@media (max-width: 1300px) {
  .stay-common-night__img07 {
    bottom: -35%;
  }
}
@media (max-width: 1140px) {
  .stay-common-night__img07 {
    bottom: -40%;
  }
}
@media (max-width: 1080px) {
  .stay-common-night__img07 {
    bottom: -50%;
    left: -22%;
  }
}
@media (max-width: 900px) {
  .stay-common-night__img07 {
    bottom: -60%;
  }
}
@media (max-width: 1024px) {
  .stay-common-night__img07 {
    position: absolute;
    width: clamp(40%, 23.25vw, 30%);
    bottom: -68%;
    left: 55%;
  }
}
.stay-common-night__img07 img {
  object-fit: cover;
}

.stay-common-night__img08 {
  position: absolute;
  width: clamp(150px, 23.25vw, 31%);
  bottom: -19%;
  left: -59%;
  border-radius: 10px;
}

@media (max-width: 1300px) {
  .stay-common-night__img08 {
    bottom: -28%;
  }
}
@media (max-width: 1140px) {
  .stay-common-night__img08 {
    bottom: -32%;
  }
}
@media (max-width: 1080px) {
  .stay-common-night__img08 {
    bottom: -39%;
  }
}
@media (max-width: 1024px) {
  .stay-common-night__img08 {
    position: absolute;
    width: 40%;
    bottom: -50%;
    left: 10%;
  }
}
@media (max-width: 900px) {
  .stay-common-night__img08 {
    bottom: -55%;
  }
}
.stay-common-night__img08 img {
  object-fit: cover;
}

.stay-common-night__text-box {
  width: 33%;
}

@media (max-width: 1024px) {
  .stay-common-night__text-box {
    width: 100%;
  }
}
.stay-common-night__ft {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .stay-common-night__ft {
    font-size: 15px;
    max-width: 100%;
    line-height: 1.8;
  }
}
.stay-common-night__text-box02 {
  margin-top: 250px;
  position: relative;
}

@media (max-width: 1024px) {
  .stay-common-night__text-box02 {
    margin-top: 70%;
    position: relative;
  }
}
@media (max-width: 768px) {
  .stay-common-night__text-box02 {
    margin-top: 74%;
  }
}
@media (max-width: 500px) {
  .stay-common-night__text-box02 {
    margin-top: 80%;
  }
}
.stay-common-night__text-box02-autumn {
  margin-top: 250px;
  position: relative;
}

@media (max-width: 1024px) {
  .stay-common-night__text-box02-autumn {
    margin-top: 31%;
    position: relative;
  }
}
@media (max-width: 768px) {
  .stay-common-night__text-box02-autumn {
    margin-top: 32%;
  }
}
@media (max-width: 500px) {
  .stay-common-night__text-box02-autumn {
    margin-top: 35%;
  }
}
.stay-common-night__night-text-box {
  margin-top: 250px;
  position: relative;
}

@media (max-width: 1024px) {
  .stay-common-night__night-text-box {
    margin-top: 30%;
    position: relative;
  }
}
@media (max-width: 500px) {
  .stay-common-night__night-text-box {
    margin-top: 36%;
  }
}
.stay-common-night__text {
  position: relative;
  display: inline-block;
}

.stay-common-night__text::before {
  content: "";
  background-image: url(../img/stay/spring/stay-night-img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 49%;
  height: 5rem;
  right: -63%;
  top: -75%;
}

.stay-common-night__text::after {
  content: "";
  background-image: url(../img/stay/spring/stay-night-img02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 49%;
  height: 5rem;
  left: -65%;
  top: -75%;
}

.stay-common-noon__img07 {
  position: relative;
  width: 64%;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .stay-common-noon__img07 {
    position: relative;
    width: 100%;
    border-radius: 10px;
  }
}
.stay-common-noon__img07 img {
  object-fit: cover;
  border-radius: 10px;
}

.stay-common-noon__img08 {
  position: relative;
  width: 64%;
}

@media (max-width: 1024px) {
  .stay-common-noon__img08 {
    position: relative;
    width: 100%;
  }
}
.stay-common-noon__img08 img {
  object-fit: cover;
}

.stay-common-noon__img08-img {
  border-radius: 10px;
}

.stay-common-noon__img09 {
  position: absolute;
  width: clamp(150px, 23.25vw, 30%);
  bottom: -24%;
  left: -25%;
}

@media (max-width: 1300px) {
  .stay-common-noon__img09 {
    bottom: -35%;
  }
}
@media (max-width: 1140px) {
  .stay-common-noon__img09 {
    bottom: -40%;
  }
}
@media (max-width: 1080px) {
  .stay-common-noon__img09 {
    bottom: -36%;
    left: -22%;
  }
}
@media (max-width: 900px) {
  .stay-common-noon__img09 {
    bottom: -60%;
  }
}
@media (max-width: 1024px) {
  .stay-common-noon__img09 {
    position: absolute;
    width: clamp(40%, 23.25vw, 30%);
    bottom: -81%;
    left: 55%;
  }
}
.stay-common-noon__img09 img {
  object-fit: cover;
}

.stay-common-noon__img10 {
  position: absolute;
  width: clamp(150px, 23.25vw, 31%);
  bottom: -19%;
  left: -59%;
  border-radius: 10px;
}

@media (max-width: 1300px) {
  .stay-common-noon__img10 {
    bottom: -28%;
  }
}
@media (max-width: 1140px) {
  .stay-common-noon__img10 {
    bottom: -32%;
  }
}
@media (max-width: 1080px) {
  .stay-common-noon__img10 {
    bottom: -25%;
  }
}
@media (max-width: 1024px) {
  .stay-common-noon__img10 {
    position: absolute;
    width: 40%;
    bottom: -50%;
    left: 10%;
  }
}
@media (max-width: 900px) {
  .stay-common-noon__img10 {
    bottom: -55%;
  }
}
.stay-common-noon__img10 img {
  object-fit: cover;
}

.stay-common-noon__ft {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .stay-common-noon__ft {
    font-size: 15px;
    max-width: 100%;
  }
}
.stay-common-noon__ft-2 {
  font-size: 16px;
  max-width: 42ch;
}

@media (max-width: 1024px) {
  .stay-common-noon__ft-2 {
    font-size: 15px;
    max-width: 100%;
  }
}
.stay-common-text-bg.stay-common-text-bg__day2 {
  position: absolute;
  bottom: -22%;
  right: 82%;
  z-index: 10;
}

@media (max-width: 1023px) {
  .stay-common-text-bg.stay-common-text-bg__day2 {
    position: absolute;
    bottom: 15%;
    right: -90%;
    width: 105%;
  }
}
@media (max-width: 1024px) {
  .stay-common-text-bg.stay-common-text-bg__day2 {
    bottom: 0rem;
    right: 84%;
    width: 89%;
  }
}
@media (max-width: 768px) {
  .stay-common-text-bg.stay-common-text-bg__day2 {
    bottom: -2rem;
    right: 120%;
    width: 89%;
  }
}
@media (max-width: 500px) {
  .stay-common-text-bg.stay-common-text-bg__day2 {
    bottom: -2rem;
    right: 136%;
  }
}
@media (max-width: 430px) {
  .stay-common-text-bg.stay-common-text-bg__day2 {
    bottom: -3rem;
    right: 155%;
    letter-spacing: 0rem;
  }
}
.stay-common-text-bg.stay-common-text-bg__day2 span {
  font-family: "Zen Kaku Gothic New";
  display: inline-block;
  background: #fff;
  padding: 0.4rem 0.6rem;
  margin: 0.15rem 0;
  line-height: 1;
  font-size: clamp(12px, 0.8vw + 0.5rem, 16px);
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .stay-common-text-bg.stay-common-text-bg__day2 span {
    display: inline-block;
    background: #fff;
    padding: 0.4rem 0.6rem;
    margin: 0.15rem 0;
    line-height: 1;
    font-size: clamp(15px, 0.8vw + 0.5rem, 16px);
    white-space: nowrap;
  }
}
.stay-common-noon__img11 {
  position: relative;
  width: 64%;
}

@media (max-width: 1024px) {
  .stay-common-noon__img11 {
    position: relative;
    width: 100%;
  }
}
.stay-common-noon__img11 img {
  object-fit: cover;
}

.stay-common-noon__img11-img {
  border-radius: 10px;
}

.stay-common-noon__img12 {
  position: absolute;
  width: clamp(150px, 23.25vw, 29%);
  bottom: -46%;
  right: -13%;
}

@media (max-width: 1500px) {
  .stay-common-noon__img12 {
    bottom: -45%;
    right: -13%;
  }
}
@media (max-width: 1220px) {
  .stay-common-noon__img12 {
    bottom: -54%;
    right: -13%;
  }
}
@media (max-width: 1024px) {
  .stay-common-noon__img12 {
    position: absolute;
    width: 40%;
    bottom: -72%;
    right: 50%;
  }
}
.stay-common-noon__img12 img {
  object-fit: cover;
}

.stay-common-noon__img13 {
  position: absolute;
  width: clamp(150px, 23.25vw, 29%);
  bottom: -35%;
  right: -46%;
  border-radius: 10px;
}

@media (max-width: 1500px) {
  .stay-common-noon__img13 {
    bottom: -36%;
    right: -46%;
  }
}
@media (max-width: 1220px) {
  .stay-common-noon__img13 {
    bottom: -45%;
    right: -46%;
  }
}
@media (max-width: 1024px) {
  .stay-common-noon__img13 {
    position: absolute;
    width: 40%;
    bottom: -50%;
    right: 6%;
  }
}
.stay-common-noon__img13 img {
  object-fit: cover;
}

.stay-common__list-pd {
  padding-bottom: 60px;
}

.stay-common__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .stay-common__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stay-common__list .link {
  display: block;
  position: relative;
  overflow: hidden;
}

.stay-common__title .main {
  font-size: clamp(1.125rem, 4.77vw, 3.75rem);
  font-family: "Baskerville", serif;
}

.stay-common__list .stay-common__list_bg {
  aspect-ratio: 5/6;
  position: relative;
  overflow: hidden;
}

.stay-common__list .stay-common__list_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.stay-common__list .stay-common__list_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(80, 80, 80, 0.4);
  opacity: 0;
  transition: opacity 0.5s;
}

.stay-common__list .link:hover .stay-common__list_bg::before {
  opacity: 1;
}

.stay-common__list .link:hover img {
  transform: scale(1.08);
}

.stay-common__list .stay-common__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 1em;
  bottom: 0;
  left: 1em;
  font-weight: normal;
  color: #FFF;
}/*# sourceMappingURL=stay.css.map */