@charset "UTF-8";

/*----------------------------------------
  家族風呂予約ページ
-----------------------------------------*/
#reserve-mv {
  position: relative;
  margin-top: 8rem;
}

.reserve-mv__img {
  width: 100%;
}

.reserve-mv__img::before {
  background: rgba(66, 66, 66, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}

.reserve__heading {
  position: absolute;
  bottom: 30.27%;
  left: 124px;
  color: var(--whiteColor);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
}

.reserve__heading-1 {
  font-size: var(--font18);
  line-height: normal;
  letter-spacing: 5.4px;
}

.reserve__heading-2 {
  font-size: var(--font26);
  line-height: normal;
  letter-spacing: 7.8px;
}

.reserve-mv__bg1 {
  width: 5.56%;
  height: auto;
  position: absolute;
  top: 30%;
  left: 50px;
}

.reserve-mv__bg2 {
  width: 8.2%;
  height: auto;
  position: absolute;
  bottom: 9.44%;
  left: 465px;
}

#reserve-body {
  margin-top: 64px;
  margin-bottom: 170px;
  position: relative;
}

.reserve-body__bg1 {
  width: 19.1666%;
  min-height: 80px;
  position: absolute;
  left: 0;
  top: 95.5px;
  z-index: -5;
}
.reserve-body__bg2 {
  width: 23.8888%;
  height: 108px;
  position: absolute;
  right: 0;
  top: 153.5px;
  z-index: -5;
}

.reserve-body__bg1 img,
.reserve-body__bg2 img {
  width: 100%;
  height: 100%;
}

.reserve__inner {
  color: var(--taxtColor);
  padding-inline: 25px;
  max-width: 1140px;
  margin-inline: auto;
}

.reserve-body__heading {
  text-align: center;
}
.reserve-body__heading h2 {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 6.6px;
  position: relative;
}

.reserve-body__heading p {
  font-family: "Zen Kaku Gothic New";
  margin-top: 64px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
  letter-spacing: 1.4px;
}

.reserve__explanation {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.reserve__explanation-img {
  width: 46%;
  height: auto;
}
.reserve__explanation-img img {
  width: 100%;
  border-radius: 10px;
}

.reserve__explanation-body {
  width: 50%;
}

.reserve__explanation-body h3 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 7.8px;
}
.reserve__explanation-body p {
  margin-top: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
  letter-spacing: 1.4px;
}
.reserve__explanation-body p span {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.2px;
}

.reserve__process {
  margin-top: 64px;
  padding-inline: 50px;
  display: flex;
  flex-direction: column;
  gap: 59px;
}

.reserve__process__content {
  padding-left: 14.5px;
  position: relative;
}

.reserve__process__content::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 83%;
  left: -1px;
  top: 14px;
  background-color: var(--mainColor);
}
.reserve__process__content:nth-child(3)::before {
  height: 95%;
}

.reserve__process__content::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 10px;
  left: -5.5px;
  background-color: var(--mainColor);
  z-index: 2;
}

.reserve__process-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3.2px;
}

.reserve__process-text {
  margin-top: 8px;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
  letter-spacing: 1.4px;
}

.reserve__tel-info {
  margin-top: 64px;
  text-align: center;
}

.reserve__tel-info-text {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
  letter-spacing: 1.4px;
}

.reserve__tel-info_btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.reserve__tel-info_btn p {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 4px;
}

.reserve__tel-number {
  padding-block: 8px;
  padding-inline: 15px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 8px;
}

@media screen and (max-width: 899px) {
  .reserve__explanation {
    margin-top: 30px;
    flex-direction: column;
    gap: 16px;
    margin-left: 0;
  }

  .reserve__explanation-img {
    width: 100%;
    max-width: 650px;
    margin-inline: auto;
  }

  .reserve__explanation-body {
    width: 100%;
    max-width: 650px;
  }
  .reserve__explanation-body h3 {
    font-size: 2rem;
    letter-spacing: 6px;
    margin-top: 0;
  }
  .reserve__explanation-body p {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.4px;
  }
}
/*----------------------------------------
    SP
-----------------------------------------*/
@media screen and (max-width: 767px) {
  #reserve-mv {
    margin-top: 5.5rem;
  }

  .reserve__heading {
    gap: 0;
  }

  .reserve__heading {
    top: 30.56%;
    left: 33.12px;
  }

  .reserve__heading-1 {
    font-size: 1.2rem;
    letter-spacing: 3.6px;
  }

  .reserve__heading-2 {
    letter-spacing: 4.5px;
    font-size: 1.5rem;
  }

  .reserve-mv__bg1 {
    top: 12%;
    left: 13.57px;
  }

  .reserve-mv__bg2 {
    bottom: 9.44%;
    left: 233.12px;
  }

  .reserve-title::before,
  .reserve-title::after {
    bottom: -9.5px;
  }
  .reserve-title::before {
    width: 73%;
    left: -37px;
  }
  .reserve-title::after {
    width: 72%;
    right: -36px;
  }

  #reserve-body {
    margin-top: 32px;
    margin-bottom: 96px;
  }

  .reserve-body__heading h2 {
    font-size: 1.6rem;
    letter-spacing: 4.8px;
  }

  .reserve-body__heading p {
    margin-top: 39px;
    font-size: 1.3rem;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1px;
    text-align: left;
  }

  .reserve__explanation-body p span {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.44px;
    line-height: 13px;
  }

  .reserve__process {
    margin-top: 50px;
    padding-inline: 0;
    gap: 27px;
    margin-left: 4px;
  }

  .reserve__process__content {
    padding-left: 9.5px;
  }

  .reserve__process__content::before {
    top: 14.5px;
  }

  .reserve__process__content::after {
    width: 7px;
    height: 7px;
    top: 11px;
    left: -3.5px;
  }

  .reserve__process-title {
    letter-spacing: 6px;
  }

  .reserve__process-text {
    margin-top: 8px;
    font-family: "Zen Kaku Gothic New";
    font-size: 0.9rem;
    line-height: normal;
    letter-spacing: 1.44px;
  }

  .reserve__tel-info {
    margin-top: 57px;
  }

  .reserve__tel-info-text {
    font-size: 0.9rem;
    line-height: normal;
    letter-spacing: 1.44px;
  }

  .reserve__tel-info_btn p {
    margin-bottom: 14px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2.4px;
  }

  .reserve__tel-number {
    padding-block: 8px;
    padding-inline: 8px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 6.4px;
  }
}

@media screen and (max-width: 380px) {
  .reserve-body__heading p {
    font-size: 1.2rem;
  }
  .reserve__tel-info_btn p {
    font-size: 0.7rem;
    letter-spacing: 2px;
  }

  .reserve__tel-number {
    padding-inline: 4px;
    font-size: 2.8rem;
    letter-spacing: 6px;
  }
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}
