@charset "utf-8";
/*****
フォント

*****/

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1.75;
}

.hover-opacity {
  transition: opacity 0.3s;
  cursor: pointer;
}

.hover-opacity:hover {
  opacity: 0.8;
}

.btn {
  border-radius: 5px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.btn--type1 {
  background-color: #222c81;
  max-width: 312px;
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}

.btn--type1.triangle::after {
  right: 6%;
}

.btn--type2 {
  background-color: #e7e9f2;
  max-width: 312px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #222c81;
  font-weight: 500;
}

.btn--type2.triangle::after {
  left: 6%;
}

#btn-nextInfo {
  margin-top: 64px;
}

input,
textarea,
.info-form__field {
  overflow-wrap: break-word;
  word-break: break-word;
}

.inner-1040 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.img {
  width: 100%;
  height: auto;
}

.sp.--750 {
  display: none;
}

.text-input {
  border: 1px solid #ccc;
  height: 30px;
  padding: 10px;
}

main {
  padding-bottom: 55px;
  overflow: hidden;
}

.mw_wp_form .error {
  width: 100%;
  font-weight: 500;
  font-size: 12px !important;
  margin-top: 6px;
  margin-bottom: 6px;
  color: red;
}

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

.heading {
  font-weight: bold;
}

.heading.--type1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.heading.--type1 span {
  color: #1d4293;
  margin-right: 6px;
}

.heading.--type2 {
  font-size: 20px;
  padding-left: 15px;
  border-left: 5px solid #1d4293;
  margin-bottom: 22px;
}

.triangle::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
}

.triangle.triangle--type1::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.triangle.triangle--type1.active::after {
  border-left: 5px solid #0071bc;
}

.triangle.triangle--type2::after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.triangle.triangle--type3::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #222c81;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.head {
  padding-bottom: 60px;
}

.info__reservation {
  margin-top: 32px;
}

.info__reservation-list {
  display: none;
}

.info__reservation-row {
  display: none;
}

.progressbar {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.progressbar__item {
  position: relative;
  width: calc(100% / 4);
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f5f5f5;
  color: #1a1a1a;
  padding-left: 10px;
}

.progressbar__item:not(:last-child)::before,
.progressbar__item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 24px solid transparent;
  border-left: 10px solid #f5f5f5;
  margin: auto;
}

.progressbar__item:not(:last-child)::before {
  margin-left: 1.5px;
  border-left-color: #e6e6e6;
}

/* active */

.progressbar__item.active {
  z-index: 1;
  background: #e7e9f2;
}

.progressbar__item.active:not(:last-child)::after {
  border-left-color: #e7e9f2;
}

.intro {
  padding-bottom: 58px;
}

.intro__block {
  padding: 7%;
  border: solid 1px #e6e6e6;
}

.intro__link {
  color: #9e005d;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: calc(100% - 40px);
  padding-top: 40px;
  margin: 0 auto;
}
.intro__link a {
  text-decoration: underline;
  display: inline-block;
}

.reservation__hope:not(:last-child) {
  margin-bottom: 34px;
}

.reservation__back {
  background-color: #f2f2f2;
  padding: 3%;
}

.reservation__block {
  background-color: #fff;
}

.reservation__head {
  border-bottom: 1px solid #e6e6e6;
  padding: 52px 4%;
}

.reservation__head-txt.--mb1 {
  margin-bottom: 14px;
}

.reservation__head-txt {
  font-size: 14px;
}

.reservation__title {
  display: flex;
  align-items: center;
}

.reservation__required-label {
  font-size: 12px;
  width: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 20px;
  background-color: #ff0000;
  color: #fff;
  margin-left: 16px;
  font-weight: bold;
}

.reservation__summary {
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*gap: 30px;*/
  gap: 8px;
  font-weight: 500;
  min-height: 64px;
  margin-top: 18px;
}

.reservation__selectors {
  display: flex;
  align-items: center;
}

.reservation__delete {
  display:none !important;
  color: #0071bc;
  background-color: #e7e9f2;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  width: 56px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.reservation__delete2 {
    color: #0071bc;
    background-color: #e7e9f2;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    width: fit-content;
    padding: 3px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: none;
}

.reservation__arrow {
  min-width: 20px;
  width: 20px;
  display: block;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 0;
}

.reservation__head-inner {
  padding-left: 1.5em;
}

.reservation__body-inner {
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 46px;
  padding-bottom: 46px;
}

.reservation__date {
  display: flex;
  gap: 8px;
  width: calc(50% - 24px);
}

.reservation__time {
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc(50% - 24px);
}

.reservation__time-slot {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #dddddd;
  font-weight: 500;
  border-radius: 5px;
  width: calc(100% / 4);
  position: relative;
}

.reservation__time-slot.active {
  background-color: #e7e9f2;
  color: #0071bc;
}

.reservation__time-slot.triangle::after {
  right: 10%;
}

.reservation__day {
  background-color: #dddddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  min-height: 60px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}

.reservation__day.active {
  background-color: #e7e9f2;
  color: #0071bc;
}

.reservation__day.triangle::after {
  right: 5%;
}

#info {
  display: none;
  margin-top: 60px;
}

.info__reservation-row {
  display: flex;
}

.info__reservation-list {
  border-top: 1px #e6e6e6 solid;
  border-left: 1px #e6e6e6 solid;
  border-right: 1px #e6e6e6 solid;
}

.info__reservation-label,
.info__reservation-value {
  padding: 18px 3%;
  border-bottom: 1px #e6e6e6 solid;
}

.info__reservation-value input {
  pointer-events: none;
}

.info__reservation-label {
  min-width: 309px;
  background-color: #f2f2f2;
  font-size: 15px;
}

.info__reservation-value {
  width: calc(100% - 309px);
}

.info-form {
  border: 1px solid #e6e6e6;
}

.info-form__row {
  display: flex;
}

.info-form__row:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.info-form__label,
.info-form__field {
  padding: 16px 18px;
}

.info-form__label {
  min-width: 300px;
  max-width: 300px;
  background-color: #f2f2f2;
  display: flex;
  align-items: baseline;
}

.info-form__label--wrap {
  flex-direction: column;
}

.info-form__label-exp {
  font-size: 15px;
  margin-top: 6px;
}

.info-form__label--space {
  justify-content: space-between;
}

.info-form__label-txt {
  font-size: 15px;
  font-weight: bold;
}

.info-form__label-req {
  font-size: 12px;
  min-width: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 20px;
  background-color: #ff0000;
  color: #fff;
  margin-left: 16px;
  font-weight: bold;
}

.info-form__field {
  width: calc(100% - 300px);
}

.info-form__name {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 566px;
}

.info-form__name-sei,
.info-form__name-mei {
  display: flex;
  align-items: center;
  width: 37%;
}

.info-form__name input {
  max-width: 160px;
  width: 77%;
}

.info-form__name .info-form__label-sub {
  min-width: 42px;
}

.info-form__label-sub {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

.info-form__anno {
  font-size: 12px;
  white-space: nowrap;
}

#search-address {
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e7e9f2;
  font-size: 12px;
  color: #0071bc;
  margin-left: 12px;
}

.info-form__address1,
.info-form__address2,
.info-form__address3 {
  display: flex;
  align-items: center;
}

.info-form__zip-code {
  display: flex;
  max-width: 235px;
}

.info-form__zip-code .info-form__label-sub,
.info-form__address1 .info-form__label-sub,
.info-form__address2 .info-form__label-sub,
.info-form__address3 .info-form__label-sub {
  margin-right: 14px;
}

.info-form__address1 input {
  width: 68%;
}

.info-form__prefectures {
  display: flex;
  max-width: 142px;
  margin-right: 5%;
}

.info-form__city {
  display: flex;
  flex: 1;
  max-width: 524px;
}

.info-form__prefectures .text-input {
  min-width: 68px;
}

.info-form__city .text-input {
  flex: 1;
}

.info-form__address2 {
  margin: 8px 0;
  flex-wrap: wrap;
  gap: 8px 0;
}

.info-form__street {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px 0;
}

.info-form__street .text-input {
  flex: 1;
}

.info-form__normal .text-input {
  width: 100%;
  max-width: 211px;
}

.info-form__label .info-form__anno {
  margin-left: 18px;
}

input[type="checkbox"] {
  display: none;
}

.info-form__field-check + span {
  padding-left: 26px;
  display: inline-block;
  position: relative;
  font-size: 15px;
}

.info-form__field-check + span::after,
.info-form__field-check + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.info-form__field-check + span::before {
  border: 1.5px solid #ccc;
  background-color: #fff;
  left: 0;
  height: 18px;
  width: 18px;
}

.info-form__field-check:checked + span::before {
  background-color: #222c81;
}

.info-form__field-check + span::after {
  border: none;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  height: 8px;
  left: 6px;
  opacity: 0;
  top: 7px;
  transform: rotate(45deg);
  width: 6px;
}

.info-form__field-check:checked + span::after {
  opacity: 1;
}

.info-form__field-checkList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3%;
}

.info-form__field-checkList .mwform-checkbox-field {
  min-width: 102px;
}

.info-form__sail-address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 8px 0;
}

.info-form__sail-address .info-form__label-sub {
  font-weight: 400;
  margin-right: 12px;
  font-size: 14px;
}

.info-form__sail-address .text-input {
  max-width: 313px;
  width: 100%;
}

.info-form__textarea {
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 208px;
  resize: vertical;
  padding: 10px;
}

#back-rev {
  margin-top: 46px;
}

.privacy {
  background-color: #f2f2f2;
  padding: 24px 2%;
  margin-top: 55px;
}

.privacy__box {
  background-color: #fff;
  padding: 24px 2%;
  font-size: 15px;
}

.privacy__box-link {
  color: #9e005d;
  text-decoration: underline;
}

.privacy__check {
  text-align: center;
  margin-top: 24px;
}

.info-form__submit {
  max-width: 595px;
  margin-top: 45px;
  padding: 20px 30px;
  font-size: 18px;
}

.info-form__submit.triangle::after {
  right: 3%;
  border-left: 5px solid #fff;
}

.mw_wp_form_confirm .confirm-hide {
  display: none !important;
}

.confirm-show {
  display: none;
}

.mw_wp_form_confirm .confirm-show {
  display: block !important;
}

.mw_wp_form_confirm .confirm-change {
  display: flex;
  flex-direction: column-reverse;
}

.mw_wp_form_confirm .info-form__name,
.mw_wp_form_confirm .info-form__name-sei,
.mw_wp_form_confirm .info-form__name-mei {
  width: auto;
  gap: 4px;
}

.mw_wp_form_confirm .head {
  padding-bottom: 45px;
}

.mw_wp_form_confirm .info-form__prefectures {
  margin-right: 0;
}

.info-form__btns {
  max-width: 320px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}

.confirm-txt.confirm-txt--red {
  color: #ff0000;
  margin-top: 32px;
}

.back-btn1 {
  margin-top: 74px;
  margin-bottom: 30px;
}

.comp-txt {
  font-size: 15px;
  font-weight: 500;
}

.info-form__submit--conf {
  transition: background-color 0.3s, opacity 0.3s;
}

.mw_wp_form_input .info-form__submit--conf {
  background-color: #ccc;
  pointer-events: none;
}

.mw_wp_form_input .info-form__submit--conf.active {
  background-color: #222c81;
  pointer-events: all;
}

.mw_wp_form_input .info-form__submit--conf.active.triangle::after {
  border-left: 5px solid #fff;
}

.mw_wp_form_complete .info-form__submit {
  margin-top: 177px;
}

.info-form.--comp {
  border: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

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

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

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

@media screen and (max-width: 1140px) {
  .inner-1040 {
    max-width: 100%;
    margin-right: 4%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 960px) {
  .reservation__date {
    width: 40%;
  }

  .reservation__time {
    width: 60%;
  }
}

@media screen and (max-width: 860px) {
  .reservation__selectors {
    flex-direction: column;
    align-items: flex-start;
  }

  .reservation__date {
    max-width: 750px;
    width: 100%;
  }

  .reservation__time {
    width: 100%;
  }

  .reservation__arrow {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .reservation__arrow img {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }

  .sp.--750 {
    display: block;
  }

  .pc.--750 {
    display: none;
  }

  .heading.--type2 {
    font-size: 17px;
  }

  .progressbar__item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0 10px 8px;
  }

  .progressbar__item:not(:last-child)::before,
  .progressbar__item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
  }

  .intro__block {
    padding: 5% 0;
  }

  .intro__link {
    font-size: 17px;
    padding-top: 20px;
  }

  .info__reservation-label {
    min-width: 100px;
  }

  .info__reservation-value {
    width: calc(100% - 100px);
  }

  .info-form__row {
    flex-direction: column;
  }

  .info-form__field {
    width: 100%;
  }

  .info-form__name {
    gap: 12px;
  }

  .info-form__label-sub {
    font-size: 13px;
  }

  .info-form__label {
    max-width: 100%;
  }

  .info-form__label--space {
    justify-content: flex-start;
  }

  .info-form__submit {
    font-size: 16px;
  }

  .info-form__city {
    flex: none;
    width: 100%;
  }

  .info-form__city .text-input {
    width: 100%;
  }

  .info-form__address3 .info-form__label-sub {
    width: 100%;
  }

  .info-form__street .text-input {
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .reservation__time {
    flex-wrap: wrap;
    font-size: 16px;
  }

  .reservation__time-slot {
    width: calc(50% - 4px);
    font-size: 14px;
  }

  .reservation__summary {
    flex-direction: column;
    gap: 10px;
    padding: 6%;
  }

  .info-form__field-checkList .mwform-checkbox-field {
    min-width: 48%;
  }
}
