/*　店舗ページ　*/

.store-area {
  font-size: 24px;
  margin-top: 60px;
  padding-left: 10px;
}


/*　ヘッダーカート　*/

.fs-l-header__contents {
  display: flex;
  justify-content: space-between;
}
.fs-p-logo__image {
  max-height: 30px;
}


.custom-p-scrollingCartButton {
color:#333333;
width: 55px;
}

.fs-l-header__leftContainer{
display: flex;
justify-content: center;
align-items: center;
}

.custom-p-scrollingCartButton__button:visited {
color:#333333;
}

.custom-p-scrollingCartButton__button {
  background: #ffffff;
  border-radius: 0px;
  display: block;
  line-height: 1;
  opacity: 0.9;
  padding: 4px 8px 8px 8px;
  position: relative;
  text-align: center;
  width: 60px;
}

.fs-p-drawerButton{
text-align: center;
}

/*　ファーストビュー　*/
