@charset "UTF-8";
/* CSS Document */
body {
  background-color: #111;
}
.hero_image_sauna {
  background-image: url("../images/15_sauna/top_pc.jpg");
  width: 100%;
  height: calc(100vh - 50px);
  background-size: cover;
  background-position: bottom;
}
.hero_image_sauna_filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  height: calc(100vh - 50px);
  width: 100%;
}
.hero_image_sauna h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 5.5rem;
  letter-spacing: 1em;
  padding-left: 1em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 599px) {
  .hero_image_sauna h2 {
    font-size: 3.5rem;
    letter-spacing: 1em;
  }
  .hero_image_sauna {
    background-image: url("../images/15_sauna/top_pc.jpg");
    width: 100%;
    height: calc(100vh - 50px);
    background-size: cover;
    background-position: center;
  }

  .section_top h3 {
    font-size: 2rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.2rem !important;
    margin: 40px 0 40px !important;
  }
  .section_top p {
    text-align: left !important;
    font-size: 1.6rem !important;
    width: 100% !important;
    line-height: 2.2rem !important;
    font-weight: 100 !important;
    margin-bottom: 60px !important;
  }
  .ga_sp_none {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .hero_image_sauna h2 {
    font-size: 5rem;
  }
  .section_top img {
    width: 100% !important;
  }
  .hero_image_sauna {
    background-image: url("../images/15_sauna/top_pc.jpg");
    width: 100%;
    height: calc(100vh - 50px);
    background-size: cover;
    background-position: center;
  }
  .section_top h3 {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.2rem !important;
    margin: 40px 0 40px !important;
  }
  .section_top p {
    text-align: left !important;
    font-size: 1.8rem !important;
    width: 100% !important;
    line-height: 3rem !important;
    font-weight: 100 !important;
    margin-bottom: 60px !important;
  }
}
/*-------------------------------------トップ終わり-----------------------------------------------------------------------*/
.section_top h3 {
  font-size: 2.6rem;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1.5rem;
  margin: 60px 0 40px;
}

.section_top p {
  font-size: 1.8rem;
  line-height: 4rem;
  margin-bottom: 70px;
  text-align: left;
}
.section_top img {
  width: 100%;
}
/*特徴-----------------------------------------------------------------------------------------------------*/
.section_sauna-feature h3 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5rem;
  padding-left: 1.5rem;
  margin: 100px 0 40px 0;
}
.feature_grid_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_grid_block {
  width: 30%;
  margin-bottom: 40px;
  list-style: none;
}
.feature_grid_block img {
  width: 100%;
  margin-bottom: 20px;
}
.feature_grid_block h4 {
  text-align: left;
  margin-bottom: 20px;
}
.feature_grid_block p {
  text-align: left;
}
/*サウナ特徴コピペ--------------------------------------------------------------------------------------------------------------------------------*/
.sauna-feature-block {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 16px;
  margin: 10px;
  max-width: 310px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  margin-top: 40px;
}

.sauna-feature-block * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sauna-feature-block img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.sauna-feature-block figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.sauna-feature-block figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #222;
  opacity: 0.8;
  z-index: -1;
}

.sauna-feature-block .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.sauna-feature-block .date span {
  display: block;
  line-height: 14px;
}

.sauna-feature-block .date .month {
  font-size: 11px;
}

.sauna-feature-block h3,
.sauna-feature-block p {
  margin: 0;
  padding: 0;
}

.sauna-feature-block h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.sauna-feature-block h4 {
  font-weight: 900 !important;
  letter-spacing: 0.8rem;
  margin-top: -10px;
}

.sauna-feature-block p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.sauna-feature-block a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.sauna-feature-block-p {
  font-size: 1.4rem !important;
  margin-top: 15px !important;
  margin-bottom: -10px !important;
}

.sauna-feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sauna-attention {
  font-size: 1.4rem;
  margin-top: 15px;
}

@media (max-width: 599px) {
  .sauna-feature-grid {
    display: block;
  }
  .sauna-feature-block {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 16px;
    max-width: 310px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .section_sauna-feature h3 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
    margin: 60px 0 40px 0;
  }
}

/*フロアマップ----------------------------------------------------------------------------------------------------*/
.section_floor-map h3 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5rem;
  padding-left: 1.5rem;
  margin: 100px 0 80px 0;
}
.section_floor-map img {
  width: 70%;
}
/*フローコピペ--------------------------------------------------------------------------------------------------*/
.section_sauna-flow h3 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5rem;
  padding-left: 1.5rem;
  margin: 100px 0 80px 0;
}
body
  .progress_inner
  #step-1:checked
  + input
  + input
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_base,
body .progress_inner #step-5:checked + div + div + div + div > .box_base,
body
  .progress_inner
  #step-4:checked
  + input
  + div
  + div
  + div
  + div
  > .box_base,
body
  .progress_inner
  #step-3:checked
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_base,
body
  .progress_inner
  #step-2:checked
  + input
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_base {
  top: 50%;
  left: 0px;
  opacity: 1;
}
body
  .progress_inner
  #step-1:checked
  + input
  + input
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_item,
body .progress_inner #step-5:checked + div + div + div + div > .box_item,
body
  .progress_inner
  #step-4:checked
  + input
  + div
  + div
  + div
  + div
  > .box_item,
body
  .progress_inner
  #step-3:checked
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_item,
body
  .progress_inner
  #step-2:checked
  + input
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_item {
  top: -30px;
  left: 0px;
  opacity: 0;
}

body
  .progress_inner
  #step-2:checked
  + input
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_lid,
body .progress_inner #step-5:checked + div + div + div + div > .box_lid,
body
  .progress_inner
  #step-4:checked
  + input
  + div
  + div
  + div
  + div
  > .box_lid {
  top: -20px;
  left: 0px;
  opacity: 0;
}
body
  .progress_inner
  #step-2:checked
  + input
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_item,
body .progress_inner #step-5:checked + div + div + div + div > .box_item,
body
  .progress_inner
  #step-4:checked
  + input
  + div
  + div
  + div
  + div
  > .box_item {
  top: -10px;
  left: 0px;
  opacity: 1;
}

body
  .progress_inner
  #step-3:checked
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_item,
body .progress_inner #step-5:checked + div + div + div + div > .box_item,
body
  .progress_inner
  #step-4:checked
  + input
  + div
  + div
  + div
  + div
  > .box_item {
  top: 10px;
  left: 0px;
  opacity: 1;
}
body
  .progress_inner
  #step-3:checked
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_lid,
body .progress_inner #step-5:checked + div + div + div + div > .box_lid,
body
  .progress_inner
  #step-4:checked
  + input
  + div
  + div
  + div
  + div
  > .box_lid {
  top: -1px;
  left: 0px;
  opacity: 1;
}
body
  .progress_inner
  #step-3:checked
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_ribbon,
body .progress_inner #step-5:checked + div + div + div + div > .box_ribbon,
body
  .progress_inner
  #step-4:checked
  + input
  + div
  + div
  + div
  + div
  > .box_ribbon {
  top: 70%;
  left: 0px;
  opacity: 0;
}
body
  .progress_inner
  #step-3:checked
  + input
  + input
  + div
  + div
  + div
  + div
  > .box_bow,
body .progress_inner #step-5:checked + div + div + div + div > .box_bow,
body
  .progress_inner
  #step-4:checked
  + input
  + div
  + div
  + div
  + div
  > .box_bow {
  top: 0px;
  left: 0px;
  opacity: 0;
}

body
  .progress_inner
  #step-4:checked
  + input
  + div
  + div
  + div
  + div
  > .box_ribbon,
body .progress_inner #step-5:checked + div + div + div + div > .box_ribbon {
  top: 50%;
  left: 0px;
  opacity: 1;
}
body .progress_inner #step-4:checked + input + div + div + div + div > .box_bow,
body .progress_inner #step-5:checked + div + div + div + div > .box_bow {
  top: -10px;
  left: 0px;
  opacity: 1;
}

body .progress_inner #step-5:checked + div + div + div + div > .box_tag {
  top: 10px;
  left: 20px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_string {
  top: 10px;
  left: 20px;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

body .progress_inner__status .box_string,
body .progress_inner__status .box_tag,
body .progress_inner__status .box_bow__right,
body .progress_inner__status .box_bow__left,
body .progress_inner__status .box_bow,
body .progress_inner__status .box_ribbon,
body .progress_inner__status .box_item,
body .progress_inner__status .box_base,
body .progress_inner,
body .progress_inner__step:before {
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

body .progress_inner__bar--set,
body .progress_inner__bar {
  height: 6px;
  left: 10%;
  background: repeating-linear-gradient(
    45deg,
    #ffbe00,
    #ffbb22 4px,
    #ffbb33 4px,
    #ffbb88 10px
  );
  transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  width: 0;
  position: absolute;
  z-index: -1;
  margin-top: 16px !important;
}

body .progress_inner__step:before {
  color: #fff;
  background: #111;
  line-height: 30px;
  border: 1px solid #fff;
  font-size: 12px;
  top: 3px;
  transition: all 0.4s;
  cursor: pointer;
  pointer-events: none;
  padding: 15px;
}

body .progress_inner__step {
  width: 20%;
  font-size: 14px;
  padding: 0 10px;
  transition: all 0.4s;
  float: left;
  text-align: center;
  position: relative;
}
body .progress_inner__step label {
  padding-top: 50px;
  top: -20px;
  display: block;
  position: relative;
  cursor: pointer;
}
body .progress_inner__step:hover {
  color: white;
}
body .progress_inner__step:hover:before {
  color: white;
  background: #ffbe00;
}

body .progress_inner {
  width: 100%;
}
body .progress_inner #step-5:checked + div {
  width: 80%;
}
body .progress_inner #step-5:checked + div + div + div > .tab:nth-of-type(5) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-5:checked + div + div + div + div {
  right: 10%;
}
body .progress_inner #step-4:checked + input + div {
  width: 60%;
}
body
  .progress_inner
  #step-4:checked
  + input
  + div
  + div
  + div
  > .tab:nth-of-type(4) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-4:checked + input + div + div + div + div {
  right: 30%;
}
body .progress_inner #step-3:checked + input + input + div {
  width: 40%;
}
body
  .progress_inner
  #step-3:checked
  + input
  + input
  + div
  + div
  + div
  > .tab:nth-of-type(3) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-3:checked + input + input + div + div + div + div {
  right: 50%;
}
body .progress_inner #step-2:checked + input + input + input + div {
  width: 20%;
}
body
  .progress_inner
  #step-2:checked
  + input
  + input
  + input
  + div
  + div
  + div
  > .tab:nth-of-type(2) {
  opacity: 1;
  top: 0;
}
body
  .progress_inner
  #step-2:checked
  + input
  + input
  + input
  + div
  + div
  + div
  + div {
  right: 70%;
}
body .progress_inner #step-1:checked + input + input + input + input + div {
  width: 0%;
}
body
  .progress_inner
  #step-1:checked
  + input
  + input
  + input
  + input
  + div
  + div
  + div
  > .tab:nth-of-type(1) {
  opacity: 1;
  top: 0;
}
body
  .progress_inner
  #step-1:checked
  + input
  + input
  + input
  + input
  + div
  + div
  + div
  + div {
  right: 90%;
}
body .progress_inner__step:nth-of-type(1):before {
  content: "1";
}
body .progress_inner__step:nth-of-type(2):before {
  content: "2";
}
body .progress_inner__step:nth-of-type(3):before {
  content: "3";
}
body .progress_inner__step:nth-of-type(4):before {
  content: "4";
}
body .progress_inner__step:nth-of-type(5):before {
  content: "5";
}
body .progress_inner__bar--set {
  width: 80%;
  top: -6px;
  background: #fff;
  position: absolute;
  z-index: -2;
  margin-top: 22px !important;
}
body .progress_inner__tabs .tab {
  opacity: 0;
  position: absolute;
  top: 40px;
  text-align: center;
  margin-top: 80px;
  padding: 0 30px;
  border-radius: 10px;
  transition: all 0.2s;
}
body .progress_inner__tabs .tab h1 {
  margin: 0;
}
body .progress_inner__tabs .tab p {
  font-weight: 400;
  opacity: 100;
}
body .progress_inner__status {
  width: 40px;
  height: 40px;
  top: -80px;
  transition: right 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transform: translateX(50%);
  position: absolute;
}
body .progress_inner__status div {
  opacity: 0;
  transition: all 600ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transition-delay: 300ms;
}
body .progress_inner__status div {
  position: absolute;
}
body .progress_inner__status .box_base {
  background: repeating-linear-gradient(
    45deg,
    #986c5d,
    #986c5d 2px,
    #775144 2px,
    #775144 4px
  );
  width: 36px;
  height: 40px;
  z-index: 1;
  border-radius: 1px;
}
body .progress_inner__status .box_lid {
  width: 40px;
  height: 13.3333333333px;
  background: #775144;
  z-index: 2;
  border-radius: 1px;
  top: 0;
}
body .progress_inner__status .box_item {
  width: 20px;
  height: 20px;
  background: #be69d2;
  z-index: 0;
  border-radius: 4px;
  transform: rotate(45deg);
}
body .progress_inner__status .box_ribbon {
  width: 10px;
  height: 42px;
  background: #ee0f29;
  z-index: 4;
  border-radius: 1px;
}

body .progress_inner__status .box_bow {
  top: -6px;
  z-index: 1;
  transition-delay: 500ms;
}
body .progress_inner__status .box_bow__left {
  left: 6px;
  transform: rotate(45deg);
}
body .progress_inner__status .box_bow__right {
  left: -4px;
  transform: rotate(-45deg);
}
body .progress_inner__status .box_tag {
  width: 20px;
  height: 10px;
  background: #487ac7;
  z-index: 4;
  transform: rotate(-10deg) translateX(-40px) translateY(0px);
  border-radius: 2px;
  transition-delay: 500ms;
}
body .progress_inner__status .box_string {
  width: 17px;
  height: 2px;
  background: #343434;
  z-index: 4;
  transform: rotate(-39deg) translateX(-22px) translateY(-12px);
}
body .progress_inner input[type="radio"] {
  display: none;
}
.tab h1 {
  margin: 40px auto 20px auto !important;
  font-size: 1.8rem;
  letter-spacing: 1.5rem;
  text-align: left;
}
.tab p {
  text-align: left;
}

.sauna-tab-p {
  color: #fff;
  opacity: 100 !important;
  line-height: 3.5rem;
}

/*プラン--------------------------------------------------------------------------------------------*/
.section_sauna-plan h3 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5rem;
  padding-left: 1.5rem;
  margin: 100px 0 40px 0;
}
.sauna-plan-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sauna-plan-grid-standard,
.sauna-plan-grid-dormitory {
  width: 45%;
  list-style: none;
}
.sauna-plan-grid img {
  width: 100%;
}
.sauna-plan-grid h4 {
  font-family: futura-pt, sans-serif;
  text-align: left;
  font-size: 1.8rem;
  margin: 20px 0;
  letter-spacing: 0.7rem;
  font-weight: 100;
}
.sauna-plan-price {
  text-align: right;
  font-size: 1.8rem;
  letter-spacing: 0.8rem;
  margin: -10px 0;
}
.sauna-plan-text {
  text-align: left;
  margin: 20px 0;
  line-height: 3rem;
}
.reservation_button_left {
  display: block;
  text-align: right;
}
.timeline {
  display: none;
}
@media (max-width: 599px) {
  .section_sauna-flow h3 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
    margin: 60px 0 60px 0;
  }
  .timeline {
    display: block;
  }

  /*タイムライン全体の設定*/
  .timeline {
    max-width: 400px;
    width: 100%;
    margin: 50px auto;
    padding: 0 30px;
  }

  .timeline li {
    /*線の起点とするためrelativeを設定*/
    position: relative;
    list-style: none;
    padding: 0 0 20px 0;
  }

  .timeline dl {
    margin: 0 0 20px 3em;
  }

  /*絶対配置で線を設定*/
  .border-line {
    /*線の位置*/
    position: absolute;
    left: 0.2em;
    top: 0;
    width: 2px; /*線の太さ*/
    height: 0; /*はじめは高さを0に*/
    background: #ffbe00;
  }

  /*タイムラインの見出し横の丸の位置と形状*/
  .timeline li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ffffff;
  }
  .timeline dt {
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
    margin: 10px 0;
  }
  .timeline dd {
    text-align: left;

    font-size: 1.6rem;
    font-weight: 100;
  }

  .section_sauna-plan h3 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
    margin: 60px 0 40px 0;
  }
  .progress {
    display: none;
  }
  .progress_inner__step label {
    display: none !important;
  }
  .sauna-plan-grid {
    display: block;
  }
  .sauna-plan-grid-standard {
    width: 100%;
  }
  .sauna-plan-grid-dormitory {
    width: 100%;
    margin-top: 60px;
  }
  .section_floor-map h3 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
    margin: 60px 0 40px 0;
  }
}

/*アテンション------------------------------------------------------------------------------------------------------------------------------------------------*/
.section_sauna_about h3 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5rem;
  margin: 700px 0 80px 0;
  padding-left: 1.5rem;
}

.section_sauna_about ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.section_sauna_about li {
  width: 50%;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 40px;
}
.section_sauna_about h5 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.section_sauna_about p {
  margin-bottom: 10px;
  line-height: 4rem;
  padding: 0 20px;
}
.section_sauna_about img {
  width: 50%;
}
.section_sauna_about p {
  line-height: 2rem;
}
#reservation_button_large_2 {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 200px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  background-color: #ffbe00;
}
@media (max-width: 599px) {
  .section_sauna_about h3 {
    letter-spacing: 1.5rem;
    margin: 60px 0 40px 0;
  }
  .section_sauna_about ul {
    display: block;
  }
  .section_sauna_about p {
    margin-bottom: 0px;
    line-height: 2rem;
    padding: 0 20px;
    font-size: 1.6rem;
  }
  .section_sauna_about li {
    padding-left: 0px;
  }
  .section_sauna_about h5 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .section_sauna_about li {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .sauna-attention {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .section_sauna_about li {
    width: 50%;
    text-align: left;
    margin-bottom: 40px;
  }
  .section_sauna_about h3 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.2rem;
    margin: 630px 0 80px 0;
  }
}

/*アフターサウナ--------------------------------------------------------------------------------------------*/
.section_after-sauna h3 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5rem;
  padding-left: 1.5rem;
  margin: 100px 0 80px 0;
}
.after-sauna-title {
  font-size: 2.6rem;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1.5rem;
  margin: 60px 0 40px;
}
.section_after-sauna p {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 40px;
  text-align: left;
}
.section_after_sauna_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 40px;
}
.section_after_sauna_block {
  width: 30%;
  list-style: none;
}
.section_after_sauna_block img {
  width: 100%;
}
@media (max-width: 599px) {
  .section_after-sauna h3 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
    margin: 60px 0 40px 0;
  }
  .after-sauna-title {
    font-size: 2rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin: 40px 0 40px;
  }
  .sauna-attention {
    font-size: 1.4rem !important;
  }
  .section_after-sauna p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 60px;
    text-align: left;
  }
  .section_after_sauna_grid {
    display: block;
  }
  .section_after_sauna_block {
    width: 100%;
    list-style: none;
  }
  .section_after_sauna_block img {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .after-sauna-title {
    font-size: 2.2rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin: 40px 0 40px;
  }
}

/*　枠線＋テキストが出現 ------------------------------------------------------------------　*/

.lineText {
  position: relative; /*テキストの基点となる位置を定義*/
}

/*線の設定*/
.lineText span.mask {
  position: relative;
  display: block; /*画像をくくるspanタグをブロック要素にする*/
  line-height: 0; /*行の高さを0にする*/
  z-index: 999;
}

.lineText span.mask::before,
.lineText span.mask::after {
  position: absolute;
  top: 4%;
  right: 2.5%;
  bottom: 4%;
  left: 2.5%;
  z-index: 999;
  content: "";
  opacity: 0;
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.lineText span.mask::before {
  border-top: 1px solid #fff; /*枠線の色と太さを変更したい場合はこの数値を変更*/
  border-bottom: 1px solid #fff; /*枠線の色と太さを変更したい場合はこの数値を変更*/
  transform: scale(0, 1);
  z-index: 999;
}

.lineText span.mask::after {
  border-right: 1px solid #fff; /*枠線の色と太さを変更したい場合はこの数値を変更*/
  border-left: 1px solid #fff; /*枠線の色と太さを変更したい場合はこの数値を変更*/
  transform: scale(1, 0);
  z-index: 999;
}

.lineText:hover span.mask::before,
.lineText:hover span.mask::after {
  /*hoverした時の変化*/
  opacity: 1;
  transform: scale(1);
  z-index: 999;
}

/*中央テキスト*/
.lineText span.cap {
  opacity: 0;
  transition: 0.5s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; /*テキストの色を変えたい場合はここを修正*/
  line-height: 1.5; /*行の高さを1.5にする*/
  z-index: 999;
}

.lineText:hover span.cap {
  /*hoverした時の変化*/
  opacity: 1;
  z-index: 999;
}
.lineText span:hover {
  opacity: 1;
}
.lineText span:hover img {
  opacity: 0.5;
}
.lineText span img {
  transition: opacity 2s;
}

/*グッズ--------------------------------------------------------------------------------------------*/
.section_sauna-goods h3 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5rem;
  padding-left: 1.5rem;
  margin: 100px 0 80px 0;
}
.sauna-goods-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sauna-goods-block {
  width: 30%;
  list-style: none;
  padding: 0 20px;
}
.sauna-goods-block img {
  width: 100%;
}
.sauna-goods-block h6 {
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.7rem;
  margin: 10px 0;
}
.sauna-goods-block p {
  text-align: right;
  margin: 10px 0 30px 0;
}

.pushcircle_02 {
  /*周囲の線の起点とするためrelativeを指定*/
  position: relative;
  /*円の形状*/
  width: 30%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  background: #febe00;
  color: #fff;
  text-decoration: none;
  outline: none;
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  margin: 50px auto 0 auto;
}
@media (max-width: 599px) {
  .pushcircle_02 {
    /*周囲の線の起点とするためrelativeを指定*/
    position: relative;
    /*円の形状*/
    width: 60%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    background: #febe00;
    color: #fff;
    text-decoration: none;
    outline: none;
    /*天地中央にテキストを配置*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    margin: 50px auto 0 auto;
  }
  .section_sauna-goods h3 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
    margin: 60px 0 40px 0;
  }
  .sauna-goods-grid {
    display: block;
  }
  .sauna-goods-block {
    width: 100%;
    list-style: none;
    padding: 0 20px;
  }
  .lineText:hover span.mask::before,
  .lineText:hover span.mask::after {
    /*hoverした時の変化*/
    opacity: 1;
    transform: scale(1);
    z-index: 999;
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .pushcircle_02 {
    /*周囲の線の起点とするためrelativeを指定*/
    position: relative;
    /*円の形状*/
    width: 60%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    background: #febe00;
    color: #fff;
    text-decoration: none;
    outline: none;
    /*天地中央にテキストを配置*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    margin: 50px auto 0 auto;
  }
}

/*内側の線*/
.pushcircle_02:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*線の形状*/
  width: 85%;
  height: 85%;
  border: 2px solid #febe00;
  transform: translate(-50%, -50%) scale(1.1);
  /*アニメーションの指定*/
  transition: 0.3s ease;
}

/*hoverをしたら枠線が小さくなる*/
.pushcircle_02:hover:after {
  transform: translate(-50%, -50%) scale(1);
  border-color: #fff;
}

.photo-grid-container {
  column-count: 5;
  column-width: 300px;
}
.photo-grid-item {
  margin: 0 auto 15px;
  max-width: 400px;
  width: 100%;
}
.photo-grid-item img {
  width: 100%;
}
.sauna-gallery {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5rem;
  padding-left: 1.5rem;
  margin: 100px 0 80px 0;
}
/*アメニティ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.section_amenity h3 {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5rem;
  margin: 100px 0 40px 0;
}
.section_amenity h4 {
  text-align: left;
  font-size: 2rem;
  margin: 40px 0;
  letter-spacing: 0.2rem;
}
.room_amenity,
.room_equipment,
.room_rental_product {
  display: flex;
  flex-wrap: wrap;
}
.room_amenity li,
.room_equipment li,
.room_rental_product li {
  list-style: none;
  text-align: left;
  padding: 10px;
}
