@charset "UTF-8";

.under_main {
  background-image: url(../images/bg-reserve.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#reserve a.tel {
  text-decoration: underline;
  color: #597746;
}
#reserve .line a {
  color: #56ba2e;
  font-weight: bold;
  font-size: 16px;
}
#reserve .line img {
  padding-top: 10px;
}
form {
    max-width: 700px;
    margin: 30px auto 0px;
}
label {
  display: block;
  width: 100%;
  margin: 20px 0 5px;
}
input[type="email"], input[type="number"],input[type="text"], input[type="tel"],input[type="date"],input[type="time"],input[type="address"],select {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  outline: none;
  height: 3.5rem;
  line-height: 1.4rem;
  background: rgba(255,255,255,0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
textarea {
	width: 100%;
  display: block;
  border: 1px solid #fff;
  outline: none;
  background: rgba(255,255,255,0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  line-height: 1.7;
}
sup {
  color: #c15855;
  font-size: 11px;
  padding-left: 5px;
}
button {
  font-size: 14px;
  padding: 10px 70px;
  border-radius: 30px;
  border: 1px solid #597746;
  background-color: #597746;
  color: #fff;
  letter-spacing: .2em;
}
button:hover {
  background-color: rgba(255,255,255,0.8);
    color: #597746;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width:768px) {
  #reserve .line img {
    height: 60px;
  }
  form {
    margin: 40px auto 0px;
  }
}





