.hmbg_menu-area {
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .hmbg_menu-area {
    position: relative;
    height: 100%;
    z-index: 9999999;
  }
  .hmbg_menu-area .logo-area-sp {
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  #hmbg_menu-button {
    position: absolute;
    z-index: 100000;
    cursor: pointer;
    width: 25px;
    height: 25px;
    top: 50%;
    left: auto;
    right: clamp(13.36px, 5.19vw, 40px);
    transform: translateY(-50%);
  }
  #hmbg_menu-button .hmbg_menu-icon {
    position: relative;
    height: 14px;
    margin: 4px auto;
  }
  #hmbg_menu-button .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f2ebe2;
    border-radius: 2px;
  }
  #hmbg_menu-button .line:nth-of-type(1) {
    top: 0%;
    left: 0% !important;
  }
  #hmbg_menu-button .line:nth-of-type(2) {
    top: 50%;
    left: 0% !important;
  }
  #hmbg_menu-button .line:nth-of-type(3) {
    top: 100%;
    left: 0% !important;
  }
  #hmbg_menu-button .line:nth-of-type(1) {
    left: 0%;
  }
  #hmbg_menu-button .line:nth-of-type(2) {
    left: 50%;
  }
  #hmbg_menu-button .line:nth-of-type(3) {
    left: 100%;
  }
}
#hmbg_menu-button.active .hmbg_menu-icon {
  height: 25px;
  margin: 0 auto;
}
#hmbg_menu-button.active .hmbg_menu-icon .line:nth-of-type(1) {
  top: 50%;
  height: 2px;
  transform: rotate(-45deg) translate(1px, -1px);
}
#hmbg_menu-button.active .hmbg_menu-icon .line:nth-of-type(2) {
  display: none;
}
#hmbg_menu-button.active .hmbg_menu-icon .line:nth-of-type(3) {
  top: 100%;
  height: 2px;
  transform: rotate(45deg) translate(-9px, -9px);
}

#hmbg_menu {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: rgba(34, 32, 32, 0.7);
  top: 0;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #hmbg_menu {
    width: 100%;
    height: 50px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #hmbg_menu.active .hmbg_menu-inner {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  #hmbg_menu .hmbg_menu-inner {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #hmbg_menu .hmbg_menu-inner {
    position: absolute;
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    right: 0;
    background: #222020;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
  #hmbg_menu .hmbg_menu-inner:before {
    content: "";
    position: absolute;
    background-blend-mode: multiply;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.95);
    background-image: url(../images/hmbg_menu_bg.png);
    z-index: 0;
  }
}
#hmbg_menu .hmbg_menu-inner .hmbg_menu-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr;
    place-items: center;
    gap: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list li {
    display: grid;
    place-items: center;
    list-style: none;
    width: 100%;
    height: 100%;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list li a {
    display: block;
    color: #f2ebe2;
    text-decoration: none;
    font-size: clamp(8.54px, 1vw, 16px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: center;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list li a.sns-link {
    line-height: 1;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list li a:hover {
    color: #cd2a19;
    border-bottom: 1px solid #cd2a19;
  }
}
#hmbg_menu .hmbg_menu-inner .hmbg_menu-list .sns-area {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
  place-items: center;
  background-color: #000000;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list .sns-area {
    display: none;
  }
}
#hmbg_menu .hmbg_menu-inner .hmbg_menu-list .sns-area .sns-line {
  width: 1px;
  height: 70%;
  background-color: #393939;
}
@media screen and (max-width: 767px) {
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list {
    margin-top: clamp(53.44px, 20.78vw, 160px);
    z-index: 1;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list li {
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_menu-list li a {
    font-size: clamp(10.69px, 4.16vw, 32px);
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #hmbg_menu .hmbg_menu-inner .hmbg_eatery-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hmbg_menu .hmbg_menu-inner .hmbg_eatery-list {
    position: relative;
    list-style: none;
    width: calc(100% - clamp(13.36px, 5.19vw, 40px) * 4);
    margin: clamp(64.08px, 7.5vw, 120px) auto 0;
    border-top: 1px solid rgba(242, 235, 226, 0.5);
    z-index: 1;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_eatery-list li {
    margin-top: 40px;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_eatery-list a {
    color: #cd2a19;
    text-decoration: none;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_eatery-list .hmbg_eatery-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name name" "address link";
    gap: 10px;
    color: #f2ebe2;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_eatery-list .hmbg_eatery-item .name {
    grid-area: name;
    font-size: clamp(10.02px, 3.9vw, 30px);
    font-weight: 700;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_eatery-list .hmbg_eatery-item .address {
    display: flex;
    grid-area: address;
    font-size: clamp(8.02px, 3.12vw, 24px);
    font-weight: 500;
    line-height: 2;
    align-items: flex-end;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_eatery-list .hmbg_eatery-item .reserve-link {
    display: flex;
    grid-area: link;
    font-weight: 500;
    align-items: flex-end;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_eatery-list .hmbg_eatery-item .reserve-link .text {
    width: 82.5%;
    font-size: clamp(9.35px, 3.64vw, 28px);
    border-bottom: 1px solid #cd2a19;
  }
  #hmbg_menu .hmbg_menu-inner .hmbg_eatery-list .hmbg_eatery-item .reserve-link .arrow {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    background-color: #cd2a19;
    margin-left: auto;
    font-size: clamp(6.68px, 2.6vw, 20px);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
  }
}/*# sourceMappingURL=hmbg_menu.css.map */