@charset "utf-8";

#wrapper{
	background:url(../common/images/bg.png) center top;
}


/* header */
header{
	padding:20px 0 30px;
}
header h1 img{
	width:460px;
}


/* article */
article{
}


/* section */
section{
}


/* .cont */
.cont{
}


/* #cont1 */
#cont1{
	width:1170px;
	margin:auto;
	padding:90px 50px 50px;
	background:url(../images/recipe/cont_bg.jpg)center top;
	position:relative;
}
#cont1:before{
	content:'';
	display:block;
	width:45px;
	padding-top:47px;
	background:url(../images/cm/cont1_pin.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	left:-8px;
	top:-8px;
}
#cont1:after{
	content:'';
	display:block;
	width:45px;
	padding-top:47px;
	background:url(../images/cm/cont1_pin.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	right:-8px;
	bottom:-8px;
}
#cont1 > img{
	width:650px;
	vertical-align:top;
	border-radius:10px;
}
#cont1 section:first-of-type{
	width:340px;
	display:inline-block;
	margin-left:40px;
	padding-top:20px;
	vertical-align:top;
}
#cont1 section:first-of-type img{
	width:115px;
}
#cont1 section:first-of-type p{
	margin-top:50px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:left;
	line-height:2.5;
}
#cont1 section:first-of-type a{
	display:inline-block;
	width:340px;
	line-height:52px;
	margin-top:60px;
	background:url(../images/top/link_bg.png)repeat-y center top;
	background-size:100% auto;
	font-size:16px;
	color:#fff;
	letter-spacing:0.2em;
	position:relative;
}
#cont1 section:first-of-type a:after{
	content:'▼';
	margin-left:15px;
	font-size:11px;
	color:#ccac5d;
	position:absolute;
}
#cont1 section:nth-of-type(n+2){
	width:978px;
	margin:auto;
	padding:90px 0 0;
}
#cont1 section h3{
	margin-bottom:20px;
	padding-bottom:40px;
	font-size:22px;
	text-align:left;
	letter-spacing:0.2em;
	background:url(../images/recipe/cont_line.png)repeat-x bottom left;
}
#cont1 section h3 span{
	font-size:16px;
}
#cont1 section ul{
	text-align:left;
}
#cont1 section ul li{
	display:inline-block;
	width:450px;
	margin-right:35px;
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:45px;
	text-align:left;
	border-bottom:1px solid #672a01;
}
#cont1 section ul li span{
	width:310px;
	display:inline-block;
	vertical-align:middle;
}
#cont1 section ol{
	text-align:left;
}
#cont1 section ol li{
	width:48%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:80px;
}
#cont1 section ol li p{
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:2.5;
}
#cont1 section ol li span{
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.8;
	display:block;
	margin-top:10px;
	padding-left:1em;
	text-indent:-1em;
}
#cont1 section ol li:nth-child(odd){
	margin-right:3%;
}
#cont1 section ol li h4{
	margin:0 0 20px 10px;
	font-size:24px;
	color:#ab2025;
	line-height:2.4;
	letter-spacing:0.15em;
	border-bottom:4px solid #ab2025;
	display:inline-block;
}


/* #cont2 */
#cont2{
	padding:100px 0 0;
}
#cont2 h2{
	margin-bottom:40px;
}
#cont2 h2 img{
	width:460px;
}


/* article > ul */
article > ul{
	background-image:none;
}




