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

.pv {
  background-image: url(/assets/images/pv.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}
.pv__inner {
  max-width: 1110px;
  width: 100%;
  padding-top: 152px;
  padding-bottom: 30px;
}
.pv__inner .pv-text-jp {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -5px;
}
.pv__inner .pv-text-en {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.breadcrumbs__inner {
  padding-top: 10px;
  padding-bottom: 62px;
}
.breadcrumbs__inner ul {
  display: flex;
}
.breadcrumbs__inner ul li {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.subp-head {
  background-image: url(/assets/images/subp-head.png);
  background-size: cover;
  background-position: center;
  padding: 17px 27px 13px;
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 190%;
}

.l-head {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  left: 30px;
}
.l-head::after {
  content: "";
  position: absolute;
  left: -29px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 9px;
  height: 37px;
  background: #93d4f7;
}

.bottom-line {
  width: 100%;
  height: 3px;
  background-image: linear-gradient(331deg, #93d4f7 14.39%, #73ddc8 98.67%);
  opacity: 0.503;
}

.cmn-head__jp {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: -10px;
  position: relative;
  margin-top: 11px;
}
.cmn-head__jp::after {
  position: absolute;
  top: -11px;
  left: 3px;
  content: "";
  height: 4px;
  width: 104px;
  background: linear-gradient(44deg, #93d4f7 0%, #73ddc8 98.18%);
  display: block;
}
.cmn-head__en {
  color: #fff;
  font-family: Roboto;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cmn-head--white .cmn-head__jp {
  color: #fff;
}
.cmn-head--white .cmn-head__en {
  color: #fff;
}

.tel-link {
  pointer-events: none;
}

@media (max-width: 768px) {
  .tel-link {
    pointer-events: auto;
  }
}
.two-col-table .table-row {
  color: #222;
  display: flex;
  border-bottom: 1px solid #fff;
}
.two-col-table .table-row .key {
  background-color: #93d4f7;
  width: 257px;
  border-right: 1px solid #fff;
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  padding: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-col-table .table-row .value {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: calc(100% - 257px);
  padding: 12px 80px 18px 20px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .pv {
    background-image: url(/assets/images/pv.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
  }
  .pv__inner {
    max-width: 1110px;
    width: 100%;
    padding-top: 102px;
    padding-bottom: 30px;
  }
  .pv__inner .pv-text-jp {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: -5px;
  }
  .pv__inner .pv-text-en {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .breadcrumbs__inner {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .breadcrumbs__inner ul {
    display: flex;
  }
  .breadcrumbs__inner ul li {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .subp-head {
    background-image: url(/assets/images/subp-head.png);
    background-size: cover;
    background-position: center;
    padding: 13px;
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .text {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 190%;
  }
  .l-head {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    left: 20px;
    padding-right: 20px;
  }
  .l-head::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 9px;
    height: 30px;
    background: #93d4f7;
  }
  .bottom-line {
    width: 100%;
    height: 3px;
    background-image: linear-gradient(331deg, #93d4f7 14.39%, #73ddc8 98.67%);
    opacity: 0.503;
  }
  .cmn-head__jp {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: -10px;
    position: relative;
    margin-top: 11px;
  }
  .cmn-head__jp::after {
    position: absolute;
    top: -11px;
    left: 0px;
    content: "";
    height: 4px;
    width: 104px;
    background: linear-gradient(44deg, #93d4f7 0%, #73ddc8 98.18%);
    display: block;
  }
  .cmn-head__en {
    color: #fff;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .cmn-head--white .cmn-head__jp {
    color: #fff;
  }
  .cmn-head--white .cmn-head__en {
    color: #fff;
  }
  .tel-link {
    pointer-events: none;
  }
  .two-col-table .table-row {
    color: #222;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff;
  }
  .two-col-table .table-row .key {
    background-color: #93d4f7;
    width: 100%;
    border-right: 1px solid #fff;
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .two-col-table .table-row .value {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
    width: 100%;
    padding: 10px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
  }
}
.header-contact-btn {
  display: flex;
  align-items: center;
  gap: 8.56px;
  flex-direction: column;
  align-items: center;
  padding: 18.64px 24.5px 17.01px 19.5px;
  width: fit-content;
  height: 90px;
  background: linear-gradient(180deg, #93d4f7 0%, #73ddc8 100%);
}
.header-contact-btn__logo {
  margin-left: 5px;
}
.header-contact-btn__text {
  text-align: center;
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header-contact-btn--hamburger {
  padding: 10px 16px;
  height: fit-content;
}

.header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  transition: all 0.2s;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all 0.3s;
}
.header.is-active {
  background: rgba(255, 255, 255, 0.7);
}
.header {
  background-blend-mode: darken;
}
.header__inner {
  position: relative;
}
.header__inner .shape {
  position: absolute;
  left: 50%;
  bottom: -16%;
  transform: translateX(-50%);
  display: flex;
  gap: 154px;
}
.header__inner .shape .line {
  height: 30px;
  width: 2px;
  background-color: #DBDBDB;
}
.header__inner .header__logo {
  display: flex;
}
.header__inner .header__logo img {
  aspect-ratio: 265/65;
  max-width: 265px;
  width: 18.4027777778vw;
  height: auto;
  object-fit: contain;
}
.header__inner .header__logo {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 69.231% */
  margin-left: 100px;
}
.header__inner {
  max-width: 1660px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner .header-right {
  display: flex;
  gap: 60px;
  align-items: center;
}
.header__inner .header-right .header-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.header__inner .header-right .header-nav__item {
  display: flex;
  justify-content: center;
  position: relative;
  color: #272727;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header__inner .header-right .header-nav__item:last-child:after {
  display: none;
}
.header__inner .header-right .cmn-btn {
  padding-left: 22px;
}

.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: black;
  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: white;
}
.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: -24px;
  height: 100vh;
  width: 100vw;
}

@media (max-width: 1100px) {
  .header-contact-btn {
    display: flex;
    align-items: center;
    gap: 8.56px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 16px;
    max-width: 300px;
    width: 100%;
    height: 90px;
    background: linear-gradient(180deg, #93d4f7 0%, #73ddc8 100%);
  }
  .header-contact-btn__logo {
    margin-left: 5px;
  }
  .header-contact-btn__text {
    text-align: center;
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .header-contact-btn--hamburger {
    padding: 10px 16px;
    height: fit-content;
  }
  .header {
    padding: 0 24px;
    height: 60px;
  }
  .header .right-green {
    max-width: 20px;
    min-width: 20px;
    display: none;
  }
  .header__inner .shape {
    display: none;
  }
  .header__inner .header__logo {
    margin-left: 0;
    font-size: 18px;
    margin-left: 20px;
  }
  .header__inner .header__logo img {
    aspect-ratio: 265/65;
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .header__inner .header-right {
    display: none;
  }
  .hamburger-menu {
    z-index: 12;
    width: 40px;
    height: 23px;
    display: block;
    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: black;
    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: white;
  }
  .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);
  }
}
.footer {
  position: relative;
}
.footer .scroll-top {
  width: 61px;
  height: 61px;
  position: absolute;
  right: 120px;
  top: -32.5px;
  z-index: 1000;
  cursor: pointer;
}
.footer .scroll-top img {
  width: 100%;
  height: 100%;
}
.footer .footer-wrap {
  background: rgba(147, 212, 247, 0.1);
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 47px;
  padding-bottom: 52px;
  max-width: 1110px;
  width: 100%;
}
.footer__inner .footer-left .footer-logo img {
  aspect-ratio: 330/88;
  max-width: 330px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer__inner .footer-left .footer-info {
  margin-top: 25px;
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: fit-content;
}
.footer__inner .footer-right .footer-nav-list {
  display: flex;
  column-gap: 32px;
  row-gap: 16px;
  flex-wrap: wrap;
  max-width: 448px;
  width: 100%;
}
.footer__inner .footer-right .footer-nav-list .footer-nav-item {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer .footer-copy {
  background: linear-gradient(45deg, #93d4f7 0%, #73ddc8 100%);
  color: #151515;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer {
    position: relative;
  }
  .footer .scroll-top {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: -20px;
  }
  .footer .scroll-top img {
    width: 100%;
    height: 100%;
  }
  .footer .footer-wrap {
    background: rgba(147, 212, 247, 0.1);
    display: flex;
    justify-content: center;
    padding: 0 24px;
  }
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    max-width: 1110px;
    width: 100%;
  }
  .footer__inner .footer-left .footer-logo img {
    aspect-ratio: 330/88;
    max-width: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .footer__inner .footer-left .footer-info {
    margin-top: 25px;
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: fit-content;
  }
  .footer__inner .footer-right .footer-nav-list {
    display: flex;
    column-gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
    max-width: 448px;
    width: 100%;
  }
  .footer__inner .footer-right .footer-nav-list .footer-nav-item {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .footer .footer-copy {
    background: linear-gradient(45deg, #93d4f7 0%, #73ddc8 100%);
    color: #151515;
    font-family: Helvetica;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px 24px;
    text-align: center;
  }
}/*# sourceMappingURL=commons.css.map */