/*========================================================================
   stay layout
========================================================================*/
#stay #mainVisual {
  background: url(../img/stay/mainimg.jpg) no-repeat center/cover;
}
#stay .deco_ttl {
  max-width: 547px;
  width: clamp(200px, 50%, 400px);
  position: absolute;
  top: 0;
  left: 1.25em;
  z-index: 1;
}
#stay .deco_ttl img {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.cont .txtArea {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 576px) {
  .cont .txtArea {
    text-align: center;
  }
}
.cont .img_layout {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.2em;
}
.cont .img_layout > * {
  width: 100%;
}
.cont .img_layout .img_wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cont .img_layout .img_wrap .img_s {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .cont .img_layout .img01 {
    width: 66%;
  }
  .cont .img_layout .img_wrap {
    width: 33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont .img_layout .img_wrap .img_s {
    width: 100%;
  }
  .cont .img_layout.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cont .img_layout .img_m {
    width: 49.5%;
  }
}

#ballpool .cir01 {
  top: -10%;
  left: -20%;
  right: 60%;
}
#ballpool .cir02 {
  bottom: -15%;
  right: -40%;
  left: 60%;
}
#ballpool .txtArea {
  padding-top: 1.5em;
}
#ballpool h3 img {
  max-width: 425px;
}
@media screen and (max-width: 479px) {
  #ballpool h3 img {
    width: 110%;
    margin-left: -5%;
  }
}

#fishtank .ill_seagulls {
  width: clamp(100px, 30%, 164px);
}
#fishtank .ill_fish-boy {
  width: clamp(140px, 40%, 270px);
  margin-left: auto;
  margin-bottom: -1em;
}
#fishtank h3 img {
  max-width: 414px;
}
@media screen and (max-width: 479px) {
  #fishtank h3 img {
    width: 110%;
    margin-left: -5%;
  }
}

#kidsspace h3 img {
  max-width: 326px;
}
#kidsspace .ill_girl {
  width: clamp(110px, 40%, 147px);
  margin-bottom: -0.4em;
}

#bath h3 img {
  max-width: 331px;
}
#bath .ill_onsen-solo {
  width: clamp(120px, 22%, 229px);
  margin-left: auto;
  margin-block: -0.5em;
  position: relative;
  z-index: 0;
}

#sansaku h3 img {
  max-width: 240px;
}
@media screen and (max-width: 479px) {
  #sansaku h3 img {
    width: 110%;
    margin-left: -5%;
  }
}
#sansaku .ill_walk-family {
  width: clamp(150px, 30%, 307px);
  margin-top: -1em;
  position: relative;
  z-index: 0;
}

#room h3 img {
  max-width: 200px;
}
#room .amenity {
  max-width: 1000px;
  padding: clamp(4rem, 2.667rem + 3.704vw, 8rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #4ad;
  color: #fff;
  border-radius: 3.5em;
  margin-bottom: 3em;
}
#room .amenity::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 3.5em;
}
@media screen and (min-width: 576px) {
  #room .amenity {
    width: 120%;
    -webkit-mask: url(../img/facilities/mat_wid.svg) no-repeat center/100% 100%;
            mask: url(../img/facilities/mat_wid.svg) no-repeat center/100% 100%;
  }
}
#room .amenity .bg {
  display: block;
}
#room .amenity h4 {
  margin-bottom: 1em;
}
#room .amenity h4.dotline::after {
  width: auto;
  background-color: #fff;
}
#room .amenity table {
  border-color: #fff;
}

#kannai h3 img {
  max-width: 162px;
}
#kannai h4 {
  font-size: 2em;
  color: var(--color-pri);
}