/* recipe.CSS */

/* --------------------------------------------------
Title
-------------------------------------------------- */
@media only screen and (min-width: 960px) {
	.ttl-recipe {
		background: url(../img/recipe/bg-ttlrecipe.jpg) no-repeat center 0;
		background-size: 1440px;
		text-align: center;
	}
	.ttl-inner {
		margin: 0 auto;
		max-width: 960px;
	}
	.btn-recipe {
		font-size: 3rem;
	}
}

.ttl-recipe-img {
	margin: 0 0 4rem 0;
	width: 100%;
}
.ttl-recipe {
	border-collapse: collapse;
	text-align: center;
	letter-spacing: 0.5rem;
	margin-bottom: 2rem;
}
.ttl-inner .font-lora {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 4rem;
	vertical-align: middle;
}
h2.ttl-inner {
	padding: 2rem 0;
	border-bottom: #F03100 1px solid;
	text-align: center;
	position: relative;
	margin-bottom: 2rem;
}
h2.ttl-inner .link-text {
	font-size: 1.4rem;
	display: block;
	text-align: right;
}
h2.ttl-inner .link-text::before {
	content: "＞";
	display: inline-block;
}
@media only screen {
	.ttl-inner .font-lora {
		font-size: 3rem;
	}
}
@media only screen and (min-width: 960px) {
	.ttl-recipe {
		margin-bottom: 4rem;
	}
	.ttl-inner {
		margin: 0 auto;
		max-width: 960px;
	}
	h2.ttl-inner {
		margin-bottom: 4rem;
	}
	h2.ttl-inner .link-text {
		position: absolute;
		right: 0;
		top: 35px;
	}
}
/* --------------------------------------------------
Contents
-------------------------------------------------- */
/* cnotents-block */
@media only screen {
	.contents-block {
		text-align: left;
	}
}
@media only screen and (min-width: 960px) {
	.contents-block {
		margin: 0 auto;
		padding: 1rem 0 4rem;
		width: 960px;
		position: relative;
		text-align: left;
	}
}

@media only screen {
	.recipe-area {
		width: 100%;
		margin: 0 auto 30px;
	}
	.recipe-area {
		text-align: left;
	}
}
@media only screen and (min-width: 960px) {
	.recipe-area {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
	}
}

/* レシピトップ
-------------------------------------------　*/
/*　商品からさがす　*/
.recipe-search-item-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background: #F6F5EE;
	padding: 15px;
	margin-bottom: 35px;
}

.recipe-search-item-product li {
	width: 48.5%;
	margin-bottom: 3%;
}

.recipe-search-item-product li a {
	display: block;
	text-decoration: none;
}

.recipe-search-item-product li figure {
	margin: 0;
	padding: 0;
}

.recipe-search-item-product-pict {
	width: 100%;
	padding-top: 100%;
	position: relative;
	border: #DDD 1px solid;
	border-radius: 50%;
	background: #fff;
	margin-bottom: 5px;
}

.recipe-search-item-product-pict img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 75%;
	max-height: 75%;
}

.recipe-search-item-product li figure figcaption {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}

@media only screen and (min-width: 960px) {
	.recipe-search-item-product {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 30px 30px 10px;
		margin-bottom: 60px;
	}

	.recipe-search-item-product li {
		width: 164px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	
	.recipe-search-item-product li:nth-child(5n) {
		margin-right: 0;
	}

	.recipe-search-item-product li figure figcaption {
		font-size: 1.5rem;
	}
}

/* 料理を探す */
.recipe-search-dish-list {
	margin-bottom: 40px;
}

.recipe-search-dish-list > li {
	margin-bottom: 10px;
	position: relative;
}

.recipe-search-dish-list-box {
	padding-left: 25px;
	border: #DDD 1px solid;
	position: relative;
}

.recipe-search-dish-list-box::before {
	content: "＋";
	display: block;
	font-weight: bold;
	color: #EA3501;
	position: absolute;
	top: 50%;
	line-height: 1;
	margin-top: -8px;
	left: 10px;
}

.recipe-search-dish-list-box.open::before {
	content: "－";
}

.recipe-search-dish-list-box figure {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5px;
}

.recipe-search-dish-list-box figure img {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	height: 35px;
}

.recipe-search-dish-list-box figure figcaption {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 10px;
}

.recipe-search-dish-list-chilled {
	display: none;
}

.recipe-search-dish-list-chilled li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 8px;
	position: relative;
	text-decoration: none;
}

.recipe-search-dish-list-chilled li a::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 1px #EA3501;
	border-right: solid 1px #EA3501;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -4px;
}

@media only screen and (min-width: 960px) {
	.recipe-search-dish-list {
		margin-bottom: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.recipe-search-dish-list > li {
		margin-bottom: 20px;
		margin-right: 20px;
		width: 225px;
		position: relative;
	}

	.recipe-search-dish-list > li:nth-child(4n) {
		margin-right: 0;
	}

	.recipe-search-dish-list-box {
		cursor: pointer;
		-webkit-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
		padding-left: 0;
	}

	.recipe-search-dish-list-box::before {
		content: none;
	}

	.recipe-search-dish-list-box:hover {
		opacity: 0.6;
	}

	.recipe-search-dish-list-box figure {
		padding: 10px;
	}

	.recipe-search-dish-list-box figure img {
		height: 70px;
	}
	
	.recipe-search-dish-list-box figure figcaption {
		font-size: 1.6rem;
	}

	.recipe-search-dish-list > li:hover .recipe-search-dish-list-chilled {
		opacity: 1;
		pointer-events: all;
		top: 100%;
	}

	.recipe-search-dish-list-chilled {
		display: block;
		position: absolute;
		opacity: 0;
		pointer-events: none;
		top: 0;
		-webkit-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
		padding-top: 10px;
	}

	.recipe-search-dish-list-chilled ul {
		background: #F6F5EE;
		padding: 10px 13px;
		position: relative;
	}

	.recipe-search-dish-list-chilled ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #F6F5EE;
    position: absolute;
    top: -10px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.recipe-search-dish-list-chilled li {
		display: inline-block;
		margin-right: 10px;
	}

	.recipe-search-dish-list-chilled li a {
		border-bottom: none;
		padding: 2px 10px 2px 0;
	}

	.recipe-search-dish-list-chilled li a::after {
		right: 0;
	}
}

/* レシピ一覧
-------------------------------------------　*/
.recipe-list {
	margin-bottom: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.recipe-list li {
	width: 48.5%;
	border: #DDD 1px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin-bottom: 25px;
}

.recipe-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding-bottom: 25px;
}

.recipe-list li a::before {
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	background: #EA3501;
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: block;
}

.recipe-list li a::after {
	content: "";
	display: block;
	position: absolute;
	right: 9px;
	bottom: 8px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

.recipe-list-box {
	display: block;
	height: 100%;
	width: 100%;
}

.recipe-list-box figure {
	margin: 0 0 10px;
}

.recipe-list-box figure img {
	display: block;
	width: 100%;
}

.recipe-list-box-text {
	padding: 0 10px;
}

@media only screen and (min-width: 960px) {
	.recipe-list {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.recipe-list li {
		width: 225px;
		margin-right: 20px;
		padding: 0;
	}

	.recipe-list li:nth-child(4n) {
		margin-right: 0;
	}
	
	.recipe-list li a {
		padding-bottom: 15px;
	}

	.recipe-list-box {
		padding: 10px;
	}

	.recipe-list-box-text {
		padding: 0;
	}
}

/* レシピをさがす
-------------------------------------------　*/
.recipe-search-list {
	margin-bottom: 3.5rem;
}

.recipe-search-list li {
	display: inline-block;
	margin-right: 1.5rem;
	line-height: 2;
}

.recipe-search-list li a::before {
	content: "＞";
	display: inline-block;
}

/* レシピ詳細
------------------------------------------- */
.recipe-detail-about-print-btn {
	display: none;
}

@media only screen and (min-width: 767px), only print and (max-width: 960px) {
	.recipe-detail-about-print-btn {
		display: block;
		text-align: right;
		margin-bottom: 2rem;
	}

	.recipe-detail-about-print-btn input {
		max-width: 300px;
		display: inline-block;
		transition: 300ms;
	}

	.recipe-detail-about-print-btn input:hover {
		opacity: 0.6;
	}
}

/* レシピ概要 */
.recipe-detail-about {
	margin-bottom: 3em;
}

.recipe-detail-about-pict {
	margin: 0 0 15px;
	padding: 0;
}

.recipe-detail-about-pict img {
	display: block;
	width: 100%;
}

.recipe-detail-about-text p {
	font-size: 1.6rem;
}

.recipe-detail-about-text > * + * {
	margin-top: 1.5em;
}

.recipe-detail-about-text-products {
	text-align: center;
}

.recipe-detail-about-text-products img {
	display: block;
	max-width: 50%;
	margin: 0 auto;
}
.recipe-detail-about-text-products figcaption {
	margin-top: 10px;
	font-size: 1.3rem;
	font-weight: bold;
}

.recipe-detail-about-text-products.double {
	max-width: 75%;
}
.recipe-detail-about-text-products.double .pht_left {
	float:left;
	width:40%;
	margin-left:20px;
}
.recipe-detail-about-text-products.double .pht_right {
	float:right;
	width:40%;
	margin-right:10px;
}
.recipe-detail-about-text-products.double img {
	display: block;
	max-width: 100%;
}
.recipe-detail-about-text-products.double figcaption {
	margin-top: 10px;
	font-size: 1.3rem;
	font-weight: bold;
}

@media only screen and (min-width: 640px), only print and (max-width: 960px) {
	.recipe-detail-about {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.recipe-detail-about-pict {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 450px;
		        flex: 1 1 450px;
	}

	.recipe-detail-about-text {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 400px;
		        flex: 1 1 400px;
		margin-left: 40px;
	}
	.recipe-detail-about-text-products figcaption {
		font-size: 1.8rem;
	}

}

/* レシピ説明 */
.recipe-detail-description {
	margin-bottom: 2rem;
}

@media only screen and (min-width: 767px), only print and (max-width: 960px) {
	.recipe-detail-description {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 50px;
	}
}

/* レシピ材料 */
.recipe-detail-description-material {
	margin-bottom: 40px;
}

.recipe-detail-description-material-list > div {
	padding: 10px;
	border-bottom: #DDD 1px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.recipe-detail-description-material-list dt,
.recipe-detail-description-material-list dd {
	font-size: 1.5rem;
}

.recipe-detail-description-material-list dt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-weight: bold;
}

.recipe-detail-description-material-list dd {
	color: #F03100;
	margin-left: 25px;
}

@media only screen and (min-width: 767px), only print and (max-width: 960px) {
	.recipe-detail-description-material {
		margin-bottom: 0;
		width:600px;
	}
}

/* レシピ作り方 */
.recipe-detail-description-make {
	margin-bottom: 40px;
}

.recipe-detail-description-make-list {
	counter-reset: number;
}

.recipe-detail-description-make-list li {
	padding-left: 4.5rem;
	min-height: 4rem;
	position: relative;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}

.recipe-detail-description-make-list li::before {
	counter-increment: number;
	content: counter(number);
	color: #F03100;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 3.5rem;
	position: absolute;
	left: 0;
	top: -2px;
	line-height: 1;
	display: block;
}

.recipe-return-btn {
	text-align: center;
}

.recipe-return-btn img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	transition: 300ms;
}

.recipe-return-btn input:hover {
	opacity: 0.6;
}

@media only screen and (min-width: 767px), only print and (max-width: 960px) {
	.recipe-detail-description-make {
		margin-bottom: 0;
		margin-left: 10%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 430px;
		        flex: 1 1 430px;
	}
	
}

/* ページャー */
.nav-page {
	padding: 10px 10px 5px;
	text-align: center;
}
.nav-page li {
	display: inline;
	font-size: 1.4rem;
	margin: 0 3px;
}
.nav-page li span {	
	-webkit-box-sizing: border-box;	
	        box-sizing: border-box;
	min-width: 40px;
	height: 40px;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid #EA3501;
	display: inline-block;
	color: #EA3501;
	text-decoration: none;
	vertical-align: middle;
	line-height: 40px;
}
.nav-page li a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 40px;
	height: 40px;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	color: #ccc;
	text-decoration: none;
	vertical-align: middle;
	line-height: 40px;
}
.nav-page li.nav-pagebtn a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 40px;
	height: 40px;
	margin-bottom: 5px;
	background: #EA3501;
	border: 1px solid #EA3501;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 40px;
}
.nav-page li a:hover {
	background: #EA3501;
	border-color: #EA3501;
	color: #fff;
}

.nav-page-detail {
	clear: both;
	padding: 10px 10px 5px;
	text-align: center;
}
.nav-page-detail a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 40px;
	margin-bottom: 5px;
	padding: 0 20px;
	background: #EA3501;
	border: 1px solid #EA3501;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 40px;
}
.nav-page-detail a:hover {
	background: #EA3501;
	border-color: #EA3501;
	color: #fff;
}

@media only print {
	.slicknav_menu,
	#cmn-header,
	.footer-cmn,
	.topic-path,
	h1.ttl-inner,
	.recipe-detail-about-print-btn,
	.recipe-return-btn {
		display: none;
	}
}

/* KIML Add 2019.4.17 */
.recipe-detail-description-material-list {
	margin-bottom: 20px;
}
.recipe-detail-description-material-list li {
	padding: 10px;
	border-bottom: #DDD 1px solid;
	font-size: 1.5rem;
}

.recipe-detail-description-material-list span {
	color: #F03100;
	text-align: right;
	display: inline-block;
	float: right;
}

/* KIML Add 2024.8.29 */
.for_sp {
	display:block;
}
@media only screen and (min-width: 767px), only print and (max-width: 960px) {
	.for_sp {
		display:none !important;
	}
}