@charset "utf-8";

/* recipe */

.recipe-content {
	position: relative;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}
.recipe__title {
	margin: 0 auto 2rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.recipe__title__sub {
	display: block;
	margin: 0 auto 0.4rem;
	font-size: 1.4rem;
}
.recipe__lead {
	margin: 0 auto 2rem;
	font-size: 1.5rem;
	line-height: 1.7;
	text-align: left;
}
.recipe__model {
	margin: 8rem auto 0;
}
.recipe__model__name {
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
}
.recipe__model__pic {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.recipe__ingredients {
	margin: 3rem auto 5rem;
}
.recipe__ingredients h2 {
	margin: 0 auto 1rem;
	padding: 0;
	background: transparent;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}
.recipe__ingredients h2 .sub {
	font-weight: normal;
}
.recipe__ingredients h3 {
	margin: 1rem auto;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
}
.recipe__ingredients dl,
.recipe__ingredients dt,
.recipe__ingredients dd {
	box-sizing: border-box;
}
.recipe__ingredients dl {
	border-bottom: 1px solid #999;
}
.recipe__ingredients dt,
.recipe__ingredients dd {
	margin: 0;
	padding: 8px 10px 8px 10px;
	border-top: 1px solid #999;
	font-size: 1.4rem;
	line-height: 1.4;
}
.recipe__ingredients dt {
	clear: both;
	float: left;
	width: 50%;
}
.recipe__ingredients dd {
	float: left;
	width: 50%;
	text-align: right;
}
.recipe__ingredients dl:after {
	content: '';
	display: block;
	clear: both;
}

.recipe__prosess h3 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
}
.recipe__prosess ul,
.recipe__prosess ol {
	margin: 2rem 0 4rem 2rem;
}
.recipe__prosess li {
	margin: 1rem auto;
	font-size: 1.4rem;
	line-height: 1.8;
}

.recipe__tips {
	margin: 0;
/*	padding: 0.5rem 1rem;	*/
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
/*	background: rgba(255, 255, 255, 0.1);	*/
}
.recipe__tips ul {
	margin: 0 0 0 2rem;
}
.recipe__tips li {
	margin: 1rem auto;
	font-size: 1.3rem;
	line-height: 1.6;
}

.recipe__temp {
	display: inline-block;
	margin: 0 0.5rem;
	padding: 0.1rem 0.5rem;
	background: #666;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 1px #000;
}
.recipe__temp.temp1 {
	background: #b81c22;
}
.recipe__temp.temp2 {
	background: #d45315;
}
.recipe__temp.temp3 {
	background: #d87D06;
}
.recipe__temp.temp4 {
	background: #dda300;
}
.recipe__temp.temp5 {
	background: #e0c000;
}


@media only screen and (max-width: 480px) {

	.recipe-content {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.recipe__ingredients {
		width: 100%;
	}
}


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