@charset "utf-8";

.low__item2Title {
  margin-bottom: 60px;
}
.onsen-sauna .rooms__subFv {
  margin-bottom: 103px;
}
.onsen-sauna__inner {
  width: calc(100% - 20px);
  max-width: 1025px;
  margin: 0 auto 0 0;
}
.onsen-sauna__wrap {
  border-top: 1px solid #cbcbcb;
}

/* concept */
.concept {
  padding-top: 41px;
  padding-bottom: 119px;
}
.concept .low__subText {
  margin-bottom: 40px;
}
.concept img,
.ssog img {
  margin-bottom: 45px;
}
.concept .low__subFlex,
.sauna-experience .low__subFlex,
.fbo .low__subFlex,
.ssog .low__subFlex {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 0 0;
  align-items: flex-start;
}
.ssog .low__subFlex {
  max-width: 870px;
}
.concept .low__subLft,
.sauna-experience .low__subLft,
.fbo .low__subLft,
.ssog .low__subLft {
  width: 230px;
  padding-top: 5px;
}
.concept .low__subRgt,
.sauna-experience .low__subRgt,
.fbo .low__subRgt,
.ssog .low__subRgt {
  width: calc(100% - 230px);
  max-width: 330px;
}
.ssog .low__subRgt {
  max-width: 550px;
}

/* sauna-experience */
.sauna-experience {
  padding-top: 41px;
  padding-bottom: 195px;
  border-top: 1px solid #cbcbcb;
}
.sauna-experience__mainImg {
  margin-bottom: 19px;
}
.sauna-experience__text {
  margin-bottom: 108px;
}

.sauna-experience__list {
  padding-top: 106px;
}
.sauna-experience__item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 70px;
  margin-bottom: 65px;
}
.sauna-experience__item:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
}
.sauna-experience__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sauna-experience__lft {
  width: calc(100% - 365px);
  max-width: 660px;
}
.sauna-experience__rgt {
  width: 365px;
}

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

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

.sauna-experience__listHeading {
  font-size: 13px;
  margin-bottom: 25px;
  line-height: 2.15;
  letter-spacing: 0.05em;
}
.sauna-experience__listHeading2 {
  font-size: 15px;
  margin-bottom: 18px;
  line-height: 1.86;
  letter-spacing: 0.05em;
}
.sauna-experience__listText {
  font-size: 12px;
  line-height: 1.75;
}
.sauna-experience__listText2 {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
  margin-bottom: 40px;
  line-height: 1.75;
}
.sauna-experience__rgt button {
  font-family: "Noto Sans JP", sans-serif;
  width: 119px;
}
.modal01__heading {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.75;
}
.modal01__text {
  font-size: 12px;
  line-height: 1.75;
}
.modal01__text:not(:last-child) {
  margin-bottom: 6px;
}

/* fbo */
.fbo {
  padding-top: 41px;
  border-top: 1px solid #cbcbcb;
}
.fbo .low__subText {
  margin-bottom: 40px;
  padding-top: 40px;
}
.fbo button {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  width: 139px;
}
#modal-sauna.iziModal {
  max-width: 985px !important;
}
#modal-sauna .sauna-experience__list,
.modal__main {
  width: 100%;
  max-width: 659px;
  padding-top: 0;
  margin: 0 auto;
}
#modal-sauna .sauna-experience__item {
  display: block;
  padding-bottom: 0;
  margin-bottom: 95px;
}
#modal-sauna .sauna-experience__item:not(:last-child) {
  border-bottom: none;
}
#modal-sauna .sauna-experience__item:last-child {
  margin-bottom: 0;
}
#modal-sauna .sauna-experience__rgt {
  width: 100%;
}
#modal-sauna .sauna-experience__lft {
  width: 100%;
  max-width: 100%;
}
#modal-sauna .sauna-experience__listHeading {
  margin-bottom: 15px;
}
#modal-sauna .sauna-experience__listText {
  /* font-family: "Noto Sans JP", sans-serif; */
  font-weight: 400;
  margin-bottom: 13px;
}
.sauna__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.sauna__list.block {
  display: block;
}
.sauna__item {
  font-size: 12px;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-weight: 400;
  width: 48.5%;
  line-height: 1.58;
}
.sauna__list.block .sauna__item {
  width: 100%;
}

/* sauna-experience */
.ssog {
  padding-top: 41px;
  border-top: 1px solid #cbcbcb;
}

.ssog__movie {
  width: 100%;
  margin-bottom: 45px;
}
.ssog__movie video {
  width: 100%;
}

.onsen__customer {
  padding-top: 67px;
}
.onsen__customerBox:not(:last-child) {
  margin-bottom: 50px;
}
.onsen__customerCaption {
  font-size: 13px;
  /* font-family: "Noto Sans JP", sans-serif; */
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 14px;
  line-height: 2;
}
.onsen__customerList {
  width: 100%;
  padding-top: 22px;
  border-top: 1px solid #cbcbcb;
}
.onsen__customerItem {
  padding-bottom: 23px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
}
.onsen__customerItem:not(:last-child) {
  margin-bottom: 23px;
}
.onsen__customerText {
  font-weight: 700;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-size: 12px;
  width: 120px;
}
.onsen__customerText2 {
  width: calc(100% - 120px);
  max-width: 100%;
}
.onsen__customerText--lrg,
.onsen__customerText--sml {
  /* font-family: "Noto Sans JP", sans-serif; */
  display: block;
}
.onsen__customerText--lrg {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
.onsen__customerText--sml {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75;
}
.onsen__customerText--sml.pdt {
  padding-top: 14px;
}
.onsen__customerText--sml.mgb {
  margin-bottom: 6px;
}
.onsen__customerText--sml.weight--regular {
  font-weight: 400;
}

.modal__main {
  margin-bottom: 70px;
}
.modal__main-customerList {
  width: 100%;
  padding-top: 50px;
}
.modal__main-customerItem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal__main-customerItem:not(:last-child) {
  margin-bottom: 23px;
}
.modal__main-customerText,
.modal__main-customerText2 {
  font-size: 13px;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-weight: 400;
  line-height: 2.21;
}
.modal__main-customerText {
  font-weight: 600;
  width: 120px;
}
.modal__main-customerText2 {
  width: calc(100% - 120px);
  max-width: 100%;
}

@media screen and (max-width: 1080px) {
  .sauna-experience__item {
    display: block;
  }
  .sauna-experience__lft {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
  #modal-sauna .sauna-experience__lft {
    margin-bottom: 0;
  }
  .sauna-experience__rgt {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .concept .low__subLft,
  .sauna-experience .low__subLft,
  .fbo .low__subLft,
  .ssog .low__subLft {
    width: 100%;
    padding-top: 0;
    margin-bottom: 36px;
  }
  .concept .low__subRgt,
  .sauna-experience .low__subRgt,
  .fbo .low__subRgt,
  .ssog .low__subRgt {
    width: 100%;
    max-width: 100%;
  }
}

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

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

  .sauna__list {
    display: block;
  }
  .sauna__item {
    width: 100%;
  }

  .onsen__customerItem {
    display: block;
  }
  .onsen__customerText {
    width: 100%;
    margin-bottom: 13px;
  }
  .onsen__customerText2 {
    width: 100%;
  }

  .modal__main-customerItem {
    display: block;
  }
  .modal__main-customerText {
    width: 100%;
  }
  .modal__main-customerText2 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 480px) {
}
