#form-main .contents {
  width: 964px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
#form-main #mp-main {
  margin-bottom: 60px;
}
#form-main #mp-main > p {
  font-size: 13px;
  text-align: left !important;
  margin-bottom: 12px;
}
#form-main #mp-main .errs {
  width: 964px;
  text-align: center;
  margin: 0 0 14px 0;
}
#form-main #mp-main .errs li {
  list-style: none;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  padding: 26px 0;
  margin: 0 0 1px 0;
  background: #FF4F00;
}
#form-main #mp-main .radio {
  display: none;
}
#form-main #mp-main .radio + label {
  padding-left: 23px;
  position: relative;
}
#form-main #mp-main .radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 50%;
}
#form-main #mp-main .radio:checked + label {
  color: #FF4F00;
}
#form-main #mp-main .radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #FF4F00;
  border-radius: 50%;
}
#form-main #mp-main table {
  width: 964px;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
}
#form-main #mp-main table th {
  width: 37%;
  border: 1px solid #a5a5a5;
  background: #f1f1f1;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
  padding: 18px 80px 18px 18px;
}
#form-main #mp-main table th .need {
  color: #FF4F00;
}
#form-main #mp-main table .radiotext {
  text-align: left;
  padding-left: 81px;
}
#form-main #mp-main table .left {
  text-align: left;
}
#form-main #mp-main table td {
  border: 1px solid #a5a5a5;
  text-align: center;
  padding: 18px;
}
#form-main #mp-main table td .radioelement {
  font-size: 16px;
  margin-right: 30px;
}
#form-main #mp-main table td input,
#form-main #mp-main table td select {
  vertical-align: middle;
}
#form-main #mp-main table td .text {
  width: 440px !important;
  border: 1px solid #a5a5a5;
  font-size: 16px;
  ime-mode: auto;
  padding: 4px 3px;
  margin: 0;
}
#form-main #mp-main table td select {
  width: 447px !important;
  border: 1px solid #a5a5a5;
  font-size: 16px;
  color: #292929;
  ime-mode: auto;
  padding: 1px 3px 1px 6px;
  margin: 0 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  text-align: left;
}
#form-main #mp-main table td textarea {
  width: 444px !important;
  height: 300px;
  border: 1px solid #a5a5a5;
  font-size: 17px;
  ime-mode: auto;
  padding: 4px 3px;
}
#form-main #mp-main .button {
  width: 962px;
  padding: 40px 0;
  border-right: 1px #B3B3B3 solid;
  border-bottom: 1px #B3B3B3 solid;
  border-left: 1px #B3B3B3 solid;
  text-align: center;
  background: #111a23;
}
#form-main #mp-main .button .submit {
  width: 680px;
  padding: 20px 20px;
  font-size: 24px;
  background: #e2aa0d;
  text-align: center;
  border: none;
  color: #fff;
}
#form-main #mp-main .button input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#form-main #mp-main .button-config {
  width: 962px;
  padding: 40px 0;
  border-right: 1px #B3B3B3 solid;
  border-bottom: 1px #B3B3B3 solid;
  border-left: 1px #B3B3B3 solid;
  text-align: center;
  background: #111a23;
}
#form-main #mp-main .button-config .space {
  margin-right: 10px;
}
#form-main #mp-main .button-config .back {
  width: 240px;
  padding: 20px 20px;
  font-size: 24px;
  background: #a09e9e;
  border: none;
  text-align: center;
  color: #fff;
}
#form-main #mp-main .button-config .send {
  width: 328px;
  padding: 20px 20px;
  font-size: 24px;
  background: #e2aa0d;
  border: none;
  text-align: center;
  color: #fff;
}
#form-main #mp-main .button-config input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#form-main #mp-main .err {
  border: 2px solid #FF4F00;
}
#form-main #finish {
  margin: 20px 0 40px 20px;
}
#form-main #finish ul {
  padding: 27px 24px 34px;
  border: #ccc solid 1px;
}
#form-main #finish ul li {
  font-size: 14px;
  line-height: 1.8;
  list-style: none;
}
#form-main #finish ul li .finish-message {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #d0d0d0;
}
#form-main #finish ul li .finish-submessage {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #2974b4;
}
#form-main #finish ul li ul {
  background: #f4f0e5;
  border: none;
  padding: 18px;
  margin-top: 10px;
}
#form-main #finish ul li ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 7px;
  font-size: 12px;
}
#form-main #finish ul .important {
  font-size: 13px;
  color: #990000;
}
#form-main #finish #single-button {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
#form-main #finish #single-button button {
  width: 280px;
  padding: 15px 40px;
  font-size: 1.2em;
  border-style: none;
  border: 1px solid #ccc;
  background: #ccc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #form-main .contents {
    width: 93%;
    margin: 0 auto;
  }
  #form-main #mp-main {
    margin-bottom: 60px;
  }
  #form-main #mp-main > p {
    font-size: 13px;
    text-align: left !important;
    margin-bottom: 12px;
  }
  #form-main #mp-main .errs {
    width: 100%;
    text-align: center;
    margin: 0 0 7px 0;
  }
  #form-main #mp-main .errs li {
    list-style: none;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    padding: 13px 0;
    margin: 0 0 1px 0;
    background: #FF4F00;
  }
  #form-main #mp-main table {
    width: 100%;
    border: none;
    border-collapse: collapse;
  }
  #form-main #mp-main table tr {
    display: block;
    margin-bottom: 1.5em;
  }
  #form-main #mp-main table tr th,
  #form-main #mp-main table tr td {
    display: list-item;
    list-style: none;
    border: none;
  }
  #form-main #mp-main table tr th {
    width: 100%;
    border: 1px solid #a5a5a5;
    background: #f1f1f1;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top;
    padding: 10px;
  }
  #form-main #mp-main table tr th .need {
    color: #FF4F00;
  }
  #form-main #mp-main table tr .radiotext {
    text-align: center;
    padding-left: 0;
  }
  #form-main #mp-main table tr .left {
    text-align: left;
  }
  #form-main #mp-main table tr td {
    border-right: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    border-left: 1px solid #a5a5a5;
    text-align: center;
    padding: 10px;
  }
  #form-main #mp-main table tr td .radioelement {
    font-size: 13px;
    margin-right: 10px;
  }
  #form-main #mp-main table tr td input,
  #form-main #mp-main table tr td select {
    vertical-align: top;
  }
  #form-main #mp-main table tr td .text {
    width: 90%!important;
    border: 1px solid #a5a5a5;
    font-size: 13px;
    ime-mode: auto;
    padding: 5px 3px;
    margin: 0;
  }
  #form-main #mp-main table tr td select {
    width: 90%!important;
    border: 1px solid #a5a5a5;
    font-size: 16px;
    color: #292929;
    ime-mode: auto;
    padding: 1px 3px 1px 6px;
    margin: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
  }
  #form-main #mp-main table tr td textarea {
    width: 90%!important;
    height: 160px;
    border: 1px solid #a5a5a5;
    font-size: 13px;
    ime-mode: auto;
    padding: 5px 3px;
  }
  #form-main #mp-main .button {
    width: 100%;
    padding: 20px 0;
    border: 1px #B3B3B3 solid;
    text-align: center;
    background: #111a23;
  }
  #form-main #mp-main .button .submit {
    width: 84%!important;
    padding: 12px 20px;
    font-size: 14px;
    background: #e2aa0d;
    border: none;
    color: #fff;
    text-align: center;
  }
  #form-main #mp-main .button input:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #form-main #mp-main .button-config {
    width: 100%;
    padding: 20px 0;
    border: 1px #B3B3B3 solid;
    text-align: center;
    background: #111a23;
  }
  #form-main #mp-main .button-config input {
    display: block;
    margin: 0 auto;
  }
  #form-main #mp-main .button-config .space {
    margin-right: 0;
  }
  #form-main #mp-main .button-config .back {
    width: 90%!important;
    padding: 12px 20px;
    font-size: 14px;
    background: #a09e9e;
    border: none;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
  }
  #form-main #mp-main .button-config .send {
    width: 90%!important;
    padding: 12px 20px;
    font-size: 14px;
    background: #e2aa0d;
    border: none;
    text-align: center;
  }
  #form-main #mp-main .button-config input:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #form-main #mp-main .err {
    border: 2px solid #FF4F00;
  }
  #form-main #finish {
    margin: 20px 0 40px 20px;
  }
  #form-main #finish ul {
    padding: 27px 24px 34px;
    border: #ccc solid 1px;
  }
  #form-main #finish ul li {
    font-size: 14px;
    line-height: 1.8;
    list-style: none;
  }
  #form-main #finish ul li .finish-message {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    color: #d0d0d0;
  }
  #form-main #finish ul li .finish-submessage {
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    color: #2974b4;
  }
  #form-main #finish ul li ul {
    background: #f4f0e5;
    border: none;
    padding: 18px;
    margin-top: 10px;
  }
  #form-main #finish ul li ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 7px;
    font-size: 12px;
  }
  #form-main #finish ul .important {
    font-size: 13px;
    color: #990000;
  }
  #form-main #finish #single-button {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  #form-main #finish #single-button button {
    width: 280px;
    padding: 15px 40px;
    font-size: 1.2em;
    border-style: none;
    border: 1px solid #ccc;
    background: #ccc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}

.email-attention {
  width: 790px;
  margin: 0 auto;
  background: #011a2e;
  border: 1px dotted #ccc;
  padding: 24px 48px 14px 200px;
  margin-bottom: 40px;
  background-image: url("/index/reservation/icon_orange.png");
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 120px auto;
  -moz-background-size: 120px auto;
  color: #fff;
}
.email-attention h5 {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 3px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.email-attention h5 span {
  text-decoration: none;
}
.email-attention h5 + p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0 0 12px 0;
  text-align: left;
}
.email-attention h5 + p span {
  font-size: 16px;
  font-weight: 600;
  color: #ff5300;
}

@media screen and (max-width: 767px) {
  .email-attention {
    width: 100%;
    padding: 28px 20px 13px 20px;
    margin-bottom: 50px;
    background-image: none ;
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: 0 auto;
    -moz-background-size: 0 auto;
  }
  .email-attention h5 {
    font-size: 3.4vw;
    line-height: 1.4;
    margin-bottom: 3px;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
  .email-attention h5 span {
    text-decoration: none;
  }
  .email-attention h5 + p {
    font-size: 3vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin: 0 0 12px 0;
    text-align: left;
  }
  .email-attention h5 + p span {
    font-size: 16px;
    font-weight: 600;
  }
}








/*# sourceMappingURL=contact.css.map */