@charset "UTF-8";
/* お問い合わせ */
#pagetit {
  background: url(../img/bg_pagetit.jpg) no-repeat center;
  background-size: cover;
}

#sec1 {
  padding-bottom: 60px;
}
#sec1 .form_table {
  max-width: 860px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 0;
}
#sec1 .form_table th,
#sec1 .form_table td {
  line-height: 1.7;
  vertical-align: top;
  border-bottom: 1px solid #4d4d4d;
  border-color: rgba(77, 77, 77, 0.5);
}
#sec1 .form_table th {
  padding: 20px 0 20px;
  font-size: 17px;
}
#sec1 .form_table th > span {
  display: inline-block;
}
#sec1 .form_table td {
  padding: 15px 10px;
}
#sec1 .form_table input[type="text"],
#sec1 .form_table input[type="tel"],
#sec1 .form_table input[type="email"],
#sec1 .form_table input[type="number"] {
  width: 97%;
  max-width: 100%;
  margin: 5px 0;
  padding: 3px 3px;
  height: 1.5em;
  border: 1px solid #a7a7a7;
  font-size: 16px;
}
#sec1 .form_table input.num {
  width: 80px;
}
#sec1 .form_table input.min {
  width: 160px;
}
#sec1 .form_table select {
  max-width: 100%;
  margin: 6px 0 6px;
  padding: 3px 3px;
  font-size: 16px;
}
#sec1 .form_table textarea {
  width: 97%;
  max-width: 100%;
  margin: 6px 0;
  padding: 3px 3px;
  height: 12em;
  border: 1px solid #A7A7A7;
  font-size: 16px;
}
#sec1 .form_table .must {
  padding-right: 4px;
}
#sec1 .form_table small {
  display: inline-block;
}
#sec1 .must {
  color: #c69c46;
}
#sec1 .btn_wrap {
  margin: 40px auto 30px;
  text-align: center;
}
#sec1 #btn_submit {
  display: inline-block;
  width: 260px;
  margin: 0 auto;
  padding: 15px 10px;
  background: rgba(85, 22, 45, 0.8);
  color: #fff;
  cursor: pointer;
  font-family: "NotoSerif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  border: none;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#sec1 #btn_submit:hover {
  opacity: .7;
}
#sec1 .txt01 {
  margin: 50px 0 30px;
  text-align: center;
}
#sec1 .txt02 {
  text-align: center;
}
#sec1 .txt02 .txt_large {
  font-size: 1.125em;
}

#sec2 {
  padding: 90px 0;
  background: url(../img/bg_sec2_01.jpg) repeat-x top center, url(../img/bg_sec2_01.jpg) repeat-x bottom center, #666;
  color: #fff;
}
#sec2 .tel_tit {
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
}
#sec2 .tel {
  margin: 20px 0 30px;
  font-size: 24px;
  text-align: center;
}
#sec2 .tel .tel_num {
  padding-left: 5px;
  font-size: 39px;
  line-height: 1;
  letter-spacing: 2px;
}
#sec2 .tel a {
  color: #fff;
}
#sec2 .address_box {
  margin-top: 40px;
}
#sec2 .address_box .box_logo {
  margin: 0 40px;
}
#sec2 .address_box .box_text {
  margin: 0 20px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding-bottom: 30px;
  }
  #sec1 .form_table {
    border-spacing: 0;
    border-top: 1px solid #4d4d4d;
    border-color: rgba(77, 77, 77, 0.5);
  }
  #sec1 .form_table th {
    display: block;
    width: 100%;
    padding: 10px;
    background: rgba(153, 153, 153, 0.2);
    white-space: normal;
    line-height: 1.6;
  }
  #sec1 .form_table td {
    display: block;
    padding: 10px 0 15px;
    font-size: 16px;
    line-height: 1.6;
  }
  #sec1 .form_table input[type="text"],
  #sec1 .form_table input[type="tel"],
  #sec1 .form_table input[type="mail"] {
    width: 97%;
    width: calc(100% - 8px);
  }
  #sec1 .form_table input.num {
    width: 60px;
  }
  #sec1 .form_table input.min {
    width: 160px;
  }
  #sec1 .form_table textarea {
    width: 97%;
    width: calc(100% - 8px);
  }
  #sec1 #btn_submit {
    width: 100%;
  }

  #sec2 {
    padding: 50px 0;
  }
  #sec2 .tel_tit {
    font-size: 1.125em;
    line-height: 1.4;
  }
  #sec2 .tel {
    margin: 10px 0 15px;
    font-size: 18px;
  }
  #sec2 .tel .tel_num {
    font-size: 30px;
  }
  #sec2 .address_box {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  #sec2 .address_box .box_logo {
    margin: 0 0 20px;
  }
  #sec2 .address_box .box_logo img {
    width: 160px;
  }
  #sec2 .address_box .box_text {
    margin: 0;
  }
}
