@charset "UTF-8";
.contact .top_text {
  padding: 55px 0 60px;
}
.board{
  background: url(../images/contact/board_lt.png),  url(../images/contact/board_rb.png), url(../images/contact/board_bg.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom, center center;
  width: 96%;
  max-width: 840px;
  margin: 30px auto 0;
  padding: 38px 4% 33px;
}
.board span:not(.inline-block){
  font-size: 24px;
}
.board p{
  margin-top: 10px;
}

.contact_btm{
  padding: 60px 0;
}
.contact_btm .tel{
  margin: 12px 0 23px;
}
.contact_btm .images{
  display: flex;
  margin-bottom: 25px;
}
.contact_btm .address{
  padding-left: 3%;
}
.contact_btm .address .logo{
  display: inline-block;
  width: 147.5px;
  vertical-align: middle;
  margin: 0 4%
}
.contact_btm .address p{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 2;
}
.contact_btm .address p .sp500{
  display: none;
}


/* contact form */
.contact_form{
  background: url(../images/contact/bg.jpg);
  padding-bottom: 60px;
}
.contact_form .ttl_box {
  padding: 55px 0 30px;
}
.contact_form .req{
  color: #c4192a;
}
.contact_form .list{
  margin-top: 35px;
}
.contact_form .list li{
  display: flex;
  line-height: 1.9;
  margin-bottom: 15px;
}
.contact_form .list li.radio{
  align-items: center;
  background: #fff;
}

.contact_form .ttl{
  width: 24%;
  background-color: #1e160b;
  color: #fff;
  padding: 15px 2.5%;
}
.contact_form .txt{
  width: 76%;
  background: #fff;
  padding: 15px 3%;
}
.contact_form input[disabled=disabled]{
  background: rgba(118, 118, 118, 0.3);
}
.contact_form label{
  margin-right: 7% !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.contact_form input[type=radio]{
  margin-right: 20px;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 5px;
  vertical-align: middle;
}
.contact_form label span{
  vertical-align: middle;
}
.contact_form input{
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border: 1px solid #979797;
  box-shadow: none;
}
.contact_form textarea{
  width: 100% !important;
  min-height: 180px !important;
  padding: 0 1em;
  border: 1px solid #979797;
  box-shadow: none;
}

.contact_form .txt p.mt{
  margin-top: 10px;
}
.contact_form .mail_address .txt p{
  line-height: 1.8;
}
.contact_form .img_address{
  display: inline-block;
  width: auto;
  height: 18px;
  vertical-align: sub;
}
.contact_form li.schedule,
.contact_form li.people,
.contact_form li.budget{
  background-color: #1e160b;
  align-items: center;
}

.contact_form li.schedule input:not([type=radio]){
  padding: 0 5px 0 5px;
  background: none;
  width: 200px;
  margin-right: 9.5%;
  background: url(../images/contact/date.png) no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.contact_form li.people input,
.contact_form li.budget input{
  width: 130px;
  margin-right: 12px;
}

.contact_form .submit{
  width: 225px;
  margin: 70px auto 35px;
  border: none;
  text-shadow: none !important;
  box-shadow: none !important;
  background: url(../images/common/btn_brown_lt.png), url(../images/common/btn_brown_rb.png), url(../images/common/btn_brown_arrow.svg), #1e160b !important;
  background-repeat: no-repeat !important;
  background-size: cover, cover, 10px auto !important;
  background-position: left top, right bottom, right 14px center !important;
  padding: 0;
  border-radius: 0;
}
.contact_form .comment{
  line-height: 1.8;
}


@media screen and (max-width: 768px){
  .contact .top_text {
    padding: 35px 0;
  }
  .board{
    padding-top: 30px;
  }
  .board p {
    margin-top: 5px;
  }
  .contact_btm {
    padding: 35px 0;
  }
  .contact_btm .tel {
    margin: 0px 0 15px;
  }
  .contact_btm .address{
    padding-left: 0;
  }

  
  /* contact form */
  .contact_form {
    padding-bottom: 30px;
  }
  .contact_form .ttl_box {
    padding: 22px 0 25px;
  }

  .contact_form .list li{
    display: block;
    margin-bottom: 10px;
  }
  .contact_form .ttl{
    width: 100%;
    padding: 15px 3%;
  }
  .contact_form .txt{
    width: 100%;
    padding: 15px 3%;
  }
  .contact_form .submit {
    margin: 35px auto 35px;
  }
  .contact_form .comment {
    padding: 0 2%;
  }

}
@media screen and (max-width: 500px){
  .contact_btm .ttl{
    font-size: 5vw;
  }
  .contact_btm .tel .fs38{
    font-size: 8vw;
  }
  .contact_btm .address p .sp500{
    display: block;
  }


}