@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:15px;
}
.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:#222 dotted 1px;
	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:#F08B64;
	font-size:16px;
	font-weight:bold;
	margin:10px 0;
}
.green{
	color:#12B17F;
}
.recipe{
	margin-top:40px;
}
.menu_text{
	width:50%;
	float:left;
	padding:20px;
}
.menu_image{
	width:50%;
	float:left;
}
.menu_title_area {
	margin:20px 0;
}
.menu_step_area{
	background:#eee;
}
.step_test{
	padding-bottom:20px;
}
.material_area{
	padding:20px;
	display:inline-block;
	width:100%;
	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;
}
.material_margin_orange{
	margin-bottom:10px;
}
.material_margin_pink{
	margin-bottom:65px;
}
.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_orange{
	border-bottom:1px dotted #f1bb83;
}
.material_pink{
	border-bottom:1px dotted #e5acc4;
}
.material_image{
	float:right;
	width:27%;
	position:absolute;
	bottom:10px;
	right:10px;
}
.material_image_sp{
	display:none;
}
.table_a{
	padding:4px 0 3px;
	color:#222;
}
.table_b{
	text-align:right;
	vertical-align:bottom;
	padding:4px 0 3px;
	color:#12B17F;	
}
.orange_b{
	color:#E3622D;
	font-weight:bold;
}
.purple_b{
	color:#A25B9A;
	font-weight:bold;
}
.pink_b{
	color:#D4759D;
	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;
}










.point{
	color:#fff;
	padding:0 15px;
	border-radius:15px;
	font-size:14px;
	height:25px;
	line-height:25px;
	display:inline-block;
	margin-bottom:15px;
	letter-spacing:2px;
}
.material{
	color:#fff;
	padding:0 15px;
	border-radius:15px;
	font-size:14px;
	height:25px;
	line-height:25px;
	display:inline-block;
	letter-spacing:2px;
}
.howto_make{
	color:#fff;
	padding:0 15px;
	border-radius:15px;
	font-size:14px;
	height:25px;
	line-height:25px;
	letter-spacing:2px;
	text-align:center;
	width:100%;
	margin:35px auto 25px;
}
.flower_l{
	float:left;
	width:33%;
}
.flower_r{
	float:right;
	width:65%;
	padding-top:25px;
}
.flower_text{
	margin-top:15px;
}
.pink_btn{
	padding:10px 20px;
	display:inline-block;
	color:#D4759D;
	letter-spacing:1px;
	line-height:20px;
	border:1px dotted #D4759D;
	border-radius:25px;
}
.orange_btn{
	padding:10px 20px;
	display:inline-block;
	color:#E88E30;
	letter-spacing:1px;
	line-height:20px;
	border:1px dotted #E88E30;
	border-radius:25px;
}
.kome{
	font-size:11px;
	margin-top:10px;
}

/*--------------/消して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 #D4759D;
		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;
		text-align:center;
	}
	.menu_text{
		width:100%;
		padding:15px 0;
		float:none;
		border-top:none;
		text-align:center;
	}
	.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_orange,.material_margin_pink{
		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;
	}
	.material{
		margin-top:15px;
	}
	.step_test{
		padding-bottom:0;
	}
	.flower_l{
		float:none;
		width:100%;
		text-align:center;
		margin-top:15px;
	}
	.flower_r{
		float:none;
		width:100%;
		padding-top:15px;
	}
}
@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;
	}
	.sp_support{
		margin-top:20px;
	}
	.vege_image{
		width:30%;
	}
	.vege_text{
		width:70%;
	}
	
}
