@charset "utf-8";


.l-wrapper {
	position: relative;
}

.recipe__index-btn {
	display: inline-block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	padding: 1rem 1rem;
	font-size: 1.3rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	z-index: 10;
}


.l-box-1 {
	padding-top: 50px;
}
.l-box-2 {
}

.l-box-1__inner {
	position: relative;
}
.l-box-2__inner {
	padding: 3rem 0;
}


.recipe__pic-main {
	margin: 0 auto;
	text-align: center;
}
.recipe__pic-main img {
	display: block;
	width: 100%;
	height: auto;
}


.recipe__nav {
	position: relative;
}
.recipe__movie-link {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
	padding: 1.4rem 1.4rem;
	background: rgba(26, 11, 8, 0.8);
	font-size: 1.3rem;
	line-height: 1;
	text-align: center;
}


.recipe__list {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	list-style: none;
}
.recipe__list li {
	padding: 0.2rem;
}
.recipe__list img {
	display: block;
	width: 100%;
	height: auto;
}


.l-footer {
	padding: 0 0 4rem;
	text-align: center;
}
.recipe__index-link {
	display: inline-block;
	padding: 1rem 1rem;
	text-align: center;
	text-decoration: none;
}
.recipe__book__pic {
	display: inline-block;
	width: 60%;
	height: auto;
}
.recipe__book__caption {
	display: block;
	margin-top: 1rem;
	font-size: 1.3rem;
	line-height: 1;
}


@media screen and (min-width: 1100px) {

	.l-wrapper {
	}

	.recipe__index-btn {
		position: fixed;
	}

/*
	.recipe__nav {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: calc((100vh - 50vw * 0.75) - 50px);
		background-color: rgba(50, 50, 50, 0.7);
	}
*/
	.l-body {
		min-height: 100%;
		min-height: 100vh;
	}

	.l-box-1 {
		position: fixed;
		left: 0;
		top: 0;
		width: 50%;
		height: 100%;
		height: 100vh;
		overflow-y: auto;
	}
	.l-box-2 {
		width: 50%;
		margin-left: 50%;
		min-width: 460px;
	}

	.l-box-2__inner {
		padding: 8rem 0 5rem;
	}

	.recipe__pic-main {
/*		position: absolute;	*/
		width: 100%;
/*		height: calc(50vw * 0.75);	*/
/*		top: 50px;	*/
		margin: 0;
	}
	.recipe__pic-main img {
	}

	.l-recipes {
		display: none;
		position: absolute;
		width: 50%;
		bottom: 0;
	}
	.recipe__list {
		width: 100%;
/*		height: calc(100vh - 50vw * 0.75);	*/
	}
	.recipe__list li {
/*		height: calc(100vh - 50vw * 0.75);
		max-height: calc(50vw * 0.75 / 4);	*/
	}
	.recipe__list img {
/*		width: auto;
		height: 100%;	*/
	}

	.l-footer {
		display: none;
	}

}

/*
@media screen and (min-height: 600px) {

	.l-footer {
		position: fixed;
		height: calc((100vh - 50vw * 0.75) - 50px);
		left: 0;
		bottom: 0;
		width: 50%;
		padding: 2rem 0;

		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.recipe__book__pic {
		width: auto;
		height: calc(((100vh - 50vw * 0.75) - 50px - 2rem) / 2);
		max-height: 250px;
		min-height: 150px;
	}

}
*/