@charset "UTF-8";
:root {
  --font-family-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-montserrat: "Montserrat", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-noto-sans-jp: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 400;
}

:root {
  --color-base: #222;
  --color-placeholder: #959595;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1200;
  --width-pc-design-content-percent: calc(var(--width-pc-design-content) / (--width-pc-design-content * 1.05) * 100%);
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * 1.05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 414;
  --width-sp-design-content: 340;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .6;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
}

.c-section-fv__title-en:first-letter {
  color: #82007E;
}

.p-facility-pool-guide {
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .p-facility-pool-guide {
    margin-top: 4rem;
  }
}
.p-facility-pool-guide .c-wrap {
  max-width: 144rem;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide .c-wrap {
    width: calc(380 / var(--width-sp-design) * 100vw);
  }
}
.p-facility-pool-guide__tab {
  --_tab-display: block;
  padding: 6rem;
  border-radius: 4rem;
  background: #F2F2F2;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab {
    margin-inline: calc(50% - 50cqi);
    padding: 6rem calc(37 / var(--width-sp-design) * 100vw) 2.4rem;
  }
}
.p-facility-pool-guide__tab:has(.--tab-01:checked) .--tab-02 {
  --_tab-display: none;
}
.p-facility-pool-guide__tab:has(.--tab-02:checked) .--tab-01 {
  --_tab-display: none;
}
.p-facility-pool-guide__tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-buttons {
    gap: 1.5rem;
  }
}
.p-facility-pool-guide__tab-buttons-item {
  flex-shrink: 0;
}
.p-facility-pool-guide__tab-buttons-trigger {
  display: grid;
  place-content: center;
  padding: 2.5rem;
  min-width: 22.1rem;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-buttons-trigger {
    padding: 1.2rem;
    min-width: 12.7rem;
  }
}
.p-facility-pool-guide__tab-buttons-trigger:has(input:checked) {
  color: #fff;
  background: #FF9501;
}
.p-facility-pool-guide__tab-buttons-trigger-text {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-indent: 0.1em;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-buttons-trigger-text {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-facility-pool-guide__tab-scrollHint {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-facility-pool-guide__tab-scrollHint {
    padding: 6rem 6rem 5.3rem;
    background: #fff;
    overflow: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-scrollHint {
    margin-top: 2.3rem;
    margin-right: calc(50% - 50cqi);
    padding-right: calc(17 / var(--width-sp-design) * 100vw);
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-scrollHint-inner {
    position: relative;
    width: calc(1200 / var(--width-sp-design) * 100vw);
    background: #fff;
  }
  .p-facility-pool-guide__tab-scrollHint-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(37 / var(--width-sp-design) * 100vw);
    height: 1px;
    background-color: transparent;
  }
}
.p-facility-pool-guide__tab-scrollHint-image {
  display: var(--_tab-display);
}
.p-facility-pool-guide__tab-anchor {
  display: var(--_tab-display);
  margin: 4.1rem auto 0;
  width: 100%;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-anchor {
    margin-top: 2.9rem;
  }
}
.p-facility-pool-guide__tab-anchor-list {
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}
@media screen and (min-width: 768px) {
  .p-facility-pool-guide__tab-anchor-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-facility-pool-guide__tab-anchor-list-item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-anchor-list-item {
    grid-template-columns: 6rem 1fr;
  }
}
.p-facility-pool-guide__tab-anchor-list-number {
  display: grid;
  place-content: center;
  padding-block: 2.1rem;
  border-right: 1px solid #222;
  background: #F6F4ED;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-anchor-list-number {
    padding-block: 1.4rem;
  }
}
.p-facility-pool-guide__tab-anchor-list-number-text {
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-indent: 0.03em;
  color: #207EAD;
  text-align: center;
  display: grid;
  place-content: center;
  padding-bottom: 0.3rem;
  width: 3.7rem;
  height: 3.7rem;
  border: 0.3rem solid #207EAD;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-anchor-list-number-text {
    font-size: 1.8rem;
    width: 3rem;
    height: 3rem;
    border-width: 0.2rem;
  }
}
.p-facility-pool-guide__tab-anchor-list-text {
  display: grid;
  align-items: center;
  padding: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-anchor-list-text {
    padding: 1.2rem;
  }
}
.p-facility-pool-guide__tab-anchor-list-text-link {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__tab-anchor-list-text-link {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.p-facility-pool-guide__block {
  margin-top: 8rem;
  padding: 10rem 12rem;
  border-radius: 4rem;
  background: #F6F4ED;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block {
    margin: 6rem calc(50% - 50cqi) 0;
    padding: 6rem calc(37 / var(--width-sp-design) * 100vw);
  }
}
.p-facility-pool-guide__block-title {
  padding: 1.8rem;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-title {
    padding: 2.3rem;
    border-radius: var(--border-radius-infinity);
  }
}
.p-facility-pool-guide__block-title-text {
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-indent: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  position: relative;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-title-text {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    column-gap: 0.5rem;
  }
}
.p-facility-pool-guide__block-title-text::before, .p-facility-pool-guide__block-title-text::after {
  letter-spacing: -0.2em;
  text-indent: -0.2em;
  color: #1F7EAD;
  content: "・・・";
}
.p-facility-pool-guide__block-subTitle {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-subTitle {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 4rem;
  }
}
.p-facility-pool-guide__block-subTitle-text {
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-subTitle-text {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
.p-facility-pool-guide__block-subTitle-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.p-facility-pool-guide__block-subTitle-label-item {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 0.5rem 2.2rem;
  border: 1px solid #222;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-subTitle-label-item {
    line-height: 1.2857142857;
    padding: 0.9rem 1.4rem;
  }
}
.p-facility-pool-guide__block-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 2rem;
  }
}
.p-facility-pool-guide__block-list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list {
    margin-top: 4rem;
  }
}
.p-facility-pool-guide__block-list + .p-facility-pool-guide__block-subTitle {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list + .p-facility-pool-guide__block-subTitle {
    margin-top: 8rem;
  }
}
.p-facility-pool-guide__block-list-item {
  position: relative;
  z-index: 1;
  padding: 4rem;
}
@media screen and (min-width: 768px) {
  .p-facility-pool-guide__block-list-item {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 51rem 1fr;
    column-gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list-item {
    padding: 8rem calc(20 / var(--width-sp-design) * 100vw) 4rem;
  }
}
.p-facility-pool-guide__block-list-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list-item::before {
    inset: 4rem 0 0;
  }
}
.p-facility-pool-guide__block-list-item:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list-item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.p-facility-pool-guide__block-list-item.--other::before {
  background: #47A8D8;
}
@media screen and (min-width: 768px) {
  .p-facility-pool-guide__block-list-item.--other {
    align-items: center;
    grid-template-columns: 1fr 51rem;
  }
  .p-facility-pool-guide__block-list-item.--other:has(.p-facility-pool-guide__block-list-label) .p-facility-pool-guide__block-list-figure {
    grid-row: span 4;
  }
  .p-facility-pool-guide__block-list-item.--other:has(.p-facility-pool-guide__block-list-label) .p-facility-pool-guide__block-list-label {
    grid-row: 3;
  }
}
@media screen and (min-width: 768px) {
  .p-facility-pool-guide__block-list-item.--other .p-facility-pool-guide__block-list-group {
    grid-row: 2;
    grid-column: 2;
  }
}
.p-facility-pool-guide__block-list-item.--other .p-facility-pool-guide__block-list-group-title, .p-facility-pool-guide__block-list-item.--other .p-facility-pool-guide__block-list-group-text {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-facility-pool-guide__block-list-item.--other .p-facility-pool-guide__block-list-figure {
    grid-column: 1;
  }
}
.p-facility-pool-guide__block-list-item.--other .p-facility-pool-guide__block-list-label {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-facility-pool-guide__block-list-item.--other .p-facility-pool-guide__block-list-label {
    grid-column: 2;
  }
}
.p-facility-pool-guide__block-list-item.--other .p-facility-pool-guide__block-list-label-item {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-facility-pool-guide__block-list-group {
    grid-row: 1;
    grid-column: 1;
  }
}
.p-facility-pool-guide__block-list-group-title {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list-group-title {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.p-facility-pool-guide__block-list-group-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list-group-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-facility-pool-guide__block-list-figure {
    grid-row: span 3;
    grid-column: 2;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list-figure {
    margin-top: 3rem;
  }
}
.p-facility-pool-guide__block-list-figure-number {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-indent: 0.1em;
  color: #207EAD;
  text-align: center;
  display: grid;
  place-content: center;
  position: absolute;
  top: -2rem;
  left: -2rem;
  z-index: 1;
  padding-bottom: 0.3rem;
  width: 8rem;
  height: 8rem;
  border: 0.3rem solid #207EAD;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list-figure-number {
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 7rem;
    height: 7rem;
  }
}
.p-facility-pool-guide__block-list-label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list-label {
    gap: 1.4rem;
    margin-top: 3rem;
  }
}
.p-facility-pool-guide__block-list-label-item {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  padding: 1rem 2rem;
  border-radius: var(--border-radius-infinity);
  background: #E5E5E5;
}
@media screen and (max-width: 767px) {
  .p-facility-pool-guide__block-list-label-item {
    line-height: 1.7142857143;
    padding-block: 0.8rem;
  }
}
.p-facility-pool-guide__block-list-label-item.--icon-width {
  padding-left: 5.8rem;
}
.p-facility-pool-guide__block-list-label-item.--icon-width::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  width: 2.8rem;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 11"><g transform="translate(-1023.5 -5764.5)"><path d="M5.5,0,11,6H0Z" transform="translate(1023.5 5775.5) rotate(-90)" fill="%23222"/><path d="M5.5,0,11,6H0Z" transform="translate(1051.5 5764.5) rotate(90)" fill="%23222"/><line x2="19" transform="translate(1026.5 5770)" fill="none" stroke="%23222" stroke-width="3"/></g></svg>') center/contain no-repeat;
}
.p-facility-pool-guide__block-list-label-item.--icon-height {
  padding-left: 5.8rem;
}
.p-facility-pool-guide__block-list-label-item.--icon-height::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.8rem;
  width: 1.1rem;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 21"><g transform="translate(5775.5 -1023.5) rotate(90)"><path d="M5.5,0,11,6H0Z" transform="translate(1023.5 5775.5) rotate(-90)" fill="%23222"/><path d="M5.5,0,11,6H0Z" transform="translate(1044.5 5764.5) rotate(90)" fill="%23222"/><line x2="14" transform="translate(1026.5 5770)" fill="none" stroke="%23222" stroke-width="3"/></g></svg>') center/contain no-repeat;
}
.p-facility-other-facilities {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-facility-other-facilities {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-facility-other-facilities .c-wrap {
    width: calc(380 / var(--width-sp-design) * 100vw);
  }
}
.p-facility-other-facilities__title {
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-indent: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  position: relative;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-facility-other-facilities__title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    column-gap: 0.5rem;
  }
}
.p-facility-other-facilities__title::before, .p-facility-other-facilities__title::after {
  letter-spacing: -0.2em;
  text-indent: -0.2em;
  color: #1F7EAD;
  content: "・・・";
}
.p-facility-other-facilities__text {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
.p-facility-other-facilities__list {
  margin-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  .p-facility-other-facilities__list {
    margin-top: 6rem;
  }
}
.p-facility-other-facilities__list-item {
  padding-block: 6rem;
  border-bottom: 1px solid #B1B1B1;
}
@media screen and (min-width: 768px) {
  .p-facility-other-facilities__list-item {
    display: grid;
    grid-template-columns: 36rem 1fr;
    column-gap: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-facility-other-facilities__list-item {
    padding-block: 3rem;
  }
}
.p-facility-other-facilities__list-item:first-child {
  border-top: 1px solid #B1B1B1;
}
@media screen and (max-width: 767px) {
  .p-facility-other-facilities__list-box {
    margin-top: 3rem;
  }
}
.p-facility-other-facilities__list-box-title {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-facility-other-facilities__list-box-title {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.p-facility-other-facilities__list-box-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-facility-other-facilities__list-box-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-facility-other-facilities__list-box-label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 2rem;
}
.p-facility-other-facilities__list-box-label-item {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  padding: 1rem 2rem;
  border-radius: var(--border-radius-infinity);
  background: #E5E5E5;
}

.c-section-cta-01 {
  margin-top: 16rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .c-section-cta-01 {
    margin-top: 10rem;
    padding-bottom: 10rem;
  }
}

/*# sourceMappingURL=facility.css.map */
