@charset "UTF-8";

#container {
	width: 100%;
}

#container .breadcrumbs {
	width: 1000px;
	margin: 20px auto 40px;
}

/*meiji*/
#meiji>img {
	max-width: 100%;
	width: 100%;
}

#meiji .bg_area {
	background-image: url(../../img/bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
	margin: -6px auto 0;
}

#meiji .bg_area>section,
#meiji .bg_area .recipe_bg section {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

#meiji .bg_area>section img {
	max-width: 100%;
}


/*top*/
#meiji section.top {
	padding: 10px;
}

#meiji section.top p {
	width: 880px;
	margin: 0 auto;
	padding: 30px 0 0px;
	font-size: 16px;
}

/*recipe*/
#meiji section.recipe>section {
	margin: 10px auto;
	position: relative;
}

#meiji section.recipe>section p {
	margin: 15px auto 30px;
	width: 880px;
	max-width: 100%;
	font-weight: bold;
}

#meiji section.recipe section a {
	max-width: 400px;
	margin: 50px auto 80px;
	display: block;
	text-align: center;
}

#meiji section.recipe section>img.food_img {
	width: 100%;
	position: relative;
}

#meiji section.recipe section>img.food_img1 {
	width: 120px;
	position: absolute;
	top: -80px;
	right: 40px;
	z-index: 3;
}


/**/
#meiji .recipe_bg {
	/*
	background-image: url(../../img/recipe_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;*/
	display: block;
	width: 100%;
	padding: 80px 0 0;
	box-sizing: border-box;
	background: linear-gradient(#f3e8fa 60%, #fff 80%);
}

#meiji .recipe_bg .recipe_1,
#meiji .recipe_bg .recipe_2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

#meiji .recipe_bg .recipe_1>div,
#meiji .recipe_bg .recipe_2>div {
	width: 49%;
}

#meiji .recipe_bg section>.flex_c {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	justify-content: center;
}

#meiji .recipe_bg section>.flex_c a {
	max-width: 400px;
	margin: 0px 0;
	display: block;
	text-align: center;
}

#meiji .recipe_bg section>.flex_c p {
	max-width: 400px;
	margin: 20px 0 30px;
	display: block;
	text-align: left;
}

#meiji .recipe_bg section.recipe_2>.flex_c a {
	margin: 0px 0 0;
}

#meiji .recipe_bg section>.flex_c>img.food_img {
	z-index: 0;
	position: relative;
}

#meiji .recipe_bg section>.flex_c>img.food_img2 {
	position: absolute;
	top: 300px;
    left: -70px;
	z-index: 1;
	width: 100px;
}

#meiji .recipe_bg section>.flex_c>img.food_img3 {
	position: absolute;
	top:50px;
	right: 20px;
	z-index: 1;
	width: 100px;
}

#meiji .recipe_bg section.recipe_1>.flex_c>img.food_img:last-child {
	margin: 30px auto;

}

/**/
#meiji .recipe_bg section.recipe img.vectoricon {
	display: block;
	margin: 100px auto;
}


/*link*/
#meiji section.link {
	margin: 50px auto;
}

#meiji section.link a {
	display: block;
	width: 600px;
	margin: 0px auto;
}

/*column*/
#meiji section.column {
	width: 150%;
	max-width: 1040px;
	margin: 0 auto 100px;
}

#meiji section.column img {
	display: block;
	margin: 30px auto 0;
}

/*bottom*/
#meiji section.bottom {
	margin: 80px auto 100px;
}

#meiji section.bottom a {
	display: block;
	width: 600px;
	margin: 0px auto;
}