@charset "utf-8";

#wrapper{
	background:url(../common/images/bg.png) center top;
}


/* header */
header{
	padding:20px 0 130px;
}
header.spring{
	padding-bottom:40px;
}
header.father_mother{
	padding-bottom:55px;
}
header section h1 img{
	width:392px;
}
header section .banner{
	margin:40px 0 -30px;
	display:inline-block;
}
header section ul{
	width:1084px;
	margin:50px auto 85px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-contet: space-between;
	justify-content: space-between;
}
header.father_mother section ul{
	margin-bottom:0;
}
header section section{
	width:730px;
	margin:auto;
	padding:20px 10px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:left;
	border-top:2px dashed #672a01;
	border-bottom:2px dashed #672a01;
	overflow:hidden;
}
header section section img{
	width:136px;
	float:right;
}
header section section h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
header section section p{
	font-size:16px;
	line-height:1.6;
}


/* #top_banner */
#top_banner{
	width:auto;
	height:auto;
	margin:60px 0;
	background-image:none;
	display:block;
}
#top_banner li{
	width:361px;
	margin: 0 18px;
	display:inline-block;
	vertical-align:top;
}
#top_banner li a{
	margin:0;
}


/* article */
article{
	font-family: 'Noto Sans JP', sans-serif;
}


/* section */
section{
}
section a.underline{
	border-bottom:1px solid;
	color:#aa0106;
}



/* .cont */
#cont1,
#cont4{
	padding-bottom:160px;
}
.cont h2{
	margin-bottom:30px;
}
.cont > img{
	vertical-align:middle;
}
.cont > p{
	display:inline-block;
	vertical-align:middle;
	margin-left:25px;
	font-size:18px;
	text-align:left;
	line-height:2.1;
	letter-spacing:0.18em;
}
.cont > p span{
	display:block;
	font-weight:bold;
}
.cont > ul{
	margin:70px 0 0;
}
.cont > ul li{
	display:inline-block;
	position:relative;
	margin:0 12px;
	cursor:pointer;
}
.cont > ul li:hover{
	opacity:0.7;
}
.cont > ul li figure figcaption{
	margin-bottom:20px;
	font-size:18px;
}
#cont1 > ul li.active figure figcaption{
	color:#003c74;
}
#cont2 > ul li.active figure figcaption{
	color:#6f8807;
}
#cont3 > ul li.active figure figcaption{
	color:#858807;
}
#cont4 > ul li.active figure figcaption{
	color:#5a6d00;
}
#cont5 > ul li.active figure figcaption{
	color:#c71c00;
}
#cont6 > ul li.active figure figcaption{
	color:#16667f;
}

.cont > ul li.active:after{
	content:'';
	display:block;
	width:18px;
	height:18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:50%;
	top:106%;
	margin-left:-9px;
}
#cont1 > ul li.active:after{
	border-right:4px solid #003c74;
	border-bottom:4px solid #003c74;
}
#cont2 > ul li.active:after{
	border-right:4px solid #6f8807;
	border-bottom:4px solid #6f8807;
}
#cont3 > ul li.active:after{
	border-right:4px solid #6f8807;
	border-bottom:4px solid #6f8807;
}
#cont4 > ul li.active:after{
	border-right:4px solid #98b800;
	border-bottom:4px solid #98b800;
}
#cont5 > ul li.active:after{
	border-right:4px solid #f58572;
	border-bottom:4px solid #f58572;
}
#cont6 > ul li.active:after{
	border-right:4px solid #6fadc0;
	border-bottom:4px solid #6fadc0;
}


.cont > div{
	width:1170px;
	margin:50px auto 0;
	padding:90px 50px 120px;
	background:url(../images/recipe/cont_bg.jpg)center top;
	background-size:cover;
	position:relative;
}
.cont > div: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;
}
.cont > div: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;
}
.cont > div > section{
	display:none;
}
.cont > div > section.active{
	display:block;
}
.cont > div > section > img{
	width:650px;
	margin-bottom:60px;
	vertical-align:top;
	border-radius:10px;
}
.cont > div > section section:first-of-type{
	width:340px;
	display:inline-block;
	margin-left:40px;
	padding-top:70px;
	vertical-align:top;
}
.cont > div > section section.no_padding{
	padding-top:0;
}
.cont > div > section section:first-of-type h3{
	font-size:30px;
	font-weight:normal;
	text-align:left;
}
.cont > div > section section:first-of-type p{
	margin-top:45px;
	text-align:left;
	line-height:2.5;
}
.cont > div > section section:first-of-type p.bold{
	font-weight:bold;
}
.cont > div > section section:nth-of-type(n+2){
	width:978px;
	margin:auto;
	padding:40px 0 20px;
}
.cont > div > section section h4{
	margin-bottom:20px;
	padding-bottom:40px;
	font-size:22px;
	font-weight:normal;
	text-align:left;
	letter-spacing:0.2em;
	background:url(../images/recipe/cont_line.png)repeat-x bottom left;
}
.cont > div > section section h4 span{
	font-size:16px;
}
.cont > div section ul{
	text-align:left;
	overflow:hidden;
}
.cont > div section .second{
	margin-top:40px;
}
.cont > div section ul li{
	width:450px;
	margin-right:35px;
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	height:48px;
	padding-top:10px;
	line-height:1.5;
	text-align:left;
	border-bottom:1px solid #672a01;
	float:left;
}
.cont > div section ul.no_border li{
	width:auto;
	margin-right:0;
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	height:48px;
	padding-top:10px;
	line-height:1.5;
	text-align:left;
	border-bottom:none;
	float:none;
}
.cont > div section ul.no_border li span{
	margin-right:0.5em;
	color:#b2a499;
}

.cont > div section ul li.d_line{
	height:96px;
	padding-top:0;
}
.cont > div section ul li.t_line{
	height:144px;
	padding-top:0;
}
.cont > div section ul li.t_line.long{
	height:166px;
}
.cont > div section ul li.f_line{
	height:244px;
	padding-top:0;
	border-bottom:none;
}
.cont > div section ul li.f_line.short{
	height:192px;
}
.cont > div section ul li.f_line ul li{
	border-bottom:1px solid #672a01 !important;
}
.cont > div section ul li.double{
	height:70px;
}
.cont > div section ul li.triple{
	height:100px;
}
.cont > div section ul li.fourfold{
	height:130px;
}
.cont > div section ul li span{
	width:315px;
	display:inline-block;
	vertical-align:top;
}
.cont > div section ul li span a{
	color:#aa0106;
}
.cont > div section ul li span:last-child{
	width:auto;
}
.cont > div section ul li ul{
	padding-left:50px;
	position:relative;
}
.cont > div section ul li ul:before{
	content:'A';
	display:block;
	width:30px;
	line-height:28px;
	text-align:center;
	border:1px solid #672a01;
	border-radius:50%;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	margin-top:-14px;
}
.cont > div section ul li ul.b:before{
	content:'B';
	display:block;
	width:30px;
	line-height:28px;
	text-align:center;
	border:1px solid #672a01;
	border-radius:50%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-14px;
}
.cont > div section ul li ul li:last-child{
	border-bottom:none;
}
.cont > div section ul li ul li span{
	width:270px;
}
.cont > div section p{
	text-align:left;
}
.cont section ol{
	text-align:left;
}
.cont > div section ol li{
	width:48%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:50px;
}
.cont > div section ol li p{
	font-size:18px;
	line-height:2.5;
}
.cont > div section ol li span{
	font-size:18px;
	line-height:1.8;
	display:block;
	margin-top:10px;
	padding-left:1em;
	text-indent:-1em;
}
.cont > div section ol li:nth-child(odd){
	margin-right:3%;
}
.cont > div section ol li h5{
	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;
}
.cont > div section h4 + p{
	margin-top:40px;
	font-size:18px;
	line-height:2.5;
	text-align:left;
}




/* article > ul */
article > ul{
	background-image:none;
}




