@charset "UTF-8";

/*================================================
* contact
================================================*/
#consult .wrap_md {
  width: 76.4%;
}

#consult .lead {
  background: #F0EEDE;
  padding: 4rem 3.6rem 4rem 6.2rem;
  display: flex;
  align-items: center;
}

#consult .lead .ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 4.7rem;
  margin-right: 6.2rem;
  border-right: 1px solid var(--color-white);
}

#consult .lead .ttl i {
  display: block;
  margin: 0 auto 2.6rem;
}


.formWrap {
  background: var(--color-white);
  padding: 7rem;
  margin-top: 5.7rem;
}

.formBox {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--color-gray);
}

.formBox>p {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.formBox.col {
  display: flex;
}

.formBox.col {
  display: flex;
  gap: 4rem;
}

.formBox.col2 .formItem {
  width: calc((100% - 4rem) / 2);
}


.formWrap input,
.formWrap select,
.formWrap textarea {
  display: block;
  width: 100%;
  height: 6rem;
  background: #F5F5F5;
  border-radius: 0.6rem;
  font-size: 16px;
  padding: 2rem 2rem 2rem 2.6rem;
  font-weight: 400;
  font-family: var(--ja);
}

.formWrap select {
  background: #F5F5F5 url(../../images/icon_select.webp) no-repeat right 1.8rem center / 1.4rem auto;
  padding: 0 2.6rem;
}

.formWrap textarea {
  height: 16.6rem;
}


textarea::placeholder,
input::placeholder {
  color: #757575;
  opacity: .4;
  font-weight: 400;
}

textarea::placeholder,
input::placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  font-weight: 400;
}


.formBox .post,
.formBox .address {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 1rem;
}

.formBox .post input {
  width: 21rem;
}

.formBox .post .name,
.formBox .address .name {
  white-space: nowrap;
  width: 7rem;
  min-width: 7rem;
  display: block;
  margin-right: 4.6rem;
}

.formWrap input.submit,
.formBox .post button,
.formBox .post .zipBtn {
  display: block;
  background: #151515;
  color: var(--color-white);
  width: fit-content;
  padding: 0.8rem 2.4rem;
  border-radius: 1000px;
  font-size: 1.6rem;
  margin-left: 1.8rem;
  font-weight: 400;
  cursor: pointer;
}

.tta_wrap {
  position: relative;
}


.tta {
  position: absolute;
  top: 2rem;
  left: 2.6rem;
  color: #757575;
  opacity: .4;
  font-weight: 400;
  pointer-events: none;
}



.tta_wrap textarea:not(:placeholder-shown)+.tta {
  opacity: 0;
  visibility: hidden;
}

.tta_wrap.is-filled .tta {
  opacity: 0;
  visibility: hidden;
}


.formWrap .label {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 0.8rem;
  font-weight: 700;
}

.formWrap .label span {
  font-size: 1.2rem;
  color: var(--color-white);
  font-weight: 400;
  background: var(--color-yellow);
  padding: 0.6rem 0.8rem;
  border-radius: 1000px;
  line-height: 1;
  margin-left: 0.8rem;
  min-width: 4rem;
  width: 4rem;
}

.formWrap label {
  cursor: pointer;
}


.formWrap input[type="radio"],
.formWrap input[type="checkbox"] {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
}

.mwform-checkbox-field,
.mwform-radio-field {
  margin-left: 0 !important;
  margin-right: 4.4rem;
}

.formWrap .mwform-checkbox-field-text,
.formWrap .mwform-radio-field-text {
  padding-left: 3.2rem;
  position: relative;
}

.formWrap .mwform-radio-field-text,
.formWrap .mwform-checkbox-field-text {
  position: relative;
}

.formWrap .mwform-checkbox-field-text {
  background: #F5F5F5;
  border-radius: 0.6rem;
  padding: 2rem 1.3rem 2rem 5.2rem;
  display: inline-block;
}


.formWrap .mwform-radio-field-text::before,
.formWrap .mwform-radio-field-text::after,
.formWrap .mwform-checkbox-field-text::before,
.formWrap .mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 0.2rem;
}

.formWrap .mwform-radio-field-text::before,
.formWrap .mwform-radio-field-text::after {
  border-radius: 1000px;
  left: 0;
}

.formWrap .mwform-checkbox-field-text::after,
.formWrap .mwform-radio-field-text::after {
  background: var(--color-black);
  width: 1rem;
  height: 1rem;
  left: 1.2rem;
  opacity: 0;
}

.formWrap .mwform-radio-field-text::after {
  left: 0.5rem;
}

.formWrap .mwform-checkbox-field:has(input[type="checkbox"]:checked) .mwform-checkbox-field-text::after,
.formWrap .mwform-radio-field:has(input[type="radio"]:checked) .mwform-radio-field-text::after {
  opacity: 1;
}


.formWrap .preferred {
  border: none;
}

.formWrap .preferred_col {
  display: flex;
  align-items: start;
  justify-content: space-between;
}


.formWrap .preferred_col .dateList {
  width: calc(100% - 16rem);

}

.formWrap .dateList_item {
  display: flex;
  gap: 3rem;
  border-bottom: 1px solid var(--color-gray);
}

.formWrap .dateList_item:not(:nth-of-type(1)) {
  padding-top: 2rem;
}

.formWrap .dateList_item .date,
.formWrap .dateList_item .time {
  width: calc((100% - 3rem) / 2);
  display: flex;
  align-items: center;
  gap: 2.3rem;
  white-space: nowrap;
  padding-bottom: 2rem;
}

.formWrap .dateList_item .date .ans,
.formWrap .dateList_item .time .ans {
  display: block;
  width: 100%;
}

.formWrap .dateList_item>p {
  display: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
}



.formWrap .policy {
  text-align: center;
}

.formWrap .policy .mwform-checkbox-field-text:has(input[type="checkbox"]) {
  background: transparent;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: fit-content;
  margin: 1rem auto 0 !important;
  display: block;
}

.formWrap input.submit {
  margin: 4rem auto 0;
  padding-left: 6rem;
  padding-right: 6rem;
}


.confilm .formBox .post .zipBtn,
.confilm .tta {
  display: none;
}

.confilm .formItem .ans {

  display: block;
  width: 100%;
  height: 6rem;
  background: #F5F5F5;
  border-radius: 0.6rem;
  font-size: 16px;
  padding: 2rem 2rem 2rem 2.6rem;
  font-weight: 400;
  font-family: var(--ja);
}

.confilm .dateList_item>p,
.confilm .preferred_col>p,
.confilm .dateList>p {
  display: none;
}


.thanks .lead p {
  text-align: center;
  width: 100%;
}

@media screen and (max-width:767px) {
  #consult .lead {
    flex-wrap: wrap;
    padding: 3rem;
    justify-content: center;
  }

  #consult .lead .ttl i {
    margin: 0 auto 1rem;
  }

  #consult .lead .ttl {
    padding-bottom: 1.4rem;
    margin-bottom: 2rem;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid var(--color-white);
  }

  #consult .wrap_md {
    width: 90%;
  }

  .formWrap {
    padding: 4rem 2rem;
    margin-top: 5.7rem;
  }

  .formBox {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .formBox.col {
    flex-wrap: wrap;
  }

  .formBox .post,
  .formBox .address {
    flex-wrap: wrap;
  }

  .formWrap .preferred_col {
    flex-wrap: wrap;
  }

  .formWrap .dateList_item {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 1rem;
  }

  .formWrap .preferred_col .dateList {
    width: 100%;
  }

  .formBox .post input,
  .formBox.col2 .formItem {
    width: 100%;
  }

  .mwform-checkbox-field,
  .mwform-radio-field {
    display: block;
    margin: 0 0 1rem 0;
  }

  /* .formWrap .mwform-checkbox-field-text,
  .formWrap .mwform-radio-field-text {
    display: block;
    margin: 0 0 1rem 0;

  } */



  .formWrap input,
  .formWrap select,
  .formWrap textarea {
    padding: 1.4rem 1rem;
  }

  .tta {
    top: 1.4rem;
    left: 1rem;
  }

  .formBox .post button,
  .formBox .post .zipBtn {
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .formBox .post .name,
  .formBox .address .name {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .formWrap .mwform-checkbox-field-text {
    padding-left: 3.2rem;
  }

  .formWrap .dateList_item .date,
  .formWrap .dateList_item .time {
    width: 100%;
  }
}

/*================================================
* 
================================================*/


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

/*================================================
* 
================================================*/

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

/*================================================
* 
================================================*/


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

/*================================================
* 
================================================*/

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

/*================================================
* 
================================================*/


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

/*================================================
* 
================================================*/

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

/*================================================
* 
================================================*/


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



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