@charset "utf-8";
.facility .rooms__subFv {
  margin-bottom: 103px;
}
.facility__inner {
  width: calc(100% - 20px);
  max-width: 1025px;
  margin: 0 auto 0 0;
}
.facility__wrap {
  border-top: 1px solid #cbcbcb;
}

/* theater-lounge */
.theater-lounge,
.terrace,
.kids-space,
.shop {
  padding-top: 41px;
  padding-bottom: 130px;
  border-top: 1px solid #cbcbcb;
}
.theater-lounge {
  border-top: none;
}
.shop {
  padding-bottom: 0;
}
.theater-lounge .low__subFlex,
.terrace .low__subFlex,
.kids-space .low__subFlex,
.shop .low__subFlex {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 87px 0;
  align-items: flex-start;
}
.shop .low__subFlex {
  margin-bottom: 0;
}
.theater-lounge .low__subLft,
.terrace .low__subLft,
.kids-space .low__subLft,
.shop .low__subLft {
  width: 320px;
  padding-top: 5px;
}
.theater-lounge .low__subRgt,
.terrace .low__subRgt,
.kids-space .low__subRgt,
.shop .low__subRgt {
  width: calc(100% - 320px);
  max-width: 710px;
}

.facility__lft {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.facility__rgt {
  width: 100%;
}

.facility__container,
.facility__swiper {
  position: relative;
}
.facility__container {
  margin-inline: auto;
  max-width: 100%;
}
/* ページネーション */
.facility__container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: auto;
  right: 9px;
  text-align: right;
}
/* ページネーションの余白 */
.facility__container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.facility__container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.facility__container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
/* paginationのデフォルトリセット */
.swiper-pagination-bullet {
  background: none;
  opacity: 1;
}
/* コンテナ */
.circle-pagination {
  position: relative;
  width: 9px;
  height: 9px;
}
/* 中央白丸 */
.circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* SVG */
.progress {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}
.progress circle {
  fill: none;
  stroke-width: 1;
}
/* 外側線 */
.progress-bg {
  stroke: none;
}
/* 回る線 */
.progress-bar {
  fill: none;
  stroke: #fff;
  stroke-width: 1;

  stroke-dasharray: 22;
  stroke-dashoffset: 22;
}
/* プログレス */
.swiper-pagination-bullet-active .progress-bar {
  animation: progress 5s linear forwards;
}
@keyframes progress {
  from {
    stroke-dashoffset: 22;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* 前へ次への矢印カスタマイズ */
.facility__button {
  position: absolute;
  width: 30px;
  right: 15px;
  bottom: -36px;
}
.swiper-button-prev,
.swiper-button-next {
  height: 7px;
  width: 7px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 7px;
  margin: auto;
  width: 7px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url("../imgs/common/slide_arrow_lft.svg");
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url("../imgs/common/slide_arrow_rgt.svg");
}

.facility__informationCaption {
  font-size: 14px;
  padding-top: 19px;
  margin-bottom: 5px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.facility__informationList {
  width: 100%;
  max-width: 429px;
  padding-top: 22px;
  border-top: 1px solid #cbcbcb;
}
.facility__informationItem {
  padding-bottom: 23px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
}
.facility__informationItem:not(:last-child) {
  margin-bottom: 23px;
}
.facility__informationText {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.facility__informationText1 {
  font-weight: 500;
  width: 120px;
}
.facility__informationText2 {
  width: calc(100% - 120px);
  max-width: 495px;
}
.facility__informationText2 span.pdt {
  display: block;
  padding-top: 5px;
}
.facility__informationText2 span.font--sml {
  font-size: 11px;
}
.facility__informationNote {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.75;
}

.facility__artHeading {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.86;
  letter-spacing: 0.05em;
}
.facility__art img {
  width: 100%;
  max-width: 756px;
  margin-bottom: 12px;
}
.facility__artText {
  font-size: 12px;
  line-height: 2.41;
}

/* kids-space */
.kids-space__flex {
  width: 100%;
  max-width: 610px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.kids-space__lft {
  width: calc(100% - 98px);
  max-width: 429px;
}
.kids-space__rgt {
  width: 78px;
  padding-top: 47px;
}

.accordion {
  margin-inline: auto;
  position: relative;
  width: 100%;
}
.accordion-item {
  background-color: #fff;
}
.accordion-title {
  cursor: pointer;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding: 20px 50px 19px 23px;
}
.accordion-content {
  display: none;
  padding: 0 29px;
}
.accordion-content ul {
  padding: 11px 9px 24px;
  border-top: 1px solid #a8a8a8;
}
.accordion-content ul li {
  color: #333;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.66;
  letter-spacing: 0.1em;
}

/* 矢印 */
.accordion-title {
  position: relative;
}
/* 縦線 */
.accordion-title::before {
  background: #c79f62; /* 線の色 */
  content: "";
  height: 1px; /* 線の太さ */
  position: absolute;
  right: 23px;
  top: 50%; /* 線の位置を縦中央に */
  transform: rotate(90deg); /* 線を縦に */
  transition: transform 0.3s ease-in-out;
  width: 8px; /* 線の幅 */
}
/* 横線 */
.accordion-title::after {
  background: #c79f62; /* 線の色 */
  content: "";
  height: 1px; /* 線の太さ */
  position: absolute;
  right: 23px;
  top: 50%; /* 線の位置を縦中央に */
  transition: opacity 0.3s ease-in-out;
  width: 8px; /* 線の幅 */
}
/* 縦線(クリック後) */
.accordion-title.open::before {
  transform: rotate(180deg);
}
/* 横線(クリック後) */
.accordion-title.open::after {
  opacity: 0;
}

@media screen and (max-width: 1080px) {
  .theater-lounge .low__subFlex,
  .terrace .low__subFlex,
  .kids-space .low__subFlex,
  .shop .low__subFlex {
    display: block;
  }
  .facility__lft {
    margin-bottom: 30px;
  }
  .facility .low__subLft {
    width: 100%;
    padding-top: 0;
    margin-bottom: 36px;
  }
  .facility .low__subRgt {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .facility__inner {
    width: 100%;
    margin: 0 auto;
  }
  .facility__wrap {
    width: calc(100% - 40px);
    max-width: 73.333vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .facility__wrap {
    max-width: 100%;
  }

  .facility__informationItem {
    display: block;
  }
  .facility__informationText1 {
    width: 100%;
  }
  .facility__informationText2 {
    width: 100%;
    max-width: 100%;
  }

  /* .kids-space__flex{
		display: block;
	}
	.kids-space__lft {
    width: 100%;
    max-width: 100%;
}
.kids-space__rgt {
	width: 78px;
	padding-top: 0;
} */
}
