/*========================================================================
   facilities layout
========================================================================*/
#facilities #mainVisual {
  background: url(../img/facilities/mainimg.jpg) no-repeat center/cover;
}

#rooms {
  margin-bottom: -30px;
}
#rooms .txtArea h4 {
  font-size: 2.2em;
}
#rooms .txtArea h4 + h5 {
  margin-top: -1em;
}
#rooms .txtArea h5 {
  border-style: solid;
  border-width: 1px 0;
  padding-block: 0.6em;
}
#rooms .txtArea table {
  display: inline-table;
}
#rooms .bg_wave {
  padding-bottom: clamp(3.125em, 1.629em + 4.213vw, 5em);
}
@media screen and (min-width: 992px) {
  #rooms .container {
    padding-bottom: 150px;
  }
  #rooms .txtArea table {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #rooms .imgArea {
    margin-right: -8%;
    margin-left: 0;
  }
  #rooms .reverse .imgArea {
    margin-right: 0;
    margin-left: -8%;
  }
}

#bath {
  background-color: #fff;
  color: #222;
}
#bath.bg_wave2 {
  background-color: #fff;
}
#bath.bg_wave2::before, #bath.bg_wave2::after {
  background-color: #fff;
}
#bath .txtArea p {
  text-align: center;
}
#bath .cont {
  position: relative;
}
#bath h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  color: var(--color-dark);
  background-color: white;
}
#bath h4 > * {
  display: inline-block;
  margin-right: 0.6em;
}
#bath #large-bath .imgArea {
  max-width: 900px;
}

#kannai .slide_item {
  background-color: rgba(255, 255, 255, 0.9);
  color: #222;
}
#kannai .slide_item .imgArea {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  margin-bottom: 30px;
}
#kannai .slide_item .txtArea {
  padding: 0 20px 20px;
  font-size: 0.93em;
  line-height: 1.4;
}
#kannai .slide_item .txtArea h4 {
  font-size: 1.3em;
  margin-bottom: 0.4em;
}
#kannai .slide_item #fade-slider {
  width: 100%;
}

#cancell {
  background-color: #fff;
  color: #222;
}
#cancell.bg_wave2 {
  background-color: #fff;
}
#cancell.bg_wave2::before {
  background-color: #fff;
}
#cancell.bg_wave2::after {
  display: none;
}
#cancell .ill_bluesango {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 1;
}