@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*****基本設定*****/
/*****mixin*****/
/*****basic*****/
html {
  font-size: 62.5%; }

body {
  font-family: "丸丸gothic A&Lr","Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

a {
  color: #E68392; }
  a:link {
    text-decoration: underline; }
  a:visited {
    text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

body {
  font-size: 16px;
  font-size: 1.6rem; }

.header {
  padding: 1em;
  background: #A6D8DF;
  text-align: center; }
  .header-admin {
    display: flex;
    justify-content: space-between; }
    .header-admin ul {
      text-align: right; }
      .header-admin ul li {
        display: inline-block; }
  .header h1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4; }
    @media screen and (max-width: 640px) {
      .header h1 {
        font-size: 15px;
        font-size: 1.5rem; } }
    .header h1 small {
      font-size: 12px;
      font-size: 1.2rem; }
      @media screen and (max-width: 640px) {
        .header h1 small {
          font-size: 9px;
          font-size: 0.9rem; } }

.content {
  max-width: 640px;
  margin: 0 auto;
  padding: 4em 0; }
  @media screen and (max-width: 640px) {
    .content {
      max-width: initial;
      padding: 3em 1em; } }

.mainlead {
  margin: 0 0 3em 0; }

.leadbox {
  margin: 20px 0 0 0;
  padding: 15px;
  border: 1px solid #ccc;
  text-align: left; }

.sec {
  display: none;
  margin: 0 0 4em; }
  .sec.lang_box {
    display: block; }

.btns {
  display: flex;
  flex-wrap: wrap; }

.btn {
  width: 48%;
  margin: 0 1% 2%; }
  .btn a {
    display: block;
    padding: 1em;
    border-radius: 4px;
    background: #EE5840;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: 0.4s; }
    .btn a:hover {
      opacity: 0.7; }
    .btn a.disabled {
      pointer-events: none;
      background: #999; }
    .btn a.on {
      background: #EE5840;
      box-shadow: none;
      transform: translateY(2px); }
      .btn a.on:hover {
        opacity: 1; }
    .btn a.off {
      background: #999; }
  .btn.ja {
    width: 98%; }
    .btn.ja a {
      padding: 2em 1em; }

.btns-time .btn {
  width: 14%;
  margin: 0 1% 2%; }
  @media screen and (max-width: 640px) {
    .btns-time .btn {
      width: 31%;
      margin: 0 1% 4%; } }

.lead {
  margin: 0 0 2em 0;
  text-align: center; }
  .lead h2 {
    margin: 0 0 1em 0;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (max-width: 640px) {
      .lead h2 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .lead p {
    font-size: 14px;
    font-size: 1.4rem; }
    .lead p.reserve_box {
      display: inline-block;
      padding: 2em 3em;
      border: 2px solid #A6D8DF;
      font-size: 20px;
      font-size: 2rem; }

.mainnotice {
  margin: 0 0 5em 0;
  padding: 2em 3em;
  border: 2px solid #A6D8DF; }
  @media screen and (max-width: 640px) {
    .mainnotice {
      margin: 0 0 3em 0;
      padding: 1em; } }
  .mainnotice p + p {
    margin-top: 2em; }

form {
  text-align: center; }
  form input[type="text"],
  form input[type="password"],
  form input[type="email"],
  form input[type="date"],
  form input[type="time"],
  form input[type="number"] {
    display: inline-block;
    width: 98%;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    padding: 0.75em 1em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
    transition: 0.4s; }
    form input[type="text"]:focus,
    form input[type="password"]:focus,
    form input[type="email"]:focus,
    form input[type="date"]:focus,
    form input[type="time"]:focus,
    form input[type="number"]:focus {
      border: 1px solid #999; }
  form input[type="date"] {
    width: 30%;
    margin: 0 1%; }
  form input[type="time"] {
    width: 20%;
    margin: 0 1%; }
  form input[type="number"] {
    width: 20%;
    margin: 0 1%; }
  form input[type="email"].error {
    border-color: #c00;
    background: #ffe6e6; }
  form label.error {
    display: none !important; }
  form input[readonly] {
    -webkit-appearance: none;
    border: none;
    background: none;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }
  form input[type="submit"] {
    -webkit-appearance: none;
    display: inline-block;
    margin: 1em 0 0 0;
    padding: 1em 3em;
    border: none;
    border-radius: 4px;
    background: #EE5840;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    cursor: pointer;
    transition: 0.4s; }
    @media screen and (max-width: 640px) {
      form input[type="submit"] {
        display: block;
        width: 100%;
        margin: 3em 1% 0; } }
    form input[type="submit"]:hover {
      opacity: 0.7; }
  form input[type="button"] {
    -webkit-appearance: none;
    display: inline-block;
    margin-left: 2%;
    padding: 0.5em 2em;
    border: none;
    border-radius: 4px;
    background: #EE5840;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    cursor: pointer;
    transition: 0.4s; }
    @media screen and (max-width: 640px) {
      form input[type="button"] {
        display: block;
        width: 100%;
        margin: 3em 1% 0; } }
    form input[type="button"]:hover {
      opacity: 0.7; }
  form label {
    display: block;
    margin: 1em 0 0.5em; }

.note {
  display: none;
  margin: 3em 0 0 0;
  padding: 1.5em 1.5em 0.5em;
  background: #f5f5f5; }
  .note h2 {
    margin: 0 0 10px 0;
    text-align: center; }
  .note ul {
    margin: 0 0 0 1.5em; }
    .note ul li {
      list-style-type: disc;
      margin: 0 0 1em 0;
      font-size: 13px;
      font-size: 1.3rem; }

.note2 {
  margin: 3em 0 0 0; }

table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  table th, table td {
    padding: 5px 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center; }
  table tbody tr:nth-of-type(2n+1) th,
  table tbody tr:nth-of-type(2n+1) td {
    background: #f3f3f3; }
  table thead th {
    background: #A6D8DF;
    font-weight: bold; }

#insert {
  display: none; }

.footer {
  max-width: 640px;
  margin: 0 auto 4em; }
  @media screen and (max-width: 640px) {
    .footer {
      max-width: initial;
      margin-bottom: 3em;
      padding: 0 1em; } }
  .footer .en, .footer .ja {
    display: none; }
  .footer.en .en {
    display: block; }
  .footer.ja .ja {
    display: block; }
  .footer p, .footer .notice {
    margin: 1.5em 0; }
  .footer .notice li {
    list-style-type: disc;
    margin: 0.5em 0; }

.footer_menu {
  margin: 1em 0 0 0; }

.footer_menu a {
  color: #EE5840;
  text-decoration: none; }
  .footer_menu a:hover {
    text-decoration: underline; }
  .footer_menu a small {
    margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem; }

.footer_menu a i {
  padding-right: 0.5em; }

  .print {
    margin: 20px 0 0;
    text-align: center;
  }
