/* contact/reservation */
#document .reservation-header-note {
  margin: 30px auto 0px auto;
  padding: 30px;
  width: 662.5px;
  border: solid 1px #777;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #document .reservation-header-note {
    width: 100%;
  }
}
input[name="first-date"], input[name="second-date"] {
  width: 170px !important;
}
#document .reservation-date-note {
  display: block;
  padding-top: 16px;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  #document .m_form_01 tr th.s_required:after {
    right: 0 !important;
    top: 32px !important;
  }
}
