@charset "UTF-8";
.section-top {
  margin-bottom: 40px;
}
.section-top .top-image {
  width: 100%;
  height: 240px;
  background-image: url("../images/reserve_heroimage.jpg");
  background-size: cover;
  background-position: center;
}
.section-top .top-image .image-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.section-top .top-image .image-filter h1 {
  font-family: toppan-bunkyu-mincho-pr6n, "凸版文久見出し明朝 Std EB", "小塚明朝 Pro", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  color: #FFF;
  padding-top: 100px;
}

.section-reserve {
  margin: 0 10% 60px;
}
.section-reserve .reserve-form {
  text-align: left;
}
.section-reserve .reserve-form p {
  margin-bottom: 20px;
}
.section-reserve .reserve-form p input {
  display: block;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 30px;
  margin-top: 10px;
}
.section-reserve .reserve-form p select {
  display: block;
  padding: 5px;
  width: 100%;
  height: 30px;
  margin-top: 10px;
}
.section-reserve .reserve-form p textarea {
  display: block;
  width: 100%;
  height: 200px;
  margin: 10px 0 40px;
}
.section-reserve .reserve-form p:nth-child(7) {
  margin-bottom: 5px;
}
.section-reserve .reserve-form p:last-of-type {
  display: flex;
  text-align: center;
  margin-bottom: 40px;
}
.section-reserve .reserve-form p:last-of-type input {
  flex-basis: 40%;
  widows: 20px;
  height: 20px;
}
.section-reserve .reserve-form p:last-of-type label {
  flex-basis: 60%;
  flex-grow: 3;
  padding-top: 5px;
}

@media (min-width: 980px) {
  .section-top {
    margin-bottom: 60px;
  }
  .section-top .top-image {
    height: 500px;
  }
  .section-top .top-image .image-filter h1 {
    font-size: 3.6rem;
    padding-top: 250px;
  }
  .section-reserve {
    font-size: 1.8rem;
    margin: 0 auto 120px;
    max-width: 1000px;
  }
  .section-reserve .reserve-form p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .section-reserve .reserve-form p label {
    width: 400px;
    vertical-align: top;
  }
  .section-reserve .reserve-form p input {
    height: 40px;
    width: 50%;
    margin-top: 0;
  }
  .section-reserve .reserve-form p select {
    width: 50%;
    height: 40px;
    margin-top: 0;
  }
  .section-reserve .reserve-form p textarea {
    width: 50%;
    height: 270px;
    margin: 0;
  }
  .section-reserve .reserve-form p:nth-child(8) {
    display: block;
    text-align: right;
  }
  .section-reserve .reserve-form p:nth-child(12) {
    margin-bottom: 5px;
  }
  .section-reserve .reserve-form p:nth-child(13) {
    display: block;
    text-align: right;
  }
  .section-reserve .reserve-form p:nth-child(16) {
    margin-bottom: 60px;
  }
  .section-reserve .reserve-form p:last-of-type {
    justify-content: center;
    margin-bottom: 60px;
  }
  .section-reserve .reserve-form p:last-of-type input {
    flex-basis: 50%;
    width: 30px;
    height: 30px;
  }
  .section-reserve .reserve-form p:last-of-type label {
    flex-basis: 50%;
    padding-top: 2px;
    text-align: center;
    flex-grow: 0;
  }
}/*# sourceMappingURL=reserve.css.map */