/* **********************************
 *  contact
 * ********************************* */

.pg_contact{

}
.pg_contact .section.sec1{
}
.pg_contact .section.sec2{
}
.contact_info_wrap{
  text-align: center;
  margin-top: 70px;
}
.contact_info_tt{
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.contact_info_tt:first-letter{
  color: #f3592b;
}
.contact_info_text{
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  letter-spacing: 0.075em;
  line-height: 1.785;
  margin-top: 20px;
}

.contact_info {
  background: #fff;
  text-align: center;
  outline: 2px solid #f3592b;
  outline-offset: -7px;
  padding: 10px;
  margin: 30px auto 0px auto;
}
.contact_info .box3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight:500;
  vertical-align: middle;
  padding: 20px 5px 20px 5px;
  line-height: 1;
  letter-spacing: 0.075em;
  display: inline-block;
}
.contact_info .box3 a:hover {
  color: #f3592b;
  text-decoration: none;
}
span.tel {
  font-size: 22px;
  vertical-align: top;
  padding: 0 8px 0 4px;
}
.contact_info2{
  text-align: center;
  margin-top: 50px;
}
.contact_info_tt2{
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.contact_info_tt2:first-letter{
  color: #f3592b;
}

.contact_info_text_small{
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-align: justify;
}

/* コンタクトフォーム */

.contact_form td {
  padding: 0px 0px 20px 0px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  display: block;
}
.contact_form th {
  background: none;
  min-width: 100%;
  padding: 20px 0px 0px 0px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  display: block;
}
textarea {
  max-width: 100%;
  height: 180px;
}
.contact_form {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  width: 100%;
  border: 0px solid ;
  margin-top: 30px;
}
.contact_form th {
  background: none;
  width: 335px;
  padding: 15px 0px 10px 0px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.contact_form th .require {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13em;
  font-weight: normal;
  padding: 2px 11px;
  margin-right: 15px;
  color: #FFF;
  background: #f4592b;
  vertical-align: top;
  float:left;
}
.contact_form tr {
  border-bottom: 1px solid #e5e5e5;
}
input {
  line-height: 2.3;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  max-width: 100%;
  background: #f8f8f8;
}
input[type="text"]::placeholder {
  color: #a8acad;
  font-size: 15px;
  letter-spacing: 0.16em;
}
input[type="email"]::placeholder {
  color: #a8acad;
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form [name$="your_message"] {
  font-size: 15px;
  letter-spacing: 0.16em;
  border: 1px solid #d9d9d9;
  padding: 10px;
  background: #f8f8f8;

}

span.mwform-radio-field-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-right: 25px;
}
.privacy_box .item{
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 1.933;
  width: 100%;
}
.privacy_box .item .title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
  border-left: 3px solid #2f1609;
  padding-left: 14px;
  margin-bottom: 12px;
  line-height: 1;
  text-align: left;
  margin-left: 6px;
}
.privacy_box .item:nth-child(n+2) {
  margin-top: 30px;
}
.privacy_box {
  overflow: scroll;
  width: 100%;
  height: 278px;
  border: 1px solid #d9d9d9;
  padding: 0px 20px 15px 20px;
  margin-bottom: -20px;
  background: #f8f8f8;
}
tr.non {
  border-bottom: 0px solid #a8acad;
}
span.mwform-checkbox-field-text {
  font-size: 17px;
  letter-spacing: 0.08em;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
/* 送信ボタン */
.contact_form_btns input[type="submit"], .contact_form_btns input[type="button"] {
  font-family: Noto Serif JP;
  display: inline-block;
  width: 285px;
  height: 69px;
  background-image: url(https://shigaraki-base.web-srv.net/img/back1.jpg);
  background-repeat: no-repeat;
  border: 1px solid #f3592b;
  margin-top: 24px;
}
.contact_form_btns input[type="submit"]:hover, .contact_form_btns input[type="button"]:hover{
  display: inline-block;
  width: 285px;
  height: 69px;
  background-image: url(https://shigaraki-base.web-srv.net/img/back2.jpg);
  background-repeat: no-repeat;
  border: 1px solid #f3592b;
}

.pg_contact .mwform-checkbox-field label,
.pg_contact .mwform-radio-field label{
  display: flex;
    align-items: center;
}
.pg_contact .mwform-radio-field input[type="radio"]{
  width: 19px;
  height: 16px;
}
@media (min-width:768px){
  .contact_form {
    margin-top: 45px;
  }
  .contact_info{
    padding: 18px;
    margin: 35px auto 0px auto;
  }
  .contact_info .box3 {
    font-size: 34px;
  }
  .contact_info2{
    margin-top: 100px;
  }
  .contact_info_text_small{
    text-align: center;
  }
  span.tel {
    font-size: 28px;

  }
  .contact_info_text{
    font-size: 24px;
  }
  .contact_form th {
    background: none;
    width: 250px;
    padding: 25px 0px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    display: table-cell;
  }
  .contact_form td {
    padding:25px 0px;
    font-weight: normal;
    text-align: left;
    width: 100%;
    display: block;
  }
  .privacy_box .item:nth-child(n+2) {
    margin-top: 35px;
  }
  span.mwform-radio-field-text {
    margin-right: 18px;
  }
  textarea {
    height: 200px;
  }
  .privacy_box {
    margin-bottom: -40px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-right: 10px;
  }
  .privacy_box {
    padding: 0px 20px 15px 20px;
  }

}
@media (min-width:1024px){
  .contact_form th {
    width: 353px;
  }
  .contact_info_text{
    font-size: 28px;
    margin-top: 34px;
  }
  .contact_form {
    margin-top: 56px;
  }
  textarea {
    height:270px;
  }
  .contact_info{
    padding: 23px;
    margin: 49px auto 0px auto;
  }
  .privacy_box {
    padding: 0px 60px 15px 20px;
  }
}
@media (min-width:1200px){

}