@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

input[type=radio] {
  margin: 0;
}

body {
  background: #f0f0f0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  border-top: 5px solid #02B1A6;
  padding: 20px 10px;
}

#reserveForm {
  background: #fff;
  max-width: 720px;
  margin: 30px auto 0;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Roboto", "メイリオ", Meiryo, sans-serif;
}
#reserveForm .title {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 3px solid #02B1A6;
}
#reserveForm .innr {
  padding: 0 20px;
  margin-top: 2rem;
}

#c_header #h_logo img {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.5rem;
}
.row label {
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-size: 1.6rem;
}
.row label .label-area {
  width: 160px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.row label .input-area {
  flex: 1;
  vertical-align: middle;
}
.row label .input-area input,
.row label .input-area select,
.row label .input-area textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.row label .input-area input:focus,
.row label .input-area select:focus,
.row label .input-area textarea:focus {
  border-color: #b7b7b7;
  outline: none;
}
.row label .input-area textarea {
  min-height: 100px;
  resize: vertical;
}

.form-area .ttl {
  font-size: 1.6rem;
  color: #555;
  text-align: center;
}
.form_pri {
  position: relative;
  display: block;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 8px;
  background: #f5f5f5;
  text-align: center;
  transition: all 0.2s ease;
  font-size: 0.95rem;
  padding: 5px 0
}
.form_pri:has(input:checked) {
  background: #e1fdf4;
  border-radius: 8px;
  border-color: #02B1A6;
}
.form_pri .input-area {
  justify-content: center;
}
.form_pri .input-area input {
  width: 15px;
}
.row .date_day input,
.row .date_time select {
  width: 230px !important;
}
.form_pri_scr {
  height: 12em;
  overflow-y: scroll;
  margin-top: 0.6em;
  margin-bottom: 1em;
  padding: 1em;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
}
.form_pri_scr dt,
.form_pri_scr dd {
  margin-top: 0.5em;
}
.form_pri_scr dt {
  font-weight: bold;
}

legend {
  display: flex;
  align-items: center;
  width: 160px;
  font-size: 1.6rem;
  flex-shrink: 0;
  height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
}
legend .txt_s {
  display: block;
  font-size: 1.4rem;
}

.menu-select .input-area {
  display: flex;
  flex-wrap: wrap;
}
.menu-select .input-area label {
  width: 48%;
  margin-bottom: 1rem;
}
.menu-select .input-area label:nth-of-type(2n) {
  margin-left: 1rem;
}

.contact-time-select .input-area label,
.menu-select .input-area label {
  margin-bottom: 1rem;
}
.contact-time-select .input-area input[type=checkbox],
.menu-select .input-area input[type=checkbox] {
  margin-top: 6px;
}

.clinic-select {
  margin: 1.5em 0;
}
.clinic-select .notice {
  font-size: 0.75rem;
  color: #d43c3c;
  margin-bottom: 8px;
}
.clinic-select .clinic-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}
.clinic-select .clinic-card {
  position: relative;
  display: block;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 8px;
  background: #f5f5f5;
  color: #999;
  width: 230px;
  text-align: center;
  transition: all 0.2s ease;
  font-size: 0.95rem;
}
.clinic-select .clinic-card input {
  display: none;
}
.clinic-select .clinic-card .content {
  padding: 5px 12px;
  display: flex;
  align-items: center;
}
.clinic-select .clinic-card .content .icon::before {
  content: "○";
  font-size: 2rem;
  color: #999;
  margin-bottom: 4px;
}
.clinic-select .clinic-card .content .line2 {
  font-size: 1.6rem;
  padding-left: 0.5rem;
  opacity: 0.6;
}
.clinic-select .clinic-card input:checked + .content {
  background: #e1fdf4;
  border-radius: 8px;
  border-color: #02B1A6;
}
.clinic-select .clinic-card input:checked + .content .icon::before {
  content: "✓";
  color: #02B1A6;
}
.clinic-select .clinic-card input:checked + .content .line2 {
  color: #000;
  opacity: 1;
}

fieldset {
  font-size: 1.6rem;
}

.note {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.required-badge {
  display: inline-block;
  background-color: #FE8978;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: middle;
}

.step-flow {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.step-flow .step {
  width: 180px;
  padding: 16px;
  border-radius: 8px;
  background-color: #eee;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.step-flow .step .circle {
  font-size: 2rem;
  font-weight: bold;
  color: #02B1A6;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #02B1A6;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin: 0 auto 6px auto;
}
.step-flow .step .step-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #02B1A6;
  margin-bottom: 6px;
}
.step-flow .step .step-text {
  font-size: 1.3rem;
  color: #333;
  text-align: left;
}
.step-flow .step.active {
  background-color: #e1fdf4;
}
.step-flow .arrow {
  font-size: 1.6rem;
  color: #02B1A6;
  align-self: center;
}

.thanks {
  text-align: center;
  margin-bottom: 2rem;
}
.thanks h3 {
  font-size: 2rem;
}
.thanks p {
  font-size: 1.6rem;
}

#reserveForm > div:last-of-type {
  margin: 20px 0;
}
#reserveForm > div:last-of-type label {
  font-size: 1.6rem;
  color: #555;
}
#reserveForm > div:last-of-type label input {
  margin-right: 6px;
}

.txt_url {
  text-decoration: underline;
}

.form-error-text {
  color: red;
  font-size: 1.2rem;
  margin-top: 5px;
}

.btn_back,
button[type=submit] {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 20px auto 0;
  padding: 12px;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.thanks_btn {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 20px auto 0;
  padding: 12px;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
  background: #02B1A6;
  text-align: center;
}
.thanks_btn:hover {
  background: #017f77;
}

.email-preview, .preview-text {
  font-size: 0.85em;
  color: #666;
  margin-top: 5px;
  /*text-align: center;*/
}

.highlight-txt {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

.phone-split .phone-input {
  width: 30.5% !important;
}

#email-highlight, #phone-highlight {
  text-align: center;
}

button[type=submit] {
  background: #02B1A6;
}
button[type=submit]:hover {
  background: #017f77;
}

.btn_back {
  background: #888;
}
.btn_back:hover {
  background: #555;
}

@media (max-width: 768px) {
  .email-preview, .preview-text {
    font-size: 1rem;
  }
  #reserveForm .innr {
    padding: 10px;
  }
  #c_header #h_logo img {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .row {
    flex-direction: column;
  }
  .row .input-area {
    width: 100%;
  }
  label {
    flex-direction: column;
  }
  button[type=submit] {
    width: 100%;
  }
  .contact-time-select label,
  .menu-select label {
    flex-direction: row;
  }
  legend {
    width: 100%;
  }
  legend .txt_s {
    display: inline;
  }
  .row label .label-area {
    width: 100%;
  }
  .menu-select .input-area label {
    width: 100%;
  }
  .menu-select .input-area label:nth-of-type(2n) {
    margin-left: 0;
  }
  .clinic-select .clinic-card {
    width: 100%;
  }
  .row .date_day input,
  .row .date_time select {
    width: 100% !important;
  }
  .step-flow {
    gap: 3px;
    margin-bottom: 10px;
  }
  .step-flow .step {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .step-flow .arrow {
    transform: rotate(90deg);
  }
  .step-flow .step .circle {
    text-align: center;
  }
  .step-flow .step .circle-text {
    width: 82%;
  }
  .step-flow .step .step-title {
    margin-bottom: 0;
  }
}
#confirmArea p {
  font-size: 1.6rem;
  padding-top: 1rem;
}
#confirmArea p + p {
  margin-top: 1rem;
  border-top: 1px solid #ccc;
}/*# sourceMappingURL=form.css.map */