@charset "utf-8";

/**************************************************
 responsive
**************************************************/
@media screen and (max-width: 690px){

	article h2{ margin-bottom: 10px;}
	
	.recipe_mat{ 
		margin: 20px 0;
		display: block;
	}
	
	.reci_text{ width: 100%;}
	
	.recipe_image{ 
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-top: 20px;
	}
	
	.recipe_howto{ padding: 15px;}
	.recipe_howto h5{
		padding: 0;
		font-size: 1.2rem;
	}
	
	.recipe_howto h5::before{
	width: 10px;
	height: 3px;
	top: 8px;
	left: -15px;
}

	.rd_image{
		width: 100%;
		margin: 15px 0;
		padding: 15px;
		background-color: #F8F8F8;
	}
	.rd_image figure{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
					align-items: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: flex-start;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;		
	}
	.rd_image img{ width: 40%;}
	.rd_image figcaption{ margin: 0 0 0 5px;}
	
	.rd_text{ width: 100%;}
	
	.news_menu dl ul li{ width: 49%;}
	.news_menu dl ul li a{ padding: 5px;}
	
	.recipe_item{
		width: 48%;
		margin: 10px 1%;
	}


.recipe_intxt{padding-top: 10px;}
.recipe_intxt dl{
	min-height: auto;
	padding: 20px;
	border-radius: 15px;
	margin-top: 30px;
}
.recipe_intxt dl dt{
	width: 100%;
	font-size: 3.8vw;
	padding: 15px 10px;
	background: #FFFFFF;
	border-radius: 10.0rem;
}
.recipe_intxt dl dt span{top: 0;}
.recipe_intxt dl dt::before{display: none;}
.recipe_intxt dl dt::after{
	bottom: -10px;
	right: calc(50% - 25px);
	transform: rotate(44deg);
}
.recipe_intxt dl dd{
	width: 100%;
	font-size: 1.4rem;
	padding-top: 20px;
}
.recipe_intxt dl dd .btn1{
	margin-top: 25px;
	text-align: center;
}
.recipe_intxt dl dd .btn1 a{
	min-width: 80%;
	text-align: left;
}
	
}

@media screen and (max-width: 768px) {
    .recireIndex ul li {
        width: 48%;
        margin: 30px 4% 0 0;
    }
    .recireIndex ul li:nth-of-type(3n) {
        margin-right: 4%;
    }
    .recireIndex ul li:nth-of-type(2n) {
        margin-right: 0;
    }

	.recipe_mat{ 
		margin: 20px 0;
		display: block;
	}
	
	.reci_text{ width: 100%;}
	
	.recipe_image{ 
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
    .recireIndex ul li {
        width: 100%;
        margin: 30px 0 0 0;
    }
}
