@charset "utf-8";

.bg_imgDarkness._drink {
  background-image: url(../../img/meal/bg_drink.webp);
  background-color: rgba(0,0,0,.6);
}
.bg_imgDarkness._food {
  background-image: url(../../img/meal/bg_food.webp);
  background-color: rgba(0,0,0,.65);
  background-position: left center;
}

.bl_eyeCatch {
  background-image: url(../../img/top/fv02.webp);
}

.el_lv3Menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3em;
  font-size: 28px;
  font-weight: 450;
}


.el_lv3Menu::before,
.el_lv3Menu::after {
  content: '';
  width: 45px;
  height: 1px;
  background-color: #fff;
}
.el_lv3Menu::before {
  margin-right: 2rem;
}
.el_lv3Menu::after {
  margin-left: 2rem;
}

/* md */
@media not screen and (min-width:960px) {
  .el_lv3Menu {
    font-size: 24px;
  }
}
/* xs */
@media not screen and (min-width:520px) {
  .el_lv3Menu {
    font-size: 22px;
  }
}


/* 1つの要素で2列を表現 */
.bl_menu_column {
  column-count: 2;
  column-gap: 8%;
}
/* md */
@media not screen and (min-width:960px) {
  .bl_menu_column {
    column-count: 1;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.bl_menuList > li {
  padding-top: .35em;
  padding-bottom: .35em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.2em;
/*  will-change: transform; */
}
.bl_menuList > li ._name {
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.bl_menuList > li ._price {
  flex-shrink: 0;
}

.bl_menuList._small > li ._name._small {
  min-width: 160px;
}

/* xs */
@media not screen and (min-width:520px) {
  .bl_menuList > li {
    align-items: flex-start;
    row-gap: .3em;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.4rem;
  }
  .bl_menuList > li:first-child {
    padding-top: 0;
  }
  .bl_menuList > li:last-child {
    padding-bottom: 0;
  }

  .bl_menuList > li ._name {
    min-width: 140px;
  }

  .bl_menuList > li ._price {
    align-self: flex-end;
  }
}
