#rd_reserve .form-wrap {
  width: min(100% - 40px, 640px);
  margin: 0 auto;
}
#rd_reserve .form-wrap .form-group {
  margin-bottom: 30px;
}

#rd_reserve .form-wrap .form-group label {
  font-size: 1.75rem;
  font-weight: medium;
  line-height: 3rem;
  margin-bottom: 1.25rem;
}

#rd_reserve .form-wrap .form-group .txt_small {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 2.5rem;
}

#rd_reserve .form-wrap .form-group sup {
  font-size: 1rem;
  font-weight: normal;
  color: #ce3452;
}

#rd_reserve .form-wrap .form-group sup.sup_small {
  font-size: 0.75rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mb-20 {
  margin-top: 1.25rem;
}

#rd_reserve .form-wrap .form-radio .wpcf7-list-item,
#rd_reserve .form-wrap .form-check .wpcf7-list-item {
  margin-left: 0;
  padding-left: 0;
}

#rd_reserve .form-wrap .form-check .wpcf7-list-item {
  margin-right: 2.25rem;
}

#rd_reserve .form-wrap .form-check .wpcf7-list-item:last-child {
  margin-right: 0;
}

#rd_reserve .form-wrap .form-radio,
#rd_reserve .form-wrap .form-check {
  padding-left: 0;
}

#rd_reserve .form-wrap .form-radio label,
#rd_reserve .form-wrap .form-check label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.6;
}

#rd_reserve .form-wrap .form-radio label input[type="radio"],
#rd_reserve .form-wrap .form-check label input[type="checkbox"] {
  width: 28px;
  height: 28px;
  margin-top: 0.8em;
}

#rd_reserve .form-wrap .form-radio label .wpcf7-list-item-label,
#rd_reserve .form-wrap .form-check label .wpcf7-list-item-label {
  flex: 1;
}

#rd_reserve .form-wrap .form-datetime-group {
  margin-top: 1.875rem;
}

#rd_reserve .form-wrap .form-datetime-item {
  margin-bottom: 1.875rem;
}

@media (max-width: 750px) {
  #rd_reserve .form-wrap .form-group label {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }

  #rd_reserve .form-wrap .form-group .txt_small {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  #rd_reserve .form-wrap .form-group sup {
    font-size: 0.875rem;
  }

  #rd_reserve .form-wrap .form-group sup.sup_small {
    font-size: 0.625rem;
  }
  #rd_reserve .form-wrap .form-check .wpcf7-list-item {
    margin-right: 1.25rem;
  }

  #rd_reserve .form-wrap .form-radio label input[type="radio"],
  #rd_reserve .form-wrap .form-check label input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}

#rd_reserve .form-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 20px;
}

#rd_reserve .form-wrap .wpcf7-form-control-wrap:has(select) {
  position: relative;
  display: inline-block;
}

#rd_reserve .form-wrap .wpcf7-form-control-wrap:has(select)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 0.125rem solid #333;
  border-bottom: 0.125rem solid #333;
  transform: translateY(-75%) rotate(45deg);
  pointer-events: none;
}

#rd_reserve .form-wrap .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
}

#rd_reserve .form-wrap select.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  padding-right: 3rem;
}

#rd_reserve .form-wrap input.form-control,
#rd_reserve .form-wrap select.form-select,
#rd_reserve .form-wrap textarea.form-control {
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem 0.75rem;
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
}

#rd_reserve .form-wrap input.form-control:focus,
#rd_reserve .form-wrap select.form-select:focus,
#rd_reserve .form-wrap textarea.form-control:focus {
  border-color: #d0d0d0;
  outline: none;
}

#rd_reserve .form-wrap input.form-control::placeholder,
#rd_reserve .form-wrap select.form-select::placeholder,
#rd_reserve .form-wrap textarea.form-control::placeholder {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 750px) {
  #rd_reserve .form-wrap input.form-control,
  #rd_reserve .form-wrap select.form-select,
  #rd_reserve .form-wrap textarea.form-control {
    font-size: 1.25rem;
  }

  #rd_reserve .form-wrap input.form-control::placeholder,
  #rd_reserve .form-wrap select.form-select::placeholder,
  #rd_reserve .form-wrap textarea.form-control::placeholder {
    font-size: 1.25rem;
  }
}

#rd_reserve .form-wrap .privacy-policy {
  margin-top: 2.5rem;
}

#rd_reserve .form-wrap .privacy-policy p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
}

#rd_reserve .form-wrap .privacy-policy .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  margin: 0;
  width: auto;
}

#rd_reserve .form-wrap .privacy-policy .wpcf7-acceptance {
  display: flex;
  align-items: center;
  margin: 0;
  width: auto;
}

#rd_reserve .form-wrap .privacy-policy .wpcf7-list-item {
  margin: 0;
  padding: 0;
}

#rd_reserve .form-wrap .privacy-policy label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
  margin: 0;
}

#rd_reserve .form-wrap .privacy-policy .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#rd_reserve .form-wrap .privacy-policy input[type="checkbox"] {
  width: 28px;
  height: 28px;
  margin: 0;
  margin-top: 3px;
  margin-right: 0.5rem;
  border-color: #d0d0d0;
}

#rd_reserve .form-wrap .privacy-policy br {
  display: none;
}

#rd_reserve .form-wrap .privacy-policy a {
  color: #2b89c7;
  text-decoration: none;
}

#rd_reserve .form-wrap .privacy-policy a:hover,
#rd_reserve .form-wrap .send_form:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

/* 送信ボタン */
#rd_reserve .form-wrap .send_form {
  position: relative;
  width: 100%;
  max-width: 56.25rem;
  height: 6.875rem;
  margin: 4.5rem auto 1rem;
  background: linear-gradient(135deg, #f15a6c 0%, #e8455d 40%, #c53b52 100%);
  border: 0.375rem solid #CE3452;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 35px 30px -15px rgba(0, 0, 0, 0.18),
    0 6px 10px rgba(0, 0, 0, 0.12);
}

@media (max-width: 750px) {
  #rd_reserve .form-wrap .send_form {
    height: 5rem;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}
