@charset "utf-8";

#c01_contact{
  padding: 2em 1em 0;
  position: relative;
}
#c01_contact::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #F2F0EE;
  z-index: -1;
}
#c01_contact .log{
  max-width: 1100px;
  font-size: 30px;
  margin: 0 auto 20px;
}
#c01_contact ul{
  max-width: 800px;
  display: flex;
  gap: 1%;
  margin: 0 auto 0;
}
#c01_contact ul li:nth-child(1){
  width: 54%;
}
#c01_contact ul li:nth-child(2){
  width: 45%;
}
.title{
  font-width: 900;
  color: #FFFFFF;
  background-color: #ADA197;
  text-align: center;
  font-size: 40px;
  padding: 1.5em;
  margin-bottom: 2em;
}
#c02_form{
  max-width: 800px;
  margin: 0 auto;
}
#c02_form table th{
  font-size: 24px;
  color: #8C7B6C;
  white-space: nowrap;
  text-align: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
#c02_form table th span {
  color: #FFFFFF;
  background-color: #B42229;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 5px;
}
#c02_form table td {
  padding-bottom: 10px;
}
#c02_form table td input,
#c02_form table td select,
#c02_form table td textarea{
  font-size: 24px;
  padding: 10px;
}
#c02_form table td button{
  color: #FFFFFF;
  vertical-align: bottom;
  font-size: 24px;
  border:none;
  background-color: #8C7B6C;
  padding: 10px 20px;
}
#c02_form table td span.log{
  font-size: 24px;
  display: block;
}
#c02_form table td small{
  display: block;
}

#hope_date1,
#hope_date2,
#hope_date3,
#hope_time1,
#hope_time2,
#hope_time3{
  width: 45%;
}
.confirm_area ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto 30px;
}
.confirm_area ul li span{
  padding: 5px 10px;
  color: #FFFFFF;
  background-color: #B42229;
  margin-right: 10px;
}
.confirm_area ul label {
  cursor: pointer;
}
input[type=checkbox]{
  display: inline-block;
  transform: scale(2);
  vertical-align: inherit;
}
.recaptcha_area{
  width: fit-content;
  margin: 0 auto 30px;
}
.btn_area{
  width: fit-content;
  margin: 0 auto 80px;
}
.btn_area #submit{
  cursor: pointer;
  background: url("/common/img/contact/btn.svg") no-repeat center / cover;
  width: 400px;
  height: 150px;
  border: none;
}
.btn_area #submit:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
.attention{
  margin-bottom: 30px;
}

@media screen and (max-width: 756px) {
  #c01_contact{
    padding: 1em 1em 0;
    position: relative;
  }
  #c01_contact::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #F2F0EE;
    z-index: -1;
  }
  #c01_contact .log{
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .title{
    font-size: 18px;
    padding: 1em 0;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #c02_form{
    width: 94%;
    margin: 0 auto;
  }
  #c02_form table th{
    font-size: 18px;
    padding-right: 5px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
  }
  #c02_form table th span {
    font-size: 16px;
    color: #FFFFFF;
    background-color: #B42229;
    padding: 2px 5px;
    display: inline-block;
    margin-right: 3px;
  }
  #c02_form table td {
    display: block;
    width: 100%;
  }
  #c02_form table td {
    padding-bottom: 15px;
  }
  #c02_form table td small {
    font-size: 14px;
  }
  #c02_form table td input,
  #c02_form table td select,
  #c02_form table td textarea{
    font-size: 16px;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #zip1,
  #zip2{
    width: 25% !important;
  }
  #c02_form table td button{
    font-size: 16px;
    padding: 5px 20px;
    vertical-align: baseline;
  }
  #c02_form table td span.log{
    font-size: 16px;
    display: block;
  }
  #hope_date1,
  #hope_date2,
  #hope_date3,
  #hope_time1,
  #hope_time2,
  #hope_time3{
    width: 90%;
  }
  .confirm_area ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 0 auto 30px;
  }
  .confirm_area ul li span{
    padding: 5px 10px;
    color: #FFFFFF;
    background-color: #B42229;
    margin-right: 10px;
  }
  .confirm_area ul label {
    cursor: pointer;
  }
  input[type=checkbox]{
    display: inline-block;
    transform: scale(2);
    vertical-align: inherit;
  }
  .recaptcha_area{
    width: fit-content;
    margin: 0 auto 30px;
  }
  .btn_area{
    width: fit-content;
    width: 80%;
    margin: 0 auto 40px;
  }
  .btn_area #submit{
    cursor: pointer;
    background: url("/common/img/contact/btn.svg") no-repeat center / cover;
    width: 100%;
    height: auto;
    aspect-ratio: 400 / 150;
    border: none;
  }
  .btn_area #submit:disabled{
    opacity: 0.5;
    cursor: not-allowed;
  }
  .attention{
    font-size: 16px;
    margin-bottom: 30px;
  }
}


