@charset "utf-8";

/* Form (contact/reserve) responsive styles
--------------------------------------------------*/

/* Mobile-first (default: < 769px) */

.main_form .container {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.section_form .inner {
  padding: 20px 15px 30px;
}

/* Step bar */
.stepBar .step {
  font-size: 0.85em;
  line-height: 40px;
  padding: 0 20px 0 12px;
}

/* Form layout */
.table-form dt p.tit {
  width: 100%;
  text-align: left !important;
  padding: 10px 0 0;
  float: none;
  min-height: auto;
  line-height: 1.4;
}

.table-form dt p.must {
  width: auto;
  float: right;
  padding: 5px 0 0;
  margin-top: 8px;
}

.table-form dd {
  width: 100%;
  float: none;
  padding: 10px 0 15px;
}

.table-form input[type="text"],
.table-form input[type="email"],
.table-form textarea {
  width: 100%;
}

.table-form input[type="tel"] {
  width: 100%;
}

.table-form input[type="text"]#res_date,
.table-form input[type="text"]#zip {
  width: 60%;
}

.notice {
  width: 100%;
}

/* Buttons */
input.btn_confirm,
input.btn_submit {
  width: 100%;
  font-size: 1em;
  padding: 15px 0;
}

input.btn_back {
  width: 100%;
}

/* Form head (phone/LINE) */
.form_head .htel {
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  text-align: center;
}

/* LINE section */
.form_line {
  flex-direction: column;
  padding: 20px 15px;
  text-align: center;
}

.form_line > a {
  margin: 0 0 15px 0;
}

.form_line dl dd {
  text-align: center;
}

/* Thanks page */
.form_thanks {
  padding: 20px 0;
}

.form_thanks .btn {
  width: 90%;
}

.section_form .catch {
  font-size: 1.4em;
}

/* Privacy */
.section_form .privacy {
  font-size: 0.9em;
}

/* ---- PC (769px+) ---- */
@media screen and (min-width: 769px) {
  .main_form .container {
    width: 980px;
    padding: 0;
  }

  .section_form .inner {
    padding: 65px 80px 80px;
  }

  .stepBar .step {
    font-size: 1.2em;
    line-height: 60px;
    padding: 0 40px 0 20px;
  }

  .table-form dt p.tit {
    width: 20%;
    text-align: right !important;
    padding: 20px 12px 13px;
    float: left;
    min-height: 30px;
    line-height: 30px;
  }

  .table-form dt p.must {
    width: 8%;
    float: left;
    padding: 10px;
    margin-top: 6px;
  }

  .table-form dd {
    width: 72%;
    float: left;
    padding: 20px 10px;
  }

  .table-form input[type="text"],
  .table-form input[type="email"],
  .table-form textarea {
    width: 500px;
  }

  .table-form input[type="tel"] {
    width: 350px;
  }

  .table-form input[type="text"]#res_date,
  .table-form input[type="text"]#zip {
    width: 250px;
  }

  .notice {
    width: 478px;
  }

  input.btn_confirm,
  input.btn_submit {
    width: 70%;
    font-size: 1.2em;
    padding: 20px 0;
  }

  input.btn_back {
    width: 55%;
  }

  .form_head .htel {
    flex-direction: row;
    gap: 20px;
    font-size: 24px;
  }

  .form_line {
    flex-direction: row;
    padding: 30px 0 30px 148px;
  }

  .form_line > a {
    margin: 0 50px 0 0;
  }

  .form_line dl dd {
    text-align: left;
  }

  .form_thanks .btn {
    width: 60%;
  }

  .section_form .catch {
    font-size: 2em;
  }
}
