html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.fax-num a {
  text-decoration: none;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 24px;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
.header__wrapper {
  max-width: 1109px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header__wrapper .header-left {
  white-space: nowrap;
}
.header__wrapper .header-left .header-logo {
  display: flex;
  align-items: center;
}
.header__wrapper .header-left .header-logo__logo {
  background-image: url(../assets/images/logo.png);
  width: 120px;
  height: 50px;
  background-size: cover;
}
.header__wrapper .header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 909px;
  width: 100%;
  gap: 32px;
}
.header__wrapper .header-right nav {
  width: 100%;
}
.header__wrapper .header-right nav .header-nav-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header__wrapper .header-right nav .header-nav-list .header-nav-content {
  text-wrap: nowrap;
  white-space: nowrap;
}
.header__wrapper .header-right nav .header-nav-list .header-nav-content a {
  color: var(--main-primary-FFFFFF, #FFF);
  /* Noto Sans JP/16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.header__wrapper .header-right .header-contact-btn {
  max-width: 170px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 8px;
  padding: 12px 0px;
  background: var(--main-primary-007BE3, #0070CE);
}
.header__wrapper .header-right .header-contact-btn__text {
  color: var(--neutral-color-fff, #fff);
  /* Noto Sans JP/20 */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.header__wrapper .header-right .header-tel {
  max-width: 190px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.header__wrapper .header-right .header-tel__num {
  white-space: nowrap;
  text-wrap: nowrap;
  color: var(--neutral-color-fff, #fff);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 47.6px */
}

.header-contact-btn {
  max-width: 240px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 0px;
  background: var(--main-primary-007BE3, #0070CE);
}
.header-contact-btn__text {
  color: var(--neutral-color-fff, #fff);
  /* Noto Sans JP/20 */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
}

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

.header-nav-hmb {
  display: none;
  position: absolute;
  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: 25px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted black;
}
.header-nav-hmb .header-items__item--contact {
  border-bottom: none;
  margin-bottom: 10px;
}
.header-nav-hmb .header-items__item--tel {
  border-bottom: none;
}
.header-nav-hmb .header-items__item--tel .header-tel {
  max-width: 240px;
  padding: 12px 0px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: var(--main-primary-007BE3, #0070CE);
}
.header-nav-hmb .header-items__item--tel .header-tel__num {
  white-space: nowrap;
  text-wrap: nowrap;
  color: var(--neutral-color-fff, #fff);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 47.6px */
}
.header-nav-hmb .header-items--reserve-btn {
  margin-top: 30px;
  text-align: center;
}

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

.section-heading__en {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 23.8px */
  letter-spacing: 1.68px;
}
.section-heading__jp {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  letter-spacing: 1.44px;
}

.cta-s {
  display: inline-flex;
  height: 44px;
  align-items: center;
  background: #fff;
}
.cta-s__text {
  color: var(--main-primary-007BE3, #0070ce);
  /* text/18- bold - line-hegiht:160% */
  font-size: 18px;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
  margin-right: 23px;
  margin-left: 34px;
}
.cta-s__logo {
  background-image: url(../assets/svgs/right.svg);
  width: 10px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-right: 12.5px;
}

.temp_footer_01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: white;
  background: #e9f3ff;
  display: flex;
  padding: 0 24px;
}
.temp_footer_01__inner {
  padding-top: 66px;
  padding-bottom: 51px;
  display: flex;
  justify-content: space-between;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
.temp_footer_01__inner .footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
}
.temp_footer_01__inner .footer-left__logo {
  display: block;
  width: 10rem;
  height: 70px;
  margin-bottom: 0.875rem;
  background-image: url(../assets/images/footer-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.temp_footer_01__inner .footer-left__info {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.temp_footer_01__inner .footer-right {
  padding-top: 42px;
}
.temp_footer_01__inner .footer-right__menus {
  display: flex;
  position: relative;
  top: 0.75rem;
  letter-spacing: 0.08em;
}
.temp_footer_01__inner .footer-right__menus__item {
  margin-right: 2.25rem;
  color: #222;
  /* text/18- bold - line-hegiht:160% */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 30.6px */
}
.temp_footer_01__inner .footer-right__menus__item--last {
  margin-right: 0;
}
.footer-right .ssl {
display: flex;
justify-content: flex-end;
margin-top: 40px;
}


.bread-crumb {
  display: flex;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  color: var(--neutral-color-222, #222);
  /* text/12 - bold -line-hegiht:140% - - letter-padding:6% */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.72px;
}
.bread-crumb__wrapper {
  padding: 16px 0px 47px;
  max-width: 1120px;
  width: 100%;
  display: flex;
}
.page-visual {
  display: flex;
  justify-content: center;
  background-image: url(../assets/images/page-visual.jpg);
  background-size: cover;
  padding: 0px 24px;
}
.page-visual__wrapper {
  max-width: 1120px;
  width: 100%;
  padding-top: 151px;
  padding-bottom: 71px;
}
.page-visual .page-visual-head__jp {
  color: var(--neutral-color-fff, #fff);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
  margin-bottom: 12px;
}
.page-visual .page-visual-head__en {
  color: #fff;
  /* text/22- Bold- line-hegiht:160% */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 37.4px */
}

.sub-p-head {
  width: 100%;
  padding-left: 28px;
  color: var(--main-primary-007BE3, #0070ce);
  /* text/28- Bold - line-hegiht:160% */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 47.6px */
  padding-top: 5px;
  padding-bottom: 7px;
  margin-bottom: 26px;
  background: var(--main-secondary-F5FBFF, #F5FBFF);
  border-bottom: 4px solid #29BAE8;
}

.header-changed-color {
  transition: all 0.3s;
  background-color: rgba(217, 217, 217, 0.92);
}/*# sourceMappingURL=commons.css.map */