@charset "UTF-8";
@media (max-width: 1024px) {
  html {
    scroll-padding-top: 86px;
  }
}

/* ::::::::::  プール  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
  padding-top: 0;
  background: none;
}

@media (min-width: 1025px) {
  .globalHeader:not(.is_animation) {
    background: none;
    box-shadow: none;
  }
  .globalHeader:not(.is_animation) .headerNav .gnavList li:first-child {
    border-bottom-color: #fff;
  }
  .globalHeader:not(.is_animation) .headerNav .gnavList li:first-child img {
    display: none;
  }
  .globalHeader:not(.is_animation) .headerNav .gnavList li:first-child img.logo02 {
    display: block;
  }
  .globalHeader:not(.is_animation) .headerNav .gnavList a {
    color: #fff;
  }
  .globalHeader:not(.is_animation) .headerNav .lang dt {
    color: #fff;
  }
  .globalHeader:not(.is_animation) .headerNav .lang dt .icon_link {
    filter: brightness(0) invert(1);
  }
  .globalHeader:not(.is_animation) .menuBtnList .bookBtn span {
    background: #fff;
    color: #000;
  }
}

@media (min-width: 1025px) {
  .globalHeader {
    transition: all 0.3s;
  }
  .globalHeader .headerNav .gnavList li:first-child {
    transition: all 0.3s;
  }
  .globalHeader .headerNav .gnavList a {
    transition: all 0.3s;
  }
  .globalHeader .headerNav .lang dt {
    transition: all 0.3s;
  }
  .globalHeader .headerNav .lang dt .icon_link {
    transition: all 0.3s;
  }
  .globalHeader .menuBtnList .bookBtn span {
    transition: all 0.3s;
  }
}

.pageTitleArea {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: none;
  height: 797px;
  z-index: 1;
}
@media (max-width: 767px) {
  .pageTitleArea {
    height: 600px;
    margin-top: -4px;
  }
}
.pageTitleArea .kv {
  width: 100%;
}
.pageTitleArea .kv img {
  object-fit: cover;
  width: 100%;
  height: 797px;
}
@media (max-width: 767px) {
  .pageTitleArea .kv img {
    height: 600px;
  }
}
.pageTitleArea > div {
  margin-top: -0.75lh;
}
.pageTitleArea .en {
  color: #fff;
}
.pageTitleArea .enExc {
  color: #fff;
}
.secTitle02 {
  font-family: "ShipporiMinchoB1";
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.8;
  margin: 0 0 24px;
}
@media (max-width: 1024px) {
  .secTitle02 {
    font-size: 1.7rem;
  }
}
.secTitle02.center {
  text-align: center;
}

.secTitle2 {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.6rem;
  margin: 32px 0 32px;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .secTitle2 {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
}
.secTitle2.center {
  text-align: center;
}
.secTitle2 .en {
  color: #4d4d4d;
  font-size: 4.6rem;
  line-height: 1.2;
  font-family: "Gotu";
  margin-right: 0.25em;
}
@media (max-width: 1024px) {
  .secTitle2 .en {
    font-size: 2.7rem;
  }
}
.secTitle2 .en:only-child {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .secTitle2.small .en {
    font-size: 3.4rem;
  }
}

.bgVideo {
  position: fixed;
  inset: 0;
  z-index: -1;
  margin: auto;
  opacity: 0.18;
  pointer-events: none;
}
.bgVideo video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.bgVideo video::-webkit-media-controls {
  display: none !important;
}

.fade {
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out, transform 1s ease-in-out;
}
.fadein {
  transform: translateY(0);
  opacity: 1;
}

hr.separater {
  margin-block: 48px 24px;
  color: #b3b3b3;
  border-width: 1px;
}

/* =========================================================
poolIntro
========================================================= */
.poolIntro {
  position: relative;
  color: #fff;
}
.poolIntro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 794px;
  background: #467ba1;
}
.poolIntro .wrapper {
  padding-top: 160px;
}
@media (max-width: 1024px) {
  .poolIntro .wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .poolIntro .wrapper {
    padding-bottom: 0;
  }
}
.poolIntro .secTitle2 {
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  .poolIntro .secTitle2 {
    letter-spacing: 0.25em;
  }
}
.poolIntro .secTitle2 .en {
  color: #13abd6;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .poolIntro .secTitle2 .en {
    font-size: 2.5rem;
  }
}
.poolIntro .leadText {
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1024px) {
  .poolIntro .leadText {
    font-size: 1.2rem;
    line-height: 2.2;
    text-align: left;
  }
}
.poolIntro .photo {
  position: relative;
  display: block;
  border-radius: 0;
  margin: 0;
}
.poolIntro .photo01 {
  max-width: 81.6%;
  margin: 88px auto 0;
}
@media (max-width: 767px) {
  .poolIntro .photo01 {
    max-width: none;
    margin-top: 32px;
  }
}
.poolIntro .photo01 img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 912/463;
}
@media (max-width: 767px) {
  .poolIntro .photo01 img {
    aspect-ratio: 293/210;
  }
}
.poolIntro .photo02 {
  position: absolute;
  top: -64px;
  right: -16px;
  z-index: 1;
  margin: 0;
}
@media (max-width: 1024px) {
  .poolIntro .photo02 {
    position: static;
    margin: -16px 0 24px;
    text-align: center;
  }
}
.poolIntro .photo02 img {
  object-fit: cover;
  width: 241px;
  aspect-ratio: 241/217;
}
@media (max-width: 767px) {
  .poolIntro .photo02 img {
    width: 36%;
    aspect-ratio: 106/95;
  }
}
.poolIntro .slideList {
  width: 100%;
}
.poolIntro .slideList:not(.slick-initialized) > li:not(:first-child) {
  display: none;
}
.poolIntro .slideList .slick-slide {
  position: relative;
}
.poolIntro .slideList .slick-slide .photo img {
  transform: scale(1);
  transition: transform 10s ease-in-out;
}
.poolIntro .slideList .slick-slide.slick-current .photo img {
  transform: scale(1.2);
}
.poolIntro .slideList .slick-counter {
  display: none;
}

/* =========================================================
menu
========================================================= */
.menu .wrapper {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .menu .wrapper {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}
.menuList {
  display: flex;
  gap: 32px;
}
@media (max-width: 767px) {
  .menuList {
    flex-wrap: wrap;
    gap: 20px 7%;
  }
}
.menuList li {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .menuList li {
    border-radius: 11px;
    width: 46.5%;
  }
}
.menuList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background: #5faec5;
  color: #fff;
  text-decoration: none;
  transition: all 0.6s;
  cursor: pointer;
}
.menuList li a:hover {
  color: #fff;
  opacity: 1;
}
.menuList li a.is-active {
  background: none;
  color: #fff;
}
.menuList li a.is-active p {
  opacity: 0;
  visibility: hidden;
}
.menuList li a:hover {
  color: #fff;
}
.menuList li a p {
  text-align: center;
  font-size: 1.7rem;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .menuList li a p {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.menuList li a p .en {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.2;
  font-family: "Gotu";
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  .menuList li a p .en {
    font-size: 1.4rem;
  }
}
.menuList li a p .icon {
  width: 108px;
  height: 84px;
  margin: 0 0 16px;
}
@media (max-width: 1024px) {
  .menuList li a p .icon {
    margin: 0 0 8px;
    width: 50px;
    height: auto;
  }
}
.menuList li .bgBlock,
.menuList li .bgBlock p,
.menuList li .bg_photo {
  width: 100%;
  aspect-ratio: 1;
}
.menuList li .bgBlock p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 32px 6px;
  font-size: 1.7rem;
  line-height: 1.88;
}
@media (max-width: 1024px) {
  .menuList li .bgBlock p {
    padding: 12px 8px;
    font-size: 1.1rem;
    line-height: 1.4;
    justify-content: flex-start;
    text-align: left;
  }
}
body.lang_en .menuList li .bgBlock p, body.lang_fr .menuList li .bgBlock p, body.lang_de .menuList li .bgBlock p, body.lang_es .menuList li .bgBlock p, body.lang_it .menuList li .bgBlock p, body.lang_th .menuList li .bgBlock p, body.lang_vi .menuList li .bgBlock p, body.lang_id .menuList li .bgBlock p, body.lang_ms .menuList li .bgBlock p, body.lang_ru .menuList li .bgBlock p, body.lang_ar .menuList li .bgBlock p {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  body.lang_en .menuList li .bgBlock p, body.lang_fr .menuList li .bgBlock p, body.lang_de .menuList li .bgBlock p, body.lang_es .menuList li .bgBlock p, body.lang_it .menuList li .bgBlock p, body.lang_th .menuList li .bgBlock p, body.lang_vi .menuList li .bgBlock p, body.lang_id .menuList li .bgBlock p, body.lang_ms .menuList li .bgBlock p, body.lang_ru .menuList li .bgBlock p, body.lang_ar .menuList li .bgBlock p {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
.menuList li .bgBlock p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 10px;
  height: 10px;
  rotate: 45deg;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 1024px) {
  .menuList li .bgBlock p::after {
    content: none;
  }
}
.menuList li .bg_photo {
  position: absolute;
  inset: 0;
  margin: auto;
}
.menuList li .bg_photo::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* =========================================================
ourpool
========================================================= */
.ourpool .wrapper {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .ourpool .wrapper {
    padding-bottom: 130px;
  }
}
.ourpool .topPhoto {
  display: block;
  margin-inline: calc(50% - 50vw);
  margin-block: 0 160px;
}
@media (max-width: 1024px) {
  .ourpool .topPhoto {
    margin-block: 0 56px;
  }
}
.ourpool .topPhoto img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/820;
}
@media (max-width: 1024px) {
  .ourpool .topPhoto img {
    aspect-ratio: 375/450;
  }
}
.ourpool .photoBlock {
  display: flex;
  gap: 16px 80px;
}
@media (max-width: 1024px) {
  .ourpool .photoBlock {
    flex-direction: column;
  }
}
.ourpool .photoBlock + .photoBlock {
  margin: 72px 0 0;
}
@media (max-width: 1024px) {
  .ourpool .photoBlock + .photoBlock {
    margin: 56px 0 0;
  }
}
.ourpool .photoBlock:has(.photo02) {
  max-width: 61%;
  margin-left: auto;
  gap: 16px 64px;
}
@media (min-width: 1025px) {
  .ourpool .photoBlock:has(.photo02) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .ourpool .photoBlock:has(.photo02) {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .ourpool .photoBlock:has(.photo02) {
    flex-direction: column-reverse;
  }
}
.ourpool .photoBlock:has(.photo03) {
  margin-left: -110px;
}
@media screen and (max-width: 1200px) {
  .ourpool .photoBlock:has(.photo03) {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .ourpool .photoBlock:has(.photo03) {
    flex-direction: column-reverse;
  }
  .ourpool .photoBlock:has(.photo03) .secTitle2 .en {
    font-size: 2.5rem;
  }
}
.ourpool .photoBlock .textBlock {
  position: relative;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .ourpool .photoBlock .textBlock {
    width: 100%;
  }
}
.ourpool .photoBlock .textBlock > p:not(.note) {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .ourpool .photoBlock .textBlock > p:not(.note) {
    font-size: 1.2rem;
  }
}
.ourpool .photoBlock .textBlock .forStay {
  position: absolute;
  top: 32px;
  right: 0;
  background: #4d4d4d;
  color: #fff;
  border-radius: 0 14px 0 0;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 6px 0.8em;
}
@media (max-width: 1024px) {
  .ourpool .photoBlock .textBlock .forStay {
    position: static;
    margin-block: -5px 15px;
    font-size: 1.2rem;
  }
}
.ourpool .photoBlock .textBlock .forStay span {
  color: #5faec5;
}
.ourpool .photoBlock#sauna .textBlock .secTitle2 br.tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ourpool .photoBlock#sauna .textBlock .secTitle2 br.tab {
    display: block;
  }
}
@media (max-width: 1024px) {
  .ourpool .photoBlock#sauna .textBlock .secTitle2 br.tab {
    display: none;
  }
}
@media (min-width: 1025px) {
  .ourpool .photoBlock#sauna .textBlock {
    max-width: 504px;
    margin-left: auto;
  }
}
.ourpool .photo {
  display: block;
  border-radius: 0;
  margin: 0;
  flex-shrink: 0;
}
.ourpool .photo01 {
  width: 48.6%;
}
@media (max-width: 1024px) {
  .ourpool .photo01 {
    width: calc(100% + 12vw);
    margin-inline: -6vw;
  }
}
.ourpool .photo01 img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 543/370;
}
.ourpool .photo02 {
  width: 222px;
  margin-top: -100px;
}
@media (max-width: 1024px) {
  .ourpool .photo02 {
    width: 62.6%;
    margin-top: -48px;
    margin-right: -6vw;
    margin-left: auto;
  }
}
.ourpool .photo02 img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
}
.ourpool .photo03 {
  width: 68.5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .ourpool .photo03 {
    width: 69.6%;
  }
}
.ourpool .photo03 img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 436/320;
}
.ourpool .photo04 {
  width: 37%;
  margin-left: auto;
  margin-top: -104px;
}
@media (max-width: 1024px) {
  .ourpool .photo04 {
    width: 34.5%;
    margin-top: -72px;
  }
}
.ourpool .photo04 img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.ourpool .photoWrap {
  flex-shrink: 0;
  width: 636px;
  margin-top: -80px;
}
@media screen and (max-width: 1200px) {
  .ourpool .photoWrap {
    width: 51%;
  }
}
@media (max-width: 1024px) {
  .ourpool .photoWrap {
    width: calc(100% + 12vw);
    margin-top: 0;
    margin-inline: -6vw;
  }
}
.ourpool .slideList {
  width: 100%;
}
@media (max-width: 1024px) {
  .ourpool .slideList {
    width: calc(100% + 12vw);
    margin-inline: -6vw;
  }
}
.ourpool .slideList:not(.slick-initialized) > li:not(:first-child) {
  display: none;
}
.ourpool .slideList .slick-slide {
  position: relative;
}
.ourpool .slideList .slick-slide .photo img {
  transition: transform 15s ease-in-out;
}
.ourpool .slideList .slick-counter {
  display: none;
}
.ourpool .slideWrap {
  width: 43.1%;
}
@media (max-width: 1024px) {
  .ourpool .slideWrap {
    width: 100%;
  }
  .ourpool .slideWrap .note {
    margin-inline: -6vw !important;
  }
}
.ourpool .bbq {
  position: relative;
  padding-block: 80px 48px;
  gap: 0 120px;
}
@media screen and (max-width: 1200px) {
  .ourpool .bbq {
    gap: 0 10vw;
  }
}
@media (max-width: 1024px) {
  .ourpool .bbq {
    padding-block: 32px 56px;
  }
}
.ourpool .bbq::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  border-radius: 80px 80px 0 0;
  background: #dcd7d5;
  z-index: -1;
}
@media (max-width: 1024px) {
  .ourpool .bbq::before {
    border-radius: 29px 29px 0 0;
  }
}
.ourpool .bbq .secTitle2 {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .ourpool .bbq .secTitle2 {
    font-size: 2.5rem;
  }
}
.ourpool .bbq .mapIcon {
  flex-shrink: 0;
  margin: 0;
}
.ourpool .bbq .btn {
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .ourpool .bbq .btn {
    margin-right: -6vw;
  }
}
.ourpool .bbq .btn a {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  background: none;
  font-size: 1.6rem;
  width: 185px;
  min-height: 32px;
  padding-inline: 1em;
  justify-content: center;
}
@media (max-width: 1024px) {
  .ourpool .bbq .btn a {
    font-size: 1.1rem;
    font-weight: 700;
    width: 130px;
    min-height: 23px;
  }
}
.ourpool .bbq .btn a:hover {
  background: #467ba1;
}
.ourpool .bbq .btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 0;
}
.ourpool .bbqInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.8rem;
  margin: 1lh -1em 0 0;
}
@media (max-width: 1024px) {
  .ourpool .bbqInfo {
    font-size: 1.2rem;
    margin-bottom: 0.5lh;
  }
}
.ourpool .bbqInfo dt {
  width: 8em;
}
.ourpool .bbqInfo dd {
  width: calc(100% - 8em - 1em);
}
.ourpool .bbqInfo dd small {
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .ourpool .bbqInfo dd small {
    font-size: 1.1rem;
  }
}
.ourpool .bbq .note {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .ourpool .bbq .note {
    font-size: 0.9rem;
    margin: 0 0 24px;
  }
}
.ourpool .mapIcon {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  color: #467ba1;
  font-family: "Gotu";
  font-size: 2rem;
  margin: 16px 0 0;
}
@media (max-width: 1024px) {
  .ourpool .mapIcon {
    font-size: 1.4rem;
    margin: 8px 0 0;
  }
}
.ourpool .mapIcon > li a {
  display: flex;
  align-items: center;
  gap: 0 12px;
  text-decoration: none;
}
.ourpool .mapIcon > li .num {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #467ba1;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.1;
  padding-top: 4px;
}
@media (max-width: 1024px) {
  .ourpool .mapIcon > li .num {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
}
.ourpool .floatWrap {
  position: relative;
  margin-inline: calc(50% - 50vw);
  margin-block: 16px 72px;
}
@media (max-width: 767px) {
  .ourpool .floatWrap {
    margin-block: 80px 24px;
  }
}
.ourpool .float {
  position: absolute;
  width: 102px;
  height: 96px;
  offset-path: path("M1896.63,168.54S1347.95,2.75,1239.63.54c-147-3-333.5,157.5-494.5,155.5s-333-66.54-435-51.27C208.13,120.04.13,178.04.13,178.04");
  offset-rotate: 0deg;
  offset-anchor: 50% 50%;
  offset-position: 0 0;
  left: 0;
  animation: moveWave 18s linear infinite, bob 3s ease-in-out infinite;
  animation-delay: -2s, 0s;
}
@media (max-width: 767px) {
  .ourpool .float {
    width: 22.5%;
    height: auto;
    offset-path: path("M419.8,45.13S383.7-4.55,318.74.92c-64.96,5.47-104.96,65.94-156.46,69.39C110.78,73.75,64.3,29.63.04,23.95");
    animation: moveWave 6s linear infinite, bob 3s ease-in-out infinite;
  }
}

@keyframes moveWave {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes bob {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-6px) rotate(-3deg);
  }
}
/* =========================================================
poolInfo
========================================================= */
.poolInfo .wrapper {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .poolInfo .wrapper {
    padding-bottom: 0 !important;
  }
}
.poolInfo .secTitle2 {
  margin-top: 0;
}
.poolInfo .secTitle2 .en {
  color: #467ba1;
  font-size: 5rem;
}
@media (max-width: 1024px) {
  .poolInfo .secTitle2 .en {
    font-size: 2.8rem;
  }
}
.poolInfo .tableWrap {
  display: flex;
  font-feature-settings: "palt";
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px -3px 0;
  background: #fff;
  color: #000;
  padding: 60px 68px;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap {
    flex-direction: column;
    margin: 30px 0 0;
    padding: 24px 16px;
  }
}
.poolInfo .tableWrap .poolmap {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .poolInfo .tableWrap .poolmap {
    width: 100%;
  }
}
.poolInfo .tableWrap .poolmap .secTitle2 {
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap .poolmap .secTitle2 {
    text-align: center;
    margin: 0 0 24px;
  }
}
.poolInfo .tableWrap .poolmap .secTitle2 .en {
  font-size: 3rem;
  color: #000;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap .poolmap .secTitle2 .en {
    font-size: 2.2rem;
  }
}
.poolInfo .tableWrap .poolmap .mapImg {
  display: block;
  margin: 0 -35px 172px;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap .poolmap .mapImg {
    width: 740px;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .poolInfo .tableWrap .poolmap .mapImgWrap {
    width: 100%;
    overflow-x: auto;
  }
}
.poolInfo .tableWrap dl {
  display: flex;
  width: 48.3%;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl {
    width: 100%;
    display: block;
  }
}
.poolInfo .tableWrap dl.row {
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .poolInfo .tableWrap dl.right dt:has(+ dd:last-child) {
    border-top: none;
    min-height: 200px;
    padding-top: 0;
  }
  .poolInfo .tableWrap dl.right dd:last-child {
    border-top: none;
    min-height: 200px;
    padding-top: 0;
  }
}
.poolInfo .tableWrap dl.w100 {
  width: 100%;
}
.poolInfo .tableWrap dl.w100 dt {
  width: 13%;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl.w100 dt {
    width: 100%;
    justify-content: center;
  }
}
.poolInfo .tableWrap dl.w100 dd {
  width: 88%;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl.w100 dd {
    width: 100%;
  }
}
.poolInfo .tableWrap dl dt,
.poolInfo .tableWrap dl dd {
  padding: 26px 0;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dt,
  .poolInfo .tableWrap dl dd {
    padding: 12px 0;
  }
}
.poolInfo .tableWrap dl dt {
  color: #000;
  width: 25%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
  text-transform: capitalize;
  font-size: 1.9rem;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dt {
    width: 100%;
    background: #efefef;
    border-bottom: none;
    font-size: 1.2rem;
    padding: 0 1em;
    color: #467ba1;
    border-top-color: #467ba1;
  }
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dt:has(.caution) {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  body.lang_en .poolInfo .tableWrap dl dt:has(.caution), body.lang_fr .poolInfo .tableWrap dl dt:has(.caution), body.lang_de .poolInfo .tableWrap dl dt:has(.caution), body.lang_es .poolInfo .tableWrap dl dt:has(.caution), body.lang_it .poolInfo .tableWrap dl dt:has(.caution), body.lang_th .poolInfo .tableWrap dl dt:has(.caution), body.lang_vi .poolInfo .tableWrap dl dt:has(.caution), body.lang_id .poolInfo .tableWrap dl dt:has(.caution), body.lang_ms .poolInfo .tableWrap dl dt:has(.caution), body.lang_ru .poolInfo .tableWrap dl dt:has(.caution), body.lang_ar .poolInfo .tableWrap dl dt:has(.caution) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.poolInfo .tableWrap dl dt .caution {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f00;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dt .caution {
    font-size: 1rem;
    margin-left: 3em;
  }
  body.lang_en .poolInfo .tableWrap dl dt .caution, body.lang_fr .poolInfo .tableWrap dl dt .caution, body.lang_de .poolInfo .tableWrap dl dt .caution, body.lang_es .poolInfo .tableWrap dl dt .caution, body.lang_it .poolInfo .tableWrap dl dt .caution, body.lang_th .poolInfo .tableWrap dl dt .caution, body.lang_vi .poolInfo .tableWrap dl dt .caution, body.lang_id .poolInfo .tableWrap dl dt .caution, body.lang_ms .poolInfo .tableWrap dl dt .caution, body.lang_ru .poolInfo .tableWrap dl dt .caution, body.lang_ar .poolInfo .tableWrap dl dt .caution {
    margin-left: 0;
  }
}
.poolInfo .tableWrap dl dd {
  width: 75%;
  border-top: 1px solid #b3b3b3;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd {
    width: 100%;
    padding-left: 0;
    padding: 8px 1em;
    font-size: 1.2rem;
  }
}
.poolInfo .tableWrap dl dd .reservationOnly {
  border: 1px solid;
  width: fit-content;
  padding: 5px 10px;
  margin-block: 7px;
  line-height: 1.5;
  color: #f00;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd .reservationOnly {
    width: auto;
    padding: 5px 7px;
    font-size: 1.1rem;
  }
}
.poolInfo .tableWrap dl dd .infoText {
  text-indent: -1em;
  margin-left: 1em;
}
.poolInfo .tableWrap dl dd .infoText .note {
  margin-left: 1em;
}
.poolInfo .tableWrap dl dd .infoText .note.top {
  display: inline-block;
  padding-left: 1em;
  line-height: 2.08333;
}
.poolInfo .tableWrap dl dd .infoText + .infoText {
  margin-top: 0.5lh;
}
.poolInfo .tableWrap dl dd .infoText.mt {
  margin-top: 0.5lh;
}
.poolInfo .tableWrap dl dd table {
  margin-left: 1em;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd table tr {
    display: flex;
    flex-direction: column;
  }
}
.poolInfo .tableWrap dl dd table th {
  text-align: left;
  padding-right: 1em;
}
.poolInfo .tableWrap dl dd table + .note {
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.poolInfo .tableWrap dl dd .poolText {
  display: flex;
  align-items: center;
}
.poolInfo .tableWrap dl dd .poolText .poolName {
  width: 12em;
}
.poolInfo .tableWrap dl dd .poolText + .poolText {
  margin-top: 0;
}
.poolInfo .tableWrap dl dd .btn {
  margin: 8px 0;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd .btn:last-child {
    margin-bottom: 1lh;
  }
}
.poolInfo .tableWrap dl dd .btn a {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  background: #fff;
  font-size: 1.5rem;
  width: 231px;
  height: auto;
  min-height: 50px;
  justify-content: flex-start;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd .btn a {
    font-size: 1.2rem;
    width: 150px;
    min-height: 32px;
    padding-inline: 1em;
  }
}
.poolInfo .tableWrap dl dd .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin-block: auto;
  width: 6px;
  height: 6px;
  rotate: 45deg;
  border-top: 1px solid #467ba1;
  border-right: 1px solid #467ba1;
  transition: all 0.2s;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd .btn a::after {
    right: 8px;
    width: 4px;
    height: 4px;
  }
}
.poolInfo .tableWrap dl dd .btn a:hover {
  background: #467ba1;
}
.poolInfo .tableWrap dl dd .btn a:hover::after {
  border-color: #fff;
}
.poolInfo .tableWrap dl dd .infoTable {
  margin-left: 1em;
}
.poolInfo .tableWrap dl dd .infoTable .days {
  padding-right: 1em;
}
.poolInfo .tableWrap dl dd .infoTable .note.right {
  text-align: right;
}
.poolInfo .tableWrap dl dd ul li + li {
  margin-top: 15px;
}
.poolInfo .tableWrap dl dd ul.flex {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd ul.flex {
    display: block;
  }
}
.poolInfo .tableWrap dl dd ul.flex > li {
  margin-top: 0;
  min-width: 425px;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd ul.flex > li {
    min-width: auto;
  }
}
.poolInfo .tableWrap dl dd ul.flex > li + li {
  margin-left: 4%;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd ul.flex > li + li {
    margin-left: 0;
    margin-top: 1lh;
  }
}
body.lang_en .poolInfo .tableWrap dl dd ul.flex, body.lang_fr .poolInfo .tableWrap dl dd ul.flex, body.lang_de .poolInfo .tableWrap dl dd ul.flex, body.lang_es .poolInfo .tableWrap dl dd ul.flex, body.lang_it .poolInfo .tableWrap dl dd ul.flex, body.lang_th .poolInfo .tableWrap dl dd ul.flex, body.lang_vi .poolInfo .tableWrap dl dd ul.flex, body.lang_id .poolInfo .tableWrap dl dd ul.flex, body.lang_ms .poolInfo .tableWrap dl dd ul.flex, body.lang_ru .poolInfo .tableWrap dl dd ul.flex, body.lang_ar .poolInfo .tableWrap dl dd ul.flex {
  display: block;
}
body.lang_en .poolInfo .tableWrap dl dd ul.flex li + li, body.lang_fr .poolInfo .tableWrap dl dd ul.flex li + li, body.lang_de .poolInfo .tableWrap dl dd ul.flex li + li, body.lang_es .poolInfo .tableWrap dl dd ul.flex li + li, body.lang_it .poolInfo .tableWrap dl dd ul.flex li + li, body.lang_th .poolInfo .tableWrap dl dd ul.flex li + li, body.lang_vi .poolInfo .tableWrap dl dd ul.flex li + li, body.lang_id .poolInfo .tableWrap dl dd ul.flex li + li, body.lang_ms .poolInfo .tableWrap dl dd ul.flex li + li, body.lang_ru .poolInfo .tableWrap dl dd ul.flex li + li, body.lang_ar .poolInfo .tableWrap dl dd ul.flex li + li {
  margin-left: 0;
  margin-top: 1lh;
}
.poolInfo .tableWrap dl dd .note {
  display: block;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd .note {
    font-size: 1rem;
  }
}
.poolInfo .tableWrap dl dd .note.right {
  display: inline;
}
.poolInfo .tableWrap dl dd .note.left {
  display: inline-block;
  background: #e6e6e6;
  padding: 0 1em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .poolInfo .tableWrap dl dd br.sp + .note.right {
    margin-left: 0;
  }
}
.poolInfo .tableWrap dl dd > p + p {
  margin-top: 1em;
}
.poolInfo .tableWrap dl dd .subTitle {
  margin: 0.5lh 0;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd .subTitle {
    margin: 0.5lh 0 0.5lh;
  }
}
@media (min-width: 1025px) {
  .poolInfo .tableWrap dl dd .subTitle:first-child {
    margin-top: 0;
  }
}
.poolInfo .tableWrap dl dd .subTitle span {
  display: inline-block;
  padding: 5px 1.5em;
  background: #e3ebf1;
  font-size: 1.5rem;
  min-width: 150px;
  text-align: center;
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd .subTitle span {
    font-size: 1.2rem;
    width: auto;
    min-width: auto;
    padding: 1px 0.5em;
  }
}
.poolInfo .tableWrap dl dd .itemList > li {
  position: relative;
  padding-left: 0.5em;
  text-indent: -0.5em;
  margin-top: 0 !important;
}
.poolInfo .tableWrap dl dd .itemList > li::before {
  content: "・";
}
@media (max-width: 1024px) {
  .poolInfo .tableWrap dl dd .itemList > li .font_s {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  :lang(ja) .poolInfo .tableWrap dl dd .itemList > li:has(.font_s) {
    margin-right: -1em;
  }
}
.poolInfo .tableWrap dl dd .itemList + .infoText {
  margin-top: 1.5em;
}
@media (min-width: 1025px) {
  .poolInfo .tableWrap dl:nth-of-type(n + 3) dt {
    border-top: 1px solid #000;
  }
  .poolInfo .tableWrap dl:nth-of-type(n + 3) dd {
    border-top: 1px solid #b3b3b3;
  }
}
.poolInfo .bd_block {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  border: 1px solid #e3e300;
  padding: 40px 40px;
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .poolInfo .bd_block {
    flex-direction: column;
    padding: 40px 24px;
    margin: 40px 0 0;
  }
}
.poolInfo .cabana {
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  background: #e3ebf1;
  border-radius: 17px;
  border: none;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  margin-block: 80px 130px;
  padding: 24px 16px 24px 40px;
  gap: 15px 16px;
}
@media (max-width: 1024px) {
  .poolInfo .cabana {
    border-radius: 11px;
    margin-block: 32px 56px;
    padding: 24px 16px 16px 16px;
  }
}
.poolInfo .cabana .secTitle2 {
  width: 100%;
  font-size: 1.4rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .poolInfo .cabana .secTitle2 {
    font-size: 1rem;
    text-align: center;
  }
}
.poolInfo .cabana .secTitle2 .en {
  font-size: 3rem;
  color: #000;
}
@media (max-width: 1024px) {
  .poolInfo .cabana .secTitle2 .en {
    font-size: 2.2rem;
    display: block;
    margin: 0;
  }
}
.poolInfo .cabana .caution {
  position: absolute;
  top: 40px;
  left: 28%;
  font-weight: 700;
  color: #f00;
}
@media screen and (max-width: 1200px) {
  .poolInfo .cabana .caution {
    position: static;
    width: 100%;
  }
}
.poolInfo .cabana .caution2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f00;
}
@media (max-width: 1024px) {
  .poolInfo .cabana .caution2 {
    font-size: 1rem;
  }
}
.poolInfo .cabana .textBlock {
  width: 27%;
}
@media (max-width: 1024px) {
  .poolInfo .cabana .textBlock {
    width: 100%;
  }
}
.poolInfo .cabana .textBlock + .textBlock {
  width: 39%;
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .poolInfo .cabana .textBlock + .textBlock {
    width: 100%;
    margin-left: 0;
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .poolInfo .cabana .textBlock p:not([class]) {
    line-height: 1.8;
  }
}
.poolInfo .cabana .textBlock p + .price {
  margin-top: 1em;
}
@media (max-width: 1024px) {
  .poolInfo .cabana .textBlock .note.mr {
    margin-right: -1em;
  }
}
.poolInfo .cabana .textBlock .note + .note {
  margin-top: 1em;
}
.poolInfo .cabana .photoBlock {
  display: flex;
  gap: 0 12px;
  width: 22.5%;
}
@media (max-width: 1024px) {
  .poolInfo .cabana .photoBlock {
    display: block;
    width: 100%;
  }
}
.poolInfo .cabana .photoBlock picture {
  display: block;
}
@media (max-width: 1024px) {
  .poolInfo .cabana .photoBlock picture {
    width: 62%;
    margin-inline: auto;
  }
}
.poolInfo .cabana .photoBlock img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 208/153;
}
.poolInfo .bg_block {
  display: flex;
  flex-direction: column;
  gap: 15px 20px;
  background: #e3e300;
  padding: 20px 60px 25px;
  margin: 50px 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .poolInfo .bg_block {
    gap: 15px 60px;
  }
}
@media (max-width: 767px) {
  .poolInfo .bg_block {
    flex-direction: column;
    padding: 20px 25px;
    margin: 40px 0 0;
  }
}
.poolInfo .otherDetail {
  margin-inline: -3px;
  background: #fff;
  color: #000;
  padding: 0 67px 60px;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail {
    padding: 0 16px 24px;
  }
}
.poolInfo .otherDetail .secTitle03 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .secTitle03 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    margin-right: -0.5em;
  }
}
.poolInfo .otherDetail .secTitle03:first-child {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .poolInfo .otherDetail .secTitle03:first-child {
    margin-bottom: 8px;
  }
}
.poolInfo .otherDetail .secTitle03.mt {
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .secTitle03.mt {
    margin-top: 40px;
  }
}
.poolInfo .otherDetail .serviceList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 0 0 80px;
}
@media (min-width: 1025px) {
  body.lang_en .poolInfo .otherDetail .serviceList, body.lang_fr .poolInfo .otherDetail .serviceList, body.lang_de .poolInfo .otherDetail .serviceList, body.lang_es .poolInfo .otherDetail .serviceList, body.lang_it .poolInfo .otherDetail .serviceList, body.lang_th .poolInfo .otherDetail .serviceList, body.lang_vi .poolInfo .otherDetail .serviceList, body.lang_id .poolInfo .otherDetail .serviceList {
    margin-bottom: calc(80px + 1lh);
  }
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .serviceList {
    gap: 8px 8px;
    margin: 0 0 40px;
  }
}
.poolInfo .otherDetail .serviceList:has(+ .note) {
  margin: 0 0 1lh;
}
.poolInfo .otherDetail .serviceList + .note {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .serviceList + .note {
    margin: 0 0 10px;
  }
}
.poolInfo .otherDetail .serviceList + .note + .note + .btn {
  margin: 0 auto 0 0;
}
.poolInfo .otherDetail .serviceList + .note + .note + .btn a {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  background: none;
  font-size: 1.6rem;
  width: 185px;
  min-height: 32px;
  padding-inline: 1em;
  justify-content: center;
}
@media (max-width: 767px) {
  .poolInfo .otherDetail .serviceList + .note + .note + .btn a {
    font-size: 1.1rem;
    font-weight: 700;
    width: 130px;
    min-height: 23px;
    margin-left: 0;
  }
}
.poolInfo .otherDetail .serviceList + .note + .note + .btn a:hover {
  background: #467ba1;
}
.poolInfo .otherDetail .serviceList li {
  position: relative;
  background: #f09869;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  padding: 1px 0.25em;
  min-width: 196px;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .serviceList li {
    font-size: 1.2rem;
    min-width: auto;
    width: calc(50% - 4px);
  }
}
.poolInfo .otherDetail .serviceList li .textLink {
  position: absolute;
  top: 50%;
  left: calc(100% + 1.5em);
  transform: translateY(-50%);
  font-size: 1.2rem;
  text-decoration: underline;
  color: #4d4d4d;
  min-width: 150%;
  text-align: left;
}
body.lang_en .poolInfo .otherDetail .serviceList li .textLink, body.lang_fr .poolInfo .otherDetail .serviceList li .textLink, body.lang_de .poolInfo .otherDetail .serviceList li .textLink, body.lang_es .poolInfo .otherDetail .serviceList li .textLink, body.lang_it .poolInfo .otherDetail .serviceList li .textLink, body.lang_th .poolInfo .otherDetail .serviceList li .textLink, body.lang_vi .poolInfo .otherDetail .serviceList li .textLink, body.lang_id .poolInfo .otherDetail .serviceList li .textLink {
  top: calc(100% + 10px);
  transform: none;
  left: 0;
}
@media (max-width: 767px) {
  .poolInfo .otherDetail .serviceList li:has(.textLink) {
    margin-bottom: 1lh;
  }
  body.lang_id .poolInfo .otherDetail .serviceList li:has(.textLink), body.lang_ms .poolInfo .otherDetail .serviceList li:has(.textLink), body.lang_ru .poolInfo .otherDetail .serviceList li:has(.textLink) {
    margin-bottom: 2lh;
  }
}
@media (min-width: 280px) and (max-width: 767px) {
  body.lang_ja .poolInfo .otherDetail .serviceList li:has(.textLink), body.lang_zh-CHT .poolInfo .otherDetail .serviceList li:has(.textLink), body.lang_zh-CHS .poolInfo .otherDetail .serviceList li:has(.textLink), body.lang_ko .poolInfo .otherDetail .serviceList li:has(.textLink) {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .serviceList li .note {
    position: absolute;
    top: 100%;
    right: 0;
    color: #4d4d4d;
    font-size: 1.1rem;
  }
}
.poolInfo .otherDetail .note {
  font-size: 1.2rem;
}
.poolInfo .otherDetail .noteList {
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .noteList {
    font-size: 1.2rem;
  }
}
.poolInfo .otherDetail .noteList.col2 {
  column-count: 2;
  column-gap: 72px;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .noteList.col2 {
    column-count: auto;
  }
}
.poolInfo .otherDetail .noteList li {
  position: relative;
  padding-left: 1em;
}
.poolInfo .otherDetail .noteList li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.poolInfo .otherDetail .noteList li.pc::before {
  content: none;
}
.poolInfo .otherDetail .rsv_con .rsvBlock,
.poolInfo .otherDetail .rsv_con .conBlock {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .poolInfo .otherDetail .rsv_con .rsvBlock,
  .poolInfo .otherDetail .rsv_con .conBlock {
    width: 100%;
  }
}
.poolInfo .otherDetail .rsv_con .rsvBlock .inner,
.poolInfo .otherDetail .rsv_con .conBlock .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con .rsvBlock .inner,
  .poolInfo .otherDetail .rsv_con .conBlock .inner {
    display: block;
  }
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con .conBlock {
    text-align: center;
  }
}
.poolInfo .otherDetail .rsv_con .secTitle03 {
  width: 100%;
  font-size: 2.1rem;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con .secTitle03 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.poolInfo .otherDetail .rsv_con .subTitle {
  display: block;
  background: #fff;
  border-radius: 16px;
  font-size: 1.5rem;
  text-align: center;
  padding: 1px 1.5em;
  margin: 0 0 1em;
  min-width: 144px;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con .subTitle {
    width: 100%;
    min-width: auto;
    font-size: 1.2rem;
  }
}
.poolInfo .otherDetail .rsv_con .subTitle span:last-child {
  display: inline;
}
.poolInfo .otherDetail .rsv_con .noteList {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con .noteList {
    font-size: 1.1rem;
  }
}
.poolInfo .otherDetail .rsv_con .btn {
  flex-grow: 1;
  margin: 0;
}
.poolInfo .otherDetail .rsv_con .btnList {
  display: flex;
  gap: 10px 8px;
  margin: 0 0 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con .btnList {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .poolInfo .otherDetail .rsv_con .btnList {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con .btn {
    width: calc(50% - 7.5px);
  }
}
.poolInfo .otherDetail .rsv_con .btn a {
  position: relative;
  width: 230px;
  height: 100%;
  min-height: 50px;
  background: #fff;
  margin: 0 auto 0 0;
  padding-block: 5px 3px;
  padding-inline: 20px 31px;
  font-size: 1.7rem;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con .btn a {
    font-size: 1.2rem;
    width: 60% !important;
    min-height: 32px;
    margin: 0 auto;
    justify-content: center;
  }
}
.poolInfo .otherDetail .rsv_con .btn a:hover {
  color: #467ba1;
}
.poolInfo .otherDetail .rsv_con .btn a .icon_link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  fill: #467ba1;
  margin-block: auto;
}
.poolInfo .otherDetail .rsv_con .btn.white a {
  background: #dff2fc;
  color: #262262;
}
.poolInfo .otherDetail .rsv_con .btn.white a .icon_link {
  fill: #262262;
}
.poolInfo .otherDetail .rsv_con .telLink {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333333333;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con .telLink {
    font-size: 1.7rem;
  }
}
.poolInfo .otherDetail .rsv_con span:last-child {
  display: block;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con span:last-child {
    display: inline-block;
    font-size: 1.1rem;
  }
}
.poolInfo .otherDetail .rsv_con.campaign {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: none;
  border: none;
  padding: 0;
  margin-inline: -67px;
  margin-bottom: -60px;
  margin-top: 80px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign {
    margin-inline: calc(50% - 50vw);
    margin-bottom: -24px;
    margin-top: 64px;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250vw;
  height: 250vw;
  background: #467ba1;
  border-radius: 50%;
  z-index: 0;
}
.poolInfo .otherDetail .rsv_con.campaign .bgInner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 72px auto 96px;
  color: #fff;
  width: 68%;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .bgInner {
    width: 78%;
    margin: 36px auto 32px;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .secTitle2 {
  width: 100%;
  margin-bottom: 16px;
  letter-spacing: 0.045em;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .secTitle2 {
    margin-bottom: 8px;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .secTitle2 .en {
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .secTitle2 .en {
    font-size: 2.2rem;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .caution {
  display: inline-block;
  color: #fff;
  background: #f00;
  padding: 2px 1em 1px;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .caution {
    font-size: 1.2rem;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .secTitle03 {
  font-size: 2.4rem;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .secTitle03 {
    font-size: 1.6rem;
    margin: 40px 0 20px;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .rsvBlock .inner {
  margin: 24px 0 8px;
}
.poolInfo .otherDetail .rsv_con.campaign .rsvBlock.stay {
  width: 100%;
}
.poolInfo .otherDetail .rsv_con.campaign .rsvBlock.day {
  width: 530px;
  margin: 52px 72px 0 0;
  padding-right: 24px;
}
@media screen and (max-width: 1200px) {
  .poolInfo .otherDetail .rsv_con.campaign .rsvBlock.day {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .rsvBlock.day {
    margin: 40px 0 0;
  }
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .rsvBlock.day .inner {
    margin: 0 0 16px;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .rsvBlock.day .btnBox {
  margin-top: 16px;
}
.poolInfo .otherDetail .rsv_con.campaign .subTitle {
  font-size: 2.4rem;
  font-weight: 700;
  background: none;
  padding: 0;
  margin: 0;
  color: #fab952;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .subTitle {
    font-size: 1.8rem;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .campaign {
  display: flex;
  flex-direction: column;
}
.poolInfo .otherDetail .rsv_con.campaign .campaign.early {
  width: 49%;
}
@media screen and (max-width: 1200px) {
  .poolInfo .otherDetail .rsv_con.campaign .campaign.early {
    width: 100%;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .campaign.early .campaignSub,
.poolInfo .otherDetail .rsv_con.campaign .campaign.early .campaignNote {
  color: #000;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .campaign.early .campaignNote {
    margin-bottom: 16px;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .campaignTitle {
  margin: 0;
  flex-shrink: 0;
}
.poolInfo .otherDetail .rsv_con.campaign .campaignTitle span {
  background-color: #dff2fc;
}
.poolInfo .otherDetail .rsv_con.campaign .campaignTitle2 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .campaignTitle2 {
    font-size: 1.3rem;
    text-align: center;
    margin: 0 0 4px;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .campaign .flex {
  align-items: center;
}
.poolInfo .otherDetail .rsv_con.campaign .campaign .flex:has(.campaignTitle) {
  align-items: center;
  justify-content: unset;
  margin: -44px 0 16px -0.5em;
}
.poolInfo .otherDetail .rsv_con.campaign .campaignTerm {
  font-size: 1.5rem;
  margin-left: 1em;
  background: #dff2fc;
  color: inherit;
  margin: 0;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .campaignTerm {
    font-size: 1.3rem;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .btnList {
  max-width: 468px;
}
@media screen and (max-width: 1200px) {
  .poolInfo .otherDetail .rsv_con.campaign .btnList {
    max-width: none;
  }
  .poolInfo .otherDetail .rsv_con.campaign .btnList li {
    width: calc(50% - 12px);
  }
  .poolInfo .otherDetail .rsv_con.campaign .btnList li a {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .btnList {
    margin-block: 0;
  }
  .poolInfo .otherDetail .rsv_con.campaign .btnList li {
    width: 100%;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .conBlock {
  width: calc(100% - 530px - 72px);
  margin: auto 0 0;
  padding-block: 16px;
}
@media screen and (max-width: 1200px) {
  .poolInfo .otherDetail .rsv_con.campaign .conBlock {
    width: 100%;
    margin: 40px 0 0;
    padding-block: 0;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .conBlock .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
@media screen and (max-width: 1200px) {
  .poolInfo .otherDetail .rsv_con.campaign .conBlock .inner {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .conBlock .inner {
    display: block;
  }
}
.poolInfo .otherDetail .rsv_con.campaign .conBlock .subTitle {
  max-width: none;
  width: 100%;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: left;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .poolInfo .otherDetail .rsv_con.campaign .conBlock .subTitle {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .poolInfo .otherDetail .rsv_con.campaign .conBlock .subTitle {
    font-size: 1.3rem;
  }
}
.poolInfo .campaignWrap {
  display: flex;
  gap: 16px 16px;
  padding: 16px 0 0;
}
@media screen and (max-width: 1200px) {
  .poolInfo .campaignWrap {
    flex-direction: column;
  }
}/*# sourceMappingURL=resort_pool.css.map */