.elementor-23 .elementor-element.elementor-element-5f38c4a7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-24a2964 *//* ==================================================
   店舗管理画面 スマホ下部固定メニュー
   共通CSS
================================================== */

.ph-mobile-bottom-nav {
  box-sizing: border-box;
}

.ph-mobile-bottom-nav * {
  box-sizing: border-box;
}

.ph-mobile-bottom-nav__item {
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ph-mobile-bottom-nav__item:hover {
  text-decoration: none;
}

.ph-mobile-bottom-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ph-mobile-bottom-nav__icon svg {
  display: block;
}

.ph-mobile-bottom-nav__icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ph-mobile-bottom-nav__text {
  display: block;
  font-weight: 800;
  line-height: 1;
}

.ph-mobile-bottom-nav__badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ef4444;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
}

/* ==================================================
   店舗管理画面 スマホ下部固定メニュー
   PC用CSS
================================================== */

@media (min-width: 768px) {
  .ph-mobile-bottom-nav {
    display: none !important;
  }
}

/* ==================================================
   店舗管理画面 スマホ下部固定メニュー
   スマホ用CSS
================================================== */

@media (max-width: 767px) {

  .ph-mobile-bottom-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 9999;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 4px;
    min-height: 68px;
    padding: 8px 8px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e4ebf4;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(15, 35, 67, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .ph-mobile-bottom-nav__item {
    min-width: 0;
    height: 52px;
    border-radius: 18px;
    color: #7a8798;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .ph-mobile-bottom-nav__item:hover {
    color: #1769ff;
    background: #f7faff;
  }

  .ph-mobile-bottom-nav__item.is-active {
    color: #1769ff;
    background: #eef5ff;
  }

  .ph-mobile-bottom-nav__item.is-active::before {
    content: "";
    position: absolute;
    top: 5px;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: #1769ff;
  }

  .ph-mobile-bottom-nav__icon svg {
    width: 22px;
    height: 22px;
  }

  .ph-mobile-bottom-nav__text {
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  .ph-mobile-bottom-nav__badge {
    top: 3px;
    right: 11px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 10px;
  }

}/* End custom CSS */