@charset "UTF-8";
/* CSS Document */

.h2_title {
	background: url("../img/bg_title.png") no-repeat;
	background-size: cover;
	background-position: center;
	text-align: right;
}

@media screen and (max-width: 980px) {
	.h2_title {
		background-position: center;
		background-size: cover;
		height: 230px;
	}
	.h2_title img {
		height: 230px;
	}
}


@media screen and (max-width: 450px) {
	.h2_title {
		background-position: center;
		background-size: cover;
		height: 180px;
	}
	.h2_title img {
		height: 180px;
	}
}

.recipe_list {
	margin-bottom: 4em;
}
.recipe_list figure {
	width: 60%;
	position: relative;
}
.recipe_list figcaption {
	width: 40%;
	box-sizing: border-box;
	padding: 4em 5% 3em;
}
.recipe_list figcaption p {
	line-height: 2.2em;
	font-size: 105%;
}
#recipe01 figure .cracker {
	position: absolute;
	bottom: -30px;
	right: -30px;
}
#recipe01 figcaption {
	background: url("../img/img_recipe01_3.png") no-repeat bottom right;
}

#recipe02 figure .ice {
	position: absolute;
	bottom: 20px;
	left: -40px;
}

#recipe03 figure .soda {
	position: absolute;
	top: 0;
	right: -20px;
}
#recipe04 figure .beef {
	position: absolute;
	bottom: 0;
	left: -40px;
}


.h4_recipe {
	color: #290078;
	font-size: 160%;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

.video {
	max-width: 750px;
	margin: 30px auto;
}

@media screen and (max-width: 780px) {
	.recipe_list figure,
	.recipe_list figcaption {
		width: 100%;
		float: none;
		display: block;
		padding-top: 1em;
	}
	
	#recipe01 figure .cracker {
		width: 150px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	#recipe02 figure .ice {
		width: 130px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	#recipe03 figure .soda {
		width: 130px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	#recipe04 figure .beef {
		width: 150px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	.video iframe {
		height: 230px;
	}
}

