@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*
min-font-size ($font_size, $min_font_size)
$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*-------------------------------------------------------------------
	Top
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Common Setting
-------------------------------------------------------------------*/
.ttlStyle01 {
  text-align: center;
}

/*-------------------------------------------------------------------
	Section Setting
-------------------------------------------------------------------*/
.reservation_note {
  text-align: center;
  font-size: 15px;
}
.reservation_note a {
  color: #29abe2;
  text-decoration: underline;
}

.booking-form,
.wpcf7-form-styled {
  background: #FFFFFF;
  max-width: 960px;
  padding: 80px 32px;
  border: 1px solid #999;
  border-radius: 16px;
}
.booking-form .grp_title,
.wpcf7-form-styled .grp_title {
  margin: 40px 0 20px;
  font-size: 16px;
  font-weight: 700;
}
.booking-form .item_grp_title,
.wpcf7-form-styled .item_grp_title {
  margin: 0px 0 5px;
  font-size: 14px;
  font-weight: 700;
}
.booking-form .flex_wrap,
.wpcf7-form-styled .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.booking-form .flex_wrap.va_center,
.wpcf7-form-styled .flex_wrap.va_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.booking-form .req,
.wpcf7-form-styled .req {
  font-size: 13px;
  color: #ef4444;
  font-weight: 700;
  margin-left: 6px;
}
.booking-form .field,
.wpcf7-form-styled .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  margin-right: 10px;
  /* 例：利用規約テキストをスクロール枠で見せる時（任意） */
}
.booking-form .field label,
.wpcf7-form-styled .field label {
  font-size: 13px;
  margin: 0 0 6px;
  font-weight: 600;
}
.booking-form .field label.reg_txt,
.wpcf7-form-styled .field label.reg_txt {
  font-weight: 400;
}
.booking-form .field input,
.booking-form .field select,
.booking-form .field textarea,
.wpcf7-form-styled .field input,
.wpcf7-form-styled .field select,
.wpcf7-form-styled .field textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.4;
  background: #fafafa;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.booking-form .field input:focus,
.booking-form .field select:focus,
.booking-form .field textarea:focus,
.wpcf7-form-styled .field input:focus,
.wpcf7-form-styled .field select:focus,
.wpcf7-form-styled .field textarea:focus {
  outline: none;
  border-color: #9ca3af;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.booking-form .field input::-webkit-input-placeholder, .booking-form .field select::-webkit-input-placeholder, .booking-form .field textarea::-webkit-input-placeholder, .wpcf7-form-styled .field input::-webkit-input-placeholder, .wpcf7-form-styled .field select::-webkit-input-placeholder, .wpcf7-form-styled .field textarea::-webkit-input-placeholder {
  color: #9ca3af;
}
.booking-form .field input::-moz-placeholder, .booking-form .field select::-moz-placeholder, .booking-form .field textarea::-moz-placeholder, .wpcf7-form-styled .field input::-moz-placeholder, .wpcf7-form-styled .field select::-moz-placeholder, .wpcf7-form-styled .field textarea::-moz-placeholder {
  color: #9ca3af;
}
.booking-form .field input:-ms-input-placeholder, .booking-form .field select:-ms-input-placeholder, .booking-form .field textarea:-ms-input-placeholder, .wpcf7-form-styled .field input:-ms-input-placeholder, .wpcf7-form-styled .field select:-ms-input-placeholder, .wpcf7-form-styled .field textarea:-ms-input-placeholder {
  color: #9ca3af;
}
.booking-form .field input::-ms-input-placeholder, .booking-form .field select::-ms-input-placeholder, .booking-form .field textarea::-ms-input-placeholder, .wpcf7-form-styled .field input::-ms-input-placeholder, .wpcf7-form-styled .field select::-ms-input-placeholder, .wpcf7-form-styled .field textarea::-ms-input-placeholder {
  color: #9ca3af;
}
.booking-form .field input::placeholder,
.booking-form .field select::placeholder,
.booking-form .field textarea::placeholder,
.wpcf7-form-styled .field input::placeholder,
.wpcf7-form-styled .field select::placeholder,
.wpcf7-form-styled .field textarea::placeholder {
  color: #9ca3af;
}
.booking-form .field select,
.wpcf7-form-styled .field select {
  background-image: linear-gradient(45deg, transparent 50%, #888 50%), linear-gradient(135deg, #888 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}
.booking-form .field textarea,
.wpcf7-form-styled .field textarea {
  width: 100%;
  min-height: 140px;
}
.booking-form .field .nop,
.wpcf7-form-styled .field .nop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.booking-form .field .nop span,
.wpcf7-form-styled .field .nop span {
  padding-right: 10px;
}
.booking-form .field input[type=checkbox],
.booking-form .field input[type=radio],
.wpcf7-form-styled .field input[type=checkbox],
.wpcf7-form-styled .field input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  padding: 2px;
  border: 1px solid #999;
  background: #fff;
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
  transition: box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.booking-form .field input[type=checkbox]:focus-visible,
.booking-form .field input[type=radio]:focus-visible,
.wpcf7-form-styled .field input[type=checkbox]:focus-visible,
.wpcf7-form-styled .field input[type=radio]:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
  border-color: #9ca3af;
}
.booking-form .field input[type=checkbox]:disabled,
.booking-form .field input[type=radio]:disabled,
.wpcf7-form-styled .field input[type=checkbox]:disabled,
.wpcf7-form-styled .field input[type=radio]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.booking-form .field input[type=checkbox],
.wpcf7-form-styled .field input[type=checkbox] {
  border-radius: 2px;
}
.booking-form .field input[type=checkbox]:checked,
.wpcf7-form-styled .field input[type=checkbox]:checked {
  background: #111;
  border-color: #111;
}
.booking-form .field input[type=checkbox]:checked::after,
.wpcf7-form-styled .field input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.booking-form .field input[type=radio],
.wpcf7-form-styled .field input[type=radio] {
  border-radius: 50%;
}
.booking-form .field input[type=radio]:checked::after,
.wpcf7-form-styled .field input[type=radio]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #111;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.booking-form .field .wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-form-styled .field .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13.5px;
  color: #444;
}
.booking-form .field .wpcf7-acceptance .wpcf7-list-item-label a,
.wpcf7-form-styled .field .wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}
.booking-form .field .chk_acceptance,
.wpcf7-form-styled .field .chk_acceptance {
  font-size: 14px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.booking-form .field .chk_acceptance a,
.wpcf7-form-styled .field .chk_acceptance a {
  color: #29abe2;
  text-decoration: underline;
}
.booking-form .field .wpcf7-not-valid-tip,
.wpcf7-form-styled .field .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #ef4444;
}
.booking-form .field .wpcf7-form input[type=checkbox].wpcf7-not-valid,
.booking-form .field .wpcf7-form input[type=radio].wpcf7-not-valid,
.wpcf7-form-styled .field .wpcf7-form input[type=checkbox].wpcf7-not-valid,
.wpcf7-form-styled .field .wpcf7-form input[type=radio].wpcf7-not-valid {
  border-color: #ef4444;
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
          box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}
.booking-form .field .checks--stack .wpcf7-list-item,
.wpcf7-form-styled .field .checks--stack .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.booking-form .field .checks--inline,
.wpcf7-form-styled .field .checks--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.booking-form .field .checks--inline .wpcf7-list-item,
.wpcf7-form-styled .field .checks--inline .wpcf7-list-item {
  margin-right: 18px;
}
.booking-form .field .termsBox,
.wpcf7-form-styled .field .termsBox {
  border: 1px solid #999;
  border-radius: 6px;
  background: #fafafa;
  padding: 12px 14px;
  max-height: 180px;
  overflow: auto;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.booking-form .actions,
.wpcf7-form-styled .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 12px;
}
.booking-form .btn,
.wpcf7-form-styled .btn {
  border: 1px solid #1E1E1E;
  background: #1E1E1E;
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.03em;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.06s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.06s ease;
  transition: transform 0.06s ease, opacity 0.15s ease;
  transition: transform 0.06s ease, opacity 0.15s ease, -webkit-transform 0.06s ease;
}
.booking-form .btn:hover,
.wpcf7-form-styled .btn:hover {
  opacity: 0.9;
}
.booking-form .btn:active,
.wpcf7-form-styled .btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.booking-form .wpcf7-submit:disabled,
.wpcf7-form-styled .wpcf7-submit:disabled {
  background: #CCC;
  border: 1px solid #CCC;
}
.booking-form .wpcf7 form .wpcf7-response-output,
.booking-form .wpcf7-response-output,
.wpcf7-form-styled .wpcf7 form .wpcf7-response-output,
.wpcf7-form-styled .wpcf7-response-output {
  margin-top: 16px;
  border: 1px dashed #999;
  padding: 12px 14px;
  font-size: 13px;
}
.booking-form .wpcf7-not-valid-tip,
.wpcf7-form-styled .wpcf7-not-valid-tip {
  color: #ef4444;
  font-size: 12px;
  margin-top: 6px;
}