@charset "UTF-8";

/* ヘッダ（スマートフォン） ファーストビュー用 */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06));
  backdrop-filter: blur(26.483800888061523px);
  -webkit-backdrop-filter: blur(26.48380088061523px);
  background-color: rgba(255, 255, 255, 0.37);
  padding: 0 14px;
  z-index: 10;
  transition: .5s ease;
}
#header_menu {
  position: relative;
  width: 48px;
  height: 48px;
}
#header_menu span {
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
#header_menu::before,
#header_menu::after,
#header_menu span::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #320523;
}
#header_menu::before {
  top: 18px;
}
#header_menu::after {
  top: 25px;
}
#header_menu span::before {
  top: 32px;
}
#header .block-header-logo {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  padding: 0;
  font-size: 0;
}
#header .block-header-customer {
  display: flex;
  align-items: center;
}
#header .block-header-customer--item {
  width: 32px;
  margin: 0 8px 0 0;
  text-align: center;
}
#header .block-header-customer--mypage img {
  width: 28px;
}
#header .block-header-customer--cart img {
  width: 24px;
}
#header .block-header-customer--cart a {
  position: relative;
}
#header .block-headernav--cart-count {
  position: absolute;
  top: -14px;
  right: -12px;
  width: 21px;
  height: 21px;
  background: #AA0046;
  color: #FFF;
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0;
}
#header .block-header--left{
  display: flex;
  align-items: center;
}
#header .block-header--search{
  margin: 0 0 0 10px;
}
#header .block-header--search > a{
  display: block;
}

#header .block-header--search > a img{
  width: 26px;
  height: auto;
}
.pane-globalnav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: .5s ease;
}
.block-globalnav--item-list {
  display: flex;
  justify-content: center;
}
.block-globalnav--item-list li {
  width: 115px;
  margin: 0 2px;
}
.block-globalnav--item-list li a,
.block-globalnav--item-list li.block-globalnav--item-item,
.block-globalnav--item-list li.block-globalnav--item-store {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  text-align: center;
  background: #FFF;
  padding: 6px 0;
}
.block-globalnav--item-list li a {
  height: 100%;
}
.block-globalnav--item-list li span {
  color: #551937;
  font-size: 11px;
  line-height: 1.36;
  padding: 3px 0 3px 30px;
}
.block-globalnav--item-list li.block-globalnav--item-item a span,
.block-globalnav--item-list li.block-globalnav--item-item span { 
  background: url(../../img/usr/sb/common/icon_cake.png) no-repeat left center / 23px;
}
.block-globalnav--item-list li.block-globalnav--item-reservation a span {
  background: url(../../img/usr/sb/common/icon_web.png) no-repeat left center / 19px;
}
.block-globalnav--item-list li.block-globalnav--item-store span {
  background: #FFF url(../../img/usr/sb/common/icon_store.png) no-repeat left center / 24px;
}
.block-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  z-index: 100;
  overflow-y: scroll;
  transition: .3s ease;
}