@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
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, li {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: inherit;
  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, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background 0.3s ease;
  color: #01092B;
}
@media (any-hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

table {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
  border-radius: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: 0;
}

textarea {
  resize: vertical;
}
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #767676;
}

::-moz-placeholder {
  color: #767676;
}

:-ms-input-placeholder {
  color: #767676;
}

::-ms-input-placeholder {
  color: #767676;
}

::placeholder {
  color: #767676;
}

p {
  line-break: strict;
}

/* ---------------------------------------
  html , body
-----------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #01092B;
  background: url(../img/bg_body.png) no-repeat top/100% auto #F3F3F5;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 1250px) {
  body {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-size: 64rem auto;
  }
}
body.active {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .body_inner {
    overflow-x: hidden;
  }
}

/* ---------------------------------------
  font
-----------------------------------------*/
.font_zmg {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* ---------------------------------------
  .wrap
-----------------------------------------*/
.wrap {
  width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 32.8rem;
  }
}

/* ---------------------------------------
  .btn_hamburger
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .btn_hamburger {
    width: 6rem;
    height: 6rem;
    border-radius: 3rem;
    z-index: 999;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2rem;
  }
}
.btn_hamburger .inner {
  width: 1.6rem;
  height: 0.8rem;
  position: relative;
}
.btn_hamburger span {
  width: 100%;
  height: 2px;
  background-color: #084BC1;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  border-radius: 1px;
  line-height: 1.5;
}
.btn_hamburger span:nth-of-type(2) {
  bottom: 0;
}
.btn_hamburger .btn_hamburger_txt {
  margin-top: 0.8rem;
  color: #084BC1;
  font-size: 1rem;
  font-weight: 700;
}
.btn_hamburger .btn_hamburger_txt.txt_menu {
  display: block;
}
.btn_hamburger .btn_hamburger_txt.txt_close {
  display: none;
}
@media (any-hover: hover) {
  .btn_hamburger:hover {
    opacity: 0.6;
  }
}
.btn_hamburger.active span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .btn_hamburger.active span {
    top: 0.6rem;
  }
}
.btn_hamburger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.btn_hamburger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.btn_hamburger.active .btn_hamburger_txt.txt_menu {
  display: none;
}
.btn_hamburger.active .btn_hamburger_txt.txt_close {
  display: block;
}

/* ---------------------------------------
  .hamburger
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .hamburger {
    background-color: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .hamburger .nav_inner {
    width: 36.321rem;
    padding-bottom: 12rem;
    margin-top: 12rem;
    position: relative;
    overflow: auto;
  }
}
.hamburger nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.8rem;
}
@media screen and (max-width: 767px) {
  .hamburger nav .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem 0;
  }
}
.hamburger nav .list li.sp_nav a {
  font-size: 2rem;
}
@media screen and (max-width: 1250px) {
  .hamburger nav .list li.sp_nav a {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .hamburger nav .list li.sp_nav a {
    font-size: 1.6rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 28rem;
    height: 6rem;
    border-radius: 3rem;
    background-color: #F3F3F5;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .hamburger nav .list li.sp_nav a span {
    display: block;
    width: 20.8rem;
    margin-left: 2rem;
    text-align: center;
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger nav .list li.sp_nav a::after {
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    background: url(../img/icon_arrow.png) no-repeat center/cover;
  }
}
.hamburger nav .list li.tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .hamburger nav .list li.tel a {
    width: 28rem;
    height: 6rem;
    border-radius: 3rem;
    gap: 0 1.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: solid 2px #E6E7EA;
  }
}
.hamburger nav .list li.tel .tel_icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.6rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 165, 191)), to(rgb(8, 75, 193)));
  background: linear-gradient(90deg, rgb(6, 165, 191) 0%, rgb(8, 75, 193) 100%);
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1250px) {
  .hamburger nav .list li.tel .tel_icon {
    width: 2.2vw;
    height: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .hamburger nav .list li.tel .tel_icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.hamburger nav .list li.tel .tel_icon img {
  width: 2rem;
}
@media screen and (max-width: 1250px) {
  .hamburger nav .list li.tel .tel_icon img {
    width: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .hamburger nav .list li.tel .tel_icon img {
    width: 2rem;
  }
}
.hamburger nav .list li.tel .tel_txt {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: -0.7rem;
}
@media screen and (max-width: 1250px) {
  .hamburger nav .list li.tel .tel_txt {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .hamburger nav .list li.tel .tel_txt {
    font-size: 2.8rem;
    margin-top: -0.3rem;
  }
}
@media screen and (min-width: 768px) {
  .hamburger nav .list li.active a {
    color: #084BC1;
  }
}
.hamburger nav .btn_sp {
  width: 32.8rem;
  margin: 4rem auto 0;
}
.hamburger nav .btn_sp .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.6rem;
}
.hamburger nav .btn_sp .btn_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  width: 15.6rem;
  height: 6rem;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.hamburger nav .btn_sp .btn_list li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger nav .btn_sp .btn_list li a span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
}
.hamburger nav .btn_sp .btn_list li.web a {
  background-color: #084BC1;
}
.hamburger nav .btn_sp .btn_list li.web a .reservation::before {
  background: url(../img/icon_reservation.svg) no-repeat center/contain;
}
.hamburger nav .btn_sp .btn_list li.footer a {
  background-color: #06A5BF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem 0;
}
.hamburger nav .btn_sp .btn_list li.footer a .time::before {
  background: url(../img/icon_time.svg) no-repeat center/contain;
}
.hamburger nav .btn_sp .btn_list li.footer a .access::before {
  background: url(../img/icon_access.svg) no-repeat center/contain;
}
.hamburger.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* ---------------------------------------
  header
-----------------------------------------*/
header {
  width: 100%;
  height: 10rem;
  padding: 0 4rem;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
@media screen and (max-width: 1250px) {
  header {
    padding: 0 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 8.4rem;
    padding: 0;
  }
}
header.active {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(30px) brightness(110%);
  -webkit-backdrop-filter: blur(30px) brightness(110%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  header .wrap {
    width: 100%;
  }
}
header .logo {
  width: 25rem;
}
@media screen and (max-width: 1250px) {
  header .logo {
    width: 17.3vw;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 18.7rem;
    position: relative;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  header .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.8rem;
    margin-right: -1.1rem;
  }
}
header .btn_tellink a {
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 165, 191)), to(rgb(8, 75, 193)));
  background: linear-gradient(90deg, rgb(6, 165, 191) 0%, rgb(8, 75, 193) 100%);
  padding-top: 1.2rem;
}
header .btn_tellink .tel_icon {
  width: 2.1rem;
}
header .btn_tellink .txt_tel {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

/* ---------------------------------------
  footer
-----------------------------------------*/
footer #footer_reservation {
  padding: 8rem 0;
  background-color: #E6E7EA;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation {
    padding: 6rem 0;
  }
}
footer #footer_reservation .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 7.2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation .txt_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem 0;
  }
}
footer #footer_reservation .txt_box .ttl {
  width: 12rem;
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: solid 2px #01092B;
  padding-bottom: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation .txt_box .ttl {
    width: 9rem;
    font-size: 2.8rem;
    padding-bottom: 2rem;
    margin: 0 auto;
  }
}
footer #footer_reservation .txt_box .lead {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation .txt_box .lead {
    font-size: 1.6rem;
  }
}
footer #footer_reservation .btn_box {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation .btn_box {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem 0;
  }
}
footer #footer_reservation .btn_box .btn a {
  width: 28rem;
  height: 7.2rem;
  border-radius: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation .btn_box .btn a {
    height: 6rem;
    border-radius: 3rem;
  }
}
footer #footer_reservation .btn_box .btn.tel a {
  background-color: #fff;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation .btn_box .btn.tel a {
    gap: 0 1.2rem;
  }
}
footer #footer_reservation .btn_box .btn.tel a .icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 165, 191)), to(rgb(8, 75, 193)));
  background: linear-gradient(90deg, rgb(6, 165, 191) 0%, rgb(8, 75, 193) 100%);
}
footer #footer_reservation .btn_box .btn.tel a .icon img {
  width: 2rem;
}
footer #footer_reservation .btn_box .btn.tel a .txt {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: -0.6rem;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation .btn_box .btn.tel a .txt {
    font-size: 2.8rem;
  }
}
footer #footer_reservation .btn_box .btn.web a {
  background-color: #084BC1;
  gap: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation .btn_box .btn.web a {
    gap: 0 0.8rem;
  }
}
footer #footer_reservation .btn_box .btn.web a .icon {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation .btn_box .btn.web a .icon {
    width: 2rem;
  }
}
footer #footer_reservation .btn_box .btn.web a .txt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer #footer_reservation .btn_box .btn.web a .txt {
    font-size: 1.6rem;
  }
}
footer #footer_information {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  footer #footer_information {
    padding: 6rem 0 10.2rem;
  }
}
footer #footer_information .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
}
footer #footer_information .info_box .logo {
  width: 31.2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .logo {
    width: 25rem;
    margin: 0 auto;
  }
}
footer #footer_information .info_box .address {
  font-size: 2rem;
  line-height: 1.5;
  color: #01092B;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .address {
    font-size: 1.6rem;
    text-align: center;
  }
}
footer #footer_information .info_box .access_table {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .access_table {
    margin-top: 2rem;
  }
}
footer #footer_information .info_box .access_table table {
  width: 54.4rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .access_table table {
    width: 100%;
  }
}
footer #footer_information .info_box .access_table thead th {
  padding: 0.9rem 2rem 1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #06A5BF;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .access_table thead th {
    padding: 1.2rem;
  }
}
footer #footer_information .info_box .access_table thead th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .access_table thead th span {
    gap: 0 0.4rem;
    font-size: 1.4rem;
  }
}
footer #footer_information .info_box .access_table thead th span::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icon_access.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .access_table thead th span::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
footer #footer_information .info_box .access_table tbody {
  background-color: #fff;
}
footer #footer_information .info_box .access_table tbody tr:nth-of-type(n+2) th,
footer #footer_information .info_box .access_table tbody tr:nth-of-type(n+2) td {
  border-top: solid 1px #F3F3F5;
}
footer #footer_information .info_box .access_table tbody tr:nth-last-of-type(1) th {
  border-bottom-left-radius: 8px;
}
footer #footer_information .info_box .access_table tbody tr:nth-last-of-type(1) td {
  border-bottom-right-radius: 8px;
}
footer #footer_information .info_box .access_table tbody th,
footer #footer_information .info_box .access_table tbody td {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .access_table tbody th,
  footer #footer_information .info_box .access_table tbody td {
    font-size: 1.4rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    line-height: 1.5;
  }
}
footer #footer_information .info_box .access_table tbody th {
  width: 10rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .access_table tbody th {
    width: 7.2rem;
    padding-left: 1.2rem;
    vertical-align: top;
  }
}
footer #footer_information .info_box .time_table {
  margin-top: 2rem;
}
footer #footer_information .info_box .time_table table {
  width: 54.4rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table table {
    width: 100%;
  }
}
footer #footer_information .info_box .time_table table thead th {
  background-color: #06A5BF;
  padding: 0.9rem 0 1rem;
  color: #fff;
  text-align: center;
  width: 4.8rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table table thead th {
    padding: 1.2rem 0;
    width: 3.2rem;
    font-size: 1.4rem;
  }
}
footer #footer_information .info_box .time_table table thead th.time {
  width: 15.6rem;
  border-top-left-radius: 8px;
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table table thead th.time {
    width: 10.4rem;
    padding-left: 1.2rem;
  }
}
footer #footer_information .info_box .time_table table thead th.time span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table table thead th.time span {
    gap: 0 0.4rem;
  }
}
footer #footer_information .info_box .time_table table thead th.time span::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icon_time.svg) no-repeat center/cover;
  display: block;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table table thead th.time span::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
footer #footer_information .info_box .time_table table thead th:nth-last-of-type(1) {
  border-top-right-radius: 8px;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table table thead th:nth-last-of-type(1) {
    padding-right: 1.2rem;
  }
}
footer #footer_information .info_box .time_table table tbody th,
footer #footer_information .info_box .time_table table tbody td {
  font-size: 2rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table table tbody th,
  footer #footer_information .info_box .time_table table tbody td {
    font-size: 1.4rem;
  }
}
footer #footer_information .info_box .time_table table tbody th .blue,
footer #footer_information .info_box .time_table table tbody td .blue {
  color: #084BC1;
}
footer #footer_information .info_box .time_table table tbody th {
  padding-left: 2rem;
  width: 15.6rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table table tbody th {
    width: 10.4rem;
    padding-left: 1.2rem;
  }
}
footer #footer_information .info_box .time_table table tbody td {
  text-align: center;
  width: 5.6rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table table tbody td {
    width: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  footer #footer_information .info_box .time_table table tbody td:nth-of-type(1) {
    width: 4.8rem;
  }
}
footer #footer_information .info_box .time_table table tbody td:nth-last-of-type(1) {
  width: 7.6rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table table tbody td:nth-last-of-type(1) {
    width: 4.4rem;
    padding-right: 1.2rem;
  }
}
footer #footer_information .info_box .time_table table tbody tr {
  background-color: #fff;
}
footer #footer_information .info_box .time_table table tbody tr:nth-last-of-type(1) th {
  border-bottom-left-radius: 8px;
}
footer #footer_information .info_box .time_table table tbody tr:nth-last-of-type(1) td {
  background-color: #fff;
}
footer #footer_information .info_box .time_table table tbody tr:nth-last-of-type(1) td:nth-last-of-type(1) {
  border-bottom-right-radius: 8px;
}
footer #footer_information .info_box .time_table table tbody tr:nth-of-type(n+2) {
  border-top: solid 1px #F3F3F5;
}
footer #footer_information .info_box .time_table .att {
  font-size: 1.6rem;
  color: #676B80;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer #footer_information .info_box .time_table .att {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
footer #footer_information .map_box {
  width: 54.4rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  footer #footer_information .map_box {
    width: 100%;
  }
}
footer #footer_information .map_box iframe {
  width: 100%;
  height: 100%;
}
footer .link_list {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  footer .link_list {
    margin-top: 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 4rem;
  }
}
footer .link_list a {
  font-size: 1.6rem;
  color: #01092B;
}
@media screen and (max-width: 767px) {
  footer .link_list a {
    font-size: 1.4rem;
  }
}
footer .copyright {
  font-size: 1.6rem;
  color: #676B80;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 1.4rem;
  }
}
footer .bnr_fixed {
  position: fixed;
  z-index: 998;
  right: 0;
  top: 25.1rem;
}
@media screen and (max-width: 767px) {
  footer .bnr_fixed {
    width: 100%;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding-top: 2px;
  }
}
footer .bnr_fixed .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
  width: 6rem;
}
@media screen and (max-width: 767px) {
  footer .bnr_fixed .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2px;
    width: 100%;
  }
}
footer .bnr_fixed .list li {
  width: 100%;
  height: 14.4rem;
}
@media screen and (max-width: 767px) {
  footer .bnr_fixed .list li {
    height: 6rem;
  }
}
footer .bnr_fixed .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  footer .bnr_fixed .list li a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
footer .bnr_fixed .list li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .bnr_fixed .list li a span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  footer .bnr_fixed .list li a span::before {
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
}
footer .bnr_fixed .list li.web a {
  background-color: #084BC1;
}
footer .bnr_fixed .list li.web a .reservation::before {
  background: url(../img/icon_reservation.svg) no-repeat center/contain;
}
footer .bnr_fixed .list li.footer a {
  background-color: #06A5BF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.4rem 0;
}
@media screen and (max-width: 767px) {
  footer .bnr_fixed .list li.footer a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem 0;
  }
}
footer .bnr_fixed .list li.footer a .time::before {
  background: url(../img/icon_time.svg) no-repeat center/contain;
}
footer .bnr_fixed .list li.footer a .access::before {
  background: url(../img/icon_access.svg) no-repeat center/contain;
}

/* ---------------------------------------
  main
-----------------------------------------*/
main {
  display: block;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 8.4rem;
  }
}
main.second_content {
  padding-bottom: 12rem;
}

/* ---------------------------------------
  .second_ttl
-----------------------------------------*/
.second_ttl .wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .second_ttl .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.4rem 0;
  }
}
.second_ttl .txt_box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .second_ttl .txt_box {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.second_ttl .txt_box .ja {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .second_ttl .txt_box .ja {
    font-size: 2.8rem;
    text-align: center;
  }
}
.second_ttl .txt_box .en {
  font-size: 2.4rem;
  font-weight: 700;
  color: #084BC1;
  line-height: 1.5;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .second_ttl .txt_box .en {
    font-size: 1.4rem;
    margin-top: 0;
    text-align: center;
  }
}
.second_ttl .img_box {
  width: 84rem;
  margin-left: auto;
  margin-right: -12rem;
}
@media screen and (max-width: 767px) {
  .second_ttl .img_box {
    width: 100%;
    margin: 0 auto;
  }
}

/* ---------------------------------------
  .sec_clm
-----------------------------------------*/
.sec_clm {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .sec_clm {
    margin-top: 6rem;
  }
}
.sec_clm .bg_blue_grad {
  width: 100%;
  height: 8rem;
  line-height: 8rem;
  text-align: center;
  border-radius: 2.4rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 165, 191)), to(rgb(8, 75, 193)));
  background: linear-gradient(90deg, rgb(6, 165, 191) 0%, rgb(8, 75, 193) 100%);
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sec_clm .bg_blue_grad {
    height: 5.3rem;
    line-height: 5.3rem;
    border-radius: 1.2rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.sec_clm .bg_white_radius {
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  .sec_clm .bg_white_radius {
    border-radius: 1.2rem;
    padding: 3.2rem 2.4rem;
  }
}
.sec_clm .bg_white_radius + .bg_white_radius {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec_clm .bg_white_radius + .bg_white_radius {
    margin-top: 2rem;
  }
}

/* ---------------------------------------
  .text_link_hover
-----------------------------------------*/
.text_link_hover {
  color: #084BC1;
  text-decoration: underline;
}
.text_link_hover:hover {
  text-decoration: none;
}

/* ---------------------------------------
  表示・非表示処理
-----------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}