/* =========================================================
   HQ Background: Style
   key: ren-presets-simple
   name: LG ラウンジ蓮
   group: menu
   type: Style
   layer: menu
   value:
   selector:
   ========================================================= */

/* =========================================================
   Preset: simple
   old-site mood: dl.menu
   ========================================================= */

.p-menu-list--preset-simple {
  max-width: 880px;
  margin: 0 auto;
}

/* -------------------------
   Group
------------------------- */
.p-menu-list--preset-simple .p-menu-group {
  margin-top: 36px;
}

.p-menu-list--preset-simple .p-menu-group:first-child {
  margin-top: 0;
}

/* -------------------------
   Ancestors
------------------------- */
.p-menu-list--preset-simple .p-menu-group__ancestors {
  margin: 0 0 10px;
  padding: 6px 14px;
  text-align: center;
  background: linear-gradient(
    to right,
    rgba(61, 73, 121, 0) 0%,
    rgba(61, 73, 121, 0.08) 50%,
    rgba(61, 73, 121, 0) 100%
  );
}

.p-menu-list--preset-simple .p-menu-group__ancestor {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #6a7296;
  letter-spacing: 0.08em;
}

/* -------------------------
   Current Heading
   Parent（例：焼酎）
------------------------- */
.p-menu-list--preset-simple .p-menu-group__title {
  margin: 0 0 18px;
  padding: 15px 18px;
  text-align: center;
  font-size: 120%;
  line-height: 1.4;
  font-weight: 600;
  color: #3d4979;
  background: linear-gradient(
    to right,
    rgba(61, 73, 121, 0) 0%,
    rgba(61, 73, 121, 0.12) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  border-top: 1px solid rgba(61, 73, 121, 0.22);
  border-bottom: 1px solid rgba(61, 73, 121, 0.22);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

/* -------------------------
   Items
------------------------- */
.p-menu-list--preset-simple .p-menu-item {
  padding: 0 0 6px;
  margin-bottom: 16px;
  border-top: 0;
  border-bottom: 1px solid #3d4979;
}

.p-menu-list--preset-simple .p-menu-item:first-child {
  border-top: 0;
}

.p-menu-list--preset-simple .p-menu-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* -------------------------
   Head / Title
------------------------- */
.p-menu-list--preset-simple .p-menu-item__head {
  margin: 0;
}

.p-menu-list--preset-simple .p-menu-item__title {
  margin: 0;
  color: #3d4979;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

/* -------------------------
   Body
------------------------- */
.p-menu-list--preset-simple .p-menu-item__body {
  margin-top: 6px;
}

/* -------------------------
   Pricebox (simple)
------------------------- */
.p-menu-list--preset-simple .p-menu-item__pricebox--simple {
}

.p-menu-list--preset-simple .p-menu-item__prices--simple {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.p-menu-list--preset-simple .p-menu-item__price-row {
  list-style: none;
}

.p-menu-list--preset-simple .p-menu-item__price-value {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
