html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
.tel-link {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .tel-link {
    pointer-events: auto;
  }
}
.cmn-head__en {
  color: var(--navyvlue, #003391);
  font-family: Sora;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 60px */
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.cmn-head__jp {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.96px;
}
.cmn-head--center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cmn-head__en {
    color: var(--navyvlue, #003391);
    font-family: Sora;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 60px */
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
  .cmn-head__jp {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: 0.96px;
  }
  .cmn-head--center {
    text-align: center;
  }
}
.cmn-btn {
  display: block;
  padding: 10px 16px 10px 38px;
  width: fit-content;
  background: var(--pointyellow, #fc0);
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: var(--Font-Size-Body-xl, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Font-Line-height-Body-xl, 30px); /* 150% */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.cmn-btn:after {
  position: relative;
  top: 50%;
  content: "";
  display: block;
  background-image: url(/assets/images/arrow-right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.cmn-btn.only-sp {
  display: none;
}
.cmn-btn.only-pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cmn-btn.only-sp {
    display: flex;
  }
  .cmn-btn.only-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .cmn-btn {
    display: block;
    padding: 5px 16px 5px 38px;
    width: fit-content;
    background: var(--pointyellow, #fc0);
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: var(--Font-Size-Body-xl, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Font-Line-height-Body-xl, 30px); /* 150% */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .cmn-btn:after {
    position: relative;
    top: 50%;
    content: "";
    display: block;
    background-image: url(/assets/images/arrow-right.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .cmn-btn.only-sp {
    display: none;
  }
  .cmn-btn.only-pc {
    display: flex;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .cmn-btn.only-sp {
    display: flex;
  }
  .cmn-btn.only-pc {
    display: none;
  }
}
.center {
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 24px;
  transition: all 0.2s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 98.94%);
}
.header .header__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header .header__logo img {
  aspect-ratio: 424/192.5;
  max-width: 424px;
  width: 29.4444444444vw;
  min-width: 200px;
  height: auto;
  object-fit: contain;
  transition: all 0.2s;
  filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.7));
}
.header__inner {
  max-width: 1360px;
  max-width: 1380px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
  padding: 16px 0px;
}
.header__inner .header-right {
  display: flex;
  width: fit-content;
  gap: 40px;
  align-items: center;
}
.header__inner .header-right .header-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
}
.header__inner .header-right .header-nav__item {
  color: #fff;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  white-space: nowrap;
}
.header__inner .contact-btn {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: var(--Font-Size-Body-xl, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Font-Line-height-Body-xl, 30px); /* 150% */
  border-radius: var(--Corner-Rounding-my-product, 0);
  background: var(--pointyellow, #FC0);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__inner .contact-btn:before {
  content: "";
  display: block;
  background-image: url(/assets/images/contact-logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.header.is-active {
  background: rgba(255, 255, 255, 0.8);
}
.header.is-active .header-nav__item {
  color: #000;
}
.header.is-active .header__logo img {
  aspect-ratio: 424/192.5;
  max-width: 200px;
  width: 29.4444444444vw;
  min-width: 200px;
}
.header.header-subp {
  background: rgba(255, 255, 255, 0.8);
}
.header.header-subp .header-nav__item {
  color: #000;
}

.hamburger-menu {
  z-index: 12;
  width: 40px;
  height: 23px;
  display: none;
  position: relative;
}
.hamburger-menu .menu-open-btn {
  width: 40px;
  height: 23px;
  display: block;
  position: relative;
}
.hamburger-menu .menu-open-btn__line {
  display: block;
  background-color: #222;
  width: 100%;
  height: 2px;
  transition: all 0.4s;
}
.hamburger-menu .menu-open-btn__line--middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-menu .menu-open-btn__line--bottom {
  position: absolute;
  bottom: 0;
}
.hamburger-menu .menu-open-btn--white .menu-open-btn__line {
  background-color: #222;
}
.hamburger-menu .clicked .menu-open-btn__line {
  transition: all 0.4s;
  background-color: #222;
}
.hamburger-menu .clicked .menu-open-btn__line--top {
  transform: translateY(10px) rotate(-45deg);
}
.hamburger-menu .clicked .menu-open-btn__line--middle {
  display: none;
}
.hamburger-menu .clicked .menu-open-btn__line--bottom {
  transform: translateY(-10px) rotate(45deg);
}

.header-nav-hmb {
  display: none;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 11;
  width: 70vw;
  height: 100vh;
}
.header-nav-hmb .header-items {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: black;
}
.header-nav-hmb .header-items__item {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px dotted black;
}
.header-nav-hmb .header-items__item--cta {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.header-nav-hmb .header-items__item--cta .contact-section__hours-phone {
  text-align: center;
  color: #222;
  margin-bottom: 0;
}
.header-nav-hmb .header-items__item--cta .contact-section__hours {
  text-align: center;
  color: #222;
}
.header-nav-hmb .header-items__item--cta .contact-section__phone {
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #222;
}
.header-nav-hmb .header-items__item--cta .icon-phone svg {
  fill: #222;
}
.header-nav-hmb .header-items__item--cta .icon-phone svg path {
  fill: #222;
}
.header-nav-hmb .header-items__item--cta .contact-section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #000000;
  color: #fff;
  /* text/16- Bold -line-hgeiht:160% - -letter-padding:6% */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  padding: 12px 0px;
  width: 100%;
}
.header-nav-hmb .header-items--reserve-btn {
  margin-top: 30px;
  text-align: center;
}
.header-nav-hmb .cta {
  max-width: none;
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav-hmb .cta--left {
  background: #5389db;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-nav-hmb .cta--left__icon {
  background-image: url(../assets/svgs/download.svg);
  margin-right: 4px;
  margin-top: 6px;
}
.header-nav-hmb .cta--right {
  background: #fff;
  color: #5389db;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.filter-hmb {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

@media screen and (max-width: 1200px) {
  .header {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 0 24px;
    transition: all 0.2s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 98.94%);
  }
  .header .header__logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .header__logo img {
    aspect-ratio: 424/192.5;
    max-width: 424px;
    width: 53.3333333333vw;
    min-width: 200px;
    height: auto;
    object-fit: contain;
    transition: all 0.2s;
    filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.7));
  }
  .header__inner {
    max-width: 1380px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 0px;
  }
  .header__inner .header-right {
    display: none;
    gap: 40px;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
  }
  .header__inner .header-right .header-nav {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .header__inner .header-right .header-nav__item {
    display: flex;
    justify-content: center;
    position: relative;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--Font-Line-height-Body-xs, 18px); /* 112.5% */
  }
  .header__inner .header-right .header-nav__item:last-child:after {
    display: none;
  }
  .header__inner .header-right .cmn-btn {
    padding-left: 22px;
  }
  .header__inner .hamburger-menu {
    display: flex;
  }
  .header.header-subp {
    background: rgba(255, 255, 255, 0.8);
  }
  .header.header-subp .header-nav__item {
    color: #000;
  }
}
.footer .footer-wrap {
  background: var(--navyvlue, #003391);
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 24px;
  max-width: 1120px;
  width: 100%;
}
.footer__inner .footer-left .footer-logo {
  display: block;
  aspect-ratio: 108/70;
  max-width: 108px;
  width: 100%;
  margin-bottom: 18px;
}
.footer__inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
.footer__inner .footer-left .footer-info {
  color: #FFF;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 10px 12px;
}
.footer__inner .footer-right .footer-nav-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer__inner .footer-right .footer-nav-list .footer-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  color: #FFF;
  text-align: center;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  position: relative;
  white-space: nowrap;
}
.footer__inner .footer-right .footer-nav-list .footer-nav-item:last-child {
  width: 113px;
}
.footer__inner .footer-right .footer-nav-list .footer-nav-item:last-child:after {
  display: none;
}
.footer__inner .footer-right .footer-nav-list .footer-nav-item:after {
  position: absolute;
  right: -4px;
  top: 0px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
}
.footer .footer-copy {
  background: #000;
  padding: 20px 24px;
  text-align: center;
  color: #FFF;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #FFF;
  font-family: "BIZ UDGothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
}

@media screen and (max-width: 768px) {
  .footer .footer-wrap {
    background: var(--navyvlue, #003391);
    display: flex;
    justify-content: center;
    padding: 0 24px;
  }
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 1120px;
    width: 100%;
  }
  .footer__inner .footer-left .footer-logo {
    display: block;
    aspect-ratio: 108/70;
    max-width: 108px;
    width: 100%;
    margin-bottom: 18px;
  }
  .footer__inner .footer-left .footer-logo img {
    width: 100%;
    height: auto;
  }
  .footer__inner .footer-left .footer-info {
    color: #FFF;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 10px 12px;
  }
  .footer__inner .footer-right .footer-nav-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .footer__inner .footer-right .footer-nav-list .footer-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    color: #FFF;
    text-align: center;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    position: relative;
    white-space: nowrap;
  }
  .footer__inner .footer-right .footer-nav-list .footer-nav-item:last-child {
    width: 113px;
  }
  .footer__inner .footer-right .footer-nav-list .footer-nav-item:last-child:after {
    display: none;
  }
  .footer__inner .footer-right .footer-nav-list .footer-nav-item:after {
    position: absolute;
    right: -4px;
    top: 0px;
    content: "";
    display: block;
    display: none;
    width: 1px;
    height: 100%;
    background: #FFF;
  }
  .footer .footer-copy {
    background: #000;
    padding: 20px 24px;
    text-align: center;
    color: #FFF;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #FFF;
    font-family: "BIZ UDGothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: 0.56px;
  }
}
.pv {
  background-image: url(/assets/images/pv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pv__inner {
  padding-top: 260px;
  padding-bottom: 108px;
}

@media screen and (max-width: 768px) {
  .pv {
    background-image: url(/assets/images/pv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pv__inner {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}
.breadcrumbs__inner {
  padding-top: 40px;
  padding-bottom: 100px;
}
.breadcrumbs__inner ul {
  display: flex;
}
.breadcrumbs__inner ul li {
  color: #4C4C4C;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}
.breadcrumbs__inner ul li a {
  color: #25539E;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (max-width: 768px) {
  .breadcrumbs__inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .breadcrumbs__inner ul {
    display: flex;
  }
  .breadcrumbs__inner ul li {
    color: #4C4C4C;
    font-family: "BIZ UDGothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.16px;
  }
  .breadcrumbs__inner ul li a {
    color: #25539E;
    font-family: "BIZ UDGothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
.subp-head {
  padding: 12px 38px;
  background: var(--navyvlue, #003391);
  color: var(--base-fff, #FFF);
  font-family: "BIZ UDGothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  letter-spacing: 3.36px;
  position: relative;
}
.subp-head::before {
  content: "";
  display: block;
  width: 5px;
  height: 41px;
  background-color: #fff;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .subp-head {
    padding: 8px 24px;
    background: var(--navyvlue, #003391);
    color: var(--base-fff, #FFF);
    font-family: "BIZ UDGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: 3.36px;
    position: relative;
  }
  .subp-head::before {
    content: "";
    display: block;
    width: 4px;
    height: 28px;
    background-color: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.img-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px;
}
.img-list .img-item {
  aspect-ratio: 540/220;
  max-width: 540px;
  width: 100%;
}
.img-list .img-item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .img-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 20px;
  }
  .img-list .img-item {
    aspect-ratio: 540/220;
    max-width: 540px;
    width: 100%;
  }
  .img-list .img-item img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=commons.css.map */