@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:10px 0 20px;
}
.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------------*/


.katou {
	border-bottom:#333 solid 1px;
	margin-bottom:15px;
}

.br_sp {
	display:none;
}
.katou_img {
	float:right;
	width:20%;
	max-width:200px;
	display:inline-block;
}
.plofile{
	width:75%;
	float:left;
}
.katou_img_s{
	display:none;
}


.title_area {
	text-align:left;
	padding:10px 0 20px 0;
}

.red_text {
	color:#d83b5c;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.red_border{
	border:#d83b5c 2px dashed;
	padding:20px;
	margin-top:20px;
    border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
}

.img2{
	float:right;
	padding:0 0 15px 15px;
}
.img2_sp{
	display:none;
}
.separator{
	padding:30px 0;
}
.intro{
	padding:50px 0 20px 0;
}
.recipe_title{
	padding:15px 0;
}
.step{
	padding:10px 0;
}
.smoothie_img{
	float:left;
	width:45%;
	padding-bottom:20px;
}
.smoothie_desc{
	float:right;
	width:52%;
}

.grayback{
	margin-top:15px;
	background:#f2f2f2;
	padding:15px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.graph_img{
	float:right;
	width:26%;
}
.graph_desc{
	float:left;
	width:70%;
}
.graph_title{
	color:#d83b5c;
	font-weight:bold;
	font-size:14px;
	padding:25px 0 3px 0;
}


hr{
    border:none;
    border-top:dashed 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}

.step_ul li{
	list-style:none;
	margin-top:10px;
}
.pink_bold{
	font-weight:bold;
	color:#EC7AAD;
	font-size:14px;	
}
.green_bold{
	font-weight:bold;
	color:#11B17E;
	font-size:14px;	
}
.step_title{
	font-size:16px;
	color:#EC7AAD;
	font-weight:bold;
	margin-bottom:10px;
}


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

@media screen and (max-width: 860px) {
	.graph_img{
		width:35%;
	}
	.graph_desc{
		width:60%;
	}
}


@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------------------*/
	.katou_img{
		width:30%;
	}
	.plofile{
		width:67%;
	}
	
	/*-------/消してOK-----------------*/
}

@media screen and (max-width: 720px) {
	/*-------消してOK------------------*/
	.graph_img{
		float:none;
		width:100%;
		text-align:center;
		padding:15px 0 30px 0;
	}
	.graph_desc{
		float:none;
		width:100%;
	}
	/*-------/消してOK-----------------*/
}

@media screen and (max-width: 640px) {
	/*-------消してOK------------------*/
	.smoothie_img{
		float:none;
		text-align:center;
		width:100%;
	}
	.smoothie_desc{
		float:none;
		width:100%;
	}
	/*-------/消してOK-----------------*/
}

@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;
		width:100%;
	}

	
	.katou_img_s{
		display:block;
		float:right;
		width:100px;
		margin:0 0 15px 15px;
	}
	.katou_img{
		display:none;
	}
	
	.img2{
		display:none;
	}
	.img2_sp{
		display:block;
	}
}

