@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Noto+Serif+JP:wght@500;700&display=swap");

.sapporo-global-header,
.sapporo-global-footer,
.sapporo-global-menu {
  box-sizing: border-box;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

@media (max-width: 1023px) {
  .sapporo-global-menu__inner {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: clamp(29px, calc(20px + 2.7vw), 48px) clamp(19px, calc(13px + 1.8vw), 32px);
    display: flex;
    flex-direction: column;
  }

  .sapporo-global-menu__left,
  .sapporo-global-menu__right {
    width: 100%;
    padding-right: 0;
  }

  .sapporo-global-menu__right {
    display: flex;
    min-height: 0;
  }

  .sapporo-global-menu__concept {
    display: block;
    padding: clamp(12px, calc(3px + 2.8vw), 32px);
  }
}

@media (max-width: 767px) {
  .sapporo-global-menu__head {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: clamp(14px, calc(10px + 1.4vw), 24px) clamp(19px, calc(13px + 1.8vw), 32px);
  }

  .sapporo-global-menu__logo img {
    width: auto;
    height: 36px;
  }

  .sapporo-global-menu__close {
    width: clamp(32px, calc(27px + 1.7vw), 44px);
    height: clamp(32px, calc(27px + 1.7vw), 44px);
  }

  .sapporo-global-menu__row,
  .sapporo-global-menu__summary {
    min-height: 0;
    grid-template-columns: none;
    display: flex;
    gap: clamp(10px, calc(7px + 0.9vw), 16px);
  }

  .sapporo-global-menu__en {
    min-width: clamp(84px, calc(59px + 8vw), 140px);
    font-size: clamp(14px, calc(12px + 0.6vw), 18px);
  }

  .sapporo-global-menu__jp {
    font-size: clamp(12px, calc(11px + 0.3vw), 14px);
  }

  .sapporo-global-menu__submenu {
    display: block;
    margin: 0;
  }

  .sapporo-global-menu__details[open] .sapporo-global-menu__submenu {
    margin-top: clamp(10px, calc(7px + 0.9vw), 16px);
  }

  .sapporo-global-menu__reserve {
    min-height: 0;
    margin-top: clamp(24px, calc(17px + 2.3vw), 40px);
    padding: clamp(16px, calc(12px + 1.1vw), 22px);
    font-size: clamp(15px, calc(13px + 0.6vw), 18px);
  }

  .sapporo-global-menu__concept-en {
    font-size: clamp(12px, calc(11px + 0.3vw), 14px);
  }

  .sapporo-global-menu__concept-jp {
    font-size: clamp(29px, calc(20px + 2.7vw), 48px);
  }
}

@media (min-width: 1024px) {
  .sapporo-global-menu__head {
    min-height: 96px;
    padding: 0 32px;
    align-items: center;
  }

  .sapporo-global-menu__logo img {
    width: auto;
    height: 58px;
  }

  .sapporo-global-menu__close {
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    border-radius: 6px;
  }

  .sapporo-global-menu__close::before,
  .sapporo-global-menu__close::after {
    width: 28px;
    height: 3px;
  }

  .sapporo-global-menu__inner {
    min-height: calc(100vh - 96px);
    padding: 170px 32px 90px;
    display: grid;
    grid-template-columns: minmax(520px, 914px) 1fr;
    gap: clamp(80px, 14vw, 280px);
    align-items: center;
  }

  .sapporo-global-menu__left {
    width: min(100%, 914px);
    padding-right: 0;
  }

  .sapporo-global-menu__right {
    width: auto;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sapporo-global-menu__pages {
    border-bottom: 1px solid #e5e7eb;
  }

  .sapporo-global-menu__item {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 0;
  }

  .sapporo-global-menu__row,
  .sapporo-global-menu__summary {
    min-height: 91px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 24px;
    gap: 26px;
    align-items: center;
  }

  .sapporo-global-menu__en {
    min-width: 0;
    color: #202938;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }

  .sapporo-global-menu__jp {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
  }

  .sapporo-global-menu__arrow {
    justify-self: end;
    margin-left: 0;
  }

  .sapporo-global-menu__submenu {
    margin: 0;
  }

  .sapporo-global-menu__details[open] .sapporo-global-menu__submenu {
    margin-top: 0;
  }

  .sapporo-global-menu__submenu li.is-label {
    min-height: 58px;
    padding: 0 0 0 60px;
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  .sapporo-global-menu__submenu a {
    min-height: 104px;
    padding: 0 0 0 88px;
    display: flex;
    align-items: center;
    font-size: 26px;
  }

  .sapporo-global-menu__reserve {
    min-height: 104px;
    margin-top: 78px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 900;
  }

  .sapporo-global-menu__concept {
    padding: 0;
  }

  .sapporo-global-menu__concept-en {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .sapporo-global-menu__concept-jp {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.28;
  }
}

@media (min-width: 1024px) {
  .sapporo-global-menu__head {
    min-height: 96px;
    padding: 0 32px;
    align-items: center;
  }

  .sapporo-global-menu__logo img {
    width: auto;
    height: 58px;
  }

  .sapporo-global-menu__close {
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    border-radius: 6px;
  }

  .sapporo-global-menu__close::before,
  .sapporo-global-menu__close::after {
    width: 28px;
    height: 3px;
  }

  .sapporo-global-menu__inner {
    min-height: calc(100vh - 96px);
    padding: 170px 32px 90px;
    display: grid;
    grid-template-columns: minmax(520px, 914px) 1fr;
    gap: clamp(80px, 14vw, 280px);
    align-items: center;
  }

  .sapporo-global-menu__left {
    width: min(100%, 914px);
    padding-right: 0;
  }

  .sapporo-global-menu__right {
    width: auto;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sapporo-global-menu__pages {
    border-bottom: 1px solid #e5e7eb;
  }

  .sapporo-global-menu__item {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 0;
  }

  .sapporo-global-menu__row,
  .sapporo-global-menu__summary {
    min-height: 91px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 24px;
    gap: 26px;
    align-items: center;
  }

  .sapporo-global-menu__en {
    min-width: 0;
    color: #202938;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }

  .sapporo-global-menu__jp {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
  }

  .sapporo-global-menu__arrow {
    justify-self: end;
    margin-left: 0;
  }

  .sapporo-global-menu__submenu {
    margin: 0;
  }

  .sapporo-global-menu__details[open] .sapporo-global-menu__submenu {
    margin-top: 0;
  }

  .sapporo-global-menu__submenu li.is-label {
    min-height: 58px;
    padding: 0 0 0 60px;
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  .sapporo-global-menu__submenu a {
    min-height: 104px;
    padding: 0 0 0 88px;
    display: flex;
    align-items: center;
    font-size: 26px;
  }

  .sapporo-global-menu__reserve {
    min-height: 104px;
    margin-top: 78px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 900;
  }

  .sapporo-global-menu__concept {
    padding: 0;
  }

  .sapporo-global-menu__concept-en {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .sapporo-global-menu__concept-jp {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.28;
  }
}

@media (min-width: 1024px) {
  .sapporo-global-menu__head {
    min-height: 96px;
    padding: 0 32px;
    align-items: center;
  }

  .sapporo-global-menu__logo img {
    width: auto;
    height: 58px;
  }

  .sapporo-global-menu__close {
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    border-radius: 6px;
  }

  .sapporo-global-menu__close::before,
  .sapporo-global-menu__close::after {
    width: 28px;
    height: 3px;
  }

  .sapporo-global-menu__inner {
    min-height: calc(100vh - 96px);
    padding: 170px 32px 90px;
    display: grid;
    grid-template-columns: minmax(520px, 914px) 1fr;
    gap: clamp(80px, 14vw, 280px);
    align-items: center;
  }

  .sapporo-global-menu__left {
    width: min(100%, 914px);
    padding-right: 0;
  }

  .sapporo-global-menu__right {
    width: auto;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sapporo-global-menu__pages {
    border-bottom: 1px solid #e5e7eb;
  }

  .sapporo-global-menu__item {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    border-top: 1px solid #e5e7eb;
  }

  .sapporo-global-menu__row,
  .sapporo-global-menu__summary {
    min-height: 91px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 24px;
    gap: 26px;
    align-items: center;
  }

  .sapporo-global-menu__en {
    min-width: 0;
    color: #202938;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }

  .sapporo-global-menu__jp {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
  }

  .sapporo-global-menu__arrow {
    justify-self: end;
    margin-left: 0;
  }

  .sapporo-global-menu__submenu {
    margin: 0;
  }

  .sapporo-global-menu__details[open] .sapporo-global-menu__submenu {
    margin-top: 0;
  }

  .sapporo-global-menu__submenu li.is-label {
    min-height: 58px;
    padding: 0 0 0 60px;
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  .sapporo-global-menu__submenu a {
    min-height: 104px;
    padding: 0 0 0 88px;
    display: flex;
    align-items: center;
    font-size: 26px;
  }

  .sapporo-global-menu__reserve {
    min-height: 104px;
    margin-top: 78px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 900;
  }

  .sapporo-global-menu__concept {
    padding: 0;
  }

  .sapporo-global-menu__concept-en {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .sapporo-global-menu__concept-jp {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.28;
  }
}

.sp-nav,
.pc-nav,
.sp-footer,
.pc-footer,
.local-navmenu {
  display: none !important;
}

.sapporo-global-header *,
.sapporo-global-footer *,
.sapporo-global-menu * {
  box-sizing: border-box;
}

.sapporo-global-header {
  position: relative;
  z-index: 3000;
  width: 100%;
  background: #fff;
  color: #3e3525;
}

.sapporo-global-header__bar {
  background: #f1f7f3;
}

.sapporo-global-header__inner {
  width: min(100%, 1440px);
  min-height: 100px;
  margin: 0 auto;
  padding: 16px 42px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 275px 275px 64px;
  align-items: center;
  gap: 12px;
}

.sapporo-global-header__logo {
  display: inline-flex;
  align-items: center;
  width: 282px;
  max-width: 100%;
}

.sapporo-global-header__logo img {
  display: block;
  width: 282px;
  max-width: 100%;
  height: auto;
}

.sapporo-global-header__btn {
  min-height: 59px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .03em;
}

.sapporo-global-header__btn--reserve {
  background: #367d47;
  color: #fff;
}

.sapporo-global-header__btn--access {
  background: #fff;
  border: 2px solid #367d47;
  color: #367d47;
}

.sapporo-global-header__menu {
  width: 55px;
  height: 37px;
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.sapporo-global-header__menu span {
  display: block;
  width: 55px;
  height: 4px;
  border-radius: 999px;
  background: #367d47;
}

.sapporo-global-header__nav {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-bottom: 1px solid #edf2ef;
  background: #fff;
}

.sapporo-global-header__nav a {
  color: #3e3525;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.sapporo-global-header__nav span {
  width: 1px;
  height: 11px;
  background: #c4c4c4;
}

.sapporo-global-menu[hidden] {
  display: none;
}

.sapporo-global-menu {
  position: fixed;
  inset: 0;
  z-index: 40000;
  background: #fff;
  color: #1f2937;
  overflow-y: auto;
}

.sapporo-global-menu__head {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 96px;
  padding: 0 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sapporo-global-menu__logo img {
  display: block;
  width: 210px;
  height: auto;
}

.sapporo-global-menu__close {
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 6px;
  background: #000;
  position: relative;
  cursor: pointer;
}

.sapporo-global-menu__close::before,
.sapporo-global-menu__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
}

.sapporo-global-menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sapporo-global-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sapporo-global-menu__inner {
  width: 100%;
  min-height: calc(100vh - 96px);
  padding: 158px 40px 90px;
  display: grid;
  grid-template-columns: minmax(520px, 914px) 1fr;
  gap: clamp(80px, 14vw, 280px);
  align-items: center;
}

.sapporo-global-menu__left {
  width: min(100%, 914px);
}

.sapporo-global-menu__right {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sapporo-global-menu__pages {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e5e7eb;
}

.sapporo-global-menu__item {
  border-top: 1px solid #e5e7eb;
}

.sapporo-global-menu__row,
.sapporo-global-menu__summary {
  min-height: 91px;
  padding: 0;
  grid-template-columns: 220px minmax(0, 1fr) 24px;
  gap: 26px;
  align-items: center;
  display: grid;
  color: #1f2937;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}

.sapporo-global-menu__summary::-webkit-details-marker {
  display: none;
}

.sapporo-global-menu__row:focus,
.sapporo-global-menu__summary:focus {
  outline: none;
}

.sapporo-global-menu__en {
  color: #202938;
  font-family: "Hanken Grotesk", "Noto Sans", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.sapporo-global-menu__jp {
  color: #7d8795;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.sapporo-global-menu__arrow {
  width: 14px;
  height: 14px;
  justify-self: end;
  border-right: 2px solid #7d8795;
  border-bottom: 2px solid #7d8795;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.sapporo-global-menu__details[open] .sapporo-global-menu__arrow {
  transform: rotate(-135deg);
}

.sapporo-global-menu__submenu {
  margin: -4px 0 18px 220px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}

.sapporo-global-menu__submenu li.is-label {
  grid-column: 1 / -1;
  margin-top: 8px;
  color: #7d8795;
  font-size: 12px;
  font-weight: 700;
}

.sapporo-global-menu__submenu a {
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 4px;
  background: #f4f7f5;
  color: #2f3b4a;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.sapporo-global-menu__reserve {
  min-height: 108px;
  margin-top: 78px;
  background: #078c43;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: .04em;
}

.sapporo-global-menu__concept {
  text-align: center;
}

.sapporo-global-menu__concept-en {
  margin: 0 0 24px;
  color: #7d8795;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}

.sapporo-global-menu__concept-jp {
  margin: 0;
  color: #078a3d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: .02em;
}

.sapporo-global-footer {
  width: 100%;
  color: #fff;
}

.sapporo-global-footer a {
  color: inherit;
  text-decoration: none;
}

.sapporo-global-footer__main {
  padding: 34px 24px 30px;
  background: #2f7b44;
}

.sapporo-global-footer__nav {
  width: min(100%, 860px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 30px;
}

.sapporo-global-footer__nav a {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.sapporo-global-footer__spnav {
  display: none;
}

.sapporo-global-footer__site {
  padding: 30px 24px 32px;
  background: #2b6d3b;
}

.sapporo-global-footer__title {
  margin: 0 0 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
}

.sapporo-global-footer__links {
  width: min(100%, 1100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 30px;
}

.sapporo-global-footer__links a {
  color: #e8f7ed;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.sapporo-global-footer__copy {
  min-height: 44px;
  padding: 12px 16px;
  background: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

/* 実サイトの池袋エリアメニューに合わせた共通ハンバーガーメニュー */
.sapporo-global-menu {
  z-index: 40000;
  background: #fff;
  color: #1f2937;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.75;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.sapporo-global-menu__head {
  position: static;
  min-height: 0;
  padding: clamp(14px, calc(10px + 1.4vw), 24px) clamp(19px, calc(13px + 1.8vw), 32px);
  align-items: flex-start;
}

.sapporo-global-menu__logo img {
  width: auto;
  height: 36px;
}

.sapporo-global-menu__close {
  width: clamp(32px, calc(27px + 1.7vw), 44px);
  height: clamp(32px, calc(27px + 1.7vw), 44px);
  min-width: clamp(32px, calc(27px + 1.7vw), 44px);
  min-height: clamp(32px, calc(27px + 1.7vw), 44px);
  border-radius: 4px;
  padding: 6px;
}

.sapporo-global-menu__close::before,
.sapporo-global-menu__close::after {
  width: clamp(14px, calc(10px + 1.4vw), 24px);
  height: 2px;
}

.sapporo-global-menu__inner {
  width: 100%;
  min-height: auto;
  padding: clamp(29px, calc(20px + 2.7vw), 48px) clamp(19px, calc(13px + 1.8vw), 32px);
  display: flex;
  gap: clamp(16px, calc(12px + 1.1vw), 24px);
  align-items: stretch;
}

.sapporo-global-menu__left,
.sapporo-global-menu__right {
  width: 50%;
}

.sapporo-global-menu__left {
  padding-right: clamp(29px, calc(20px + 2.7vw), 48px);
}

.sapporo-global-menu__right {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sapporo-global-menu__pages {
  border-bottom: 0;
}

.sapporo-global-menu__item {
  margin-bottom: clamp(10px, calc(7px + 0.9vw), 16px);
  padding-bottom: clamp(10px, calc(7px + 0.9vw), 16px);
  border-top: 0;
  border-bottom: 1px solid #e5e7eb;
}

.sapporo-global-menu__row,
.sapporo-global-menu__summary {
  min-height: 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: clamp(10px, calc(7px + 0.9vw), 16px);
  color: #1f2937;
  line-height: 1.75;
}

.sapporo-global-menu__summary {
  width: 100%;
  align-items: center;
}

.sapporo-global-menu__en {
  min-width: clamp(84px, calc(59px + 8vw), 140px);
  color: #1f2937;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(14px, calc(12px + 0.6vw), 18px);
  font-weight: 600;
  line-height: 1.2;
}

.sapporo-global-menu__jp {
  color: #6b7280;
  font-size: clamp(12px, calc(11px + 0.3vw), 14px);
  font-weight: 500;
  line-height: 1.6;
}

.sapporo-global-menu__arrow {
  width: clamp(14px, calc(11px + 0.9vw), 20px);
  height: clamp(14px, calc(11px + 0.9vw), 20px);
  margin-left: auto;
  border: 0;
  position: relative;
  transform: none;
}

.sapporo-global-menu__arrow::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: translate(-50%, -50%) rotate(45deg);
}

.sapporo-global-menu__details[open] .sapporo-global-menu__arrow {
  transform: rotate(180deg);
}

.sapporo-global-menu__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.sapporo-global-menu__details[open] .sapporo-global-menu__submenu {
  margin-top: clamp(10px, calc(7px + 0.9vw), 16px);
}

.sapporo-global-menu__submenu li {
  border-top: 1px solid #f0f0f0;
}

.sapporo-global-menu__submenu li:first-child {
  border-top: 0;
}

.sapporo-global-menu__submenu li.is-label {
  margin: 0;
  padding: 6px 16px;
  color: #555;
  font-size: 11px;
  font-weight: 600;
}

.sapporo-global-menu__submenu li.is-label:not(:first-child) {
  margin-top: 8px;
}

.sapporo-global-menu__submenu a {
  min-height: 0;
  padding: clamp(10px, calc(7px + 0.9vw), 14px) 0 clamp(10px, calc(7px + 0.9vw), 14px) clamp(16px, calc(11px + 1.4vw), 28px);
  border-radius: 0;
  background: transparent;
  color: #4b5563;
  display: block;
  font-size: clamp(13px, calc(12px + 0.3vw), 15px);
  font-weight: 500;
  line-height: 1.75;
}

.sapporo-global-menu__submenu a:hover {
  color: #027f41;
  opacity: .85;
}

.sapporo-global-menu__reserve {
  display: block;
  min-height: 0;
  margin-top: clamp(24px, calc(17px + 2.3vw), 40px);
  padding: clamp(16px, calc(12px + 1.1vw), 22px);
  background: #027f41;
  color: #fff;
  font-size: clamp(15px, calc(13px + 0.6vw), 18px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.sapporo-global-menu__concept {
  padding: clamp(12px, calc(3px + 2.8vw), 32px);
  text-align: center;
}

.sapporo-global-menu__concept-en {
  margin: 0 0 clamp(5px, calc(3px + 0.5vw), 8px);
  color: #6b7280;
  font-size: clamp(12px, calc(11px + 0.3vw), 14px);
  font-weight: 500;
}

.sapporo-global-menu__concept-jp {
  color: #027f41;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(29px, calc(20px + 2.7vw), 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .sapporo-global-header__inner {
    min-height: 67px;
    padding: 13px;
    grid-template-columns: minmax(150px, 1fr) 120px 32px;
    gap: 12px;
  }

  .sapporo-global-header__logo,
  .sapporo-global-header__logo img {
    width: 161px;
  }

  .sapporo-global-header__btn--reserve,
  .sapporo-global-header__nav {
    display: none;
  }

  .sapporo-global-header__btn--access {
    min-height: 28px;
    width: 120px;
    border: 0;
    background: #036242;
    color: #fff;
    font-size: 0;
    line-height: 1;
  }

  .sapporo-global-header__btn--access::before {
    content: "店舗一覧";
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
  }

  .sapporo-global-header__menu {
    justify-self: end;
    width: 32px;
    height: 21px;
  }

  .sapporo-global-header__menu span {
    width: 32px;
    height: 3px;
  }

  .sapporo-global-menu__head {
    width: min(calc(100% - 80px), 604px);
    min-height: 132px;
    margin: 0 auto;
    padding: 0;
  }

  .sapporo-global-menu__logo img {
    width: min(246px, calc(100vw - 150px));
  }

  .sapporo-global-menu__close {
    width: 56px;
    height: 56px;
    border-radius: 6px;
  }

  .sapporo-global-menu__close::before,
  .sapporo-global-menu__close::after {
    width: 24px;
    height: 2.5px;
  }

  .sapporo-global-menu__inner {
    width: min(calc(100% - 80px), 604px);
    min-height: calc(100vh - 132px);
    margin: 0 auto;
    padding: 42px 0 70px;
    display: block;
  }

  .sapporo-global-menu__right {
    display: none;
  }

  .sapporo-global-menu__row,
  .sapporo-global-menu__summary {
    min-height: 79px;
    grid-template-columns: 170px minmax(0, 1fr) 18px;
    gap: 0;
  }

  .sapporo-global-menu__en {
    font-size: 25px;
    font-weight: 700;
  }

  .sapporo-global-menu__jp {
    font-size: 21px;
    font-weight: 500;
  }

  .sapporo-global-menu__submenu {
    margin: -2px 0 14px 0;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .sapporo-global-menu__reserve {
    min-height: 99px;
    margin-top: 63px;
    font-size: 25px;
  }

  .sapporo-global-menu__concept {
    display: block;
    padding-top: 80px;
  }

  .sapporo-global-menu__concept-en {
    margin-bottom: 16px;
    font-size: 21px;
  }

  .sapporo-global-menu__concept-jp {
    font-size: 48px;
    line-height: 1.25;
  }

  @media (max-width: 500px) {
    .sapporo-global-menu__head,
    .sapporo-global-menu__inner {
      width: min(calc(100% - 40px), 604px);
    }

    .sapporo-global-menu__head {
      min-height: 92px;
    }

    .sapporo-global-menu__logo img {
      width: 180px;
    }

    .sapporo-global-menu__close {
      width: 46px;
      height: 46px;
    }

    .sapporo-global-menu__inner {
      min-height: calc(100vh - 92px);
      padding-top: 28px;
    }

    .sapporo-global-menu__row,
    .sapporo-global-menu__summary {
      min-height: 66px;
      grid-template-columns: 112px minmax(0, 1fr) 18px;
    }

    .sapporo-global-menu__en {
      font-size: 18px;
    }

    .sapporo-global-menu__jp {
      font-size: 14px;
    }

    .sapporo-global-menu__reserve {
      min-height: 62px;
      margin-top: 38px;
      font-size: 18px;
    }

    .sapporo-global-menu__concept {
      padding-top: 48px;
    }

    .sapporo-global-menu__concept-en {
      font-size: 13px;
    }

    .sapporo-global-menu__concept-jp {
      font-size: 30px;
    }
  }

  .sapporo-global-footer__main {
    padding: 18px 16px;
  }

  .sapporo-global-footer__nav {
    display: none;
  }

  .sapporo-global-footer__spnav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
  }

  .sapporo-global-footer__sprow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
  }

  .sapporo-global-footer__spnav a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
  }

  .sapporo-global-footer__spnav span {
    width: 1px;
    height: 11px;
    background: rgba(255, 255, 255, .7);
  }

  .sapporo-global-footer__site {
    padding: 22px 18px 24px;
  }

  .sapporo-global-footer__links {
    gap: 12px 18px;
  }

  .sapporo-global-footer__links a {
    font-size: 12px;
  }

  .sapporo-global-footer__copy {
    min-height: 30px;
    padding: 7px 12px;
    font-size: 11px;
  }
}

@media (max-width: 1023px) {
  .sapporo-global-menu__inner {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: clamp(29px, calc(20px + 2.7vw), 48px) clamp(19px, calc(13px + 1.8vw), 32px);
    display: flex;
    flex-direction: column;
  }

  .sapporo-global-menu__left,
  .sapporo-global-menu__right {
    width: 100%;
    padding-right: 0;
  }

  .sapporo-global-menu__right {
    display: flex;
    min-height: 0;
  }

  .sapporo-global-menu__concept {
    display: block;
    padding: clamp(12px, calc(3px + 2.8vw), 32px);
  }
}

@media (max-width: 767px) {
  .sapporo-global-menu__head {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: clamp(14px, calc(10px + 1.4vw), 24px) clamp(19px, calc(13px + 1.8vw), 32px);
  }

  .sapporo-global-menu__logo img {
    width: auto;
    height: 36px;
  }

  .sapporo-global-menu__close {
    width: clamp(32px, calc(27px + 1.7vw), 44px);
    height: clamp(32px, calc(27px + 1.7vw), 44px);
  }

  .sapporo-global-menu__row,
  .sapporo-global-menu__summary {
    min-height: 0;
    grid-template-columns: none;
    display: flex;
    gap: clamp(10px, calc(7px + 0.9vw), 16px);
  }

  .sapporo-global-menu__en {
    min-width: clamp(84px, calc(59px + 8vw), 140px);
    font-size: clamp(14px, calc(12px + 0.6vw), 18px);
  }

  .sapporo-global-menu__jp {
    font-size: clamp(12px, calc(11px + 0.3vw), 14px);
  }

  .sapporo-global-menu__submenu {
    display: block;
    margin: 0;
  }

  .sapporo-global-menu__details[open] .sapporo-global-menu__submenu {
    margin-top: clamp(10px, calc(7px + 0.9vw), 16px);
  }

  .sapporo-global-menu__reserve {
    min-height: 0;
    margin-top: clamp(24px, calc(17px + 2.3vw), 40px);
    padding: clamp(16px, calc(12px + 1.1vw), 22px);
    font-size: clamp(15px, calc(13px + 0.6vw), 18px);
  }

  .sapporo-global-menu__concept-en {
    font-size: clamp(12px, calc(11px + 0.3vw), 14px);
  }

  .sapporo-global-menu__concept-jp {
    font-size: clamp(29px, calc(20px + 2.7vw), 48px);
  }
}
