@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_1 {
	margin-bottom:15px;
}
.title_2 {
	margin-bottom:35px;
}
.top_margin {
	max-width:none;
	position:relative;
}
.vol_absolute{
	position:absolute;
	top:0;
	width:100%;
	margin:0 auto;
}
.pan_link{
	background:#FADBDA;
}
.menu_area{
	box-shadow:none!important;
}


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

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

.suzuki {
	border-bottom:#1699ca dashed 1px;
	margin-bottom:15px;
}
.br_sp {
	display:none;
}
.suzuki_img {
	float:right;
	width:20%;
	max-width:200px;
	display:inline-block;
}
.plofile{
	width:75%;
	float:left;
}
.suzuki_img_s{
	display:none;
}

.column_area{
	background:url(../img/column_bg.gif);
	margin:30px auto;
	width:100%;
	padding:30px;
}
.column{
	font-size:16px;
	font-weight:bold;
	padding:5px 15px;
	color:#fff;
	background-color:#ec7aac;
	width:auto;
	float:left;
}
.column_title{
	color:#1699ca;
	font-size:16px;
	font-weight:bold;
	margin-left:15px;
	float:left;
	line-height:37px;
}
.column_text{
	margin-top:15px;
}
.intro_text{
	margin:30px auto;
}
.recipe_title{
	width:72%;
	float:right;
	border-top:#EC7AAD 2px dotted;
	padding-top:10px;
}
.fin_img{
	width:25%;
	float:left;
}
.recipe_head_area_sp{
	display:none;
}
.material_area{
	background-image:url(../img/material_stripe_1.gif);
	padding:20px 40px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-top:20px;
}
.material_title{
	font-size:16px;
	color:#EC7AAD;
	font-weight:bold;
	width:70%;
}
.material_image{
	float:right;
	margin:0 0 0 15px;
	width:30%;
	max-width:150px;
}
.material_ul{
	list-style:url(../img/list_dot.gif);
	list-style-position:outside;
	margin-left:15px;
}
.step_ul li{
	list-style:none;
	margin-top:10px;
}
.pink_bold{
	font-weight:bold;
	color:#EC7AAD;
	font-size:14px;	
}
.blue_bold{
	font-weight:bold;
	color:#1699ca;
	font-size:14px;	
}
.step_title{
	font-size:16px;
	color:#EC7AAD;
	font-weight:bold;
	margin-bottom:10px;
}
.step_area{
	margin-top:30px;
}
.step_sp{
	display:none;
}
.step_img{
	margin-top:20px;
}
.point{
	margin:30px auto;
}
.point_icon{
	margin-bottom:10px;
	display:block;
	width:140px;
	height:30px;
}
.point_text{
	width:100%;
}
.recipe{
	margin-bottom:50px;
}
.aloma_area{
	padding:30px;
	background-image:url(../img/column_bg.gif);
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	border:1px solid #1699ca;
}
.aloma_top{
	margin:0 auto;
}
.aloma_text{
	margin:20px auto;
}
.aloma_harf{
	width:50%;
	padding:0 2%;
	color:#1699ca;
	float:left;
}
.aloma_title{
	font-weight:bold;
	margin-bottom:10px;
}
.aloma_area ul{
	margin-bottom:10px;
	list-style:none;
}

/*--------------/消して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_2 {
		margin:0 auto 15px;
	}
	.w980 {
		padding-top:0;
	}
	.white_contents{
		padding:40px 30px;
	}
	
	/*--------------/共通--------------*/
	
	/*-------消してOK------------------*/
	.suzuki_img{
		display:none;
	}
	.suzuki_img_s{
		display:block;
		float:right;
		width:150px;
		margin:0 0 0 15px;
	}	
	.plofile{
		width:100%;
	}
	.recipe_head_area_pc{
		display:none;
	}
	.recipe_head_area_sp{
		display:block;
	}
	.recipe_title{
		width:100%;
		text-align:center;
		padding-top:25px;
	}
	.fin_img{
		width:30%;
		float:left;
		margin-top:20px;
	}
	.recipe_text{
		width:65%;
		float:right;
		margin-top:20px;
	}
	.material_image{
		width:100px;
	}
	.material_area{
		padding:15px;
	}
	
	/*-------/消してOK-----------------*/
}
@media screen and (max-width: 650px) {
	.column,.column_title{
		float:none;
	}
	.column_title{
		margin:5px 0 0 0;
		line-height:1.6;
	}
	.column{
		width:95px;
	}
	.column_text{
		margin-top:10px;
	}
	.step_pc{
		display:none;
	}
	.step_sp{
		display:block;
	}
}
@media screen and (max-width: 500px) {
	
	/*--------------共通---------------*/
	
	.w500_title {
		margin:-70px 5% 0;
		width:90%;
	}
	.br_sp {
		display:block;
	}
	.white_contents {
		padding:40px 5%;
		
	}
	
	/*--------------/共通--------------*/
	.plofile{
		margin-top:0;
	}
	.suzuki_img_s{
		display:block;
		float:right;
		width:100px;
		margin:0 0 15px 15px;
	}
	.aloma_harf{
		width:100%;
		padding:0;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 420px) {
}














