/* -------------
    予約 
----------------------------*/

.reserve {
  margin: clamp(60px, 9vw, 120px) 0;
}
.reserve__tit {
  font-size: clamp(1.9rem, 2.392vw, 2.875rem);
  line-height: 1.5;
  color: #513535;
  font-weight: 500;
}
.reserve__content {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.reserve__flow {
  width: 80%;
  margin-top: clamp(50px, 7vw, 100px);
}
.reserve__flow dl {
  margin-top: 10px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.1rem, 1.352vw, 1.625rem);
}
.reserve__flow dl dt {
  width: 5%;
  color: #a5884d;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #a1a0a0;
}
.reserve__flow dl dd {
  width: 95%;
  margin: 0;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #a1a0a0;
}
.reserve__calender {
  background: #513535;
  padding: clamp(10px, 2vw, 20px);
  text-align: center;
  font-size: clamp(1.2rem, 1.452vw, 1.75rem);
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  margin-top: clamp(40px, 6vw, 90px);
}
.start_booking_package {
  width: 100%;
  margin-top: 20px;
}
.reserve__btn {
  width: 40%;
  max-width: 300px;
  padding: 1.2em 0;
  background: #c97d7d;
  border: 1px solid #fff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.8rem, 1.04vw, 1.25rem); /* 20px */
  color: #fff;
  margin-top: clamp(10px, 3vw, 30px);
}

#booking-package-id-4 .book_now_button {
    all: initial;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #10A37F;
    padding: 10px 0;
    margin: 0px;
    border: 1px solid #0f9b79;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    box-sizing: inherit;
}

#booking-package-id-4 .return_form_button {
    all: initial;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #10A37F;
    padding: 10px 0;
    margin: 0px;
    border: 1px solid #0f9b79;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    box-sizing: inherit;
}

@media screen and (max-width: 520px) {
  .reserve__flow {
    width: 100%;
  }
  .reserve__flow dl {
    width: 100%;
  }
  .reserve__btn {
    width: 70%;
  }
}
