@charset "UTF-8";


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

.contents .recipe_block > a .text p{
	font-size: 1em;
}
}

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

.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%;
}
.contents > div:first-child{
	background: url(../../images/spbg01.png) repeat-y center;
	background-size: 100%;
}
.contents > div:nth-child(2n){
	background: url(../../images/spbg02.png) repeat-y center;
	background-size: 100%;
}
.contents > div:nth-child(2n+3){
	background: url(../../images/spbg03.png) repeat-y center;
	background-size: 100%;
}
.sp_menu{
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	max-width: 566px;
	margin: auto;
	padding: 0 10px 40px;
}
.sp_menu > *{
	width: calc((100% - 20px) / 2);
}
.contents .recipe_block{
	gap: 0;
}
.contents .recipe_block > a{
	width: 100%;
}
.contents .recipe_block > a + a{
	border-top: none !important;
}
.contents .recipe_block > a .image, .contents .recipe_block > a .text{
	width: 50%;
}
.contents .recipe_block > a .text p{
	font-size: 1em;
}

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;
}
#sns {
	margin-top: 50px;
	padding: 0 20px;
}
#sns > div{
	display: block;
	padding: 80px 0 60px;
	border-top: 1px solid #b8b8b8;
}
#sns > div .img{
	margin-top: 30px;
}
