@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; } }
  .content > p + p {
    margin-top: 1.5em; }
  .content > ul.list {
    margin: 1em 0 1em 1.5em; }
    .content > ul.list li {
      list-style-type: disc; }

.now {
  margin: 3em 0;
  padding: 2em;
  background: #f3f3f3;
  text-align: center;
  font-weight: bold; }
  .now.open {
    background: #f1f9fa; }
  .now h2 {
    margin: 0 0 0.5em 0;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (max-width: 640px) {
      .now h2 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .now p {
    font-size: 30px;
    font-size: 3rem; }
    .now p i {
      margin-right: 0.3em; }
  .now_open {
    display: none;
    color: #5bb7c4; }
  .now_close {
    color: #999; }
  .now.open .now_open {
    display: block; }
  .now.open .now_close {
    display: none; }

.leadbox {
  margin: 20px 0 0 0;
  padding: 1em 2em;
  border: 1px solid #ccc;
  text-align: left; }
  @media screen and (max-width: 640px) {
    .leadbox {
      padding: 1em; } }
  .leadbox b {
    display: block;
    margin: 0 0 0.75em 0;
    padding: 0 0 0.5em 0;
    border-bottom: 1px solid #ccc;
    font-weight: bold; }
  .leadbox i {
    margin-right: 0.5em; }

a[href^="tel"] {
  pointer-events: none;
  color: #333;
  text-decoration: none; }
  @media screen and (max-width: 640px) {
    a[href^="tel"] {
      color: #E68392;
      text-decoration: underline; } }

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

form {
  margin: 2em 0; }

.form {
  text-align: left; }
  .form p {
    position: relative;
    margin-top: 3em;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    color: #317d88;
    font-weight: bold; }
    .form p.form_sub {
      margin-top: 5px;
      padding-left: 0;
      font-size: 14px;
      font-size: 1.4rem;
      color: #333;
      font-weight: normal; }
    .form p.form_end {
      padding: 0;
      color: #333;
      font-weight: normal; }
    .form p i {
      position: absolute;
      display: block;
      left: 0;
      top: 0.3em;
      color: #3ea0ae; }

.endbox {
  margin: 2em 0;
  padding: 2em;
  background: #f3f3f3;
  text-align: center; }

.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; }
  .btn_wrap {
    text-align: center; }

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

.cancel {
  margin-top: 5em; }
  .cancel h2 {
    margin: 0 0 1em 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }

.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;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .mainnotice {
      margin: 0 0 3em 0;
      padding: 1em; } }
  .mainnotice p + p {
    margin-top: 2em; }

.main {
  display: none; }
  .main.show {
    display: block; }

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"],
  form input[type="tel"] {
    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,
    form input[type="tel"]: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="checkbox"] {
    display: none; }
  form input.error {
    border-color: #c00;
    background: #ffe6e6; }
  form label.error {
    margin: 5px 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #EE5840; }
  form label.checkbox {
    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 label.checkbox:focus {
      border: 1px solid #999; }
  form input.error ~ label.checkbox {
    border-color: #c00;
    background: #ffe6e6; }
  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; }
    form label.checkbox {
      margin: 0; }
      form label.checkbox:before {
        content: "\f111";
        display: inline-block;
        margin-right: 0.5em;
        font-family: "Font Awesome 5 Pro";
        font-weight: 500; }

input[type=checkbox]:checked + .checkbox {
  background: #5bb7c4;
  color: #fff;
  border-color: #5bb7c4; }
  input[type=checkbox]:checked + .checkbox:before {
    content: "\f058";
    font-weight: 900; }

.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; }
  table.hidden tbody th, table.hidden tbody td {
    background: none !important;
    border-bottom: 1px solid #ddd !important; }

#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.footer {
    display: none; }
  .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; }

.admin_title {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
  table + .admin_title {
    margin-top: 50px; }

#cancel p + p {
  margin-top: 10px; }

.mt30 {
  margin-top: 30px;
  justify-content: center; }

.tips {
  margin: 3em 0 0 0;
  padding: 2em 3em;
  border: 2px dashed rgba(166, 216, 223, 0.5); }
  @media screen and (max-width: 640px) {
    .tips {
      padding: 1.5em; } }
  .tips b {
    display: block;
    font-weight: bold; }
  .tips dl {
    font-size: 14px;
    font-size: 1.4rem; }
  .tips dt {
    margin-top: 1em;
    font-weight: bold; }
