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

/******************************************************************
カフェ工房オススメの商品特集
********************************************************************/

#feature .feature-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#feature .feature-list ul li{
	width: 48.4%;
	margin: 0 0 30px;
}
#feature .feature-list ul li img{
	width: 100%;
}
#feature .feature-list ul li h3{
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.07em;
}