﻿/* -------- レシピ -------- */
#recipe_main .layout_blc {
	margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
	#recipe_main .layout_blc {
		margin-bottom: 14.4vw;
	}
}
/* メイン画像 */
#feature-parts-header-banner {
	width: 100%;
	text-align: center;
}
#feature-parts-header-banner img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/* タイトル */
.s-featureContent-item {
	margin: unset;
}
#page-title h1 {
	margin: 4rem auto 5.7rem;
	padding: unset;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.7;
	border-bottom: none;
}
@media screen and (max-width: 768px) {
	#page-title h1 {
		margin: 7.2vw auto 13.2vw;
		font-size: 2.3rem;
	}
}
/* 見出し */
#recipe_main h3.layout_ttl {
	padding: 1.75rem 2.1rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
	#recipe_main h3.layout_ttl {
		margin: 0 0 7.2vw 0;
		padding: 2.8vw 4.3vw;
		font-size: 1.8rem;
	}
}


/* 本文 */
#recipe_main .cmn-txt {
	font-size: 1.4rem;
	line-height: 1.7;
}
/* 作り方 */
#recipe_main ul.layout_recipe {
	display: block;
	/*margin: 0 auto;*/
	margin-block-start: 1em;
	/*margin-block-end: unset;*/
	padding: 0 !important;
	padding-inline-start: 4.5rem;
	list-style-type: disc;
}
#recipe_main ul.layout_recipe li {
	position: relative;
	/*margin: 0 auto;*/
	padding: 0 0 0 5rem !important;
}
#recipe_main li:not(:last-child) {
	margin-bottom: 5.7rem;
}
@media screen and (max-width: 768px) {
	#recipe_main ul.layout_recipe li {
		position: relative;
		/*margin: 0 auto;*/
		padding: 0 0 0 11.1vw !important;
	}
	#recipe_main li:not(:last-child) {
		margin-bottom: 12vw;
	}
}
#recipe_main ul.layout_recipe li span {
	position: absolute;
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	top: 0;
	left: 0;
	padding: 0.1rem 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	color: #FFF;
	background-color: #000;
	border-radius: 1rem;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#recipe_main ul.layout_recipe li span {
		width: 8.6vw;
		height: 8.6vw;
		padding: 0.6vw 0;
		font-size: 1.8rem;
	}
}
/* 一覧へ戻るボタン */
.cmn-btn01 {
	position: relative;
	display: block;
	width: 29rem;
	margin: 0 auto;
	padding: 2rem 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	box-sizing: border-box;
	border: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.cmn-btn01 {
		width: 70vw;
		padding: 4.8vw 0;
		font-size: 1.6rem;
	}
}
.cmn-btn01, .cmn-btn01::before {
	transition: .3s;
}
.cmn-btn01::before {
	position: absolute;
	content: "";
	width: 1rem;
	height: 1rem;
	top: 50%;
	right: 2rem;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.cmn-btn01::before {
		width: 2.4vw;
		height: 2.4vw;
		right: 3.6vw;
	}
}