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

/*--------------共通---------------*/

.w980{
	width:100%;
	max-width:980px;
	margin:0 auto;
}
.w500_title{
	width:500px;
	margin:50px auto 50px 0;
	background-image:url(../img/bg_75.png);
	padding:30px 60px;
}
.bg_img {
	width:100%;
	position:relative;
}
.bg_img img {
	width:100%;
	max-width:1920px;
}
.main_pc{
	display:block;
}
.main_sp{
	display:none;
	position:relative;
}
.white_contents {
	background-color:#fff;
	width:100%;
	padding:40px 60px;
	display:inline-block;
}
.title_2 {
	margin-bottom:35px;
}
.top_margin {
	max-width:none;
	position:relative;
}
.vol_absolute{
	position:absolute;
	top:0;
	width:100%;
	margin:0 auto;
}
.menu_area{
	box-shadow:none!important;
}
.pan_link{
	background:#FADBDA;
}


/*--------------/共通---------------*/

/*--------------消してOK------------*/

.teacher {
	border-bottom:#555 solid 2px;
	margin-bottom:15px;
}
.br_sp {
	display:none;
}
.teacher_img {
	float:right;
	width:20%;
	max-width:200px;
	display:inline-block;
}
.plofile{
	width:75%;
	float:left;
}
.teacher_img_s{
	display:none;
}
.intro_title{
	color:#12B17F;
	font-size:16px;
	font-weight:bold;
	margin:30px 0 10px;
}
.green{
	color:#12B17F;
}
.recipe{
	margin-top:40px;
}
.menu_image{
	width:50%;
	float:left;
}
.menu_text{
	width:50%;
	padding:30px 0 0 20px;
	float:left;
	border-top:#12B17F 1px dashed;
}
.menu_title_area {
	margin:30px 0;
}
.menu_step_area{
	background:#eee;
}
.material_area{
	padding:20px;
	background-color:#f2faf7;
	display:inline-block;
	width:100%;
	margin-bottom:30px;
	position:relative;
}
.material_text{
	width:73%;
	padding-right:30px;
	float:left;
}
.recipe_time{
	background:url(../../recipe/img/time.png) no-repeat left;
	padding:3px 0 0 20px;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
}
.material_name{
	font-size:14px;
	font-weight:bold;
	margin-bottom:37px;
}
.material_name_light{
	font-size:12px;
	margin-left:5px;
	font-weight:normal;
}
.material_l{
	float:left;
	width:48.5%;
	display:inline-table;
	box-sizing:border-box;
}
.material_r{
	float:right;
	width:48.5%;
	margin-left:3%;
	display:inline-table;
	box-sizing:border-box;
}
.material_l tr,.material_r tr{
	border-bottom:1px solid #d1eee4;
}
.material_image{
	float:right;
	width:27%;
	position:absolute;
	bottom:10px;
	right:10px;
}
.material_image_sp{
	display:none;
}
.table_a{
	padding:4px 0 3px;
	color:#12B17F;
}
.table_b{
	text-align:right;
	vertical-align:bottom;
	padding:4px 0 3px;
	color:#12B17F;	
}
.green_b{
	color:#12B17F;
	font-weight:bold;
}
.step{
	width:32%;
	float:left;
}
.step:nth-child(3n+2){
	margin:0 2%;
}
.step img{
	margin-bottom:15px;
}
.sp_line{
	display:none;
}
.vege_column_title{
	background-color:#12B17F;
	padding:20px;
	border-radius:15px 15px 0 0; 
}
.vege_column_contents{
	border-radius:0 0 15px 15px; 
	border:2px solid #12B17F;
	padding:20px 20px 0 20px;
}
.vege_image{
	float:left;
	width:30%;
}
.vege_text{
	float:right;
	width:70%;
	padding-left:5px;
}
.vege_bold{
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.5;
}
.parts{
	width:31%;
	float:left;
	margin:0 1% 20px;
}
.vege_column{
	margin:40px 0 30px;
}

/*--------------/消してOK------------*/
@media screen and (max-width: 768px) {

	/*--------------共通---------------*/
	.main_pc{
		display:none;
	}
	.main_sp{
		display:block;
	}
	.w500_title{
		width:80%;
		margin:0 10%;
		padding:20px 20px 0;
		margin-top:-120px;
		display:inline-block;
		text-align:center;
	}
	.title_1,.title_2 {
		margin:0 auto 15px;
	}
	.w980 {
		padding-top:0;
	}
	.white_contents{
		padding:40px 30px;
	}

	/*--------------/共通--------------*/

	/*-------消してOK------------------*/
	.teacher_img{
		display:none;
	}
	.teacher_img_s{
		display:block;
		float:right;
		width:150px;
		margin:0 0 0 15px;
	}
	.plofile{
		width:100%;
	}
	.material_text{
		width:100%;
		padding-right:0;
		float:none;
	}
	.material_image{
		display:none;
	}
	.sp_line{
		display:block;
		width:100%;
		height:1px;
		border-bottom:1px dashed #12B17F;
		margin-top:30px;
	}
	.material_image_sp{
		display:block;
		float:right;
		width:235px!important;
	}
	.material_name{
		float:left;
		width:100%;
	}
	.menu_image{
		width:100%;
		float:none;
	}
	.menu_text{
		width:100%;
		padding:30px 0 0 0;
		float:none;
		border-top:none;
	}
	.parts{
		width:46%;
		float:left;
		margin:0 2% 20px;
	}
	
	
	/*-------/消してOK-----------------*/
	
}

@media screen and (max-width: 480px) {
	/*--------------共通---------------*/

	.w500_title {
		margin:-70px 5% 0;
		width:90%;
	}
	.br_sp {
		display:block;
	}
	.br_pc {
		display:none;
	}
	.white_contents {
		padding:40px 5%;

	}

	/*--------------/共通--------------*/
	.plofile{
		margin-top:0;
	}
	.teacher_img_s{
		display:block;
		float:right;
		width:100px;
		margin:0 0 15px 15px;
	}
	.material_l{
		float:none;
		width:100%;
	}
	.material_r{
		float:none;
		width:100%;
		margin-left:0;
	}
	.material_image_sp{
		margin-bottom:10px;
		float:none;
	}	
	.material_name{
		margin-bottom:10px;
	}
	.step{
		width:100%;
		float:none;
	}
	.step img{
		width:40%;
		float:left;
		margin-right:10px;
	}
	.step:nth-child(3n+2){
		margin:0;
	}
	.parts{
		width:100%;
		float:none;
		margin:0 0 20px;
	}	
	
}
@media screen and (max-width: 360px) {
	.material_text{
		font-size:11px;
	}
	.step img{
		width:100%;
		float:none;
		margin-right:0px;
	}
	.step:nth-child(3n+2){
		margin:20px 0;
	}
	.vege_image{
		width:30%;
	}
	.vege_text{
		width:70%;
	}
	
}
