@charset "utf-8";
/* CSS Document */

/******************************************************************

別ファイル上書き

********************************************************************/

.drawer-hamburger {
  width: 1.8rem;
	top:20px;
	right: 5px !important;
}
.drawer-hamburger-icon-name {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 11px;
	text-align: center;
	display: block;
	color: #666
}
.drawer-navbar .drawer-nav {
  padding-top: 7rem;
  background: #f2f2f2;
	box-shadow: 0 5px 8px rgba(0,0,0,0.3);
}

.drawer-navbar-header {
  height: auto;
	padding:0 0 10px 0;
}
/******************************************************************



********************************************************************/

/*　body直下テキスト　*/
.bodyText {
	background: #d4523d;
	color: #fff;
	position: relative;
	font-size: 12px;
	padding: 8px;
	  border-bottom: solid 5px #36a6e4;
	margin-bottom: 8px;
	letter-spacing: 0.1em;

}
/*　ロゴと会員登録案内　*/
.sp-header-left {
	display: flex;
	column-gap: 10px;
	align-items: center;
}
.shop-logo img {
  height: 35px;
  margin-top: 5px;
}
.bnr-merit img {
	height: 50px;
}


/******************************************************************



********************************************************************/

.userInfo {
  background: #fdfdfd;
  padding: 16px;
  border: solid 1px #466e91;
	margin-bottom: 16px;
}



/*会員情報表示*/
#logoutButton:hover, #loginButton:hover {
  opacity: 0.6
}
/*
ログインログアウトゲスト表示等
*/
#logoutButton, #loginButton {
  display: none;
}
.FS2_repeater {
  display: none;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
}
/*　カート内情報エリア　*/
.CartResult {
  margin-top: 5px;
  padding: 5px;
}
.CartResult span {
  font-size: 12px;
}
.CartResult a {
  padding: 0 10px;
  background: #fafafa;
  display: block
}
.CartResult a:hover {
  background: #fbcaca
}
.font_default {
  color: #333;
  font-weight: normal;
}
/*カート内の合計数量*/
.cartCount {
  font-weight: bold;
  color: #f00c0c;
  display: block;
  margin-bottom: 5px
}
.cartCount img {
  vertical-align: bottom;
}
/*カート内の合計金額*/
.cartPrice {
  font-weight: bold;
  color: #f00c0c;
  display: block;
}
/*「あと○○円で送料無料」高額購入割引の文言*/
.cartInfor {
  font-size: 90%;
}
/*カート内の商品名*/
.itemNameList {
  font-size: 120%;
}
/* カート情報設定の一部を非表示 */
.CartResult p, ul.itemNameList li {
  display: none
}
/*カート内の商品名*/
.itemNameList {
  font-size: 120%;
}

.menuInfo ul li a{
	padding: 12px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	border-top :solid 1px #999;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}


.sp-drawer-categoryMenu li {

  border-top: solid 1px #ccc;
}
.sp-drawer-categoryMenu ul li a {
  padding: 12px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  border-bottom: solid 1px #999;
  color: #333;
  font-weight: bold;
}
/******************************************************************

検索フォーム

********************************************************************/
.drawer-navbar .drawer-menu .searchArea .searchInmenu {
  padding: 2.0em 0 1.0em;
  display: flex;
}
.drawer-navbar .drawer-menu .searchArea input[type="text"] {
  width: 85%;
  height: 35px;
  border-radius: 3px 0 0 3px;
  border: solid 2px #466e91;
}
.drawer-navbar .drawer-menu .searchArea input[type="submit"] {
  width: 15%;
  height: 41px;
  letter-spacing: 0.2em;
  border-radius: 0 3px 3px 0;
  font-size: 14px !important;
  color: #fff;
  background: #466e91;
  border: none;
}
.drawer-navbar .drawer-menu {
  padding: 20px 16px 30px;
	box-shadow: 0 5 0 rgba(0,0,0,0.6);
}
.drawer-menu-item {
  padding: 1.5rem;
}



/*****************************************************************************************************************/
header .drawer-brand {
  padding-top: 10px;
}
.drawer-navbar-header {
  text-align: left;
}
.drawer-menu .FS2_repeater {
  display: block;
}
.drawer-menu .fs2_info {
  padding: 5px;
  background: #fff;
}
/*****************************************************************************************************************/

.FS2_repeater h2 {
  text-align: right;
  padding: 5px 0px;
  height: 20px;
  font-weight: normal;
  font-size: 12px;
}