@media screen and (max-width: 871px) {
  .reserve_pages header .header_wrap_box .nav_mail {
    display: none;
  }
}

.reserve_pages main {
  background-image: url(/img/reserve/bg_main.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 4vw 15px 5px;
  height: auto;
  min-height: 620px;
}

.reserve_pages main h2 {
  font-size: 24pt;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.5vmin;
}

.reserve_pages main p {
  font-size: 12pt;
  font-weight: 500;
  text-align: center;
}

.reserve_pages main ul {
  font-size: 12pt;
  width: 50%;
  margin: auto;
  font-weight: 500;
  text-align: center;
}

.reserve_pages main ul li {
  font-size: 12pt;
  font-weight: 500;
  text-align: left;
  list-style: none;
}

.button {
  min-width: 130px;
  height: 40px;
  color: #ffa500;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: 2px solid #ffa500;
  background: #ffffe0;
}

.button:hover {
  background: #fff;
  color: #57cc99;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

br {
  display: block;
  content: "";
  margin: 12pt 0;
}

@media screen and (max-width: 871px) {
  .reserve_pages main {
    padding: 5vw 15px 0px;
    height: auto;
    min-height: 620px;
  }

  .reserve_pages main h2 {
    font-size: 16px;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
    margin-top: auto;
    margin-bottom: auto;
  }

  .reserve_pages main p {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .reserve_pages main ul {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 95%;
    margin: auto;
    text-align: center;
  }

  .reserve_pages main ul li {
    font-size: 8px;
    font-size: 0.8125rem;
    text-align: left;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  .button {
    min-width: 130px;
    height: 40px;
    color: #ffa500;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    border: 2px solid #ffa500;
    background: #ffffe0;
  }

  .button:hover {
    background: #fff;
    color: #57cc99;
  }
}
