@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../contact/img/pagetit.jpg) no-repeat center;
  background-size: cover;
  text-shadow: 0 0 10px #7a3e00, 0 0 10px #c3adb3, 0 0 15px #c3adb3, 0 0 15px #c3adb3, 0 0 20px #c3adb3, 0 0 20px #c3adb3;
}

#lead {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #lead {
    padding-bottom: 30px;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding: 40px 0 70px;
}
#sec1 .caption {
  font-size: 20px;
  text-align: center;
}
#sec1 .form_table {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 0;
}
#sec1 .form_table th,
#sec1 .form_table td {
  line-height: 1.75;
  vertical-align: top;
  border-bottom: 1px dashed #e5e5e5;
}
#sec1 .form_table th {
  width: 24%;
  padding: 25px 0;
  color: #000;
}
#sec1 .form_table th > span {
  display: inline-block;
}
#sec1 .form_table td {
  padding: 12px 10px 10px 0;
}
#sec1 .form_table td > span {
  display: inline-block;
  padding-left: 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: 5px 10px;
  min-height: 1.2em;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-family: 'Noto Serif', serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
#sec1 .form_table select {
  max-width: 100%;
  margin: 6px 0 6px;
  padding: 3px 3px;
  font-size: 16px;
  font-family: 'Noto Serif', serif;
}
#sec1 .form_table textarea {
  width: 97%;
  max-width: 100%;
  margin: 6px 0 0;
  padding: 5px 10px;
  height: 13em;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-family: 'Noto Serif', serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
#sec1 .form_table label {
  margin-right: 1em;
}
#sec1 .form_table .must {
  padding-left: 4px;
}
#sec1 .form_table small {
  display: inline-block;
}
#sec1 .form_table img.mail {
  margin: 0 3px;
  vertical-align: middle;
}
#sec1 .must {
  color: #f00;
}
#sec1 .form_btn {
  margin: 70px auto 40px;
  text-align: center;
}
#sec1 #btn_submit {
  position: relative;
  display: inline-block;
  width: 260px;
  margin: 0 auto;
  padding: 10px 10px;
  background: #58656e;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  font-family: 'Noto Serif', serif;
  -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 {
  background: #c08e47;
}
#sec1 .txt01 {
  margin: 30px 0 20px;
  text-align: center;
}
#sec1 .txt02 {
  line-height: 2.2;
  text-align: center;
}

:placeholder-shown {
  color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #d3d3d3;
}

:-moz-placeholder {
  color: #d3d3d3;
  opacity: 1;
}

::-moz-placeholder {
  color: #d3d3d3;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #d3d3d3;
}

@media screen and (max-width: 768px) {
  #pagetit {
    background: url(../../contact/img/pagetit_sp.jpg) no-repeat center;
    background-size: cover;
}
  #sec1 {
    padding: 30px 0 40px;
  }
  #sec1 .form_table {
    border-spacing: 0;
  }
  #sec1 .form_table th,
  #sec1 .form_table td {
    border-bottom: none;
  }
  #sec1 .form_table th {
    display: block;
    width: 100%;
    padding: 10px;
    background: #ebebeb;
    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 td > span {
    padding-left: 0;
  }
  #sec1 .form_table input[type="text"],
  #sec1 .form_table input[type="tel"],
  #sec1 .form_table input[type="mail"] {
    width: 100%;
    padding: 5px 10px;
  }
  #sec1 .form_table textarea {
    width: 100%;
    padding: 5px 10px;
  }
  #sec1 .form_btn {
    margin: 10px 0 20px;
  }
  #sec1 #btn_submit {
    width: 100%;
  }
  #sec1 .txt01 {
    margin: 20px 0 20px;
    text-align: left;
  }
  #sec1 .txt02 {
    line-height: 1.8;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 {
  padding: 70px 0 160px;
}
#sec2 .contact_tit {
  margin-bottom: 30px;
  text-align: center;
}
#sec2 .contact_tit > span {
  display: inline-block;
  padding: 0 10px;
  border-bottom: 1px solid #c08e47;
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 1.5;
}
#sec2 .contact_tel {
  font-size: 27px;
  text-align: center;
}
#sec2 .contact_tel .num {
  font-size: 48px;
}
#sec2 .contact_col {
  margin: 30px auto;
}
#sec2 .contact_col dt {
  margin-right: 40px;
}
#sec2 .contact_col dd {
  line-height: 1.8;
}
#sec2 .contact_pic {
  max-width: 980px;
  margin: 0 auto;
}
#sec2 .contact_pic > div {
  max-width: 32.15%;
}

@media screen and (max-width: 768px) {
  #sec2 {
    padding: 30px 0;
  }
  #sec2 .contact_tit {
    margin-bottom: 20px;
  }
  #sec2 .contact_tit > span {
    padding-bottom: 5px;
    letter-spacing: 0;
  }
  #sec2 .contact_tel {
    font-size: 24px;
  }
  #sec2 .contact_tel .num {
    font-size: 34px;
  }
  #sec2 .contact_col {
    margin: 25px auto;
  }
  #sec2 .contact_col dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #sec2 .contact_col dt img {
    width: 240px;
  }
  #sec2 .contact_col dd {
    width: 100%;
    line-height: 1.6;
    text-align: center;
  }
}
/* ---------------------------------------------------
	thanks
------------------------------------------------------ */
#thanks #sec2 {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #thanks #lead .lead_txt {
    text-align: left;
  }
  #thanks #sec2 {
    padding-bottom: 40px;
  }
}
