@charset "UTF-8";

/******************************
  common
******************************/

/******************************
  pagesec-overview
******************************/
.pagesec-overview .bubble{
  position: absolute;
  z-index: -1;
}
.pagesec-overview .bubble1{
  aspect-ratio: 1440 / 977;
  background: url(../../images/ob/bubble1.svg) no-repeat center / contain;
  top: -10rem;
  right: -18%;
  width: 110%;
}
.pagesec-overview .bubble2{
  aspect-ratio: 1234 / 1353;
  background: url(../../images/ob/bubble2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: -30%;
  width: 59%;
}
.pagesec-overview .manatee{
  aspect-ratio: 742 / 785;
  background: url(../../images/ob/manatee1.svg) no-repeat center / contain;
  position: absolute;
  top: 4%;
  right: -5%;
  width: 25%;
}
.pagesec-overview .imgbox{
  max-width: 800px;
  text-align: left;
}
.pagesec-overview .imgbox img{
  aspect-ratio: 4/3;
  box-shadow: 10px 10px #E08A18;
  border-radius: 30px;
  object-fit: cover;
  position: relative;
  height: auto;
  width: 100%;
}
.pagesec-overview .tblbox1{
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: 50%;
}

@media only screen and (max-width: 1180px) {
  .pagesec-overview .manatee {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .pagesec-overview .manatee {
    width: 35%;
  }
  .pagesec-overview .tblbox1{
    width: 60%;
  }
}
@media only screen and (max-width: 820px) {
  .pagesec-overview .imgbox {
    width: 80%;
  }
  .pagesec-overview .tblbox1{
    margin: -8rem 0 0 auto;
    position: relative;
    bottom: auto;
    right: auto;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-overview .imgbox{
    margin: 0 auto;
    width: 90%;
  }
  .pagesec-overview .imgbox img{
    border-radius: 10px;
  }
  .pagesec-overview .tblbox1{
    margin: 2rem auto ;
    width: 100%;
  }
}

/******************************
  pagesec-price
******************************/
.pagesec-price{
  background: url(../../images/page/facility/price_bg.webp) no-repeat right bottom / cover;
}
.pagesec-price .price{
  gap: 2rem;
}
.pagesec-price .price .fbox{
  width: calc(50% - 1rem);
}
.pagesec-price .ttlbox .ttl{
  background: #d88a92;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  min-width: 200px;
  padding: .5rem 2rem;
  text-align: center;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-price .price{
    gap: 5rem;
  }
  .pagesec-price .price .fbox{
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-price {
    background-position-x: 90%;
  }
  .pagesec-price .ttlbox .ttl{
    font-size: 2rem;
  }
  .pagesec-price .price .fbox{
    width: 100%;
  }
}

/******************************
  pagesec-room
******************************/
.pagesec-room{
  background: url(../../images/page/facility/room_bg.webp) no-repeat center / cover;
}
.pagesec-room .roomlist{
  gap: 2rem;
}
.pagesec-room .roomlist > div{
  width: calc(50% - 2rem);
}
.pagesec-room .roomlist > div > dt{
  background: #E08A18;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  min-width: 200px;
  padding: .5rem 2rem 0;
  text-align: center;
}
.pagesec-room .roomlist > div > dd{
  background: #fff;
  border: 4px solid #E08A18;
  gap: 1.5rem;
  padding: 1rem;
}
.pagesec-room .roomlist .fbox{
  width: calc(55% - 1.5rem);
}
.pagesec-room .roomlist .gallery{
  gap: .5rem 1rem;
  width: 45%;
}
.pagesec-room .roomlist .gallery li{
  width: calc(33% - .6rem);
}
.pagesec-room .roomlist .gallery li:first-of-type{
  width: 100%;
}
.pagesec-room .roomlist .gallery a{
  display: block;
}
.pagesec-room .roomlist .gallery span{
  aspect-ratio: 1/1;
  background: #E08A18;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
}
.pagesec-room .roomlist .gallery img{
  aspect-ratio: 3/2;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.pagesec-room .roomlist .gallery li:first-of-type img{
  aspect-ratio: 4/3;
}

.pagesec-room .addlist{
  margin-top: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-room .roomlist{
    gap: 5rem;
  }
  .pagesec-room .roomlist > div{
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-room .roomlist{
    gap: 3rem;
  }
  .pagesec-room .roomlist > div > dt{
    font-size: 2rem;
  }
  .pagesec-room .roomlist > div{
    width: 100%;
  }
  .pagesec-room .roomlist .fbox,
  .pagesec-room .roomlist .gallery{
    width: 100%;
  }
  .pagesec-room .roomlist .gallery li:first-of-type img,
  .pagesec-room .roomlist .gallery img {
    aspect-ratio: 2 / 1;
  }

}