* {
  box-sizing: border-box;
}

body {
  background-color: #D04A1E;
  color: #FFF;
}
@media screen and (min-width: 800px) {
  body {
    font-size: 1.8rem;
  }
}

.reserve-wrap {
  padding: 30px 30px 10px 30px;
  margin: 0 auto;
  text-align: center;
}
.reserve-wrap h1 {
  font-size: 2.4rem;
}
.reserve-wrap h1::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../img/deco-lr.png");
  background-size: contain;
  margin: 0px 10px 0px 0px;
}
.reserve-wrap h1::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../img/deco-rr.png");
  background-size: contain;
  margin: 0px 0px 0px 10px;
}
.reserve-wrap img {
  width: 100px;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .reserve-wrap h1 {
    font-size: 3rem;
  }
}

.section__form {
  max-width: 375px;
  margin: 20px auto 0px auto;
}
.section__form select, .section__form input, .section__form textarea {
  border: solid 1px #D04A1E;
  border-radius: 5px;
  background-color: #FDF4E9;
  padding: 5px 20px;
  color: #6D2209;
}
.section__form select {
  background-image: url("../img/r_arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
@media screen and (min-width: 800px) {
  .section__form {
    margin: 30px auto 0px auto;
    max-width: 600px;
  }
}

.input_select-area {
  width: 315px;
}
@media screen and (min-width: 400px) {
  .input_select-area {
    width: 375px;
  }
}
@media screen and (min-width: 800px) {
  .input_select-area {
    width: 400px;
  }
}

.table_list {
  display: flex;
  margin: 0 auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: start;
  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}
.table_list th {
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
  width: 180px;
  text-align: left;
  padding: 0px 0px 5px 0px;
}
@media screen and (min-width: 800px) {
  .table_list {
    display: flex;
    flex-flow: row;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.05em;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .table_list th {
    font-size: 2rem;
    padding: 0px 0px 5px 0px;
  }
}

.submit_btn {
  text-align: center;
  font-weight: 800;
  margin-top: 10px;
  padding-bottom: 30px;
}
.submit_btn input {
  padding: 8px 20px;
}
.submit_btn p {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 400;
}

small {
  text-align: center;
}/*# sourceMappingURL=reserve.css.map */