@charset "UTF-8";
@media screen and (max-width: 1140px) {
  .form__dd {
    width: 100%;
  }
}
.form__item--shop {
  flex-wrap: wrap;
}
.form__item--shop .form__dd {
  width: 100%;
  margin-top: 20px;
}

.form__checkList.kibo_shop_ar {
  display: flex;
  width: 100%;
  padding-left: 0rem;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  gap: 1.2%;
}
@media (min-width: 768px) {
  .form__checkList.kibo_shop_ar::before, .form__checkList.kibo_shop_ar::after {
    content: "";
    display: block;
    flex-basis: calc((100% - 20px) / 3);
  }
  .form__checkList.kibo_shop_ar::before {
    order: -2;
  }
  .form__checkList.kibo_shop_ar::after {
    order: -1;
  }
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field {
  flex-basis: calc((100% - 20px) / 3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__checkList.kibo_shop_ar .mwform-checkbox-field {
    flex-basis: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 400px) {
  .form__checkList.kibo_shop_ar .mwform-checkbox-field {
    flex-basis: 100%;
  }
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field .field-label {
  font-size: 1.4rem;
  font-weight: 900;
  display: block;
  padding: 220px 0 0px 0px;
  margin-bottom: 30px;
  max-width: 100%;
  text-align: center;
  position: relative;
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field .mwform-checkbox-field-text {
  font-size: 1.4rem;
  margin-left: auto;
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field .field-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 200px;
  z-index: -1;
  margin-top: 0;
  margin-left: 0;
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field .field-label::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: -1;
  font-size: 1.1rem;
  line-height: 15px;
  font-weight: 500;
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field .mwform-checkbox-field-text-annotation::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: -1;
  font-size: 1.1rem;
  line-height: 15px;
  font-weight: 500;
}

/*.form__checkList .horizontal-item:nth-of-type(9) {
   margin-bottom: 5rem;
}*/
.l-main .kibo_shop_ar .field-label input[type=radio] {
  display: inline-block;
  position: absolute;
  top: 0;
  visibility: hidden;
}

/*基本カタログ*/
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(1) {
  order: -10;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(1) .field-label::before {
  background: url("https://www.mok-house.com/wp2021/wp-content/themes/mokhouse/assets/img/common/showroom02.jpg") no-repeat center center;
  background-size: cover;
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(2) {
  order: -9;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(2) .field-label::before {
  background: url("https://www.mok-house.com/wp2021/wp-content/themes/mokhouse/assets/img/kashiwa/kashiwa-point03.jpg") no-repeat center center;
  background-size: cover;
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(3) {
  order: -8;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(3) .field-label::before {
  background: url("https://www.mok-house.com/wp2021/wp-content/themes/mokhouse/assets/img/common/showroom03.jpg") no-repeat center center;
  background-size: cover;
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(4) {
  order: -7;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(4) .field-label::before {
  background: url("https://www.mok-house.com/wp2021/wp-content/themes/mokhouse/assets/img/common/showroom04.jpg") no-repeat center center;
  background-size: cover;
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(5) {
  order: -6;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(5) .field-label::before {
  background: url("https://www.mok-house.com/wp2021/wp-content/themes/mokhouse/assets/img/common/showroom05.jpg") no-repeat center center;
  background-size: cover;
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(6) {
  order: -5;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(6) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list06.jpg") no-repeat center center;
  background-size: cover;
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(7) {
  order: -4;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(7) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list07.jpg") no-repeat center center;
  background-size: cover;
}

/*.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(8) {//オンライン相談
   order: -3;
   .field-label {
      &::before {
         background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list-online.jpg") no-repeat center center;
         background-size: cover;
      }
   }
}*/
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(8) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list17.jpg") no-repeat center center;
  background-size: cover;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(8) .field-label::after {
  content: "(北辰工務店の展示場)";
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(8) .mwform-checkbox-field-text-annotation::after {
  /*content: "(※体感すまいパーク吉川美南は3/1以降のご来場予約を承ります。)";*/
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(9) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list08.jpg") no-repeat center center;
  background-size: cover;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(9) .field-label::after {
  content: "(北辰工務店の展示場)";
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(10) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list09.jpg") no-repeat center center;
  background-size: cover;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(10) .field-label::after {
  content: "(北辰工務店の展示場)";
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(11) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list10.jpg") no-repeat center center;
  background-size: cover;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(11) .field-label::after {
  content: "(北辰工務店の展示場)";
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(12) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list11.jpg") no-repeat center center;
  background-size: cover;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(12) .field-label::after {
  content: "(北辰工務店の展示場)";
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(13) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list12.jpg") no-repeat center center;
  background-size: cover;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(13) .field-label::after {
  content: "(北辰工務店の展示場)";
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(14) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list13_n.jpg") no-repeat center center;
  background-size: cover;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(14) .field-label::after {
  content: "(北辰工務店の展示場)";
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(15) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom_online.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(15) .field-label::before {
    background-size: contain;
    background-color: #fff;
  }
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(15) .field-label::after {
  content: "";
}

.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(16) .field-label::before {
  background: url("../../../wp2021/wp-content/themes/mokhouse/assets/img/showroom/showroom-list17.jpg") no-repeat center center;
  background-size: cover;
}
.form__checkList.kibo_shop_ar .mwform-checkbox-field:nth-of-type(16) .field-label::after {
  content: "";
}

.form__btnBlockRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 20px;
}
.form__btnBlockRow .form__btnArea {
  width: 48%;
}

/*------------------------------------------------------------------------------
  ステップ
------------------------------------------------------------------------------*/
.form-steps {
  margin: 0 auto clamp(40px, 8vw, 80px);
}

.form-steps-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 966px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}

.form-step-item {
  font-weight: bold;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1;
  color: #7d7d7d;
  border: 1px solid #dedede;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 20px 10px 20px 40px;
  background: white;
}
@media screen and (max-width: 767px) {
  .form-step-item {
    font-size: 1.2rem;
  }
}

.form-step-item::before,
.form-step-item::after {
  content: "";
  position: absolute;
  border-width: 28px 30px;
}

/*先端部分 */
.form-step-item::before {
  top: 0px;
  right: -60px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  z-index: 6;
}

/* 白いスペース部分 */
.form-step-item::after {
  top: 0px;
  right: -62px;
  border-width: 28px 30px;
  border-color: transparent transparent transparent #dedede;
  border-style: solid;
  z-index: 5;
}

/* 現在のステップ */
.form-step-item.is-current {
  background: #2f353c;
  color: #fff;
}

.form-step-item.is-current::after {
  content: none;
}

.form-step-item.is-current::before {
  border-color: transparent transparent transparent #2f353c;
}

/* 最後のステップのレイアウト */
.form-step-item:last-child:before,
.form-step-item:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .form-step-item {
    height: 30px;
    padding: 8px 10px;
    text-align: center;
    line-height: 1.35;
    font-size: 12px;
  }
  .form-step-item::before,
  .form-step-item::after {
    border-width: 24px 10px;
  }
  .form-step-item::before {
    right: -20px;
  }
  .form-step-item::after {
    right: -21px;
  }
}
/*-------------------------
  sumai
--------------------------*/
.form-sumai .form-steps {
  display: none;
}

.form-sumai .form-steps.is-active {
  display: block;
}

.form__item {
  display: block;
}

.form__dt {
  width: 100%;
  flex-direction: row;
  margin-bottom: 1rem;
}
.form__dt.required::after {
  margin: 0 0 0 1.2rem;
}

.form__dd {
  width: 100%;
}
.form__dd .ddRow {
  display: flex;
  justify-content: space-between;
}
.form__dd .ddRow .rowItem {
  width: 48%;
}
.form__dd.contactDd .inputBox:not(:last-child) {
  margin-bottom: 1em;
}
.form__dd .telBox {
  display: flex;
  justify-content: space-between;
}
.form__dd .telBox .boxItem {
  width: calc((100% - 2em) * 1 / 3);
  position: relative;
}
.form__dd .telBox .boxItem:not(:last-child)::after {
  content: "‐";
  position: absolute;
  right: -1em;
  top: calc(50% - 0.5em);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .form__dd .telBox .boxItem input {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .form__dd .telBox .boxItem input::placeholder {
    letter-spacing: normal !important;
    font-size: 1.3rem !important;
    letter-spacing: normal !important;
  }
  .form__dd .telBox .boxItem input::-webkit-input-placeholder {
    letter-spacing: normal !important;
    font-size: 1.3rem !important;
    letter-spacing: normal !important;
  }
}

.form__checkList.radio .mwform-checkbox-field-text::before {
  border-radius: 100vmax;
}

.form__checkList.checkListRow {
  display: flex;
  flex-wrap: wrap;
}
.form__checkList.checkListRow .horizontal-item:not(:last-child) {
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  .form__checkList.checkListRow .horizontal-item:not(:last-child) {
    margin-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .form__checkList .horizontal-item {
    margin-bottom: 3rem;
  }
}

/*-------------------------
  資料請求
--------------------------*/
/* box-reservation をクリック可能にするスタイル */
.box-reservation {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 7px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.box-reservation:hover {
  background-color: #f5f5f5;
}

/* クリック範囲をbox-reservation全体に */
.box-reservation label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  left: -5px;
  top: -5px;
}

/* チェックボックスを非表示にする（デザイン的に不要な場合） */
.box-reservation input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
}

/* 画像やテキストが隠れないようにする */
.box-reservation .box-reservation-img-wrap,
.box-reservation .text {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

/* チェックされた時のデザイン変更 */
.box-reservation input[type=checkbox]:checked + label::before {
  background-color: #f0e8dd;
}

.box-reservation input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.q-wrap input[type=checkbox] + label,
.q-wrap input[type=radio] + label {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  line-height: 1.43;
  top: -1px;
}
.q-wrap input[type=checkbox] + label::before,
.q-wrap input[type=radio] + label::before {
  margin-right: 20px;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #dedede;
  flex-shrink: 0;
}
.q-wrap input[type=checkbox] + label::after,
.q-wrap input[type=radio] + label::after {
  content: "";
  background-image: url("../img/ico-check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 18px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  opacity: 0;
}
.q-wrap input[type=checkbox]:checked + label::before,
.q-wrap input[type=radio]:checked + label::before {
  background-color: #f0e8dd;
}
.q-wrap input[type=checkbox]:checked + label::after,
.q-wrap input[type=radio]:checked + label::after {
  opacity: 1;
}
.q-wrap input[type=radio] + label::before {
  border-radius: 50%;
}
.q-wrap input[type=radio] + label::after {
  background: #f0e8dd;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  left: 6px;
}
.q-wrap input[type=radio]:checked + label::before {
  background-color: #fff;
}

.q-wrap .ttl-area {
  margin-bottom: 20px;
}
.q-wrap .q1-1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.q-wrap .q1-1 .box-reservation {
  margin-right: 20px;
}
.q-wrap .q1-2 {
  display: flex;
  /* justify-content: space-between;*/
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .q-wrap .q1-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.q-wrap .q1-2 .box-reservation {
  flex-basis: 40%;
  margin-bottom: 20px;
}
.q-wrap .q1-2 .box-reservation:not(last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .q-wrap .q1-2 .box-reservation:not(last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .q-wrap .q1-2 .box-reservation {
    flex-basis: 44%;
  }
}
.q-wrap .q1-2 .box-reservation label {
  margin-left: 10px;
  margin-bottom: 10px;
}
.q-wrap .q1-2 .box-reservation label:after {
  left: 10px;
}
.q-wrap .q1-3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.q-wrap .q1-3 .box-reservation {
  flex-basis: 30%;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .q-wrap .q1-3 .box-reservation {
    flex-basis: 44%;
  }
}
.q-wrap .q1-3 .box-reservation .label-txt {
  flex-basis: 100%;
}
.q-wrap .q1-3 .box-reservation .label-txt label {
  display: flex;
  justify-content: flex-start;
  margin-left: 10px;
  margin-bottom: 10px;
}
.q-wrap .q1-3 .box-reservation .box-reservation-img-wrap {
  display: flex;
  flex-wrap: wrap;
}
.q-wrap .q1-3 .box-reservation .box-reservation-img-wrap img {
  max-width: 200px;
  max-height: 300px;
  object-fit: cover;
  flex-basis: 100%;
  display: block;
  margin: auto;
}
.q-wrap .q1-3 .box-reservation .box-reservation-img-wrap .text {
  flex-basis: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

.form-steps-inner {
  margin: 50px auto;
}

.ninzu .form__dd {
  display: flex;
  justify-content: space-between;
}
.ninzu .form__dd .ninzu_inner {
  flex-basis: 48%;
}

/*# sourceMappingURL=reserve.css.map */
