@charset "utf-8";
/* CSS Document */
.reserve_a .title_e2,
.contact-form_a .title_e2{
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.reserve_a .reserve_box{
  max-width: 1280px;
  margin: -70px auto 0;
  background: #f7f7f7;
  text-align: center;
  padding: clamp(90px, 8vw, 120px) 20px clamp(46px, 5vw, 68px);
}

.reserve_a .lead{
  margin-bottom: 22px;
  color: #333;
  letter-spacing: .08em;
}

.reserve_a .more_e2{
  justify-content: center;
}

.reserve_a .more_e2 a > .flex{
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reserve_a .more_e2 img{
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.contact-form_a .form_lead{
  color: #333;
  letter-spacing: .08em;
}

.contact-form_a .form-box .box{

  gap: clamp(24px, 4vw, 50px);
  padding: clamp(14px, 2vw, 20px) 0;
}

.contact-form_a .form-box .box h3{
  width: 180px;
  color: #333;
  font-weight: 400;
}



.contact-form_a .form-box .inputbox{
  flex: 1;
}

.contact-form_a input[type="text"],
.contact-form_a input[type="tel"],
.contact-form_a input[type="email"],
.contact-form_a textarea{
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 13px 18px;
  box-sizing: border-box;
  color: #333;
  background: #fff;
}

.contact-form_a textarea{
  min-height: 220px;
  resize: vertical;
}

.contact-form_a .check-area{
  margin-top: 28px;
}

.contact-form_a .check-area > .flex{
  justify-content: center;
  gap: 6px;
}

.contact-form_a .send{
  justify-content: center;
  margin-top: 28px;
}

.contact-form_a .send-bt{
  position: relative;
  width: min(280px, 100%);
  min-height: 58px;
  background: #9ab9a7;
  align-items: center;
  justify-content: center;
}

.contact-form_a .send-bt button{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.contact-form_a .send-bt p{
  color: #fff;
  letter-spacing: .12em;
}

@media screen and (max-width: 768px){
  .reserve_a .reserve_box{
    margin-top: -50px;
  }

  .contact-form_a .form-box .box{
    display: block;
  }

  .contact-form_a .form-box .box h3{
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-form_a .form-box .required-box h3::after{
    margin-left: 12px;
  }
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

