/* CSS Document */

/*--------------------------------------------------------------
1.0 new-products 
--------------------------------------------------------------*/
/*------------------------------
1.1 common
------------------------------*/
#new_spring {
	font-family: "FOT-筑紫A丸ゴシック Std", fot-tsukuardgothic-std, sans-serif;
	color:#280000;
	background:#fffbe6;
	font-size:16px;
	padding-bottom:80px;
	text-align:center;
	margin:0 auto;
}

#new_spring  h1{
	text-align:center;
}

#new_spring h2{
	text-align:center;
	margin-top:30px;
}

#new_spring h2 img{
	text-align:center;
	width:30%;
}

#new_spring h3{
	font-size:22px;
	margin:20px auto 10px;
	display:inline-block;
	padding:0 20px;
}

#new_spring h4{
	font-size:36px;
	margin:0 auto 20px;
}

#new_spring h4 span{
	font-size: 20px;
	display:block;
}

#new_spring .inner{
	margin:0 auto;
	text-align:center;
}

#new_spring .inner .block{
	margin:0 auto 30px;
}

#new_spring .intro-item{
	max-width:1500px;
	margin:0 auto 50px;
	padding-bottom:50px;
	background:#fff;
}

#new_spring p.description{
	text-align:center;
	font-size: 16px;
	font-weight:600;
}


/*------------------------------
1.1 intro-item
------------------------------*/
#new_spring .intro-item ul.pro-img{
	margin:20px auto 0;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

#new_spring .intro-item .pro-img li{
	width:25%;
	padding:20px;
	box-sizing:border-box;
	justify-content: center;
}

#new_spring .intro-item .pro-img img{
	width:100%;
}

#new_spring .intro-item p.text{
	width:90%;
	margin:0 auto;
	font-size:20px;
}

#new_spring .intro-item .recipe_exemple{
	margin:30px auto 0;
	width:80%;
	background:#fffbe6;
}

#new_spring .intro-item .recipe_exemple ul.recipe{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:10px 0 20px;
}

#new_spring .intro-item .recipe_exemple li{
	width:30%;
	box-sizing:border-box;
	padding:0 10px;
	text-align:center;
	font-size:18px;
}

#new_spring p.r_title{
	text-align:center;
	font-size: 22px;
	font-weight:600;
	padding:15px 0 0;
}