@charset "UTF-8";
/* CSS Document */
.section-top {
  background-image: url("../img/reservation_img/reservation-top.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 400px;
  position: relative;
}
.section-top__image-filter {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.section-top__image-message {
  width: 100%;
  text-align: center;
  background-color: rgba(224, 201, 188, 0.6);
  font-weight: bold;
  color: #543807;
  position: absolute;
  top: 50px;
}
.section-top h2 {
  font-size: 1.8rem;
  margin-top: 60px;
  margin-bottom: 60px
}
.section-top__image-message p {
  margin-bottom: 20px;
}
@media(min-width:600px) {
  .section-top {
    max-height: 600px;
  }
  .section-top h2 {
    font-size: 2.4rem;
  }
  .section-top__image-message p {
    font-size: 1.8rem;
  }
}
.section-title {
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #543807;
}
.section-lead {
  margin-bottom: 50px;
  padding: 0 30px;
  text-align: center;
}
.section-reservation {
  padding: 30px 40px;
  background-color: #feefe6;
}
.section-reservation__lead {
  text-align: center;
}
.section-reservation__lead-sub {
  font-size: 1.4rem;
}
.reservation-form {
  padding: 60px 0;
  text-align: left;
  color: #543807;
}
.reservation-form p {
  margin-bottom: 40px;
}
.reservation-form span {
  color: #ee4831;
  margin: 0 10px;
}
.reservation-form input[type="text"], .reservation-form input[type="email"], .reservation-form input[type="tel"], .reservation-form select, .reservation-form textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #543807;
}
.reservation-form textarea {
  height: 300px;
}
.reservation-form p label {
  font-weight: 600;
  font-size: 2.0rem;
  display: block;
  margin-bottom: 20px;
}
.reservation-form p label.small-label {
  display: inline-block;
  font-weight: 500;
  font-size: 1.6rem;
}
.resevation-form__example {
  margin-bottom: 10px;
}
@media(min-width:1100px) {
  .section-reservation {
    padding: 110px 24px 40px 24px;
    
  }
  .section-reservation__lea {
    font-size: 1.8rem;
  }
  .section-reservation__lead-sub {
    font-size: 1.6rem;
  }
  .reservation-form {
    font-size: 1.6rem;
    width: 60%;
    margin: 0 auto;
  }
  .reservation-form p label,.form_resevation_detail {
    display: inline-block;
    width: 260px;
    vertical-align: top;
    font-weight: 600px;
  }
  .reservation-form input[type="text"], .reservation-form input[type="email"], .reservation-form input[type="tel"], .reservation-form select, .reservation-form textarea {
    width: 400px;
    display: inline-block;
  }
  .reservation-form textarea {
    width: 700px;
    height: 450px;
  }
  
}
.resevation-form__button {
  background-color: rgba(239, 196, 185, 0.6);
  color: #543807;
  border: solid 1px #543807;
  border-radius: 10px;
  padding: 10px 15px;
  text-decoration: none;
  box-shadow: 0 3px 0 #705c57;
}
.button {
  text-align: center;
}
.resevation-form__button:hover {
	color: rgba(239, 196, 185, 0.7);
	background: #ffede8;
}
@media(min-width:1100px) {
  .resevation-form__button {
    padding: 28px 97px;
    font-size: 2.0rem;
  }
  
}