@charset "utf-8";
/* CSS Document */
.header {
  max-width: 1240px;
  margin: 0 auto 0px;
  background: #fff;
}
/*　body直下テキスト　*/
.bodyh {
  padding: 8px;
  font-size: 12px;
  font-weight: normal;
  background: #fff;
  position: relative;
  z-index: 9999;
  color: #333
}
.logo-img {
    height: 50px;
}
.header-fee {
    height: 46px;
}
/* 会員情報表示 */
#logoutButton:hover, #loginButton:hover {
  opacity: 0.6
}
/*
ログインログアウトゲスト表示等
*/
#logoutButton, #loginButton {
  display: none;
}
.FS2_repeater {
  display: none;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  box-sizing: border-box;
  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%;
}
/* ヘッダー固定 */
#header .fixheader {
  width: 100%;
  transition: padding-bottom .2s ease 0s;
  z-index: 999;
}
#header.fixed .fixheader {
  position: fixed;
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, .2);
}
#header .header_bottom {
  /* 出てくる時のアニメーション設定 */
  transition: margin-top .4s ease 0s, opacity .4s ease .2s;
  opacity: 1;
}
#header.fixed .header_bottom {
  /* 消える時のアニメーション設定 */
  transition: margin-top 0s ease 0s, opacity .4s ease 0s;
  margin-top: -120px;
  opacity: 0;
}
p.call_panacea {
  margin-top: 20px;
}
/* モバイルファースト方式　スマホ用のCSSはメディアクエリの外に記述する */
header {
  border-bottom: solid 10px #d4523d;
}
#header {
  display: none;
}
.shop-logo img {
  height: 45px;
  margin-top: 5px;
}
.bnr-info01 img {
  width: 190px;
  margin-top: 10px;
  margin-left: 10px
}
.categoryList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 0;
}
.categoryList div {
  flex-basis: 31%;
  font-size: 11px;
  margin-bottom: 16px;
  line-height: 1.2;
  text-align: center;
  background: #2e4166;
  padding-bottom: 5px;
  border-radius: 5px;
}
.categoryList div:nth-child(1) {
  background: #555;
}
.categoryList div:nth-child(2) {
  background: #D92929;
}
.categoryList div:nth-child(3) {
  background: #1E75B9;
}
.categoryList div:nth-child(4) {
  background: #6866AE;
}
.categoryList div:nth-child(5) {
  background: #E6B514;
}
.categoryList div:nth-child(6) {
  background: #17508A;
}
.categoryList div:nth-child(7) {
  background: #43A3C1;
}
.categoryList div {
  /*box-shadow: 0 0 5px #999*/
}
.categoryList div a {
  display: block;
  color: #fff !important;
  font-weight: bold;
}
.categoryList div img {
  width: 100%;
  margin-bottom: 5px;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 480px) {}
/*****************************************************************************************************************/
/*****************************************************************************************************************/
@media screen and (min-width: 481px) {
  /* 481px以上に適用されるCSS（タブレット用） */
  .display_xs-sm-md {
    display: none;
  }
} /*****************************************************************************************************************/
/*****************************************************************************************************************/
@media screen and (min-width: 768px) {
  .display_xs_sm {
    display: none;
  }
  .drawer-navbar .drawer-menu {
    padding: 0 48px !important;
  }
  .categoryList div {
    flex-basis: 23%;
  }
} /*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/
@media screen and (min-width: 961px) {
  /* 768px以上に適用されるCSS（タブレット用） */
  .FS2_repeater h2 {
    text-align: right;
    padding: 5px 0px;
    height: 20px;
    font-weight: normal;
    font-size: 12px;
  }
  .drawer--navbarTopGutter {
    padding-top: 0;
  }
  header {
    display: none;
  }
  #header {
    display: block;
  }
  .headerWrap {
    background: #fff;
    width: 100%;
    margin: 0 auto;
  }
  .header {
    z-index: 1000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .header .logo {
    margin-right: 10px;
    display: flex;
    column-gap: 20px;
	 
 align-items: center;}
/*　送料等　*/
	.header-fee {
  height: 45px;
 
}
  .header form.searchInmenu {
    display: flex;
    height: 30px;
    margin-top: 10px;
  }
  #TARGET {
    width: 180px;
  }
  form.searchInmenu input[type="submit"] {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .about_price {
    width: 100% !important;
  }
  .fs2_info {
    background: #fafafa;
  }
	.header .rightBox {
		display: flex;
		flex-flow: column;
	}
  .header .rightBox ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
	
	.header .rightBox ul.rightBox-up {
		margin-bottom: 8px;
	}
	.header .rightBox ul.rightBox-up li {
		font-size: 12px;
		font-weight: normal;
		
	}.header .rightBox ul.rightBox-up li a {
		padding: 3px 8px;
/*		    border-right: solid 1px #ccc;*/
	}
  .header .rightBox li a:hover {
    opacity: 0.6;
  }
  .btn_blue {
    background: #1580bc;
    text-align: center;
    color: #FFF;
    padding: 6px 10px;
    display: block;
    font-size: 12px;
    border-radius: 3px;
	  
	  
	  
	}.header .rightBox ul.rightBox-bottom li {
		border-right: solid 1px #ccc;		padding:3px 10px;
	}.header .rightBox ul.rightBox-bottom li:first-child {
		border-left: solid 1px #ccc;
	}
	.header .rightBox ul.rightBox-bottom li a {

	}
	.header .rightBox ul.rightBox-bottom dl {
		text-align: center;
	}.header .rightBox ul.rightBox-bottom dl dt {
		height: 20px;
		margin-bottom: 3px;
	}
	.header .rightBox ul.rightBox-bottom dd {
		font-size: 11px;
	}
	.header .rightBox ul.rightBox-bottom dt img.header-ico-cart {
		width: 20px;
	}
	.header .rightBox ul.rightBox-bottom dt img.header-ico-contact {
		width: 16px;
	}
	.header .rightBox ul.rightBox-bottom dt img.header-ico-guide {
		width: 12px;
	}
} /*****************************************************************************************************************/
/*****************************************************************************************************************/
@media screen and (max-width: 1023px) {}
/*****************************************************************************************************************/
/*****************************************************************************************************************/
@media screen and (min-width: 961px) and (max-width: 1023px) {} /*****************************************************************************************************************/
/*****************************************************************************************************************/
@media screen and (min-width: 1024px) {
  /* 1024px以上に適用されるCSS（PC用） */
}
/*****************************************************************************************************************/