@charset "UTF-8";

.sapporo-global-menu {
  font-family: "Noto Sans JP", -apple-system, system-ui, sans-serif;
}

@media (min-width: 769px) {
  .sapporo-global-header {
    width: 100%;
    color: #3e3525;
    background: #fff;
  }

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

  .sapporo-global-header__inner {
    position: relative;
    width: 100vw;
    min-height: 0;
    height: 6.944444vw;
    margin: 0 auto;
    padding: 0;
    display: block;
  }

  .sapporo-global-header__logo {
    position: absolute;
    left: 4.375vw;
    top: 1.319444vw;
    width: 19.583333vw;
    height: 4.756944vw;
    display: block;
  }

  .sapporo-global-header__logo img {
    width: 19.583333vw;
    height: 4.756944vw;
    max-width: none;
    display: block;
  }

  .sapporo-global-header__btn {
    position: absolute;
    top: 1.319444vw;
    width: 19.097222vw;
    height: 4.097222vw;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.048611vw;
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 1.458333vw;
    font-weight: 700;
    letter-spacing: 0.034722vw;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

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

  .sapporo-global-header__btn--access {
    left: 65.625vw;
    background: #fff;
    color: #367d47;
    border: 0.138889vw solid #367d47;
  }

  .sapporo-global-header__menu {
    position: absolute;
    left: 94.652778vw;
    top: 2.361111vw;
    width: 3.819444vw;
    height: 2.569444vw;
    padding: 0;
    border: 0;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .sapporo-global-header__menu span {
    width: 3.819444vw;
    height: 0.277778vw;
    border-radius: 0.138889vw;
    background: #367d47;
  }

  .sapporo-global-header__nav {
    height: 3.819444vw;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-bottom: 0;
    background: #fff;
  }

  .sapporo-global-header__nav a {
    padding: 0 1.458333vw;
    color: #3e3525;
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 1.041667vw;
    font-weight: 700;
    line-height: 1.388889vw;
    letter-spacing: 0.052083vw;
    text-decoration: none;
    white-space: nowrap;
  }

  .sapporo-global-header__nav span {
    width: 0.069444vw;
    height: 0.902778vw;
    background: #a3a3a3;
  }
}

@media (min-width: 1024px) {
  .sapporo-global-menu__head {
    min-height: 92px;
    padding: 24px 32px;
    align-items: flex-start;
  }

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

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

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

  .sapporo-global-menu__inner {
    min-height: calc(100vh - 92px);
    padding: 48px 32px;
    display: flex;
    gap: 24px;
    align-items: stretch;
  }

  .sapporo-global-menu__left,
  .sapporo-global-menu__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .sapporo-global-menu__left {
    padding-right: 48px;
  }

  .sapporo-global-menu__right {
    min-height: 0;
    padding: 32px;
    align-items: center;
  }

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

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

  .sapporo-global-menu__row,
  .sapporo-global-menu__summary {
    min-height: 0;
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 0;
    color: inherit;
    text-decoration: none;
  }

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

  .sapporo-global-menu__en {
    min-width: 140px;
    color: #1f2937;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0;
  }

  .sapporo-global-menu__jp {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }

  .sapporo-global-menu__arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
    color: #6b7280;
  }

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

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

  .sapporo-global-menu__details[open] .sapporo-global-menu__submenu {
    margin-top: 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 {
    min-height: 0;
    padding: 6px 16px;
    display: block;
    color: #6b7280;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.75;
  }

  .sapporo-global-menu__submenu a {
    min-height: 0;
    padding: 14px 0 14px 28px;
    display: block;
    color: #4b5563;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    text-decoration: none;
  }

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

  .sapporo-global-menu__reserve {
    min-height: 0;
    margin-top: 40px;
    padding: 22px;
    display: block;
    background: #027f41;
    color: #fff;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
    text-decoration: none;
  }

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

  .sapporo-global-menu__concept-en {
    margin: 0 0 8px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
  }

  .sapporo-global-menu__concept-jp {
    color: #027f41;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: normal;
  }
}

@media (max-width: 1023px) {
  .sapporo-global-menu {
    font-family: "Noto Sans JP", -apple-system, system-ui, sans-serif;
  }
}

@media (max-width: 768px) {
  .sapporo-global-header {
    width: 100%;
    background: #f1f7f3;
  }

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

  .sapporo-global-header__inner {
    position: relative;
    width: 100vw;
    min-height: 0;
    height: 17.866667vw;
    margin: 0 auto;
    padding: 0;
    display: block;
  }

  .sapporo-global-header__logo {
    position: absolute;
    left: 3.466667vw;
    top: 4vw;
    width: 42.933333vw;
    height: auto;
    display: block;
  }

  .sapporo-global-header__logo img {
    width: 42.933333vw;
    height: auto;
    max-width: none;
  }

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

  .sapporo-global-header__btn--access {
    position: absolute;
    top: 4.533333vw;
    left: 52.533333vw;
    width: 29.333333vw;
    height: 10.666667vw;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #036242;
    border: 0;
    border-radius: 2.4vw;
    color: #fff;
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 5.866667vw;
    text-decoration: none;
  }

  .sapporo-global-header__btn--access::before {
    content: "店舗一覧";
    font-size: 4.266667vw;
    letter-spacing: 0;
  }

  .sapporo-global-header__menu {
    position: absolute;
    left: 87.2vw;
    top: 6.666667vw;
    width: 8.533333vw;
    height: 6.4vw;
    padding: 0;
    border: 0;
    background: none;
    display: block;
  }

  .sapporo-global-header__menu span {
    position: absolute;
    left: 0;
    width: 8.533333vw;
    height: 0.693333vw;
    border-radius: 0.533333vw;
    background: #367d47;
  }

  .sapporo-global-header__menu span:nth-child(1) {
    top: 0;
  }

  .sapporo-global-header__menu span:nth-child(2) {
    top: 2.869333vw;
  }

  .sapporo-global-header__menu span:nth-child(3) {
    top: 5.741333vw;
  }
}
