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

.bgcircle {
  padding: clamp(3rem, 1.364rem + 5.114vw, 7.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.bgcircle::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;
  background-color: #4ad;
  border-radius: 3.5em;
}

#lead .txtArea {
  max-width: 500px;
  margin-top: 3em;
  margin-inline: auto;
}
#lead .txtArea h3 img {
  max-width: 354px;
}
#lead .imgArea {
  max-width: 420px;
  width: 90%;
  margin-left: auto;
  margin-bottom: -2em;
}
@media screen and (min-width: 768px) {
  #lead .imgArea {
    margin-top: -6em;
    margin-left: 40%;
  }
}
#lead .ill_shells {
  width: clamp(100px, 30%, 160px);
  margin-right: auto;
}
#lead .cir01 {
  top: -10%;
  left: -25%;
  right: 60%;
}
#lead .cir02 {
  top: -7%;
  right: -30%;
  left: 60%;
}
#lead .cir03 {
  bottom: 0%;
  left: -20%;
  right: 75%;
}
#lead .cir04 {
  bottom: -2%;
  right: -20%;
  left: 60%;
}

#room h3 img {
  max-width: 199px;
}
#room .txtArea {
  position: relative;
}
#room .txtArea .bgbox {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 0;
}
#room .ill_seagulls {
  width: clamp(100px, 25%, 164px);
  margin-left: auto;
}
#room .ill_yacht {
  width: clamp(90px, 13%, 150px);
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #room .ill_yacht {
    bottom: -70px;
    right: -30px;
  }
}
@media screen and (min-width: 992px) {
  #room .ill_yacht {
    width: 140px;
    bottom: -60px;
    right: 0px;
  }
}
#room .amenity {
  max-width: 1000px;
  margin-bottom: 5em;
}
@media screen and (min-width: 576px) {
  #room .amenity::before {
    width: 130%;
    height: 100%;
    -webkit-mask: url(../img/circle_blue.svg) no-repeat center/100% 100%;
            mask: url(../img/circle_blue.svg) no-repeat center/100% 100%;
  }
}
@media screen and (min-width: 768px) {
  #room .amenity {
    width: 120%;
    height: 120%;
    margin-left: -10%;
  }
  #room .amenity::before {
    margin-top: -1em;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../img/mat_wid.svg) no-repeat center/100% 100%;
            mask: url(../img/mat_wid.svg) no-repeat center/100% 100%;
  }
}
@media screen and (min-width: 992px) {
  #room .amenity {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #room .amenity::before {
    -webkit-mask: url(../img/mat_wid.svg) no-repeat center/100% 100%;
            mask: url(../img/mat_wid.svg) no-repeat center/100% 100%;
  }
}
#room .amenity h4 {
  margin-bottom: 1em;
}
#room .amenity h4.dotline::after {
  width: 102px;
  background-color: #fff;
}
#room .amenity table {
  max-width: 650px;
  margin-inline: auto;
}
#room .amenity table th, #room .amenity table td {
  vertical-align: top;
  border-color: rgba(255, 255, 255, 0.7);
  border-width: 0 0 2px 0;
}

#kannai h3 img {
  max-width: 214px;
}
#kannai h4 {
  font-size: 2em;
  color: var(--color-pri);
}
#kannai .ill_fishing {
  width: clamp(130px, 50%, 270px);
  margin-left: auto;
}
#kannai .ill_boy {
  width: clamp(100px, 50%, 116px);
  margin-left: auto;
}
#kannai .ill_onsen-family {
  width: clamp(220px, 50%, 439px);
  margin-left: auto;
}

#cancell.bg_wave {
  background-color: #fff;
}
#cancell.bg_wave::before {
  background-color: #fff;
}
#cancell h3 img {
  max-width: 309px;
}
@media screen and (min-width: 576px) {
  #cancell .bgcircle::before {
    width: 150%;
    height: 110%;
    -webkit-mask: url(../img/mat_wid.svg) no-repeat center/100% 100%;
            mask: url(../img/mat_wid.svg) no-repeat center/100% 100%;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
  }
}
@media screen and (min-width: 992px) {
  #cancell .bgcircle::before {
    width: 100%;
    height: 100%;
  }
}
#cancell .disclist {
  max-width: 650px;
  margin-inline: auto;
  margin-bottom: 1em;
}
#cancell table {
  border-color: rgba(255, 255, 255, 0.7);
}
#cancell table th {
  background-color: rgba(255, 255, 255, 0.2);
}
#cancell table td {
  background-color: transparent;
}
#cancell .ill_bluesango {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 1;
}