@charset "UTF-8";
/* ===================================================================
CSS information

file name  : facilities.css
author     : Abilive
style info : 館内施設
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-intro, .p-floor__flex, .p-fac__slide, .p-fac__text, .p-fac__flex, .p-overview__inner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .p-intro, .p-floor__flex, .p-fac__slide, .p-fac__text, .p-fac__flex, .p-overview__inner {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro, .p-floor__flex, .p-fac__slide, .p-fac__text, .p-fac__flex, .p-overview__inner {
    width: 89.7435897436%;
  }
}

@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
    --1vw: 1vw;
    --vw-to-px: tan(atan2(var(--1vw), 1px));
}

.p-intro {
  position: relative;
  margin-top: 6.25rem;
  max-width: 1300px !important;
}
@media only screen and (max-width: 767px) {
  .p-intro {
    margin-top: 5rem;
  }
}
.p-intro > .txt {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-intro > .txt {
    margin-top: 1.25rem;
    text-align: left;
  }
}
.p-intro > .txt facn {
  display: block;
  margin-top: 1.5rem;
  color: #727272;
}
@media only screen and (min-width: 1200px) {
  .p-intro > .txt facn {
    font-size: 0.875rem;
  }
}
@media print {
  .p-intro > .txt facn {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro > .txt facn {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro > .txt facn {
    font-size: 0.8571428571rem;
  }
}
.p-intro > .txt facn {
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-intro > .txt facn {
    margin-top: 0.875rem;
  }
}
.p-intro .deco01,
.p-intro .deco02,
.p-intro .deco03 {
  position: absolute;
  z-index: -1;
}
.p-intro .deco01::before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background-color: var(--color-white);
  -webkit-mask-image: url("../images/icons/hana.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../images/icons/hana.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.p-intro .deco01 {
  top: -0.9375rem;
  right: 18.7692307692%;
  -webkit-animation: spin-linear 4s linear infinite;
          animation: spin-linear 4s linear infinite;
}
@media only screen and (max-width: 767px) {
  .p-intro .deco01 {
    top: -2.8125rem;
  }
}
.p-intro .deco02::before {
  content: "";
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  background-color: var(--color-white);
  -webkit-mask-image: url("../images/icons/hana.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../images/icons/hana.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.p-intro .deco02 {
  top: 2.625rem;
  right: 11.5384615385%;
  -webkit-animation: spin-linear2 6.5s linear infinite;
          animation: spin-linear2 6.5s linear infinite;
}
@media only screen and (max-width: 767px) {
  .p-intro .deco02 {
    top: 0.75rem;
    right: 2.5641025641%;
    -webkit-animation: spin-linear2 10s linear infinite;
            animation: spin-linear2 10s linear infinite;
  }
}
.p-intro .deco03::before {
  content: "";
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  background-color: var(--color-white);
  -webkit-mask-image: url("../images/icons/hana.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../images/icons/hana.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.p-intro .deco03 {
  top: -2.375rem;
  right: 0.7692307692%;
  -webkit-animation: spin-linear 8s linear infinite;
          animation: spin-linear 8s linear infinite;
}
@media only screen and (max-width: 767px) {
  .p-intro .deco03 {
    display: none;
  }
}
.p-intro .p-ank {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-intro .p-ank {
    margin-top: 2.5rem;
  }
}

@-webkit-keyframes spin-linear {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin-linear {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-linear2 {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin-linear2 {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.p-floor {
  margin-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .p-floor {
    margin-top: 6.875rem;
  }
}
.p-floor__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13.3333333333%;
  max-width: 1500px;
}
@media only screen and (max-width: 767px) {
  .p-floor__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}
.p-floor__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .p-floor__text {
    width: 100%;
    gap: 1.25rem;
  }
}
.p-floor__image {
  width: 56.2%;
}
@media only screen and (max-width: 767px) {
  .p-floor__image {
    width: 100%;
  }
}
.p-floor__image button {
  background: tranfacrent;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-floor__image button {
    border-radius: 0.125rem;
  }
}
.p-floor__image button img {
  border-radius: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .p-floor__image button img {
    border-radius: 0.125rem;
  }
}
.p-floor__bg {
  position: relative;
  display: block;
  width: 100%;
  height: 27.4375rem;
  margin-top: -8.9375rem;
  background: var(--color-beige);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-floor__bg {
    height: 11.8125rem;
    margin-top: -2.5rem;
  }
}
.p-floor__bg::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 20.4375rem;
  background: url(../../facilities/images/bg_floor.webp) no-repeat top center/cover;
  z-index: -1;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-overlay .popup {
  position: relative;
  width: 52.0833333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .popup-overlay .popup {
    width: 89.7435897436%;
  }
}
.popup-overlay .popup .popup-close {
  position: absolute;
  top: -1.5625rem;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7px;
  width: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .popup-overlay .popup .popup-close {
    top: -0.9375rem;
    right: 0.625rem;
  }
}
.popup-overlay .popup .popup-close span {
  display: block;
  width: 28px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-headerColor .popup-overlay .popup .popup-close span {
  background: var(--color-white);
}
.popup-overlay .popup .popup-close span:nth-of-type(1) {
  -webkit-transform: rotate(35deg) translate3d(2px, 1.5px, 0px);
          transform: rotate(35deg) translate3d(2px, 1.5px, 0px);
  background: var(--color-white);
}
.popup-overlay .popup .popup-close span:nth-of-type(2) {
  -webkit-transform: rotate(-35deg) translate3d(2px, -1.5px, 0px);
          transform: rotate(-35deg) translate3d(2px, -1.5px, 0px);
  background: var(--color-white);
}
.popup-overlay .popup .img {
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .popup-overlay .popup .img {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.popup-overlay .popup .img img {
  width: 100%;
  border-radius: 12px;
}

.bg {
  position: relative;
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 767px) {
  .bg {
    margin-bottom: 4.375rem;
  }
}
.bg::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 9.125rem;
  border-radius: 5rem 5rem 0 0;
  background: var(--color-lightbeige);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .bg::before {
    border-radius: 2.5rem 2.5rem 0 0;
    height: 2.875rem;
  }
}

.p-fac {
  padding-top: 8.75rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-fac {
    padding-top: 6.25rem;
  }
}
.p-fac__slide {
  margin-top: 2.5rem;
  max-width: 980px;
}
.p-fac__slide .splide__track {
  overflow: visible;
}
.p-fac__text {
  max-width: 796px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.375rem;
  gap: 7.5376884422%;
}
@media only screen and (max-width: 767px) {
  .p-fac__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 89.7435897436%;
    margin-inline: auto;
    text-align: left;
    margin-top: 1.75rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fac__text .c-ttlEN_02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }
}
.p-fac__text .txt {
  width: 60.3015075377%;
}
@media only screen and (max-width: 767px) {
  .p-fac__text .txt {
    width: 100%;
  }
}
.p-fac__point {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-fac__point {
    width: 89.7435897436%;
    margin-inline: auto;
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px dashed var(--color-blue);
    border-bottom: 1px dashed var(--color-blue);
  }
}
.p-fac__point .wrp_point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.7450628366%;
  width: 38.875rem;
  padding: 0.625rem 2.8125rem 1.5625rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .p-fac__point .wrp_point {
    border-top: 1px dashed var(--color-blue);
    border-bottom: 1px dashed var(--color-blue);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fac__point .wrp_point {
    width: 45.8333333333%;
    padding: 1.25rem 1.5625rem 1.5625rem 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fac__point .wrp_point {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.7142857143%;
    width: 100%;
    padding: 1.25rem 0;
  }
}
.p-fac__point .wrp_point + .wrp_point {
  padding: 0.625rem 3.557312253% 1.5625rem 2.371541502%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fac__point .wrp_point + .wrp_point {
    padding: 1.25rem 1.976284585% 1.5625rem 1.581027668%;
  }
}
@media only screen and (max-width: 767px) {
  .p-fac__point .wrp_point + .wrp_point {
    padding: 1.25rem 0;
  }
}
.p-fac__point .wrp_point + .wrp_point::before {
  content: "";
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-fac__point .wrp_point + .wrp_point::before {
    top: 50%;
    left: 1.6077170418%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.0625rem;
    height: 80%;
    border-left: 1px dashed var(--color-blue);
  }
}
@media only screen and (max-width: 767px) {
  .p-fac__point .wrp_point + .wrp_point::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    height: 0.0625rem;
    border-top: 1px dashed var(--color-blue);
  }
}
.p-fac__point .wrp_point .img {
  width: 40.5745062837%;
  -webkit-filter: drop-shadow(0 0 20px rgba(136, 117, 48, 0.1));
          filter: drop-shadow(0 0 20px rgba(136, 117, 48, 0.1));
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fac__point .wrp_point .img {
    width: 33.3931777379%;
  }
}
@media only screen and (max-width: 767px) {
  .p-fac__point .wrp_point .img {
    width: 37.1428571429%;
  }
}
.p-fac__point .wrp_point .wrp_txt {
  width: 53.8599640934%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fac__point .wrp_point .wrp_txt {
    width: 64.631956912%;
  }
}
@media only screen and (max-width: 767px) {
  .p-fac__point .wrp_point .wrp_txt {
    width: 57.1428571429%;
  }
}
.p-fac__point .wrp_point .wrp_txt .txt {
  margin-top: 1.25rem;
  line-height: 1.5;
}
.p-fac .note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.875rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-fac .note {
    width: 89.7435897436%;
  }
}
.p-fac__flex {
  max-width: 1500px;
  margin-top: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.75rem 4%;
}
@media only screen and (max-width: 767px) {
  .p-fac__flex {
    margin-top: 6.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fac__flex .wrp_fac {
    width: 100%;
  }
}
.p-fac__flex .wrp_fac .img {
  position: relative;
  width: 100%;
}
.p-fac__flex .wrp_fac .img span {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-blue);
  padding: 0.375rem;
  border-radius: 0.625rem;
  width: 4.4375rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1200px) {
  .p-fac__flex .wrp_fac .img span {
    font-size: 0.875rem;
  }
}
@media print {
  .p-fac__flex .wrp_fac .img span {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fac__flex .wrp_fac .img span {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fac__flex .wrp_fac .img span {
    font-size: 0.8571428571rem;
  }
}
.p-fac__flex .wrp_fac .img span {
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.p-fac__flex .wrp_fac .img img {
  width: 100%;
  border-radius: 0.625rem;
}
.p-fac__flex .wrp_fac .st {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .p-fac__flex .wrp_fac .st {
    margin-top: 1.25rem;
  }
}
.p-fac__flex .wrp_fac .st::before {
  display: none;
}
.p-fac__flex .wrp_fac .txt {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-fac__flex .wrp_fac .txt {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-fac__flex .wrp_fac .txt {
    text-align: left;
  }
}
.p-fac__flex .wrp_fac .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.9375rem;
}
.p-fac__flex .wrp_fac .tbl {
  margin-top: 0.9375rem;
}
.p-fac__flex .wrp_fac .tbl tr th {
  width: 30%;
}
@media only screen and (min-width: 768px) {
  .p-fac__flex.col2 .wrp_fac {
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fac__flex.col2 .wrp_fac .wrp_txt {
    width: 83.0555555556%;
    margin-inline: auto;
  }
}
@media print {
  .p-fac__flex.col2 .wrp_fac .wrp_txt {
    width: 83.0555555556%;
    margin-inline: auto;
  }
}
.p-fac__flex.col3 {
  margin-top: 8.0625rem;
}
@media only screen and (max-width: 767px) {
  .p-fac__flex.col3 {
    margin-top: 6.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-fac__flex.col3 .wrp_fac {
    width: 30.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .p-fac__flex.col3 .wrp_fac {
    width: 85.7142857143%;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fac__flex.col3 .wrp_fac .wrp_txt {
    width: 87.8260869565%;
    margin-inline: auto;
  }
}
@media print {
  .p-fac__flex.col3 .wrp_fac .wrp_txt {
    width: 87.8260869565%;
    margin-inline: auto;
  }
}

.p-overview {
  position: relative;
  padding: 8.75rem 0;
  border-radius: 5rem;
  background: var(--color-beige);
}
@media only screen and (max-width: 767px) {
  .p-overview {
    padding: 6.25rem 0 5rem;
    border-radius: 2.5rem;
  }
}
.p-overview::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.75rem;
  background: var(--color-white);
  z-index: -1;
}
.p-overview__inner {
  max-width: 900px !important;
}
.p-overview__inner .tbl {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .p-overview__inner .tbl {
    margin-top: 1.875rem;
  }
}
.p-overview__inner .tbl tr th {
  text-align: center;
  width: 26.6666666667%;
  border-top: 1px solid var(--color-blue);
}
@media only screen and (max-width: 767px) {
  .p-overview__inner .tbl tr th {
    width: 40%;
  }
}
.p-overview__inner .tbl tr td {
  border-top: 1px solid #C0B7A9;
}
.p-overview__inner .tbl tr:last-child th {
  border-bottom: 1px solid var(--color-blue);
}
.p-overview__inner .tbl tr:last-child td {
  border-bottom: 1px solid #C0B7A9;
}