@charset "utf-8";
@import url("page.css");
.input-header {
  margin-top: 1rem 0 6rem;
}
.page__wrapper p.alert,
.alert,
.text-highlight{
  color:#ED6B00;
}
.input-header .text-small {
  font-size: 0.85rem;
}
.input-header .notice > div {
  width: 100%;
}
.form-grid{
  margin-top:5rem;
  padding-top:5rem;
  border-top:solid 1px #a8a8a8;
}
@media screen and  (max-width: 768px){
  .form-grid{
    margin-top:3.5rem;
    padding-top:3.5rem;
  }
}
.contact-form-area input[type="hidden"] {
  display: none;
}
.mw_wp_form_input form > div > div {
  margin-bottom: 4rem; }
.contact-form-area #use_store input[type="text"]{
  margin-bottom: 4rem;
}
.mw_wp_form_input form > div > div#use_store {
  margin-bottom: 1rem;
}
@media screen and  (max-width: 768px){
  .mw_wp_form_input form > div > div {
    margin-bottom: 2rem; }
  .contact-form-area #use_store input[type="text"]{
    margin-bottom: 2rem;
  }
  .mw_wp_form_input form > div > div#use_store {
    margin-bottom: 0rem;
  }
}
#use_store p {
  margin-bottom: 4rem; }

.contact-form-area {
  margin-bottom: 8rem;
}
.contact-form-area h2 {
  font-size: 2rem;
  text-align: left;
  margin: 0 0 1rem;
}
.contact-form-area .mw_wp_form_confirm h2,
.contact-form-area .mw_wp_form_preview h2 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: left;
  margin: 2rem 0 1rem;
}
.contact-form-area label {
  font-size:1.6rem;
}
.page__wrapper h2{
  color:#1D1D1D;
}
@media screen and  (max-width: 768px){
  #use_store p {
    margin-bottom: 2rem;
  }
  .contact-form-area {
    margin-bottom: 5rem;
  }
  .contact-form-area h2{
    font-size:1.6rem;
  }
}

  .contact-form-area input[type="text"],
  .contact-form-area textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #a8a8a8; }

  .contact-form-area #user__input__shopdate input[type="text"]{
    max-width:180px ;
    margin-bottom: 0;
  }
  .contact-form-area #user__input__shopdate input[type="text"],
  .contact-form-area #user__input__shopdate select option{
      display: inline-block;
    }
  #user__input__shopdate {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 4rem;
  }
  .user__date{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .user__hour{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .contact-form-area #user__input__shopdate select{
    border:solid 1px #a8a8a8;
    font-size: 1.6rem;
    padding: 7px 10px;
  }
  .user__input__shopdate__label{
    background:#efefef;
    padding:6px 20px;
    border-radius: 20px;
    font-size:1.4rem;
    line-height: 1.4rem;
    display: inline-block;
  }
  @media screen and (max-width: 768px) {
    #user__input__shopdate {
      display: block;
    }
    .user__date{
      margin-bottom: 2rem;
    }
    .user__input__shopdate__label{
      width: 80px;
      text-align: center;
    }
  }
  .contact-form-area textarea {
    height: 180px; }
  .contact-form-area input[type="text"] {
    line-height: 40px;
    height: 40px;
    padding: 0 8px; }
  .contact-form-area .input-radio.subject {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact-form-area .mw_wp_form_confirm .input-radio.subject {
      display: block;}
    .contact-form-area .input-radio.subject label {
      margin-right: 0; }

  .contact-form-area .type3.contact,
  .contact-form-area .type3 {
    border-collapse: collapse;
    width: 100%; }
    .contact-form-area .type3.contact th,
    .contact-form-area .type3.contact td,
    .contact-form-area .type3 th,
    .contact-form-area .type3 td {
      border: 1px solid #ccc;
      font-size: 1.6rem;
      padding: 16px;
      font-weight:300;}
    .contact-form-area .type3.contact th,
    .contact-form-area .type3 th {
      width: 22%; }
    .contact-form-area .type3.contact td,
    .contact-form-area .type3 td {
      width: 80%; }
    .contact-form-area .type3.contact td p,
    .contact-form-area .type3 td p,
    .contact-form-area .type3.contact td table tr th,
    .contact-form-area .type3 td  table tr th{
      font-size:1.3rem;
      line-height: 1rem;
      font-weight: 600;
      margin: 0;}
    .contact-form-area .mw_wp_form_confirm .type3.contact td p,
    .contact-form-area .mw_wp_form_confirm .type3 td p,
    .contact-form-area .mw_wp_form_confirm .type3.contact td table tr th,
    .contact-form-area .mw_wp_form_confirm .type3 td  table tr th,
    .contact-form-area .mw_wp_form_preview .type3.contact td p,
    .contact-form-area .mw_wp_form_preview .type3 td p,
    .contact-form-area .mw_wp_form_preview .type3.contact td table tr th,
    .contact-form-area .mw_wp_form_preview .type3 td  table tr th{
      font-size:1.6rem;
      line-height: 2.4rem;
      font-weight: 300;
      margin: 0;}
    .contact-form-area .type3.contact td table tr th,
    .contact-form-area .type3 td  table tr th{
      vertical-align: middle;
      text-align: center;}
      @media screen and (max-width: 768px) {
        .contact-form-area .type3.contact,
        .contact-form-area .type3 {
          border-collapse: collapse;
          width: 100%;
          display: block;
          border:solid 1px #ddd;
          padding:1rem 1rem}
        .contact-form-area .type3.contact th,
        .contact-form-area .type3.contact td,
        .contact-form-area .type3 th,
        .contact-form-area .type3 td {
          display: block;
          border: none;
          padding: 0.7rem 0.5rem;
          font-size: 1.6rem;
          width: 100%;}
        .contact-form-area .type3.contact th,
        .contact-form-area .type3 th{
          font-weight:600;}
        .contact-form-area .type3.contact td table tr th,
        .contact-form-area .type3 td  table tr th{
          text-align: left;}
        }

      .contact-form-area .noBorder {
        width: 100%; }
        .contact-form-area .noBorder th,
        .contact-form-area .noBorder td {
          border: none; }
        .contact-form-area .noBorder th {
          padding: 8px 8px 8px 0; }
        .contact-form-area .noBorder td {
          padding: 8px 0; }

      .contact-form-area .input-name label {
        width: 48%;
        display: block; }
        .contact-form-area .input-name label:first-of-type {
          float: left; }
        .contact-form-area .input-name label:last-of-type {
          float: right; }
        @media screen and (max-width: 768px) {
          .contact-form-area .input-name label {
            width: 100%;
            display: block;
            margin-bottom: 1rem}
          .contact-form-area .input-name label:first-of-type {
            float: none; }
          .contact-form-area .input-name label:last-of-type {
            float: none; }
        }
        .contact-form-area .input-name input {
          width: calc(100% - 2em - 16px) !important;
          margin-left: 16px; }


      .contact-form-area div.note {
        font-size: 1.4rem;
        color:#ED6B00;}
      .contact-form-area .input-name .mgtop10.note {
        clear: both;
        padding-top: 1rem;}
        @media screen and (max-width: 768px) {
          .contact-form-area .input-name .mgtop10.note {
            clear: both;
            padding-top: 0rem;}
        }

    .contact-form-area .input-kana input {
      width: calc(100% - 2.3em - 8px) !important;
      margin-left: 8px; }
    /*.contact-form-area .address .row:first-of-type {
      margin-bottom: 16px; }*/
      .contact-form-area .address .row:first-of-type div {
        margin-bottom: 8px; }
    .contact-form-area .address .row:nth-of-type(2) > div:first-of-type {
      margin-top: 16px;
      margin-bottom: 8px; }
    .contact-form-area .mwform-checkbox-field label,
    .contact-form-area .mwform-radio-field label {
      display: inline-block;
      margin-right: 16px; }
    .contact-form-area .mw_wp_form .horizontal-item {
      display: inline-block;
      margin-left: 0 !important;
      margin-bottom: 8px; }
    .contact-form-area .mw_wp_form .error {
      color: #ff0000 !important; }

    div.address:after{
      content:' ';
      display: block;
      width: 30%;
      max-width: 60px;
      height:1px;
      border-bottom:solid 1px #a8a8a8;
      margin-bottom: 20px;}
    @media screen and (max-width: 768px) {
          div.address:after{
            display: none;}
      }


  .contact-form-area span.mwform-radio-field.horizontal-item input {
    display: none; }
  .contact-form-area span.mwform-radio-field.horizontal-item label {
    position: relative;
    cursor: pointer; }
    .contact-form-area span.mwform-radio-field.horizontal-item label span.mwform-radio-field-text {
      position: relative;
      padding-left: 30px; }
      .contact-form-area span.mwform-radio-field.horizontal-item label span.mwform-radio-field-text::before {
        content: "";
        display: block;
        width: 22px;
        height: 22px;
        border: 1px solid #A8A8A8;
        border-radius: 22px;
        position: absolute;
        top: 2px;
        left: 0; }
    .contact-form-area span.mwform-radio-field.horizontal-item label input + span.mwform-radio-field-text::after {
      content: "";
      display: block;
      position: absolute;
      top: 6px;
      left: 4px;
      width: 14px;
      height: 14px;
      border-radius: 14px;
      background-color: #fff;
      transition: background 0.25s linear;}
    .contact-form-area span.mwform-radio-field.horizontal-item label input:checked + span.mwform-radio-field-text::after {
      content: "";
      display: block;
      position: absolute;
      top: 6px;
      left: 4px;
      width: 14px;
      height: 14px;
      border-radius: 14px;
      background-color: #F08300;
      transition: background 0.1s linear;}
      .contact-form-area span.mwform-radio-field.horizontal-item label{
        cursor: pointer;
        -webkit-transition: all 0.1s linear;}
      .contact-form-area span.mwform-radio-field.horizontal-item label:hover{
        color: #999;}

  .contact-form-area select#state,
  .contact-form-area select#CompanyAdd1,
  .contact-form-area select#CompanyAdd3 {
    border: 1px solid #a8a8a8;
    border-radius: 0;
    display: block;
    text-align: center;
    padding: 4px 26px 4px 8px;
    cursor: pointer;
    width: 100%;
    min-width: 180px}
  .contact-form-area .mgtop10 {
    margin-top: 10px; }
  .contact-form-area .mw_wp_form_confirm .mgtop10,
  .contact-form-area .mw_wp_form_preview .mgtop10{
    margin-top: 0;}
  .contact-form-area .mgbtm20 {
    margin-bottom: 20px; }
  .contact-form-area .mgbtm40 {
    margin-bottom: 40px; }
  .contact-form-area .mgbtm80 {
    margin-bottom: 80px; }
  .contact-form-area .state-wrapper {
    position: relative; }
    .contact-form-area .state-wrapper::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-right: 1.5px solid #ED6B00;
      border-bottom: 1.5px solid #ED6B00;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 12px;
      right: 12px; }
    .mw_wp_form_confirm .state-wrapper::after {
      display: none;
    }
    .mw_wp_form_preview .state-wrapper::after {
      display: none;
    }


  .contact-form-area input.tel.short {
    width: 4em;
    margin: 0 2px; }
    @media screen and (max-width: 768px) {
      .contact-form-area input.tel.short {
        width: calc(33% - 12px);
        margin: 0 4px; }
    }
  .contact-form-area .privacy-policy {
    height: 180px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 1rem 1.5rem;
    margin-bottom:4rem }
    .contact-form-area .privacy-policy p {
      margin-bottom: 16px;
      font-size:1.4rem;}
    .contact-form-area .btn-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
    width: 80%; }
    /*
    .contact-form-area .btn-col2 input {
      display: block;
      max-width: 350px;
      width: 100%;
      height: 64px;
      line-height: 64px;
      border-radius: 4px;
      margin: 0 auto;
      background-color: #F08300;
      text-align: center;
      color: #fff;
      font-weight: bold; }
      */

.contact-form-area .btn-col2 input{
  background: #ED6B00 url(../images/arrow_common.svg) no-repeat right 14px center;
  color: #fff;
  font-size: 2rem;
  line-height: 100%;
  padding: 1.8rem 0 2rem;
  margin-left:auto;
  margin-right:auto;
  display: block;
  max-width: 300px;
  width: 70%;
  position: relative;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
}
.contact-form-area .btn-col2 button.btn-bevel.negative.back{
  background: #999 url(../images/arrow_back.svg) no-repeat left 14px center;
  color: #fff;
  font-size: 2rem;
  line-height: 100%;
  padding: 1.8rem 0 2rem;
  margin-left:auto;
  margin-right:auto;
  display: block;
  max-width: 300px;
  width: 70%;
  position: relative;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
}
.contact-form-area .btn-col2 button.btn-bevel.negative.back:hover{
  background-color: #ccc;
}
.contact-form-area .btn-col2 input:hover {
  opacity: 0.6; }
@media screen and (max-width: 768px) {
    .contact-form-area .btn-col2 button.btn-bevel.negative.back{
      width: 100%;
    }
    .contact-form-area .btn-col2 input{
      width: 100%;
    }
}





  @media screen and (min-width: 768px) {
    .contact-form-area input[type="text"] {
      padding: 0 16px; }
    .contact-form-area textarea {
      height: 240px;
      padding: 16px; }
    .contact-form-area .type3.contact th,
    .contact-form-area .type3.contact td {
      font-size: 1.6rem;
      padding: 16px;
      font-weight:300;}
    .contact-form-area .mw_wp_form_confirm .type3.contact th,
    .contact-form-area .mw_wp_form_preview .type3.contact th {
      font-size:1.4rem;
      font-weight: 600;
      color: #999;}
    .contact-form-area .input-radio.subject .row {
      width: calc(100% / 3); }
    .contact-form-area .input-radio.subject label {
      margin-bottom: 8px; }
    .contact-form-area .address .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .contact-form-area .mw_wp_form_confirm .address .row,
    .contact-form-area .mw_wp_form_preview .address .row {
      align-items: baseline;}
    .contact-form-area .mw_wp_form_confirm div,
    .contact-form-area .mw_wp_form_preview div {
      font-size:1.8rem;
      font-weight: 300;
      line-height: 2.4rem;}
    .contact-form-area .address .row:nth-of-type(1) > div:first-of-type {
      margin-top: 4px; }
    .contact-form-area .address .row:nth-of-type(2) > div:first-of-type {
      width: 20%;
      margin-bottom: 0;
      margin-top: 8px; }
    .contact-form-area .address .row:nth-of-type(2) > div:last-of-type {
      margin-left: 16px; }
    .contact-form-area select#state {
      margin-left: 16px;
      width: auto; }
    .contact-form-area select#CompanyAdd1,
    .contact-form-area select#CompanyAdd3 {
      width: auto; }
    .contact-form-area .state-wrapper,
    .contact-form-area .state-wrapper > div {
      display: inline-block; }
    .contact-form-area .mw_wp_form .horizontal-item {
      margin-bottom: 0; }
    .contact-form-area input.tel.short {
      width: 6em;
      margin: 0 8px; }
    .contact-form-area input.tel.first.short {
      margin-left: 0;}
    }

  @media screen and (max-width: 768px) {
    .contact-form-area .type3.contact tr{
      display: block;
      padding-bottom:1rem;
      margin-bottom: 1rem;
      border-bottom:solid 1px #ddd;}
    .contact-form-area .type3.contact tr:last-child{
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;}
    .contact-form-area input.tel.first.short {
      margin-left: 0;} }
  }

  @media screen and (max-width: 320px) {
    .contact-form-area input.tel.short {
      width: 3.5em; }
  }

  .contact-confirm-area div#mw_wp_form_mw-wp-form-405 form > div > div {
    margin-bottom: 40px; }
  .contact-confirm-area .input-radio.subject {
    display: block; }
  .contact-confirm-area .address .row > div:first-of-type {
    margin-top: 0 !important;
    margin-right: 16px; }
  .contact-confirm-area .state-wrapper::after {
    content: none; }
  .contact-confirm-area button.btn-bevel.negative.back {
    display: block;
    max-width: 350px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-radius: 4px;
    margin: 0 auto;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 32px; }
  .contact-confirm-area button.btn-bevel.negative.back:hover {
    opacity: 0.6; }

@media screen and (min-width: 768px) {
  .txt-thanks {
    text-align: center; } }




