.elementor-26 .elementor-element.elementor-element-23f3de4f{--display:flex;}@media(max-width:767px){.elementor-26 .elementor-element.elementor-element-23f3de4f{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-62e08d4e{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-26 .elementor-element.elementor-element-23f3de4f{--content-width:1280px;}}/* Start custom CSS for html, class: .elementor-element-62e08d4e *//* ==================================================
   店舗管理画面 Header
   共通CSS
================================================== */

.ph-app-header {
  width: 100%;
  box-sizing: border-box;
}

.ph-app-header * {
  box-sizing: border-box;
}

.ph-app-header__inner {
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e4ebf4;
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(15, 35, 67, 0.045);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ph-app-header__left {
  display: flex;
  align-items: center;
  min-width: 0;
}

.ph-app-header__brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  flex: 0 0 auto;
}

.ph-app-header__brand:hover {
  text-decoration: none;
}

.ph-app-header__logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ph-app-header__page {
  min-width: 0;
}

.ph-app-header__eyebrow {
  color: #8a97a8;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.ph-app-header__title {
  margin: 0;
  color: #061936;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ph-app-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.ph-app-header__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e4ebf4;
  color: #50627a;
  border-radius: 18px;
  transition: all 0.22s ease;
}

.ph-app-header__icon:hover {
  text-decoration: none;
  transform: translateY(-1px);
  border-color: #cfdcec;
  background: #f7faff;
  color: #1769ff;
  box-shadow: 0 8px 18px rgba(15, 35, 67, 0.06);
}

.ph-app-header__svg {
  display: block;
}

.ph-app-header__svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ph-app-header__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;
}

.ph-app-header__store {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e4ebf4;
  color: #061936;
  border-radius: 999px;
  transition: all 0.22s ease;
}

.ph-app-header__store:hover {
  text-decoration: none;
  background: #f7faff;
  border-color: #cfdcec;
  color: #061936;
  box-shadow: 0 8px 18px rgba(15, 35, 67, 0.05);
}

.ph-app-header__store-dot {
  border-radius: 999px;
  background: #6f4031;
  display: inline-block;
  flex: 0 0 auto;
}

.ph-app-header__store-text {
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

/* ==================================================
   店舗管理画面 Header
   PC用CSS
================================================== */

@media (min-width: 768px) {

  .ph-store-header-area {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 24px;
    box-sizing: border-box;
  }

  .ph-header-template-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .ph-header-template-wrap .elementor-widget-html,
  .ph-header-template-wrap .elementor-widget-container {
    width: 100%;
    margin: 0;
  }

  .ph-app-header {
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 40;
    background: transparent;
  }

  .ph-app-header__inner {
    min-height: 92px;
    padding: 16px 22px;
    gap: 22px;
  }

  .ph-app-header__left {
    gap: 26px;
  }

  .ph-app-header__brand {
    width: 190px;
    min-width: 190px;
  }

  .ph-app-header__logo {
    max-width: 180px;
    max-height: 46px;
  }

  .ph-app-header__eyebrow {
    font-size: 11px;
    margin-bottom: 7px;
  }

  .ph-app-header__title {
    font-size: 30px;
  }

  .ph-app-header__right {
    gap: 12px;
  }

  .ph-app-header__icon {
    width: 48px;
    height: 48px;
  }

  .ph-app-header__svg {
    width: 20px;
    height: 20px;
  }

  .ph-app-header__badge {
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 10px;
  }

  .ph-app-header__store {
    gap: 9px;
    min-height: 48px;
    padding: 0 18px;
  }

  .ph-app-header__store-dot {
    width: 9px;
    height: 9px;
  }

  .ph-app-header__store-text {
    font-size: 14px;
  }

}

/* ==================================================
   店舗管理画面 Header
   スマホ用CSS
================================================== */

@media (max-width: 767px) {

  .ph-store-header-area {
    width: 100%;
    margin: 0 auto 12px;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .ph-header-template-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .ph-header-template-wrap .elementor-widget-html,
  .ph-header-template-wrap .elementor-widget-container {
    width: 100%;
    margin: 0;
  }

  .ph-app-header {
    padding: 8px 0 0;
    position: sticky;
    top: 0;
    z-index: 40;
    background: transparent;
  }

  .ph-app-header__inner {
    min-height: 68px;
    padding: 10px 12px;
    gap: 10px;
    border-radius: 20px;
  }

  .ph-app-header__left {
    gap: 10px;
    flex: 1 1 auto;
  }

  .ph-app-header__brand {
    width: 82px;
    min-width: 82px;
  }

  .ph-app-header__logo {
    max-width: 78px;
    max-height: 28px;
  }

  .ph-app-header__page {
    min-width: 0;
  }

  .ph-app-header__eyebrow {
    display: none;
  }

  .ph-app-header__title {
    font-size: 18px;
    max-width: 46vw;
  }

  .ph-app-header__right {
    gap: 8px;
  }

  .ph-app-header__icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .ph-app-header__svg {
    width: 18px;
    height: 18px;
  }

  .ph-app-header__badge {
    top: -4px;
    right: -4px;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    font-size: 9px;
  }

  .ph-app-header__store {
    display: none;
  }

}/* End custom CSS */