@charset "UTF-8";

@media screen and (max-width: 767px) {

.inner{
	max-width: 100% !important;
}
header{
	position: relative;
	z-index: 100;
	height: auto;
	background: none;
}
header .inner{
	width: 100%;
	margin: 0 auto;
}
.margin_block02{
	margin: 30px 0px 40px 0;
}

.contents{
	width: 100%;
}
.contents .inner{
	width: 100%;
}
.contents .inner .image img{
	width: 100%;
}
.button{
	margin-top: 60px;
}
.anchor_button{
	display: block;
	margin-top: 35px;
	text-align: center;
}
.anchor_button a{
	display: inline-block;
}
.anchor_button a + a{
	margin-left: 0;
	margin-top: 15px;
}

.contents .recipe_block{
	width: auto;
}
.contents .recipe_block > div{
	margin: -20px 0 0 -20px;
}
.contents .recipe_block > div a{
	position:  relative;
	margin: 20px 0 0 20px;
}
.ingredients{
	margin-top: 60px;
	padding-bottom: 70px;
}
.ingredients a{
	margin-top: 0;
}
.ingredients .button{
	margin-top: 50px;
}

footer{
	margin-top: 0;
	padding: 0 10px;
}
footer .logo{
	float: none;
	margin-bottom: 10px;
}
footer .inner{
	width: 100%;
	padding: 140px 10px 20px 10px;
	margin: 0;
	border-top: 2px solid #cccccc;
}
footer .logo{
	float: none;
	text-align: center;
}
footer .logo img{
	width: auto;
}
footer .copy{
	float: none;
	margin-top: 80px;
	text-align: left;
}
footer .copy p{
	margin: 0;
	font-size: 1.2rem;
}
footer .copy p span{
	margin-bottom: 20px;
	font-size: 2rem;
}
.view_pc{
	display: none !important;
}
.view_sp{
	display: block !important;
}
.sp_left{
	text-align: left !important;
}
.sp_center{
	text-align: center !important;
}
.youtube {
	margin: 30px 0;
	padding: 0 20px;
}
#pagetop{
	display: none !important;
}
.social{
	margin: 80px 0 60px 0;
}
