@charset "UTF-8";
/* CSS Document */

/*
.for_pc{display:block}
.for_sp{display:none}
.lp-img img{width:100%}@media screen and (max-width: 640px){.for_pc{display:none}
.for_sp{display:block}}
.lp-cartbtn{opacity:0;transition:.3s ease-in-out;visibility:hidden;position:fixed;right:7.8125%;bottom:7.8125%;width:11.09375%}
.lp-cartbtn.is-fixed{opacity:1;visibility:visible}
.lp-cartbtn.is-none.is-fixed{opacity:0;visibility:hidden}
.lp-main{position:relative}@media screen and (max-width: 640px){.lp-cartbtn{right:4vw;bottom:15vw;width:23.7vw}}
.lp-last__area{position:relative}.lp-cartbtn-large{position:absolute;bottom:6.25vw;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}
.lp-cartbtn-large a{width:41.6666666667%;display:block;margin-left:auto;margin-right:auto}@media screen and (max-width: 640px){.lp-cartbtn-large{bottom:7vw}
.lp-cartbtn-large a{width:79.9vw}}
*/
/*# sourceMappingURL=style.css.map */

p{
	line-height: 2;
}
main img{
	width:100%;
}


/*mein
---------------------------------*/
.main{
	background-color: #FBECCA;
	padding-bottom:50px;
}

.joren{
	background-color: #fff;
	max-width:640px;
	border-radius: 10px;
	padding:2em;
	margin: 35px auto 40px;
	width:80%;
}
.joren h4{
	text-align: center;
	color:#FF0200;
	font-size: 28px;
}
.joren p{
	text-align: center;
}

.attention_p{
	font-size: 12px;
}

/*recipe
---------------------------------*/
.recipe_box_s{
	display:flex;
	justify-content: space-between;
	width:100%;
	margin:40px 0;
}
.recipe_box_s h4{
	color:#FF0200;
	font-size: 2vw;
	padding-bottom:1em;
	text-align: center;
}
.recipe_img_m{
padding-right:4%;
}
.recipe_box_s img{
width:100%;
}
.recipe_text{
	padding:0 2% ;
	min-width: 35%;
}

/*arranged_dishes
---------------------------------*/

.arranged_dishes div h3{
	font-size:0;
}

/*購入ボタン
---------------------------------*/
.buy_btm{
	text-align: center;
}
.buy_btm a{
	text-decoration: none;
	display: inline-block;
	background-color: #E50311;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 8em;
}

/*SP対応
---------------------------------*/
@media screen and (min-width: 641px) {
	.for_sp{
		display: none;
	}
	.recipe_box_s.niku{
	background-image:url("https://gigaplus.makeshop.jp/todakyu/lp/kitanoudon/img/border.png");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom:40px;
}
}
@media screen and (max-width: 640px) {
	.for_pc{
		display:none;
	}
	.recipe_text{
	max-width: 100%;
}
	.recipe_img_m{
	max-width: 80%;
	padding-right:0;
	margin: 0 auto;
}
	.recipe_img_m{
		display:none;
	}
	.joren{
	max-width:70%;
	margin: 35px auto 50px;
}
	.recipe_box_s h4{
	font-size: 25px;
}
	.joren p{
	text-align: start;
}
	.buy_btm a{
	font-size: 14px;
	padding:16px 80px;
}
}

/*先頭へ戻る*/
@media screen and (min-width: 641px) {
.back_btm{
	display: none;
}
}
@media screen and (max-width: 640px) {
.back_btm{
	position: relative;
}
.back_btm img{
	position: absolute;
  	right: 30px;
  	bottom: 30px;
	width:25%;
	}
}