@charset "UTF-8";
/* Easy myShop
 * 管理画面ヘッダ スタイルシート(スマホ表示対応)
 * 
 * Version : 
 *    01.00.00 2025/10/07 SR)A.Kogiso 新規作成
 */

/* ヘッダ */
.own_navi_top {
  position: fixed;
  display: table;
  top: 0;
  width: 100%;
  color: var(--font_color);
  background: #f5f5f8;
  background: rgba(245, 245, 248, 0.9);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  background-clip: padding-box;
}

/* 検索・ショップ名エリア */
.header_top {
  display: table-cell;
  padding-right: 8px;
  vertical-align: bottom;
  text-align: right;
}
/*.header_search_link {
  white-space: nowrap;
}*/
.div_all_order_search {
  display: inline-block;
  position: relative;
  margin: 1px 0 0;
}
.btn_order_all_search:hover,
.btn_name_search:hover {
  color: #000;
  background: #dadada;
}
.btn_order_all_search {
  position: absolute;
  padding-bottom: 4px;
  top: 0px;
  right: -1px;
  width: 28px;
  height: 26px;
  line-height: 1em;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  background: #5c515c;
  border: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
input.txt_all_order_search,
input.txt_name_search {
  margin: 0;
  padding: 0 30px 0 10px;
  width: 160px;
  height: 26px;
  font-size: 12px;
  border-radius: 4px;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.header_shopname {
  display: inline-block;
  margin-left: 1ex;
  max-width: 168px;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* ロゴ・メニューエリア */
.header_menu {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.pc .header_menu {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: var(--font_size_sub);
}
.sp .header_menu{
  justify-content: space-between;
}

/* ロゴ */
/*店舗確認モード用店長ナビログインで使用*/
/*.header_logo {
	width: 50px;
}*/
.header_logo img {
  height: 35px;
  border: 0;
}
.pc a.header_title,
.sp a.header_title {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
  width: auto;
  max-width: none;
  text-decoration: none;
}
.header_title:hover,
.header_title:active,
.header_title:focus {
  opacity: 0.80;
}
.ems_top_logo {
  max-width: 400px;
  max-height: 48px;
  vertical-align: middle;
}

/* メニュー */
.pc .header_menu_button,
.pc .header_menu_button_disabled {
  display: inline-block;
  width: 60px;
  margin: 0;
  padding: 0px 4px;
  white-space: nowrap;
  text-align: center;
  font-size: 11px;
  border: 0;
  cursor: pointer;
}
.sp .header_menu_button,
.sp .header_menu_button_disabled {
  list-style: none;
}
.pc .header_menu_button:hover,
.pc .header_menu_button:active,
.pc .header_menu_button:focus {
  color: #000;
  background: #ddd;
}
.pc .header_menu_button_disabled {
  opacity:0.5;
}
.sp .top_menu_area .header_menu_button,
.sp .top_menu_area .header_menu_button_disabled {
  text-align: left;
  width: 100%;
  font-size: var(--font_size_ttl);
  background-color: #fff;
}
.sp .header_menu_button_disabled {
  /*opacity:0.7;*/
  background-color: #F5F5F8;
  color: #B9B9B9
}

/* メニュー */
ul.top_menu {
  display: flex;
  margin: 0;
  padding: 0;
}
.sp ul.top_menu {
  display: none;
}
.sp ul.top_menu.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  z-index: 20;
}
.sp .menu_open_btn {
  padding-right: 16px;
  color: #B9B9B9;
  font-size: 30px;
}

/* ドロップダウンメニュー(ヘッダー以外でも使用) */
.dropdown-menu,
.pc .header_menu_item_group {
  position: absolute;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  font-size: 12px;
  color: #e8eaed;
  text-align: left;
  white-space: nowrap;
  background: #292a2d;
  border: 1px solid #A8ACAC;
  border: 1px solid rgba(10, 20, 21, 0.3);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 51, 58, 0.42);
  box-shadow: 0 2px 12px rgba(0, 51, 58, 0.42);
  background-clip: padding-box;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale(0.9,1);
  transform: scale(0.9,1);
  z-index: 1;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.sp .header_menu_item_group {
  display: none;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
.dropdown-menu {
  top: 100%;
  display: none;
  min-width: 200px;
}
.dropdown-menu:not(.menu-right) {
  right: 0;
}
.dropdown-menu .fa,
.header_menu_item_group .fa {
  margin-right: 4px;
  width: 1.3em;
  text-align: center;
}

.dropdown-menu > li > a:hover,
.pc .header_menu .header_menu_item:hover {
  color: var(--btn_hvr_color);
  background: var(--btn_hvr_background);
  border-color: var(--btn_hvr_border);
}
.pc .dropdown-menu > li > .reset_dropdown_color:hover {
  color: inherit;
  background: inherit;
}

.dropdown-menu .separator,
.pc .header_menu_item_group .separator {
  height: 1px;
  margin: 9px 0;
  background-color: rgba(255, 255, 255, .2);
}

.selected + .dropdown-menu,
.pc ul.top_menu li:hover > ul {
  visibility: visible;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.selected + .dropdown-menu {
  -webkit-transition: none;
  transition: none;
}

.dropdown-menu > li > a,
.dropdown-menu .dropdown_disabled,
.pc .header_menu_item {
  display: block;
  margin: 0px;
  padding: 8px 15px;
  font-size: 1rem;
  color: inherit;
}
.dropdown-menu .dropdown_disabled {
  color: #b6babf;
  background-color: #dce0e5;
  cursor: initial;
}
.sp .header_menu_item {
  margin: 0px;
  color: inherit;
}

.pc .header_menu_btn_icon {
  display: block;
  margin: 7px 0 2px;
  font-size: 18px;
  line-height: 0px;
}
.sp .header_menu_btn_icon {
  margin-right: 0.5rem;
  font-size: 24px;
  line-height: 0px;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}

.sp .navi_menu_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
}
.sp .header_menu_item .navi_menu_name {
  margin-left: 2.3rem;
}
.sp .navi_menu_open {
  width: 3rem;
}

/* ショップ情報エリア */
.sp .header_menu_shop_info {
  background: #F5F5F8;
  padding: 8px 10px;
  list-style: none;
}
.sp .header_menu_close {
  text-align: right;
  font-size: 25px;
  color: #C5C5C5;
}

/* SP ショップオープン(トップページと共通) */
.sp .account_info_section {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.sp .account_info_open {
  margin-left: auto;
}
.sp .account_open_section {
  margin: 8px 0;
}
.sp .account_info_icon {
  width: 45px;
  height: 45px;
  margin: 5px 5px 0 0;
}
.sp .account_info_icon img {
  width: 45px;
}
.sp .account_info_text .shop_id {
  font-size: var(--font_size_ttl);
  font-weight: bold;
}

/* メニュー表示時のマスク */
.sp .menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

/* 画面サイズが小さいときはヘッダメニュー固定解除 */
@media screen and (max-width: 1023px) {
  .own_navi_top {
    position: relative;
    display: block;
  }
  .own_navi_content {
    padding-top: 10px;
  }
}

/* 印刷時 */
@media print {
  .non_print {
    display: none;
  }
  body {
    color: #000;
  }
  .own_navi_top {
    position: relative;
  }
  .own_navi_content {
    padding-top: 10px;
  }
}

/* ワンポイントTips */
.one_point_tips {
  position: absolute;
  top: 56px;
  right: 10px;
  padding: 0 10px;
  background: #fff;
  border: 0px solid #ddd;
  border-bottom-width: 1px;
  z-index: 1;
}
.tips_icon {
  margin-right: 5px;
  font-size: 17px;
  color: #ef649d;
}
.tips_link_icon {
  margin-left: 15px;
  color: #999;
}

/* 画面中身 */
.own_navi_content {
  padding: 48px 0px 0;
}
.sp .own_navi_content {
  padding: 10px 0;
}
