@charset "UTF-8";
/* CSS Document */
.contact .title{
background-image: url("../img/contact.png");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 400px;
}
.contact .title .shadow{
background-color:rgba(22,6,1,0.40);
width: 100%;
height: 400px;
}
.contact .title h1{
padding: 170px 0 20px 0;
margin: 0;
line-height: 0;
}
.contact .title h2{
padding: 0px 0;
margin: 0;
color: #fff;
font-size: 16px;
letter-spacing: 3px;
}
.contact .box{
height: auto;
width: 80%;
padding: 50px;
background-color: #301E16;
margin: 50px auto;
	outline: 1px solid #998675;
	outline-offset: -10px;
	position: relative;
	color:#C7B299;
}
.contact ul {
　color: #1E0C04;
	font-size: 14px;
	line-height: 30px;
}
.contact .border{
border-bottom: 1px dotted #998675;

}
.contact .caption {
  font-size: 13px;
}
.contact table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 10px;
}
.contact table th {
  width: 30%;
  text-align: right;
  font-weight: 400;
  font-style: normal;
  color: #1E0C04;
		font-size: 14px;
}
.contact table th, .contact table td {
  padding: 10px 2%;
}
.contact small{
color:#736357;
}
.contact table td{
font-size: 14px;
}
.contact .input {
  width: 96%;
  font-size: 14px;
  padding: 8px 2%;
  border: solid 2px #998675;
  outline: none;
}
.contact .input2{
  width: 50%;
  font-size: 14px;
  padding: 8px 2%;
  border: solid 2px #998675;
  outline: none;
}
.contact .input3{
  width: 10%;
  font-size: 14px;
  padding: 8px 2%;
  border: solid 2px #998675;
  outline: none;
}
.contact textarea {
  width: 94%;
  font-size: 16px;
  padding: 8px 3%;
  border: solid 2px #998675;
  outline: none;
}
.contact select{
  width: 50%;
  font-size: 14px;
  padding: 8px 2%;
  border: solid 2px #998675;
  outline: none;
}
.contact .required {
  color: #f00;
  font-size: 12px;
  margin-left: 10px;
}
.contact .button_box {
  width: 80%;
  margin: 0 auto;

}
.contact .submit {
  width: 40%;
  color: #fff;
  background-color: #301E16;
  border: none;
  padding: 15px 0;
  text-align: center;
  margin: 0 5%;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: block;
  float: left;
  font-weight: 400;
  font-style: normal;
}
.contact .submit:hover {
  opacity: 0.8;
}
.contact .submit.clear {
  background-color: #998675;
}
.contact .btn a {
  width: 46%;
  font-size: 16px;
  padding: 15px 0;
  color: #fff;
  background-color: #A38334;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  outline: none;
  display: block;
}

#f0_select {
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  padding: 10px 2%;
   border: solid 2px #998675;
  outline: none;
  color: #222;
  margin: 0;
}
.contact p{
text-align: center;
color:#301E16;
font-size: 13px;
}
@media screen and (max-width:1050px) {
.contact .title{
background-image: url("../img/contact.png");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 250px;
}
.contact .title .shadow{
background-color:rgba(22,6,1,0.40);
width: 100%;
height: 250px;
}
.contact .title h1{
padding: 70px 0 20px 0;
margin: 0;
line-height: 0;
}
.contact .title h2{
padding: 0px 0;
margin: 0;
color: #fff;
font-size: 16px;
letter-spacing: 3px;
}
.contact .box{
height: auto;
width: 90%;
padding: 20px 20px 20px 0px;
box-sizing: border-box;
background-color: #301E16;
margin: 20px auto 0;
	outline: 1px solid #998675;
	outline-offset: -10px;
	position: relative;
	color:#C7B299;
}
  .contact .box ul li{
		 font-size: 11px;
			line-height: 20px;
		}
  .contact p {
    font-size: 13px;
    line-height: 20px;
			 margin-top: 10px;
  }
  .contact .caption {
    font-size: 13px;
  }
  .contact table {
    width: 100%;
    margin-bottom: 0;
  }
  .contact table th {
    width: 90%;
    text-align: left;
    display: block;
    padding: 5px 5% 0;
	font-size: 13px;
  }
  .contact table td {
    padding: 0 5% 10px;
    width: 90%;
    display: block;
  }
  .contact .input {
    width: 96%;
    font-size: 16px;
    padding: 10px 2%;
    border: solid 2px #998675;
    outline: none;
  }
		.contact .input3{
  width: 20%;
  font-size: 14px;
  padding: 8px 2%;
  border: solid 2px #998675;
  outline: none;
}
  .contact textarea {
    width: 94%;
    font-size: 16px;
    padding: 10px 3%;
    border: solid 2px #998675;
    outline: none;
  }
  .contact .required {
    color: #f00;
    font-size: 12px;
    margin-left: 10px;
  }
  .contact .button_box {
    width: 100%;
    margin: 0 auto;
  }
  .contact .submit {
    width: 46%;
    color: #fff;
    border: none;
    padding: 15px 0;
    text-align: center;
    margin: 10px 2% 0;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    outline: none;
    display: block;
    float: left;
  }
  .contact .btn a {
    width: 46%;
    font-size: 18px;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    outline: none;
    display: block;
  }
  input[type="reset"] {
    -webkit-appearance: none;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input[type="button"] {
    -webkit-appearance: none;
  }
}