@charset "UTF-8";
h1{
	margin: 0;
}
.vmt_inner{
	padding-top: 40px;
}
/*---------------------------*/
.recipe_title{
	text-align: center;
	padding-top: 38px;
}
.vmt_area section{
	position: relative;
	text-align: center;
	background: url(../img/recipe/contents_bg.png) repeat;
	margin-top: 86px;
}
.vmt_area h2{
	position: absolute;
	top: -90px;
	left: 0;

}
.recipe_area{
	padding: 176px 0 0 40px;
	/*text-align: center;*/
}

#contents .recipe_item{
	margin-bottom: 40px;
	padding: 20px 20px 10px;
	background-color: #ffffff;
	box-shadow: 1.414px 1.414px 4px 0px rgba(0, 0, 0, 0.25);
	width: 390px;
}
#contents .recipe_item:nth-child(odd){
	margin-right: 40px;
}
#contents .recipe_itemImg{
	margin-bottom: 11px;
}
#contents .recipe_itemName{
	font-size: 166%;
	font-weight: bold;
	margin-bottom: 0;
}
#contents .recipe_itemName span{
	font-weight: bold;
}
/*#contents .recipe_itemName::after{
	content:"";
	display:inline-block;
	margin-top:-.4em;
	margin-left: .4em;
	width: 27px;
	height: 20px;
	vertical-align:middle;
	background:url(../img/recipe/link_icon.png) no-repeat;
	background-size: 27px 20px;
}*/
.sp{
	display: none;
}
@media screen and (max-width: 640px) {
	.vmt_inner{
		padding-top: 0;
	}
	/*---------------------------*/
	.recipe_title{
		padding-top: 20px;
		width: 29%;
		margin: 0 auto;
	}
	.vmt_area section{
		margin-top: 70px;
	}
	.vmt_area h2{
		top: -70px;
	}
	.recipe_area{
		padding: 15% 0 3% 3%;
	}
	#contents .recipe_item{
		margin-bottom: 3%;
		padding: 10px 10px 5px;
		width: 47%;
	}
	#contents .recipe_item:nth-child(odd){
		margin-right: 3%;
	}
	#contents .recipe_itemName{
		font-size: 116%;
		text-align: center;
		display: table;
		margin: 0 auto;
	}
	#contents .recipe_itemName span{
		vertical-align: middle;
		display: table-cell;
	}
/*	#contents .recipe_itemName::after{
		width: 20px;
		height: 14px;
		background-size: contain;
		position: absolute;
		bottom: 0;
		top: 0;
		right: 0;
		margin: auto;
		padding-bottom: 5px;
	}*/
	.sp{
		display: block;
	}
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

