@charset "UTF-8";
/*#13cabb　#0fb9ab*/
#reserve {
  margin: 0 auto;
  width: 960px;
  box-sizing: border-box;
  padding: 0 0 50px; }
@media only screen and (max-width: 650px) {
  #reserve {
    width: 100%; } }
@media only screen and (max-width: 650px) {
  #reserve {
    padding: 0 0.5em; } }
#reserve .err {
  color: #db2249; }
#reserve .info {
  padding: 50px 0; }
#reserve h2.h2_form {
  margin: 50px  0 40px;
  padding: 2% 1%;
  background: #333;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center; }
@media only screen and (max-width: 650px) {
  #reserve h2.h2_form {
    font-size: 18px; } }
#reserve h2.h2_form strong {
  display: inline-block;
  border-radius: 8px;
  padding: 0 8px;
  margin: 0 8px;
  color: #db2249;
  background: #fbea9d; }
@media only screen and (max-width: 650px) {
  #reserve h2.h2_form strong {
    margin: 0 4px;
    padding: 0 4px; } }
#reserve h3.h3_form {
  padding: 2% 1%;
  background: #333;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }
@media only screen and (max-width: 650px) {
  #reserve h3.h3_form {
    font-size: 16px; } }
#reserve table {
  margin: 50px auto 40px;
  width: 100%;
  border-top: 1px solid #ddd;
  box-sizing: border-box; }
@media only screen and (max-width: 650px) {
  #reserve table {
    display: block;
    border-top: none; }
  #reserve table tbody {
    display: block;
    width: 100%; } }
@media only screen and (max-width: 650px) {
  #reserve table tr {
    display: block; } }
#reserve table tr th {
  box-sizing: border-box;
  width: 30%;
  padding: 15px;
  background: #fecfd9;
  position: relative;
  border-bottom: 1px solid #ccc;
  z-index: -1; }
@media only screen and (max-width: 650px) {
  #reserve table tr th {
    display: block;
    width: 100%;
    border-bottom: none; } }
#reserve table tr th span {
  position: absolute;
  right: 12px;
  top: 50%;
  padding: 5px;
  margin-top: -12px;
  line-height: 14px;
  border-radius: 4px;
  background: #fd0000;
  color: #fff;
  font-size: 14px; }
@media only screen and (max-width: 650px) {
  #reserve table tr th span {
    position: relative;
    margin-left: 20px; } }
#reserve table tr td {
  box-sizing: border-box;
  padding: 15px;
  border-bottom: 1px solid #ccc; }
@media only screen and (max-width: 650px) {
  #reserve table tr td {
    display: block;
    width: 100%;
    border-bottom: none; } }
#reserve table tr td input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 10px;
  width: 100%; }
#reserve table tr td input[type=text].form_unit {
  width: 90%; }
#reserve table tr td input[type=text].form_visitday {
  width: 40%;
  margin-right: 5px; }
@media only screen and (max-width: 650px) {
  #reserve table tr td input[type=text].form_visitday {
    width: 65%; } }
#reserve table tr td input[type=text].form_visithour {
  width: 20%;
  margin-right: 5px; }
#reserve table tr td textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  height: 320px; }
@media only screen and (max-width: 650px) {
  #reserve table tr td textarea {
    height: 200px; } }
#reserve .action_area {
  text-align: center;
  padding: 90px 0; }
@media only screen and (max-width: 650px) {
  #reserve .action_area {
    padding: 40px 0; } }
#reserve .action_area input[type=submit] {
  width: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 8px;
  background: #db2249;
  color: #fff;
  padding: 20px;
  border: none;
  font-size: 20px;
  cursor: pointer;
  transition: opacity 0.3s ease; }
#reserve .action_area input[type=submit].backbtn {
  background: #ccc; }
#reserve .action_area input[type=submit]:hover {
  opacity: 0.8; }
@media only screen and (max-width: 650px) {
  #reserve .action_area input[type=submit] {
    width: 100%; } }
#reserve .action_area form {
  padding: 20px 0 0; }
