@charset "utf-8";

.recipe-contents {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3",Hiragino Sans W3, "メイリオ", sans-serif;
    padding-bottom: 50px;
}

.text-right {
	text-align: right;
}

.recipe-contents .breadcrumb {
	margin-left: 15px;
}
.recipe-frame {
    position: relative;
    margin-bottom: 50px;
}
.recipe-frame:before {
    display: block;
    content: '';
    /*background: url("../images/recipe_top_972x160.png") no-repeat top;*/
    background: url("../images/frame_top_pc.jpg") no-repeat top;
    width: 1000px;
    height: 120px;
    text-align: center;
    padding-top: 40px;
    margin-top: 30px;
}
.recipe-frame-inner {
    /*background: url("../images/recipe_middle_972x1.png") no-repeat top;*/
    background: url("../images/frame_middle_pc.jpg") repeat top;
    width: 898px;
    min-height: 100px;
    padding: 0 120px 30px;
	margin-left: 51px;
	padding-top: 15px;
}
.recipe-frame:after {
    display: block;
    content: '';
    /*background: url("../images/recipe_bottom_972x15.png") no-repeat top;*/
    background: url("../images/frame_bottom_pc.jpg") no-repeat bottom;
    width: 1000px;
    height: 20px;
    margin-top: -10px;
}
.brand-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	top: 36px;
	width: 190px;
}
.recipe-name {
    text-align: center;
    font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 2.2rem;
	color: #897f67;
}
.recipe-main-image {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
}
.recipe-section-title {
	position: relative;
	text-align: center;
	width: 500px;
	margin: 0 auto 30px;
	font-weight: bold;
	font-size: 2rem;
}
.recipe-section-title .text {
	position: relative;
	background-color: #fff;
	padding: 0 10px;
	color: #897f67;
}
.recipe-section-title:before {
	content: '';
	position: absolute;
	/*border-top: dotted 2px #9F957F;*/
	height: 16px;
	width: 100%;
	top: calc(50% - 8px);
	left: 0;
    background: url("../images/dotline_pc.png") no-repeat top;
}
.recipe-sub-section-title {
	font-weight: bold;
	line-height: 14px;
	font-size: 14px;
	margin-bottom: 10px;
}
.recipe-sub-section-title:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #9F957F;
	vertical-align: bottom;
	margin-right: 5px;
}
.material-wrapper .material-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.material-wrapper .material-list:after {
	content: '';
	display: block;
	clear: both;
}
.material-wrapper-outer {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.material-wrapper-outer .material-wrapper {
	padding: 0 20px;
	font-size: 14px;
}
.material-wrapper {
	width: 50%;
}
.material-wrapper .material-list dt {
	float: left;
	width: 50%;
	border-bottom: dotted 1px #ccc;
	padding-top: 2px;
    line-height: 20px;
}
.material-wrapper .material-list dd {
	float: right;
	width: 50%;
	text-align: right;
	border-bottom: dotted 1px #ccc;
	padding-top: 2px;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
.how-to-make-wrapper {
	font-size: 14px;
	line-height: 20px;
}
.how-to-make-wrapper .how-to-make {
	margin-bottom: 20px;
}
.how-to-make-wrapper .step {
	list-style-type: none;
	margin-bottom: 30px;
}
.how-to-make-wrapper .step li {
	counter-increment: number;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.how-to-make-wrapper .step li:before {
    content: counter(number);
    background-color: #9F957F;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    left: 0;
}
.option-wrapper {
	background-color: #f3f0ea;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.option-wrapper .option-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.option-wrapper .option-text {
	font-size: 13px;
	line-height: 19px;
}
.related-article-list,
.related-recipe-list {
	display: flex;
	flex-wrap: wrap;
/*    margin-bottom: 30px;*/
}
.related-article-list li,
.related-recipe-list li {
	width: 33%;
	padding: 0 25px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
}
.related-article-list .article-image {
	width: 100%;
}
.related-article-list .article-name {
	font-weight: bold;
	margin-bottom: 5px;
	/*min-height: 36px;*/
	overflow: hidden;
	font-size: 1.4rem;
}
.related-article-list .price {
	text-align: right;
    margin-bottom: 10px;
}
.related-article-list .catch-copy {
	min-height: 54px;
	overflow: hidden;
	font-size: 1.2rem;
}
.related-wrapper {
	width: 972px;
	margin: 0 auto;
	padding: 0 100px 30px;
}
.related-article-list a.add-cart-link {
	border-radius: 23px;
	background-color: #cec8b4;
	color: #fff;
	padding: 8px 15px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	display: block;
	border: solid 1px #cec8b4;
	margin-bottom: 10px;
}
.related-article-list a.add-cart-link:hover,
.related-article-list a.add-cart-link:hover .icon,
.related-article-list a.add-favorite-link:hover,
.related-article-list a.add-favorite-link:hover .icon {
	opacity: 0.8;
}
.related-article-list a.add-cart-link .icon,
.related-article-list a.add-favorite-link .icon {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.related-article-list a.add-favorite-link {
	border-radius: 23px;
	padding: 8px 15px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	display: block;
	border: solid 1px #000;
	margin-bottom: 10px;
}
.related-recipe-list li .recipe-image {
	width: 100%;
}
.related-recipe-list li .related-article-name {
    font-size: 12px;
    line-height: 20px;
}
.related-recipe-list li .related-recipe-name {
}
a.to-recipe-list-link {
	background-color: #fff;
    color: #776964;
    border-radius: 25px;
    padding: 10px 18px;
    font-size: 14px;
    border: solid 1px #776964;
    font-weight: 700;
    display: inline-block;
    width: 200px;
}
a.to-recipe-list-link + a.to-category-list-link {
	margin-left: 30px;
}
a.to-category-list-link {
	background-color: #776964;
    color: #fff;
    border-radius: 25px;
    padding: 10px 18px;
    font-size: 14px;
    border: solid 1px #776964;
    font-weight: 700;
    display: inline-block;
    width: 200px;
}


.item-color {
    color: #9d7e00;
}

.to-list-wrapper{
	margin-left: -40px;
}

/** #1051 */
.related-banner-section {
	margin: 0 25px;
}
.related-banner-list {
	display: flex;
	flex-wrap: wrap;
}
.related-banner-list li {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
.related-banner-list li:nth-child(even) {
	margin-left: 30px;
}
.related-banner-list li .banner-image {
	width: 100%;
}
.related-banner-list li .text {
	font-size: 14px;
	line-height: 1.4;
}

.to-related-category-link {
    background-color: #fff;
    color: #776964;
    border-radius: 25px;
    padding: 8px 15px;
    font-size: 14px;
    border: solid 1px #776964;
    font-weight: 700;
    display: block;
    width: 200px;
    margin: 0 auto;
}
