/* ！節粉CSS！ */

/* 節粉 全般 */
	.bushiko {
		margin: 0 auto;
		padding: 18pt 12pt;
		width: 100%;
		max-width: 1200px;
		box-sizing: border-box;
		color: #333;
	}
	
/* 節粉 タイトル */
	.bushiko h1 {
		margin: 0;
		padding: 18pt 0 30pt 0;
		border-bottom: 1px solid sienna;
		font: bold 12em sans-serif;
		line-height: 1;
		color: sienna;
		white-space: nowrap;
		overflow: hidden;
	}

/* 節粉 画像 */

	.bushiko img {
		margin: 1.5em 0;
		width: 100%;
	}

/* 節粉 サブタイトル */

	.bushiko h2 {
		margin: 0.6em 0;
		padding: 0;
		font: bold 3em sans-serif;
		color: sienna; 
	}

/* 節粉 本文 */

	.bushiko p {
		margin: 0 0 0.6em 0;
		padding: 0;
		font: 1.2em sans-serif;
		color: #333;
		line-height: 180%;
	}

/* 節粉 レシピ案内 */

	.bushiko-recipe, .bushiko-recipe li {
		margin: 0;
		padding: 0;
	}

	.bushiko-recipe li img {
		width: 100%;
		transition: 0.12s;
	}

	.bushiko-recipe li img:hover {
		opacity: 0.6;
	}

	@media (min-width: 824px) {
		.bushiko-recipe {
			display: flex;
			justify-content: space-between;
		}
		
		.bushiko-recipe li {
			width: calc( 50% - 0.6em );
		}

	}

	.bushiko-recipe li h3{
		margin: 0 0 0.6em 0;
		padding: 0;
		font: bold 1.5em sans-serif;
		color: sienna;
	}
	
/* 節粉 商品案内 */

	.bushiko-product, .bushiko-product li {
		margin: 0;
		padding: 0;
	}

	.bushiko-product li img {
		width: 100%;
	}

	@media (min-width: 824px) {
		.bushiko-product {
			display: flex;
			justify-content: space-between;
		}
		
		.bushiko-product li {
			width: calc( ( 100% / 3 ) - 1.5em );
		}
	}

	.bushiko-product li h4 {
		margin: 0 0 0.6em 0;
		padding: 0;
		font: bold 1.5em sans-serif;
		color: sienna;
	}

/* 節粉 購入ボタン */

	.buy-square, .buy-rakuten {
		display: block;
		padding: 0.6em 0;
		width: 100%;
		font: bold 1.2em serif;
		box-sizing: border-box;
		border: 1px solid sienna;
		border-radius: 1.5px;
		background: white;
		color: sienna;
		text-align: center;
		text-decoration: none;
		transition: 0.12s;
	}

	.buy-square:active, .buy-rakuten:active,
	.buy-square:hover, .buy-rakuten:hover {
		background: sienna;
		color: white;
	}

	
	.buy-square {
		margin: 1.5em 0 0.6em 0;
		font: bold 1em sans-serif;
	}
	
	.buy-rakuten {
		margin: 0 0 1.5em 0;
		font: bold 0.9em sans-serif;
	}
	

/* ！レシピCSS！ */

	
/* レシピ 全般 */

.recipe-general{
	margin: 0 auto;
	padding: 12pt;
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	color: #333;
}
.recipe-general img {
	margin: 0;
	width: 100%;
}

/* レシピ 料理名 */

.recipe-general h1 {
	margin: 0.3em 0;
	padding: 0 0 0 0.6em;
	font: bold 60pt sans-serif;
	background: #FFF;
	border-left: 9px solid sienna;
}

/* レシピ 料理名（オススメレシピ版） */

.recipe-general h6 {
	margin: 0.3em 0;
	padding: 0 0 0 0.6em;
	font: bold 30pt sans-serif;
	background: #FFF;
}

/* レシピ 導入 */
.recipe-intro {
	margin: 0 0 1.2em 0;
	padding: 0;
}
.recipe-intro p {
	margin: 0 0 0.6em 0;
	font: 15pt sans-serif;
}

/* レシピ 材料 */
.recipe-ingredients {
	margin: 3em 0;
	padding: 2.1em 3em;
	border: 1px solid gainsboro;
	border-radius: 0.3em;
}
.recipe-ingredients h2 {
	font: bold 24pt sans-serif;
	color: sienna;
}
.recipe-ingredients dl {
	margin: 1.2em 0;
	padding: 0;
	display: grid;
	grid-template-columns: 15em auto;
	row-gap: 0.6em;
	column-gap: 1.8em;
	font: 12pt sans-serif;
}
.recipe-ingredients dl dt, .recipe-ingredients dl dd{
	padding: 0 0 0.3em 0;
	border-bottom: 1px dotted gainsboro;
}

/* レシピ 工程 */

.recipe-step {
	margin: 1.5em 0 3em 0;
}

@media (min-width:800px) {
	.recipe-step section {
		display: grid;
		grid-template-columns: 1fr 39%;
		gap: 0 3em;
	}
}

.recipe-step section h3 {
	grid-column: 1 / -1;
	margin: 0;
	padding: 1.5em 0 0 0;
	font: bold 21pt sans-serif;
	color: sienna;
}
.recipe-step section p {
	margin: 0;
	padding: 0.6em 0;
	font: 18pt sans-serif;
	color: #333;
	line-height: 180%;
}
.recipe-step section img {
	margin: 0;
	width: 100%;
}

/* レシピ 追加情報 */
.recipe-add {
	margin: 0 0 3em 0;
	padding: 2.1em 3em;
	border: 1px solid gainsboro;
	border-radius: 0.3em;
}
.recipe-add h4 {
	margin: 0 0 0.6em 0;
	font: bold 21pt sans-serif;
	color: sienna;
}
.recipe-add h5 {
	margin: 0 0 1.5em 0;
	padding: 0;
	font: bold 21pt sans-serif;
	color: sienna;
}
.recipe-add p {
	margin: 0 0 1.5em 0;
	font: 13.5pt sans-serif;
	}
.recipe-add img{
	margin: 0 0 1.5em 0;
	transition: 0.12s;
}
.recipe-add a img:hover,.recipe-add a img:active {
	opacity: 0.6;
}

/* 注文御礼 */

/* 注文御礼全般 */
.thanks {
		margin: 0 auto;
		padding: 18pt 12pt;
		width: 100%;
		max-width: 900px;
		box-sizing: border-box;
		color: #333;
	}

	.thanks h1 {
		margin: 1.2em 0 0.6em 0;
		font: bold 2.4em sans-serif;
		color: sienna;
		text-align: center;
	}

	.thanks h1+p, .thanks h1+p+p {
		margin: 0 0 0.6em 0;
		font: normal 1.2em sans-serif;
		color: #333;
	}

	@media (min-width:800px) {
		.thanks h1+p, .thanks h1+p+p{
			text-align: center;
		}
	}

	.thanks h2 {
		margin: 1.8em 0 0.9em 0;
		font: bold 1.0em sans-serif;
		color: #333;
	}

	.thanks p {
		margin: 0 0 0.6em 0;
		font: normal 1.0em sans-serif;
		color: #333;
	}

	.thanks hr {
		margin: 3em 0;
		border-width: 0;
		height: 1px;
		background: #DDD;
	}

	.thanks dl {
		margin: 2.1em 0.6em;
		padding: 0;
		display: grid;
		grid-template-columns: 12em auto;
		row-gap: 0.6em;
		column-gap: 1.8em;
	}
	
	.thanks dl dt, .thanks dl dd {
		font: normal 1.0em sans-serif;
	}