@charset "UTF-8";

/* --------------------------------------------------------------------------------
			レイアウト
-------------------------------------------------------------------------------- */

#fs_form{
	margin: 60px 0 0 ;

}

.fs-l-pageMain #fs_form{
	margin: 0 0 0 ;

}



.fs-l-main{
	width:1200px;
	margin:0 auto;
	padding: 0;	
	display: flex;
	justify-content: space-between;
}



#fs_CustomPage .fs-l-main {
    width: 1200px;
    margin: 80px auto 0;
    padding: 0;
}






.fs-l-footer {
    position: relative;
    border-top: none!important;
    background: none!important;
    color: #000!important;
    margin-top: 80px;
}



.fs-l-pageMain{
	width: 940px;
	
}




.fs-c-breadcrumb{
	width: 1200px;
	margin: 20px auto 30px;
	text-align: right;
}


.fs-c-heading--page {
    /*padding: 0 0 0.5em;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #000;*/
	/*background-color: #f5f5f5;
    padding: 10px 0;
    color: #000;
    font-weight: 700;
    font-size: 1.3em;
    border: 4px solid #000;
    clear: both;
    margin: 0 0 20px;*/
}

.fs-c-heading--page {
  color: #000000;
  text-align: center;
  padding: 0.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  /*background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#f5f5f5 3px, #f5f5f5 7px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#f5f5f5 3px, #f5f5f5 7px);*/
}



.fs-c-productList__list{
	display: flex !important;
	flex-wrap: wrap !important;
	
	
}

.fs-c-productList__list .fs-c-productList__list__item{
	width: 33% !important;
	padding: 2em 1em;
	
	
}



.fs-c-wishlistProduct .fs-c-wishlistProduct__header{
	margin: 0 0 30px;
}


.fs-c-button--primary {
   /* background: #C80000;
    border: 1px solid #C80000;*/

}

.fs-c-button--primary {
   position: relative;
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  background: #C80000;/*背景色*/
  border-bottom: solid 2px #C80000;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
	border: none!important;
	font-size: 20px;
}

.fs-c-button--primary:active {
  border-bottom: solid 2px #C80000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.fs-p-scrollingCartButton__button {
    background: #C80000;
}


.fs-p-cartItemNumber {
    background: #fff;
    border-radius: 1em;
    color: #C80000;
}


#fs_ShoppingCart .fs-c-continueShopping{
	margin: 0 0 60px;
	text-align: center;
}


.fs-pt-menu a {
     margin: 0; 
     padding: 0 0 0 10px; 
     text-decoration: none; 
	font-size: 14px;
	
}

.fs-p-headerUtilityMenu__list a::before {
    content: "";
    border: 0 solid transparent; 
    border-right-width: 1px;
    border-left-color: currentColor;
    display: initial;
    height: 0;
    width: 0;
}




/* 商品ページ項目選択先頭「使用用途」を赤文字表記　*/
.FS2_inputSelection table.FS2_inputSelection_table tr:nth-child(1) {
/*color:#ff3300;
font-weight: bold;
font-size: 110%;*/
}




/*在庫数表示*/
.FS2_Stock {
    font-size: 200%;
    margin: 20px 0;
}



h1 .fs-c-productNameHeading__copy{
	display: block;
	margin: 0 0 15px;
	font-size: 14px;
    line-height: 1.6em;
}

h1 .fs-c-productNameHeading__name{
    line-height: 1.6em;
	font-size: 24px;

}



.fs-l-product4 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2) !important;
    grid-gap: 16px;
    align-items: start;
}


.fs-c-featuredProduct__title{
	margin: 0 0 30px;

}


.fs-l-header--min {
    border-bottom: none;
}

/*ページ*/

#fs_ShoppingCart .fs-l-pageMain{
width: 100%;
margin: 0 auto;
}
	
#fs_ShoppingCartLogin .fs-l-pageMain{
width: 100%;
margin: 0 auto;
}

#fs_Checkout .fs-l-pageMain{
width: 100%;
margin: 0 auto;
}



#fs_CheckoutWithMultiAddress .fs-l-pageMain{
width: 100%;
margin: 0 auto;
}

#fs_CheckoutWithAmazon .fs-l-pageMain{
width: 100%;
margin: 0 auto;
}


#fs_CheckoutSuccess .fs-l-pageMain{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
}



/*#item-lp div{
    margin:0px !important;
}
*/



/*ぱんくず*/

.fs-c-breadcrumb ol{
	display: none;
}

.fs-c-breadcrumb ol:first-of-type{
	display: block;
}





/* --------------------------------------------------------------------------------
			商品ページ共通
-------------------------------------------------------------------------------- */

/*商品詳細テーブル*/

.tbl-item-info{
	width: 100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0 0 120px!important;
}

 .tbl-item-info th,.tbl-item-info td{
	border-bottom:1px dotted #ccc;
	border-right:1px solid #ccc;
	padding:10px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}


.tbl-item-info th{
	background: #eee;
	width: 35%;
	border-bottom:1px dotted #ccc;
	border-right:1px solid #ccc;
	padding:10px;
	text-align: left;
	vertical-align: top;
}


.fs-p-productDescription--short{
	padding: 20px 0;
	line-height:2em;
}


.tbl-item-info th.last,.tbl-item-info td.last{
	border-bottom:none;
}


/*商品画像繰り返しパーツ（システムパーツ*/

.fs-c-productPlainImage{
	text-align: center;
}

.fs-c-productPlainImage img{
	width: 100%;
	
}








/* --------------------------------------------------------------------------------
			カテゴリ
-------------------------------------------------------------------------------- */

/*カテゴリ共通*/



#archive .main{
	padding: 0 0 80px;
	text-align: center;
}

#archive .main h2{
	font-size: 40px;
	line-height: 1.7;
	text-decoration: underline;
	
}
#archive .main p{
	font-size: 24px;
	padding: 80px 0;
	text-align: center;
	
}

/*〇〇でえらぶ*/

#archive .select-item h3{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px;
	font-size: 20px;
	text-align: center;
	margin: 0 0 30px;

}


#archive .select-item ul{
	display: flex;
	justify-content: center;

}


#archive .select-item ul li{
	width: 300px;
    font-size: 16px;
    margin: 0 10px 20px;
	

}

#archive .select-item .img{
    margin: 0 0 10px;
}




#archive .select-item p {
    font-weight: bold;
}



/*食べ比べ*/


#archive .osusume h2 {
	font-size: 40px;
	line-height: 1.7;
    
}

#archive .osusume h2 span{
	font-size: 20px;
	display: block;
	
    
}


#archive .seen h2 {
	font-size: 40px;
	line-height: 1.7;
	width: 100%;
    
}


#archive .seen {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#archive .seen .img{
	width: 49%;
	
}


#archive .seen .img{
	width: 49%;
	
}



/*法人ギフト*/

#archive.houjin .osusume {
	text-align: center;
}



#archive.houjin .osusume ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 20px;
}


#archive.houjin .osusume ul li{
	width: 270px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	margin: 0 10px 10px;
	border-radius: 5px;
}

#archive.houjin .osusume p{
	font-size: 24px;
	margin: 50px 0;
}

#archive.houjin .houjin-seen{
	background: #eee;
	text-align: center;
	padding: 50px 20px;
}

#archive.houjin .houjin-seen h2{
	font-size: 24px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 0 0 50px;
    border-radius: 25px;

}



#archive.houjin .houjin-seen p{
	font-size: 20px;
	
}

#archive.houjin .houjin-seen ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 0;
	
}

#archive.houjin .houjin-seen ul li{
	width: 30%;
	margin: 0 0 40px;
	text-align: left;
	font-size: 20px;
	

}

#archive.houjin .houjin-seen ul li .img{
	margin: 0 0 10px;

}


#archive.houjin .faq{
	padding: 50px 0;
}

#archive.houjin .faq .faq-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 30px;
}


#archive.houjin .faq .faq-box .no{
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	border-radius: 80px;
	font-size: 30px;
	
}

#archive.houjin .faq .faq-box .txt{
	width: 845px;
	
}

#archive.houjin .faq .faq-box .txt h3{
	font-size: 24px;
	border-bottom: 1px solid #000;
	padding: 0 0 10px;
	margin: 0 0 20px;
	
}

#archive.houjin .faq .faq-box .txt p{
	font-size: 20px;
	
}


#archive.houjin .contact{
    background: #eee;
	padding:20px 50px 50px;
}


#archive.houjin .contact h2 {
    font-size: 24px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin: 60px 0 30px;
    border-radius: 25px;
}


#archive.houjin .contact ul{
	display: flex;
	justify-content: center;
	align-items: center;
}

#archive.houjin .contact ul li{
	text-align: center;
}

#archive.houjin .contact ul li h3{
	font-size: 18px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
	margin: 0 0 15px;
	text-align: center;
	
}

#archive.houjin .contact ul li a{
	display: block;
	font-size: 44px;
	color: #c48d2b;
	background: url("../images/index/i-telno.jpg") no-repeat 20px 50%;
	padding: 0 0 0 80px;
}

#archive.houjin .contact ul li span{
	display: block;
	font-size: 18px;
	text-align: center;
	
}

#archive.houjin .contact ul li p{
	font-size: 44px;
	color: #c48d2b;
	background: url("../images/index/i-faxno.jpg") no-repeat 20px 50%;
	padding: 0 0 0 80px;
	
}


#archive.houjin .order-fax{
	border: 2px solid #cc3333;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin: 0 0 60px;
}


#archive.houjin .order-fax h2{
	font-size: 44px;
	color: #cc3333;
	background: none;
	border-bottom: 1px solid #cc3333;
	border-radius: 0;
	margin: 0px 0 30px;
}


#archive.houjin .order-fax h2 span{
	display: block;
	font-size: 18px;
	color: #000;
	margin: 10px 0 0;
	
}

#archive.houjin .order-fax p{
	font-size: 20px;	
}


#archive.houjin .order-fax .order-btn {
	margin: 20px 0 0 ;
	text-align: center;
	
}

#archive.houjin .order-fax .order-btn a{
	display: inline-block;
	color: #fff;
	font-size: 24px;
    border-radius: 10px;
    padding: 20px 80px 20px 110px;
	background:#cc3333 url("../fs-group/houjin/i-pdf.jpg") no-repeat 20px 50%;
	background-size: 60px;
	
}


#archive.houjin .order-elx{
	border: 2px solid #339933;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin: 0 0 60px;
}



#archive.houjin .order-elx h2{
	font-size: 44px;
	color: #339933;
	background: none;
	border-bottom: 1px solid #339933;
	border-radius: 0;
	margin: 0px 0 30px;
}


#archive.houjin .order-elx h2 span{
	display: block;
	font-size: 18px;
	color: #000;
	margin: 10px 0 0;
	
}

#archive.houjin .order-elx p{
	font-size: 20px;	
}


#archive.houjin .order-elx ul{
	display: flex;
	justify-content: center;

}

#archive.houjin .order-elx ul li{
	background: #000;
	color: #fff;
	padding: 10px;
	margin: 0 10px;
}


#archive.houjin .order-elx h3{
	background: #339933;
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin: 20px 0;
	padding: 10px;
	
}


#archive.houjin .order-elx .order-btn {
	margin: 20px 0 0 ;
	text-align: center;
	
}

#archive.houjin .order-elx .order-btn a{
	display: inline-block;
	color: #fff;
	font-size: 24px;
    border-radius: 10px;
    padding: 20px 80px 20px 80px;
	background:#339933 url("../fs-group/houjin/i-elx.jpg") no-repeat 20px 50%;
	background-size: 60px
	
}




#archive.houjin .contact-btn{
	text-align: center;
	margin: 0 0 60px;
	
	
}



#archive.houjin .contact-btn a{
	display: inline-block;
	color: #fff;
	font-size: 24px;
    border-radius: 10px;
    padding: 20px 80px 20px 80px;
	background:#c48d2b url("../fs-group/houjin/i-mail.jpg") no-repeat 20px 50%;
	background-size: 60px
	
}



.about-kuzu h2{
	padding: 0 0 10px;
	border-bottom: 1px solid #000;
	
}


.about-kuzu h3{
	color: #c48c2f;
	font-size: 30px;
    margin: 0 0 30px;
    text-align: center;
}


.about-kuzu .img{
    margin: 0 0 30px;
    text-align: center;
}

.about-kuzu p{
	font-size: 20px;
    margin: 0 0 30px;
    
}


.fs-body-category-fd .fs-c-noResultMessage {
	display: none;
    
}

.fs-body-category-gr38 .fs-c-noResultMessage {
	display: none;
    
}

.fs-body-category-gr48 .fs-c-noResultMessage {
	display: none;
    
}

.fs-body-category-gr41 .fs-c-noResultMessage {
	display: none;
    
}

.fs-body-category-gr56 .fs-c-noResultMessage {
	display: none;
    
}




/* --------------------------------------------------------------------------------
			フリーページ
-------------------------------------------------------------------------------- */



/*FAX注文*/

#fax {

}


#fax .lead p{
	text-align: center;
	font-size: 20px;

}


#fax .dl-btn{
	text-align:center;
	width:600px;
	margin:0 auto;
	font-size: 20px;
	}

#fax .dl-btn a{
	display:block;
	border:2px solid #fff;
	padding:1em;
	margin:2em;
	background: #c50e20;
	color: #fff;
	
	}



#fax .h-content2{
	width:400px;
	margin: 30px auto;
	}

#fax .h-content2 .heading{
	text-align:center;
	border-bottom:1px solid #000;
	font-size: 24px;
	padding: 0 0 7px;
	margin: 0 0 7px;
	}


#fax .h-content2 .tel-no{
	text-align:center;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 8px 0 0;
    margin: 0;
    line-height: 1.2em;
	}

#fax .h-content2 .tel-no span{
	font-size:30px;
	font-style:normal;
	padding: 0 0 0 5px;
	}


#fax .h-content2 .time{
	font-size:16px;
	/*letter-spacing:-0.1em;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	text-align: center;
	}


#fax .ico-pdf img{
	width: 100px;
}






/* 商品一覧時の詳細はこちらボタン　*/

.item-detail-button{
	color: #c50e20;
	text-decoration: underline;
    font-size: 120%;
    font-weight: bold;
}

.item-detail-button a:visited{
	color: #c50e20;
}


/* 商品一覧時の商品価格　*/

.fs-c-productPrice__main__price{
	font-size: 140%;
	font-weight: bold;
}

/* フローティングカートボタン　*/

.fs-p-scrollingCartButton__button{
	padding: 20px;
	font-weight: bold;
}
.fs-p-cartItemNumber{
	top: 10px;
	right: 10px;
}


/* よくある質問　*/

#faq{
	
}


#faq h3{
	font-size: 24px;
    line-height: 2;
    margin: 0 0 40px;
    background: #000;
    color: #fff;
    text-align: center;
	
}

#faq h4 {
    font-size: 17px;
    background: url(https://kani7253.itembox.design/item/images/faq/i-qes.jpg) no-repeat 0 50%;
    padding: 20px 0 20px 50px;
    font-weight: bold;
    border-bottom: 1px dashed #000;
    margin: 0 0 20px;
}


#faq ul li p{
	margin: 0 0 40px;
   
}


#faq .map{
	margin: 0 0 40px;
   
}

#faq .credit{
	margin: 0 0 20px;
   
}



/* お客さまの声　*/

#voice{
	
}


#voice h3{
	font-size: 24px;
    line-height: 2;
    margin: 0 0 40px;
    background: #000;
    color: #fff;
    text-align: center;
	
}


#voice ul li {
	background: #eee;
	padding: 25px;
	margin: 0 0 40px;
   
}


#voice ul li .title{
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #000;
	margin: 0 0 20px;
}

#voice ul li .title p{
	margin-left:auto;
}




#voice h4 {
    font-size: 17px;
    background: url(https://kani7253.itembox.design/item/images/voice/i-voice.jpg) no-repeat 0 50%;
    padding: 20px 0 20px 50px;
    font-weight: bold;
}



#voice ul li p span{
	font-weight: bold;
	background:linear-gradient(transparent 0%, #FFFF00 0%);
}
   



/*お問い合わせ*/

#contact {

}


#contact form{
	padding: 60px 30px;
	background: #fff;
	margin: 60px 0;

}

#contact form p{
	padding: 10px 0;
	font-size: 14px;
	

}


#contact form input{
	width: 60%;
	padding:5px 10px;
	margin: 0 0 10px;

}

#contact form select{
	width: 30%;
	padding:5px 10px;
	margin: 0 0 10px;
	

}

#contact form input[type="submit"]{
	display: block;
	width: 500px;
	margin: 0 auto;
	
}


#contact form span{
	color: #C80000;
	
	
}














