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



/* パンくずリスト breadcrumb 
--------------------------------------------------------------------------------*/
#cat-bbq .breadcrumb {
	font-size: 16px;
	padding: 0 0 20px;
	margin: 0;
}



/* intro 
--------------------------------------------------------------------------------*/
#cat-bbq .intro {
	margin: 0 0 50px;
}
#cat-bbq .intro .txt-img {
	display: table;
	justify-content: space-between;
	border: 1px solid #dddddd;
	padding: 25px 30px;
	width: 1120px;
	box-sizing: border-box;
}
#cat-bbq .intro .txt-img .txt {
	font-size: 18px;
	line-height: 1.875;
	width: 760px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 33px 0 0;
}
#cat-bbq .intro .txt-img .txt p {
	margin: 0 0 0.9em;
}

#cat-bbq .intro .txt-img .img {
	width: 265px;
	display: table-cell;
}
#cat-bbq .intro .txt-img .img img {
	width: 100%;
}




/*  おすすめ商品
--------------------------------------------------------------------------------*/
#cat-bbq .recommend {
	margin-bottom: 80px
}
#cat-bbq .recommend h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #7d7d7d;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
#cat-bbq .recommend h4 {
	font-size: 24px;
	font-weight: bold;
	border-left: 10px solid #cb2800;
	background: #f7e7ca;
	padding: 5px 0 5px 16px;
	margin: 50px 0 25px;
}

#cat-bbq .recommend .item {
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 50px 0;
	margin-bottom: 20px;
}
#cat-bbq .recommend .item .img {
	width: 600px;
}
#cat-bbq .recommend .item .img img {
	width: 100%;
}

#cat-bbq .recommend .item .txt {
	line-height: 1.875;
	font-size: 110%;
	width: 470px;
}
#cat-bbq .recommend .item .txt .name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
#cat-bbq .recommend .item .txt .item-cart {
	background: #a62c17;
	border-radius: 3px;
	color: #ffffff;
	padding: 7px 10px 7px 10px;
	/* width: 230px; */
	width: 350px;
	margin: 30px auto 0 auto;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
}
#cat-bbq .recommend .item .txt .item-cart a {
	color: #ffffff;
}





/*  用途リスト
--------------------------------------------------------------------------------*/
#cat-bbq .youto-list {
	margin-top: 30px;
}
#cat-bbq .youto-list h3{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #7d7d7d;
	padding:0 0 10px;
	margin:80px 0 30px;
}
#cat-bbq .youto-list .txt-box{
	text-align:center;
	font-size:18px;
}
#cat-bbq .youto-list .link-list{
	margin:0 0 50px;
}
#cat-bbq .youto-list .link-list ul{
	display:flex;
	flex-wrap: wrap;
}
#cat-bbq .youto-list .link-list ul li{
	width:265px;
	margin:0 13px 20px 0;
}
#cat-bbq .youto-list .link-list ul li:nth-child(4n){
	margin:0 0 20px 0;
}
#cat-bbq .youto-list .link-list ul li a{
	font-size:18px;
	width:265px;
	box-sizing: border-box;
	text-align:center;
	display: inline-block;
	position:relative;
	border:1px solid #b5b5b5;
	background: rgb(238,238,238);
	background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	padding: 10px 5px 17px 5px;
}
#cat-bbq .youto-list .link-list ul li a:before{
	content:"";
	background:url(/images/base-common/icon-under_arr.png) no-repeat;
	background-size:100%;
	width:16px;
	height:6px;
	position:absolute;
	bottom:10px;
	left:47%;
}


