@charset "utf-8";
.low .margin {
  padding-bottom: 84px;
}
.family .rooms__subFv {
  margin-bottom: 103px;
}
.family__inner {
  width: calc(100% - 20px);
  max-width: 1025px;
  margin: 0 auto 0 0;
}
.family__wrap {
  border-top: 1px solid #cbcbcb;
}
.btn__wrap {
  padding-top: 40px;
}

.baby .btn--type02 {
  max-width: 100%;
}

/* play */
.play,
.dm,
.baby,
.family-room {
  padding-top: 41px;
  padding-bottom: 130px;
}
.play {
  border-top: none;
}
.dm,
.baby,
.family-room {
  border-top: 1px solid #cbcbcb;
}
.family-room {
  padding-bottom: 0;
}
.play .low__subFlex,
.dm .low__subFlex,
.baby .low__subFlex,
.family-room .low__subFlex {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0 0;
  align-items: flex-start;
}
.play .low__subLft,
.dm .low__subLft,
.baby .low__subLft,
.family-room .low__subLft {
  width: 320px;
  padding-top: 5px;
}
.play .low__subRgt,
.dm .low__subRgt,
.baby .low__subRgt,
.family-room .low__subRgt {
  width: calc(100% - 320px);
  max-width: 710px;
}

.family__lft {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.family__rgt {
  width: 100%;
}

.family__container,
.family__swiper {
  position: relative;
}
.family__container {
  margin-inline: auto;
  max-width: 100%;
}
/* ページネーション */
.family__container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: auto;
  right: 9px;
  text-align: right;
}
/* ページネーションの余白 */
.family__container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.family__container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.family__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;
  }
}

/* 前へ次への矢印カスタマイズ */
.family__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");
}

.family__informationCaption {
  font-size: 14px;
  padding-top: 19px;
  margin-bottom: 5px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.family__informationList {
  width: 100%;
  max-width: 429px;
  padding-top: 22px;
  border-top: 1px solid #cbcbcb;
}
.family__informationItem {
  padding-bottom: 23px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
}
.family__informationItem:not(:last-child) {
  margin-bottom: 23px;
}
.family__informationText {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.family__informationText1 {
  font-weight: 500;
  width: 120px;
}
.family__informationText2 {
  width: calc(100% - 120px);
  max-width: 495px;
}
.family__informationText2 span.pdt {
  display: block;
  padding-top: 5px;
}
.family__informationText2 span.font--sml {
  font-size: 11px;
}
.family__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;
}

.family__bottomText {
  padding-top: 223px;
}

@media screen and (max-width: 1080px) {
  .family .low__subFlex {
    display: block;
  }
  .family__lft {
    margin-bottom: 30px;
  }
  .family .low__subLft {
    width: 100%;
    padding-top: 0;
    margin-bottom: 36px;
  }
  .family .low__subRgt {
    width: 100%;
    max-width: 100%;
  }
}

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

  .family__bottomText {
    padding-top: 130px;
  }
}

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

  .family__informationItem {
    display: block;
  }
  .family__informationText1 {
    width: 100%;
  }
  .family__informationText2 {
    width: 100%;
    max-width: 100%;
  }
}
