@charset "UTF-8";

#under_main {
  background: url(../images/bg-contact2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 35%;
}



/* =======================================================
* contact
======================================================= */
#contact p {
  line-height: 1.8;
}
#contact .contact_tel {
  text-align: center;
  margin: 50px auto;
}
#contact .contact_tel a {
  background-color: #636956;
    color: #fff;
    padding: 20px 50px;
    font-size: 28px;
    border-radius: 5px;
    letter-spacing: .15em;
    display: inline-block;
}
/* 目安箱 */
#contact .requestBox a {
  background-color: rgba(255,255,255,0.7);
    padding: 20px 140px;
    color: #222;
    font-size: 35px;
    letter-spacing: .1em;
    font-weight: bold;
    position: relative;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 1.4;
}
#contact .requestBox a span {
  font-size: 18px;
}
#contact .requestBox a img {
  width: 45px;
  vertical-align: text-bottom;
  padding-right: 10px;
}
#contact .requestBox a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color:#6f3939 transparent transparent transparent;
}
#contact .requestBox a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/* フォーム */
form {
	max-width: 700px;
	margin: 50px auto;
}
label {
  line-height: 1.7;
  display: block;
  margin: 20px auto 5px;
  width: 100%;
  text-align: left;
  font-weight: bold;
}
input, select {
  vertical-align: text-top;
  font-size: 30px;
  margin: 3px;
}
input[type="email"], input[type="number"],input[type="text"], input[type="tel"],input[type="date"],input[type="city"],input[type="address"],input[type="zipcode"],input[type="prefectures"],select {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  outline: none;
  height: 3.5rem;
  line-height: 1.4rem;
  background: rgba(255,255,255,0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: a-otf-futo-min-a101-pr6n, yu-mincho-pr6, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
input[type="zipcode"],input[type="prefectures"] {
  width: 50%;
}
textarea {
	width: 100%;
  display: block;
  border: 1px solid #ddd;
  outline: none;
  background: rgba(255,255,255,0.5);
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #151a1f;
  line-height: 1.8;
  letter-spacing: .05em;
  font-size: 15px;
  font-family: a-otf-futo-min-a101-pr6n, yu-mincho-pr6, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
sup {
	background-color: #ca750b;
    font-size: 11px;
    color: #fff;
    padding: 0 5px;
    margin-left: 8px;
    border-radius: 3px;
}
sup.any {
  background-color: #636956
}
button {
  background-color: #636956;
  color: #fff;
  border: 1px solid #636956;
  outline: none;
  padding: 10px 80px;
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: a-otf-futo-min-a101-pr6n, yu-mincho-pr6, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
button:hover {
  background-color: #34382d;
}
@media screen and (max-width:768px) {
  #contact p {
    line-height: 1.7;
  }
  #contact .contact_tel {
    margin: 30px auto;
  }
	#contact .contact_tel a {
    font-size: 20px;
    padding: 20px 25px;
  }
  /* 目安箱 */
  #contact .requestBox a {
    padding: 20px 0;
    width: 100%;
    font-size: 23px;
  }
  #contact .requestBox a span {
    font-size: 15px;
  }
}
