@charset "utf-8";
html,body{margin:0;}
article{
	margin-bottom:0;
	padding-bottom:60px;
	min-width:1012px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
 	font-size:15px;
	line-height:1.6;
	text-align:center;
	color:#4f4f4f;
	background-color:#fce9f1;
}
.maru_gothic{
	font-family: heisei-maru-gothic-std, sans-serif;
}
a{
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
a:hover{
	opacity: 0.8;
}
a .l_img{
	width:162px;
}

a .s_img{
	width:106px;
}
.only_smart,
.only_smart_i{
	display:none !important;
}

article img{
	max-width:100%;
}
article ul{
	margin:0;
	padding:0;
}
article ul li{
	list-style:none;
}
article h1{
	margin:0;
	padding:0;
}
article h1 img{
	vertical-align:bottom;
}
article h1 + p{
	padding:30px 80px;
	font-size:20px;
	font-family: heisei-maru-gothic-std, sans-serif;
	line-height:1.5;
	color:#5a3900;
	display:inline-block;
	background:
		url(../images/pr_left.png)no-repeat left center,
		url(../images/pr_right.png)no-repeat right center;
}
article > div{
	width:800px;
	margin:auto;
	padding:20px 0 25px;
	background:#fdfbed;
	border-radius:20px;
}


/* #mv */
#mv{
	padding-top:10px;
	background:url(../images/mv_bg.png)no-repeat center top;
}
#mv h2{
	font-size:25px;
	font-weight:normal;
	color:#ff417a;
}


/* .cont */
.cont{
	width:95%;
	margin:40px auto;
	padding:20px 0 10px;
	border:1px solid;
	position:relative;
	z-index:0;
	border-radius:20px;
}
.cont:before{
	content:'';
	width:calc(100% + 8px);
	height:calc(100% + 8px);
	border:2px solid;
	position:absolute;
	top:-6px;
	left:-6px;
	z-index:-1;
	border-radius:24px;
}
.cont h2{
	margin-bottom:10px;
	font-size:25px;
	font-weight:normal;
	color:#ff417a;
}
.cont ul.recipe li{
	margin:15px 6px;
	display:inline-block;
	vertical-align:top;
}
.cont ul.recipe li a{
	display:block;
}
.cont ul.recipe li a figure{
	margin:0;
	position:relative;
}
.cont ul.recipe li a figure > img{
	vertical-align:bottom;
}
.cont ul.recipe li a figure:after{
	content:'';
	display:block;
	width:120px;
	height:36px;
	background:url(../images/btn.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	right:10px;
	bottom:10px;
}
.cont ul.recipe li a figure figcaption{
	width:100%;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 3px #666;
	position:absolute;
	top:15px;
	left:10px;
	padding-left:30px;
	text-indent:-30px;
	line-height:1.2;
}
.cont ul.recipe li a figure figcaption.color{
	color:#a84024;
	text-shadow:1px 1px 3px #fff;
}
.cont ul.recipe li a figure figcaption img{
	width:25px;
	margin-right:5px;
	vertical-align:middle;
	display:inline-block;
}
.cont ul.recipe li a figure figcaption span{
	margin-left:20px;
}



/* #cont1 */
#cont1 {
	padding:0;
	border-color:#fcb928;
	background:url(../images/cont1_bg.png)no-repeat center bottom;
}
#cont1:before {
	content:'';
	border-color:#fcb928;
}
#cont1 dl {
	margin-bottom:40px;
}
#cont1 dl dt {
	padding:0 100px;
	font-size:20px;
	font-family: heisei-maru-gothic-std, sans-serif;
	color:#e63261;
	display:inline-block;
	line-height:77px;
	background:
		url(../images/cont1_tit_left.png)no-repeat left center,
		url(../images/cont1_tit_right.png)no-repeat right center;
	background-size:90px auto;
}
#cont1 dl dd {
	width:160px;
	margin:0 10px -5px;
	display:inline-block;
	vertical-align:top;
}
#cont1 dl dd:nth-of-type(3) {
	margin-right:60px;
}
#cont1 dl dd:nth-of-type(4) {
	margin-left:60px;
}
#cont1 ul li{
	width:138px;
	margin:0 1px;
	display:inline-block;
	vertical-align:top;
}
#cont1 ul + p{
	margin-top:5px;
	font-family: heisei-maru-gothic-std, sans-serif;
	color:#a54a00;
}


/* #cont2 */
#cont2 {
	border-color:#f589ad;
	background:url(../images/cont2_bg.png)no-repeat center top;
}
#cont2:before {
	content:'';
	border-color:#f589ad;
}
#cont2 h2 {
	padding:0 50px;
	display:inline-block;
	background:
		url(../images/cont2_tit.png)no-repeat left center,
		url(../images/cont2_tit.png)no-repeat right center;
}


/* #cont3 */
#cont3 {
	border-color:#f589ad;
	background:url(../images/cont3_bg.png)no-repeat center top;
}
#cont3:before {
	content:'';
	border-color:#f589ad;
}
#cont3 h2 {
	padding:0 50px;
	display:inline-block;
	background:
		url(../images/cont3_tit_left.png)no-repeat left center,
		url(../images/cont3_tit_right.png)no-repeat right center;
}


/* #cont4 */
#cont4 {
	border-color:#6b8c15;
	background:url(../images/cont4_bg.png)no-repeat center top;
}
#cont4:before {
	content:'';
	border-color:#6b8c15;
}


/* #cont5 */
#cont5 {
	border-color:#fb6088;
	background:url(../images/cont5_bg.png)no-repeat center top;
}
#cont5:before {
	content:'';
	border-color:#fb6088;
}
#cont5 h2 {
	padding:0 50px;
	display:inline-block;
	background:
		url(../images/cont5_tit.png)no-repeat left center,
		url(../images/cont5_tit.png)no-repeat right center;
}


/* #cont6 */
#cont6 {
	border-color:#5d7735;
	background:url(../images/cont6_bg.png)no-repeat center top;
}
#cont6:before {
	content:'';
	border-color:#5d7735;
}
#cont6 h2 {
	padding:0 80px;
	display:inline-block;
	background:
		url(../images/cont6_tit_left.png)no-repeat left center,
		url(../images/cont6_tit_right.png)no-repeat right center;
}


/* #cont7 */
#cont7 {
	border-color:#fff716;
	background:url(../images/cont7_bg.png)no-repeat center top;
}
#cont7:before {
	content:'';
	border-color:#95c846;
}
#cont7 h2 {
	padding:0 80px;
	display:inline-block;
	background:
		url(../images/cont7_tit_left.png)no-repeat left center,
		url(../images/cont7_tit_right.png)no-repeat right center;
}


/* #cont8 */
#cont8 {
	margin-bottom:0;
	padding-bottom:30px;
	border-color:#0fa9a7;
}
#cont8:before {
	content:'';
	border-color:#0fa9a7;
}
#cont8 h2 {
	color:#0fa9a7;
}
#cont8 h2 + p {
	width:560px;
	display:inline-block;
	text-align:left;
	color:#6e3006;
}
#cont8 h3 {
	margin-bottom:10px;
	font-size:20px;
	color:#e63261;
}
#cont8 h3 img {
	margin-right:10px;
	vertical-align:middle;
}
#cont8 table {
	width:650px;
	margin:auto;
	border-collapse: collapse;
	background-color:#fff;
}
#cont8 table th,
#cont8 table td {
	padding:5px 0;
	border:1px solid #dfdfdf;
}
#cont8 table tr:first-child th{
	background-color:#c5f3f5;
	border-bottom:none;
	border-top:1px solid #67babe;
}
#cont8 table tr th:first-child{
	width:85px;
	border-left:1px solid #67babe;
}
#cont8 table tr th:last-child,
#cont8 table tr td{
	border-right:1px solid #67babe;
}
#cont8 table tr td{
	text-align:left;
	padding:5px 10px;
}
#cont8 table tr:last-child th,
#cont8 table tr:last-child td{
	border-bottom:1px solid #67babe;
}
#cont8 h4{
	margin:40px 0 10px;
	font-size:18px;
	color:#99794c;
}
