@charset "utf-8";
/**********************************************************
ヘッダー
***********************************************************/
.navbar {
  height: 50px;
  border: none;
  border-radius: 0;
}
.navbar-default {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.navbar-fixed-top {
  z-index: 100000;
}
.container-fluid {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.navbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 65%;
  height: 50px;
  margin:0 6px 0 0;
}
.nav.-dummy {
  width: 65%;
  height: 50px;
}

/* ロゴ */
.navbar-header {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .container-fluid>.navbar-header {
    margin: 0;
    display: inline-block;
    float: left;
  }
}
@media screen and (max-width: 420px) {
  .navbar-header {
    width: 40%;
  }
}
@media screen and (max-width: 360px) {
  .navbar-header {
    width: 35%;
  }
}
.navbar>.container .navbar-brand {
  display: flex !important;
  align-items: center;
  height: 40px;
  margin: 5px 0 5px 15px;
  padding: 0;
}
@media screen and (max-width: 420px) {
  .navbar>.container .navbar-brand {
    margin-left: 10px;
  }
}
.navbar>.container .navbar-brand.hidden {
  display: none !important;
}
.navbar-brand img {
  max-width: 100%;
  max-height: 40px;
}

/* ヘッダー icon */
.navbar-default .navbar-nav>li {
  margin-left: 4px;
  position: relative;
}
.navbar-default .navbar-nav>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #434343;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  border-radius:  50%;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav>li>a.visible-xs {
    display: flex !important;
  }
}
.navbar-default .navbar-nav>li>a:hover {
  background: none;
}
.enableHover .navbar-default .navbar-nav>li>a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav>li>a .material-icons,
.navbar-default .navbar-nav>li>a .material-icons-outlined {
  font-size: 26px;
}
.navbar-default .navbar-nav>li>a .menuBox__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-default .navbar-nav>li>a .menuBox__icon::before {
  font-size: 26px;
  color: #434343;
}
.navbar-default .navbar-nav>li>a .menuBox__icon.-cart::before {
  content: "\e8cc";
  font-family: "Material Icons Outlined";
}
.navbar-default .navbar-nav>li>a .menuBox__icon.-news::before {
  content: "\e7f5";
  font-family: "Material Icons";
}

/* 開いた時のアイコン */
.navbar-default .navbar-nav>li.open>a,
.navbar-default .navbar-nav>li.open>a:focus,
.navbar-default .navbar-nav>li.open>a:hover {
  background: none;
}
.navbar-default .navbar-nav>li.open>a .material-icons,
.navbar-default .navbar-nav>li.open>a .menuBox__icon::before {
  color: #e8a248;
}
.navbar-default .navbar-nav>li.open>a .menuBox__icon.-cart::before {
  font-family: "Material Icons";
}
.navbar-default .navbar-nav>li.open>a .menuBox__icon.-news::before {
  content: "\e7f4";
}

/* 赤丸数量設定 */
.numLabel {
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  line-height: 1em;
  color: #ffffff;
  height: 14px;
  padding: 2px 4px;
  background-color: #c82527;
  border-radius: 7px;
  position: absolute;
  top: 3px;
  left: 22px;
  word-break: keep-all;
}
/* Safariのみ */
_:lang(x)+_:-webkit-full-screen-document, .numLabel {
  padding: 3px 4px 2px;
}
.numLabel.-dotted {
  height: 0;
  padding: 3px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 27px;
}
.numLabel.-dotted.-menuSp {
  left: 30px;
}

.iconBox__shop {
  display: flex !important;
  align-items: center;
  height: 100%;
  margin-right: 4px;
}
.iconBox__shop.hidden {
  display: none !important;
}

/* 受取日時、受取場所変更時のメッセージ */
.changedDateTime,
.changedShop {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 188px;
  padding: 4px 12px 4px 8px ;
  background: #e8a248;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.changedShop {
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .changedDateTime {
    right: -42px;
  }
  .changedShop {
    left: auto;
    right: -46px;
  }
}
/* ふき出し */
.changedDateTime::before,
.changedShop::before {
  content: "";
  display: block;
  overflow: visible;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: -9px;
  right: auto;
  left: 47.5%;
  border-style: solid;
  border-color: transparent transparent #e8a248 transparent;
  border-width:  0 5px 9px 5px;
}
@media screen and (max-width: 767px) {
  .changedDateTime::before {
    left: 64%;
  }
}
.changedDateTime__icon,
.changedShop__icon {
  font-size: 20px !important;
  margin-right: 4px;
}
.changedDateTime__text,
.changedShop__text {
  font-size: 12px;
}
/**********************************************************
メニューボックス
***********************************************************/
.dropdown__box {
  width: 360px;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 4px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
/* ふき出し */
.open .dropdown__box::before,
.open .dropdown__box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  overflow: visible;
}
.open .dropdown__box::before {
  top: -10px;
  left: auto;
  right: 12px;
  border-style: solid;
  border-color: transparent transparent #cccccc transparent;
  border-width:  0 7px 10px 7px;
}
.open .dropdown__box::after {
  top: -9px;
  left: auto;
  right: 13px;
  border-style: solid;
  border-color: transparent transparent #eeeeee transparent;
  border-width: 0 6px 9px 6px;
}

.dropdownMenuList__layout {
  max-height: 75vh;
  overflow: hidden;
  border-radius: 4px;
}
.dropdownMenuList__scroll {
  max-height: 75vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* ヘッダー */
.dropdownMenuList__header {
  font-weight: bold;
  padding: 12px 16px;
  background: #eeeeee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* メニューボックス内 */
.dropdownMenuList {
  padding: 0;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dropdownMenuList.-news {
  padding: 0 0 50px 0;
}
.dropdownMenuList li {
  padding: 0;
}
.dropdownMenuList li a {
  display: block;
  color: #434343;
  padding: 0 16px;
  white-space: normal;
  transition: .3s;
}
.enableHover .dropdownMenuList li a:hover {
  background: rgba(0, 0, 0, 0.03);
}
.dropdownMenuList li a .newsList__layout,
.dropdownMenuList li a .menuItem__layout {
  padding: 16px 0;
  border-top: 1px solid #cccccc;
}
.dropdownMenuList li:first-child a .newsList__layout,
.dropdownMenuList li:first-child a .menuItem__layout {
  border-top: none;
}
@media screen and (max-width: 420px){
  .menuItem__title {
    font-size: 16px;
  }
}

/**********************************************************
お知らせ
***********************************************************/
.newsList__dayTime {
  font-weight: bold;
}
.newsList__titleBlock {
  display: block;
  margin-top: 4px;
  line-height: 1.5em;
}
.newsList__label {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  margin-left: 8px;
  padding: 0 8px;
}
.newsList__label.-important {
  background-color: #c82527;
}
.newsList__label.-new {
  background-color: #8e8e8e;
}

.dropdownMenuList li.newsList__noList {
  width: 100%;
  padding: 16px;
  text-align: center;
}

/**********************************************************
ハンバーガーメニュー
***********************************************************/
.menuBox.-hamburger .dropdownMenuList__box {
  width: 280px;
}
.dropdownMenuList .menuItem a .menuItem__layout {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.menuItem .material-icons,
.menuItem .material-icons-outlined {
  color: #656565;
  margin-right: 12px;
}

.modal.-menu.-sp .modal__content {
  background: #e4e4e4;
}
.modal.-menu.-sp .dropdownMenuList {
  border-bottom: 1px solid #cccccc;
}
/* sp お知らせアイコン */
.menuItem .menuIcon__box {
  display: inline-block;
  position: relative;
}
.menuItem .menuIcon__box .numLabel {
  position: absolute;
  top: -1px;
  left: 18px;
}

/**********************************************************
フッター
***********************************************************/
.main-footer {
  color: #ffffff;
  background-color: #363636;
  font-size: 12px;
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 420px) {
  .main-footer {
    height: 40px;
    padding: 12px;
  }
}
.main-footer a {
  color: #ffffff;
}
.enableHover .main-footer a:hover {
  color: #41b8d2;
}

/**********************************************************
DEMO アラート
***********************************************************/
/* Demoの帯がある時 */
.marginTop50 {
  margin-top: 50px;
}

.userAlert.-isDemo {
  display: block;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0;
  background: #333333;
  z-index: 99999;
}
@media screen and (max-width: 420px) {
  .scroll {
    margin: auto;
    width: 96%;
    border: 1px solid #666;
    color: #000000;
    background: #fff;
    overflow: hidden;
  }
  .scroll span {
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 1em;
    animation: scrollAnime 18s linear infinite;
  }
  @keyframes scrollAnime {
    0% { transform: translateX(0)}
    100% { transform: translateX(-100%)}
  }
}

