@charset "UTF-8";

input[type="checkbox"] {
  margin: 0;
}

.mw_wp_form .error {
  display: block;
  font-size: 10px !important;
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.errors .error:not(:first-child) {
  display: none;
}

.mw_wp_form_confirm .form__field--anno {
  display: none;
}

.mw_wp_form_confirm .form__field--select::before {
  display: none;
}

.mw_wp_form_confirm .form__field--checkbox {
  margin-bottom: 0;
}

.mw_wp_form_confirm {
  margin-bottom: 0;
}

.mw_wp_form_confirm .form__label--padding-center {
  padding-top: 0;
}

/* -------------------------------------
reservation
------------------------------------- */

#contact {
  margin-bottom: 95px;
}

section .title .eng {
  font-size: 21px;
}

section .title.short {
  margin-bottom: 60px;
}

section .title.short .eng::after {
  margin: 12px auto 15px auto;
}

input {
  box-sizing: border-box;
}

.form__tabs {
  display: flex;
  justify-content: center;
}

.form__tabs-item {
  cursor: pointer;
  width: 29.3%;
  text-align: center;
  font-size: 14px;
  padding: 25px 0;
}

.form__tabs-item.active {
  background-color: #f3f7f7;
  border-left: #e6e6e6 solid 1px;
  border-right: #e6e6e6 solid 1px;
  border-top: #e6e6e6 solid 1px;
}

.form__tabContents {
  background-color: #f3f7f7;
  padding-top: 84px;
  padding-bottom: 64px;
}

.form__tabContents-item {
  display: none;
}

.form__tabContents-item.active {
  display: block;
}

.form__row {
  display: flex;
  align-items: flex-start;
  padding-top: 18px;
  padding-bottom: 18px;
}

.form__row--center {
  align-items: center;
}

.form__row--line:first-child {
  border-top: solid #e6e6e6 1px;
}

.form__row--line {
  border-bottom: solid #e6e6e6 1px;
}

.form__label {
  padding-left: 7.2%;
  min-width: 285px;
  margin-right: 33px;
  display: flex;
  justify-content: space-between;
}

.form__label--type2 {
  justify-content: flex-start;
}

.form__label--type2 .form__label-req {
  margin-left: 12px;
}

.form__label--center {
  align-items: center;
}

.form__label-req {
  margin-left: auto;
  color: #ba644d;
  font-weight: 300;
}

.form__field {
  font-size: 12px;
}

.form__field--select {
  max-width: 406px;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.form__field--select::before {
  display: block;
  content: "";
  background-color: #e6e6e6;
  width: 13px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.form__field--select::after {
  position: absolute;
  right: 3.5px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.form__field--select select {
  appearance: none;
  width: 100%;
  height: 30px;
  padding: 1% 1% 1% 13px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #333333;
  cursor: pointer;
  color: #666666;
}

.form__field--checkbox {
  display: flex;
  flex-wrap: wrap;
  border: none;
}

.form__field--checkbox label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.form__content {
  width: calc(100% - 318px);
}

.form__field--checkbox {
  margin-bottom: -14px;
}

.mwform-radio-field-text {
  padding-left: 16px;
}

.mwform-radio-field {
  width: 45%;
  margin-bottom: 14px;
  font-weight: 300;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.form__field--checkbox label::before {
  min-width: 13px;
  min-height: 13px;
  border: 1px solid #d6dde3;
  content: "";
  background-color: #fff;
}

.form__field--checkbox label:has(:checked)::after {
  position: absolute;
  top: 4px;
  left: 5px;
  transform: rotate(45deg);
  width: 3px;
  height: 6px;
  border: solid #d02525;
  border-width: 0 2px 2px 0;
  content: "";
}

.form__field--checkbox input {
  display: none;
}

.form__field--date {
  max-width: 406px;
}

.form__field--date input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 1% 1% 1% 13px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #666666;
}

.form__field--anno {
  font-size: 12px;
  font-weight: 300;
  padding-top: 6px;
}

.form__subRow {
  display: flex;
}

.form__field--multi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 0;
}

.form__subLabel {
  min-width: 130px;
}

.form__subContent {
  display: flex;
  align-items: center;
  width: calc(100% - 130px);
}

.form__field--multi:not(:first-child) {
  padding-top: 14px;
}

.form__field--multi .form__subRow {
  display: flex;
  align-items: center;
  width: 50%;
}

.form__field--num input {
  width: 50px;
  height: 33px;
  padding: 1% 1% 1% 13px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #666666;
}

.form__field-unit {
  margin-left: 12px;
}

.form__field--line:not(:last-child) {
  border-bottom: solid #e6e6e6 1px;
  padding-bottom: 14px;
}

.represent--type1 {
  padding-top: 43px;
}

.represent--type2 {
  padding-top: 60px;
}

.represent__heading {
  font-size: 18px;
  letter-spacing: 0.07em;
  padding-bottom: 20px;
}

.form__content--address .form__field:not(:last-child) {
  margin-bottom: 10px;
}

.form__field--name {
  display: flex;
}

.form__field--post {
  display: flex;
  align-items: center;
}

.form__field--address input {
  max-width: 570px;
}

.form__field--msize {
  max-width: 318px;
}

.form__field--post span {
  margin-right: 12px;
  margin-left: 10px;
}

.form__field--post input {
  max-width: 166px;
}

.form__field--normal input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 1% 1% 1% 13px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #666666;
}

.form__field--name input {
  max-width: 203px;
  display: block;
  width: 100%;
  height: 30px;
  padding: 1% 1% 1% 13px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #666666;
}

.form__field--name input:first-child {
  margin-right: 18px;
}

.form__field--textarea textarea {
  box-sizing: border-box;
  padding: 1% 1% 1% 13px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #666666;
  width: 100%;
  height: 196px;
  resize: vertical;
}

.form__btn {
  text-align: center;
  margin-top: 58px;
  letter-spacing: 0.1em;
}

.form__btn-confirm {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  max-width: 440px;
  width: 100%;
  padding: 15px 10px 15px 10px;
  border: 2px solid #000;
  background-color: #000;
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.form__btn-submit {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  max-width: 270px;
  width: 100%;
  padding: 15px 10px 15px 10px;
  border: 2px solid #000;
  background-color: #000;
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.form__btn-back {
  font-size: 14px;
  color: #000;
  max-width: 150px;
  width: 100%;
  padding: 8px 8px 8px 8px;
  border: 2px solid #ccc;
  background-color: #ccc;
  outline: none;
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-left: 10px;
}

.form__btn-submit:hover,
.form__btn-confirm:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}

.form__btn-back:hover {
  color: #333;
  background-color: #fff;
}

#complate p {
  font-size: 15px;
  text-align: center;
}

#complate p a {
  color: #004b9c;
  text-decoration: underline;
  display: inline-block;
}

.form__branch1 {
  display: none;
  margin-top: 16px;
}

.form__branch1-content {
  display: none;
}

.form__branch1-content:not(:last-child) {
  margin-bottom: 8px;
}

.form__label--padding-center {
  padding-top: 5px;
}

.form__branch1-field {
  display: flex;
  flex-wrap: wrap;
  font-feature-settings: "palt";
}

.form__branch1-field .form__field--checkbox {
  width: calc(100% - 92px);
}

.form__branch1-label {
  min-width: 92px;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  box-sizing: border-box;
  padding-top: 2px;
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 860px) {
  .form__field--multi .form__subRow {
    width: 100%;
  }

  .form__subRow:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .form__tabs-item {
    width: 50%;
  }

  .form__label {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .form__row {
    flex-direction: column;
  }

  .form__label-req {
    margin-left: 8px;
  }

  .form__content {
    width: 100%;
  }

  .mwform-radio-field {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 500px) {
  .form__btn-back {
    margin-top: 20px;
  }
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
