.contact_wrapp {
    width: 100%;
    text-align: center;
    padding: 80px 0;
    font-size: 20px;
    position: relative;
    background: #f7f5f5;
    margin-bottom: 100px;
}


.contact_wrapp_in {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}


.contact_wrapp_in h3 {
    font-size: clamp(24px, 1.6vw, 30px);
    font-weight: bold;
    line-height: 2.16;
    margin-bottom: 40px;
    text-align: center;
}

.contact_wrapp_in h3 span {
    font-family: "Montserrat", sans-serif;
    font-size: min(4.8vw, 50px);
    font-weight: 700;
   display: block;
}



.contact_read {
        font-size: clamp(14px, 1vw, 16px);
    line-height: 2.2;
    text-align: center;
    margin-bottom: 60px;
}


.default_form p {
  text-align: center;
}

.default_form p a {
  color: #4ca5ff;
}

.default_form_text {
    background: #bbbbbb;
    padding: 10px;
    color: #fff;
}

.default_form table {
  width: 100%;
}

.default_form table tr {
  border-bottom: 1px solid #c8c8c8;
  font-size: 15px;
}

.default_form table th, .default_form table td {
  padding: 30px 0;
}

.default_form table th {
  text-align: left;
  width: 18%;
  font-weight: normal;
  white-space: nowrap;
    vertical-align: top;
}

.default_form table th.required::after {
  content: "必須";
  background: #000;
  color: #fff;
  padding: 3px 10px 5px;
  font-size: 12px;
  margin: 0 1em 0 0.5em;
}

.default_form table th.vat {
  vertical-align: top;
}

.default_form table td .w400 {
  max-width: 400px;
  width: 100%;
}

.default_form table td .mgl10 {
  margin-left: 10px;
}
.default_form table td .mgr10 {
  margin-right: 10px;
}

.default_form table td .mgn-text {
  margin: 0 20px 0 10px;
}

.default_form table td textarea {
  max-width: 670px;
  width: 100%;
  height: 150px;
  border-radius: 0;
  border: 1px solid #c8c8c8;
}

.default_form table td select {
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 40px 5px 10px;
}

.default_form table td select::-ms-expand {
  display: none;
}

.default_form table td input[type='text'], .default_form table td input[type='email'], .default_form table td select {
  border-radius: 0;
  border: 1px solid #c8c8c8;
  height: 40px;
}

.default_form table td label {
  margin-right: 30px;
}

.default_form table td .triangle {
  position: relative;
}

.default_form table td .triangle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.default_form table td.postalcode .size100 {
  max-width: 100px;
  width: 100%;
}

.default_form input[type='submit'] {
  background: #a93030;
  color: #fff;
  max-width: 450px;
  width: 100%;
  border: none;
  font-size: 22px;
  padding: 15px;
}

.default_form input[type='submit']:hover {
  opacity: 0.8;
  cursor: pointer;
}

.default_form .btn {
  text-align: center;
}

.default_form .attention {
  margin: 40px auto;
font-size: clamp(14px, 1vw, 16px);
}




/* lot */
.contact_freed {
  text-align:center;
  position: relative;
  max-width: 710px;
margin: 80px auto;
text-align: center;
padding: 25px;
border-top: 1px solid #000;
}

.contact_freed .freedial span {
 font-size:16px;
}

.contact_freed .freedial a {
  display: block;
  cursor: default;
  color: #000;
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 0.3em;
  letter-spacing: 0.05em;
  font-weight:bold;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  white-space: nowrap;
}


.contact_freed .businessTime {
  margin-left: 1em;
  white-space: nowrap;
        font-size: clamp(14px, 1vw, 14px);
    line-height: 2.2;
    text-align: center;
}

.default_form_text {
  text-align: left;
}

.default_form_text_1 {
  margin-top: 120px;
}


.list_wrapp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_wrapp label {
    display: inline-block;
    width: 48%;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.default_form table td .list_wrapp label  {
    margin-right: 0px;
}



.formTable-value__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}


.select-wrap {
    position: relative;
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.select-wrap.lage {
    position: relative;
    width: 250px;
    margin-bottom: 10px;
    margin-right: 10px;
}


.select-wrap:before {
z-index: 1;
position: absolute;
right: 15px;
top: 0%;
content: "▼";
line-height: 43px;
color: #666;
pointer-events: none;
font-size: 13px;
}

.select-wrap select.size1 {
    width:150px;
}

.select-wrap select.size2 {
    width:250px;
}


.reserve_sub {
    display: inline-block;
    margin-bottom: 10px;
}

.reserve_sub_small {
    font-size: 12px;
    line-height: 200%;
    display: inline-block;
    margin-bottom: 10px;
}


.default_form table .mfp_element_checkbox, .default_form table .mfp_element_radio {
    vertical-align: middle;
    margin: 0px 2px;
    margin-right: 10px;
}


@media screen and (max-width: 767px) {
    
.contact_wrapp {
    padding: 40px 0;
}
    
    
    .default_form table tr {
        border-bottom: none;
    }
    
    .default_form table th, .default_form table td {
        font-size: 14px;
        width: 100%;
        display: block;
        background: #fbf7f7;
        padding: 20px;
    }
    
    .default_form table th, .default_form table td {
        font-size: 14px;
        width: 100%;
        display: block;
        padding-bottom: 35px;
    }
    
    .default_form table th {
        background: #dfdfdf;
        padding:10px 20px;
    }
    
    
.default_line::before {
    left: -80px;
  }
  .default_form_text {
    text-align: left !important;
              margin-bottom: 15px;
        font-size: 18px;
  }
  .default_form table tr {
    font-size: 14px;
  }
  .default_form table td.address .mgl10 {
    margin-left: 0;
  }
  .default_form table td.birthday span.year {
    display: block;
      margin-bottom: 10px;
  }
    
   .default_form table td.birthday .birth_wrapp {
       display: flex;
justify-content:flex-start;
flex-wrap: wrap;
           align-items: center;
  } 
    
    
  .default_form table td.birthday .mgl10 {
    margin-left: 0;
  }
  .default_form table td.birthday input[type='text'] {
    margin-bottom: 1em;
  }
    
    .default_form table td.birthday .birth_wrapp input[type='text'] {
        width: 70%;
    }    
    
    
input {
    margin-right: 5px;
}   
    
    
.contact_freed {
    display: block;
    padding: 15px;
    margin: 40px auto;
  }
.contact_freed .freedial {

  }
.contact_freed .freedial a {
    font-size: 2.2rem;
  }
.contact_freed .freedial a::before {
    left: -38px;
  }
.contact_freed .businessTime {
    margin-left: 0;
  }
.default_form_text_1 {
    margin-top: 60px;
  }
    
    
.list_wrapp label {
    width: 100%;
} 
  
.select-wrap {
    width: 70%;
}

.select-wrap.lage {
    /*width: 130px;*/
}
.select-wrap select.size1 {
    width:100%;
}

.select-wrap select.size2 {
    /*width:130px;*/
}
   
.formTable-value__row {

}    
    
    
}

