@charset "utf-8";
/*--------------------------------------------------
  reservation
--------------------------------------------------*/
#main-visual .main-visual-inner {
  padding: 0 2rem;
}
#main-visual .form-description {
  max-width: 80%;
  margin: 0 auto 5rem;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 3rem;
  background-color: #162770;
}
/* reserve ------------------------ */
#worry {
  margin: 6rem 0 0;
}
#worry .worry-content {
  max-width: 75%;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  margin: 0 auto;
}
#worry .worry-content figure {
  max-width: 200px;
}
#worry .worry-content > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: calc(100% - (200px - 10rem));
}
#worry .worry-content > div h2 {
  max-width: 95%;
}
#worry .worry-content > div ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 3rem;
}
#worry .worry-content > div ul li {
  font-size: 2rem;
  list-style: disc;
}

#safety-and-security {
  padding: 6.5rem 0 0;
}
#safety-and-security h2 {
  max-width: 75%;
  margin: 0 auto;
}
#safety-and-security .bg_bl {
  padding: 15rem 0 4.5rem 0;
  position: relative;
}
#safety-and-security .bg_bl::before {
  content: "";
  display: block;
  background-color: #50bed2;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#safety-and-security .bg_bl .inner.flex {
  gap: 5rem;
  align-items: center;
}
#safety-and-security .bg_bl .inner.flex .sas-img {
  width: 40%;
}
#safety-and-security .bg_bl .inner.flex .sas-txt {
  width: calc(60% - 5rem);
}
#safety-and-security .bg_bl .inner.flex .sas-txt h3 {
  margin-bottom: 3rem;
}
#safety-and-security .bg_bl .inner.flex .sas-txt p {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  display: inline;
  background: linear-gradient(transparent 90%, #fef400 90%, #fef400 100%);
}
#safety-and-security dl {
  color: #fff;
  flex-direction: column;
  padding: 3.5rem 0.5rem 0;
}
#safety-and-security dt {
  font-size: 2.2rem;
  font-weight: 500;
}
#safety-and-security dd {
  font-size: 1.7rem;
  margin: 0.5rem 0 2.5rem;
  padding-left: 1.5rem;
}

/* form --------------------*/
#form {
  padding: 5rem 0;
}
#form .formrun {
  background-color: #fff;
}
#form .agree-policy.form-group {
  padding: 3rem 2rem 0;
}
#form .agree-policy.form-group::after {
  content: "";
  background-color: #50bed2;
  width: calc(100% + 4rem);
  display: block;
  left: -2rem;
  height: 5rem;
  position: relative;
  bottom: 0;
  margin-top: 3rem;
}
#form h2 {
  color: #0b489e;
  font-size: clamp(2rem, 3vw, 2.6rem);
  letter-spacing: 0.25rem;
  border-bottom: 4px solid #0b489e;
  margin-bottom: 2rem;
  padding: 0 1rem 1rem 1rem;
}
#form .form-check {
  padding: 0 1rem;
}
#form .form-check a{
  text-decoration: underline;
  cursor: pointer;
}
#form .form-check p {
  margin-bottom: 1rem;
}
#form .form-check-label {
  font-size: 1.8rem;
  display: block;
  margin: 2.5rem 0 0;
  font-weight: 500;
  letter-spacing: 1px;
}
#form .form-check-label input{
  width: 2rem;
  height: 2rem;
  margin: 0 10px 0 0;
}

#form .customer-info,
#form .schedule,
#form .sup-sentence {
  padding: 3rem 2rem;
  position: relative;
}
#form .customer-info .form-group,
#form .schedule .form-group {
  max-width: 95%;
  display: flex;
  gap: 0.5rem 2rem;
  padding: 2.5rem 1rem;
  margin: 0 auto;
}
#form .customer-info .form-group {
  align-items: flex-start;
}
#form .schedule .form-group {
  align-items: flex-start;
  align-items: center;
}
#form .customer-info .form-group .form-control-label,
#form .schedule .form-group .form-control-label {
  font-size: 1.8rem;
  font-weight: 500;
  width: 25%;
  justify-content: space-between;
  align-items: center;
}
#form .customer-info .form-group .form-control-label{
  padding-top: 0.75rem;
}
#form .flag-required {
  background-color: #d50025;
  color: #fff;
  padding: 0.25rem 1rem;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.7em;
  font-weight: 600;
  border-radius: 6px;
  line-height: 1.6;
}
#form .customer-info .form-group input {
  border: 1px solid #333;
  line-height: 1.6;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 1.6rem;
  color: #444;
}
#form .text-danger.formrun-system-show {
  color: #d50025;
  font-size: 0.9em;
  font-weight: 500;
  display: block;
  width: 100%;
}
#form .agree-policy.form-group .text-danger.formrun-system-show {
  padding-left: 1rem;
  margin-top: 1rem;
}

#form .form-control.form-control-danger {
  border: 2px solid #d50025 !important;
}
#form .appointment.flex {
  width: calc(75% - 2rem);
  gap: 2rem;
}
#form .week.flex,
#form .time.flex {
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(40% - 1.5rem);
  gap: 0.5rem 1.5rem;
}
#form .schedule h3 {
  font-size: 2rem;
  font-weight: 500;
  max-width: 95%;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin: 0 auto 2rem;
}
#form .sup-sentence {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  max-width: 91.5%;
  margin: 0 auto;
  font-size: 1.7rem;
  letter-spacing: 1px;
}
#form .btn-area {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 3rem;
  padding: 5rem 0 8rem 0;
}

#form .btn-area button,
#form .btn-area a {
  color: #fff;
  padding: 1.5rem;
  border-radius: 20px;
  position: relative;
  transition: 0.5s;
  border: none;
  cursor: pointer;
  text-align: center;
}

#form .btn-area button {
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 600;
  background-color: #eaaf00;
  filter: drop-shadow(0 8px 0px #9b6b00);
  width: 50%;
}
#form .btn-area button:hover {
  filter: drop-shadow(0 2px 0px #9b6b00);
  transform: translateY(6px);
  transition: 0.5s;
  opacity: 1;
}
#form .btn-area a {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
  background-color: #9d9d9d;
  width: 35%;
}

#form .btn-area button:focus-visible,
#form .btn-area a:focus-visible {
  outline: none;
}

#form .btn-area button::after {
  content: "";
  background: center center/contain no-repeat url(/reservation/assets/images/btn-send_arrow.svg);
  width: clamp(2rem, 3vw, 2.5rem);
  height: clamp(2rem, 3vw, 2.5rem);
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
#form .btn-area a::before {
  content: "";
  background: center center/contain no-repeat url(/reservation/assets/images/btn-back_arrow.svg);
  width: clamp(1.5rem, 2vw, 2rem);
  height: clamp(1.5rem, 2vw, 2rem);
  display: block;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
#form .input-area {
  flex-direction: column;
  width: calc(75% - 2rem);
}

#name, #kana, #prefectures {
  max-width: 50%;
}
#postal-code, #room-number {
  max-width: 25%;
}
#municipalities, #address, #building, #anytime-contact {
  max-width: 80%;
}

#form .input-memo {
  color: #5f5f5f;
}

#form .check-input {
  background-color: #dfdfdf;
  max-width: fit-content;
  padding: 0.5rem 10rem 0.5rem 1rem;
  border-radius: 6px;
  margin-top: 0.25rem;
}

/* media screen --------------------*/
@media screen and (max-width: 1240px){

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

}
@media screen and (max-width: 768px){
  #main-visual {
    padding: 30px 0;
    background: linear-gradient(180deg, #50bed2 88vw, #0b489e 88vw, #0b489e 100vw);
  }
  #main-visual .main-visual-inner {
    padding: 0;
  }
  #main-visual .form-description {
    max-width: 92%;
    font-size: 5.5vw;
    margin: 0 auto 2.5rem;
  }
  #worry {
    margin: 4rem 0;
  }
  #worry .worry-content {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    position: relative;
    gap: 0;
  }
  #worry .worry-content figure {
    max-width: 30%;
  }
  #worry .worry-content > div h2 picture {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 65%;
  }
  #worry .worry-content > div {
    width: 100%;
  }
  #worry .worry-content > div ul {
    gap: 0.5rem;
  }
  #safety-and-security h2 {
    max-width: 100%;
  }
  #safety-and-security {
    padding: 4rem 0 0;
  }
  #safety-and-security .bg_bl {
    padding: 7rem 0 4.5rem 0;
    margin-top: 2rem;
  }
  #safety-and-security .bg_bl::before {
    height: 5rem;
    clip-path: polygon(0 0, 100% 0, 50% 70%);
  }
  #safety-and-security .bg_bl .inner.flex {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  #safety-and-security .bg_bl .inner.flex .sas-txt,
  #safety-and-security .bg_bl .inner.flex .sas-img {
    width: 100%;
  }
  #safety-and-security .bg_bl .inner.flex .sas-txt h3 {
    margin-bottom: 1rem;
  }
  #safety-and-security .bg_bl .inner.flex .sas-txt p {
    font-size: 5.5vw;
  }
  #safety-and-security dl {
    max-width: 90%;
    margin: 0 auto;
    padding: 3.5rem 0 0;
  }
  #safety-and-security dt {
    font-size: 1.8rem;
  }
  #safety-and-security dd {
    padding: 0;
    font-size: 1.6rem;
    margin: 1rem 0 2.5rem;
  }
  #form {
    padding: 3rem 0;
  }
  #form h2 {
    letter-spacing: 0;
  }
  #form .agree-policy.form-group, #form .customer-info, #form .schedule {
    padding: 3rem 1rem 0;
  }
  #form .sup-sentence {
    padding: 3rem 1rem 3rem;
  }
  #form .customer-info .form-group,
  #form .schedule .form-group {
    flex-direction: column;
  }
  #form .customer-info .form-group .form-control-label, #form .schedule .form-group .form-control-label {
    width: 100%;
    justify-content: flex-start;
    gap: 2rem;
  }
  #form .input-area {
    width: 100%;
  }
  #name, #kana, #prefectures, #postal-code, #room-number, #municipalities, #address, #building, #anytime-contact {
    max-width: 100%;
  }
  #form .customer-info .form-group, #form .schedule .form-group {
    padding: 2rem 0 1rem;
  }
  #form .appointment.flex {
    flex-direction: column;
    width: 100%;
    margin-top: 1.5rem;
  }
  #form .week.flex, #form .time.flex {
    width: 100%;
  }
  #form .appointment.flex {
    flex-direction: column;
    width: 100%;
  }
  #form .sup-sentence {
    font-size: 1.5rem;
  }
  #form .btn-area button {
    width: 90%;
  }
  #form .btn-area a {
    width: 70%;
  }
}
@media screen and (max-width: 640px){

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

}


