@charset "UTF-8";

body {
	-webkit-print-color-adjust: exact;
}

/*  レシピ詳細
===================================*/

/*  レシピ詳細
===================================*/
.single-recipe h1 {
	background: url(/images/common/midashi_h1.png) right bottom no-repeat;
	background-size: 100%;
	font-size: 20px;
}
.single-recipe h2 {
	font-size: 18px;
	grid-column: 1 / 3;
	margin-bottom: 10px;
}
.single-recipe h2::before {
	background: #e5a000;
	top: 4px;
}
.single-recipe #contents-main #goods-main-area dt {
	padding:.2em 0 .5em;
}
.single-recipe #contents-main #goods-main-area dd {
	margin-top: -26px;
	padding-bottom: .5em;
}
.single-recipe p,
.single-recipe dt,
.single-recipe dd,
.single-recipe#recipe-introduction{
	font-size: 12px!important;
	padding-top: 0;
}
.single-recipe #contents-main #goods-main-area dl:after {
	border-bottom: 1px dashed #606060;
}
.single-recipe #contents-main #goods-main-area dt:before {
	border-top: 1px dashed #606060;
}
.single-recipe  * {
	color: #000;
	line-height: 1.6;
}
.single-recipe h2 {
	background: none!important;
	border-bottom: 3px solid #666;
	padding: 0!important;
}
.single-recipe h1 .recipe-tag {
}
.single-recipe section {
	margin-bottom: 20px;
}
.single-recipe #content-area {
	margin: 30px auto;
	width: 850px;
	height: 251mm; /* A4縦の高さ */
}
.single-recipe #goods-main-area dl {
	margin: 0;
}
.single-recipe #recipe-material p {
	padding-bottom: 5px;
	margin-bottom: 8px;
	width: 48%;
}
.single-recipe #recipe-material p:last-child {
	box-sizing: border-box;
}
.single-recipe #goods-main-left {
	float: left;
	padding-bottom: 5px;
	width: 360px;
	text-align: center;
}
.single-recipe #recipe-material-area {
	position: relative;
}
.single-recipe #recipe-material-image {
	position: absolute;
	top: 62%;
	right: 20px;
	transform: translateY(-50%);
	width: 150px;
}
.single-recipe #goods-main-right {
	float: right;
	width: 780px;
}
.single-recipe #make-flow > .make-flow-item {
	width: 45%;
}
.single-recipe #make-flow > .make-flow-box {
	display: flex;
	flex-wrap: wrap;
}
.single-recipe #make-flow .make-flow-item:nth-of-type(n+11) {
	padding-right: 5px;
}
.single-recipe .make-flow-box > .make-flow-box {
	width: 46%;
}
.single-recipe #make-flow .last-box{
	border: 2px solid #585858;
	padding: 10px;
	background: #fef1c4 !important;
	margin-left: 0!important;
	width: 98%;
}
.single-recipe .make-flow-image {
	width: 100%;
}
/*.single-recipe .make-flow-item:not(:last-child) {
	margin-top: 10px;
	background: #efefef;
	padding: 10px;
}*/
.single-recipe .make-flow-item {
	margin-top: 5px;
	width: 100%;
}
.single-recipe .make-flow-item:last-child {
	margin-top: 10px;
}
.single-recipe .make-flow-contents {
	box-sizing:border-box;
	font-size: 14px!important;
	float: inherit;
	margin-top: 3px;
	width: 100%;
}
.make-flow-contents .point {
	border-radius: 5px;
	display: inline-block;
	font-size: 10px;
	margin-bottom: 2px;
}
.single-recipe .make-flow-item:before {
	top: 0px;
  transform: translateY(-3px);
}
.recipe #used-goods,
.recipe #main > section,
.recipe #recipe-material p:empty,
.recipe #recipe-material-area > h2::after,
.single-recipe #recipe-introduction,
.single-recipe #page-header ,
.single-recipe #pankuzu-area ,
.single-recipe #side-nav-area-pc ,
.single-recipe #used-goods-section,
.single-recipe #sns-button,
.single-recipe .make-flow-image,
.single-recipe #make-flow-image,
.single-recipe .print-btn,
.single-recipe #page-top,
.single-recipe footer {
	display: none;
}
.single-recipe .side-exist #recipe-material {
	border: none;
	margin-bottom: 0;
	padding: 5px 0;
}
.single-recipe .side-exist #contents-main,
.single-recipe .side-exist #recipe-material {
	width: 100%;
	box-sizing:border-box;
}
.single-recipe .make-flow-item.no-image .make-flow-contents {
	margin-top: 0;
	margin-bottom: 0 !important;
}
.single-recipe .make-flow-item:before {
	max-width: 35px;
	font-size: 14px;
	line-height: 22px;
}
.single-recipe .make-flow-item.last-box .make-flow-contents {
	font-weight: bold;
	padding-left: 0;
	text-align: center;
	width: 100%;
}

@media all and (-ms-high-contrast:none) {

.single-recipe #make-flow{
    grid-template-columns: 520px 520px;
    grid-template-rows:auto auto;
    }
.single-recipe #make-flow .make-flow-item:nth-of-type(n+11) {
	margin-left: 25px;
	padding-right: 5px;
}
.single-recipe #make-flow .make-flow-item:nth-of-type(n+11) {
	margin-left: 25px;
	padding-right: 5px;
}
.single-recipe #make-flow .make-flow-item:nth-of-type(-n + 10) {
	margin-left: 25px;
	padding-right: 5px;
}
.single-recipe #make-flow .last-box{
	border: 2px solid #585858;
	padding: 10px;
	background: #fef1c4 !important;
	margin-left: 0!important;
}

}
