@charset "utf-8";

.topCmt{
	margin: 10px 0;
	color: #515151;
}
#frameHealth{
	width:100%;
	min-height: 650px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url("../../health/img/bg_2.png") no-repeat right bottom, url("../../health/img/bg_1.png") no-repeat left top 65px;
}
#frameHealth li{
	width: 176px;
	height: 165px;
	text-align: center;
	background: url("../../health/img/bg_title.png") no-repeat center;
	color: #4b872a;
	font-size: 28px;
	line-height: 160px;
	font-weight: bold;
	text-shadow:#FFF 1px 1px, #FFF -1px 1px, #FFF 1px -1px, #FFF -1px -1px,	#FFF 1px 0px, #FFF -1px 0px, #FFF 0px -1px, #FFF 0px 1px,
				#FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px,
				#FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF 2px 1px; 
}

.frame1{
	width: 42%;
	float: left;
}
.frame1 img{
	max-width: 99%;
}
.frame2{
	margin-top: 70px;
	padding: 80px 80px 60px 80px;
	width: 56%;
	background: url("../../health/img/leaf_left.png") no-repeat left top, url("../../health/img/leaf_right.png") no-repeat right bottom;
	float: right;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frame2 .ttl{
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	color: #23991d;
}

.frame3{
	margin-top: -60px;
	width: 100%;
	height: 200px;
	position: relative;
}
.frame3 .box{
	position: absolute;
	bottom:	0;
	left: 0;
	padding: 10px 20px;
	width: 100%;
	height: 106px;
	background: #4d9045;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frame3 .box .card{
	margin-right: 20px;
	float: left;
}
.frame3 .box h3{
	font-size: 36px;
	text-shadow:#000 1px 1px, #000 -1px 1px, #000 1px -1px, #000 -1px -1px,	#000 1px 0px, #000 -1px 0px, #000 0px -1px, #000 0px 1px,
				#000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -2px -2px, #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 0px 2px,
				#000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 2px 1px;
}
.frame3 .box h3 span{
	margin-left: 1em;
	display: inline-block;
}
.frame3 .box h3 a{
	color: #FFF;
	text-decoration: none;
}
.frame3 .box h3 a:hover{
	color: #fff3b0;
}
.frame3 .box p{
	margin: 5px 0 0 10px;
	float: left;
}

.frame3 .box .btn{
	margin: 0 0 0 15px;
	background: #060;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: none;
	clear: both;
	display: inline-block;
}
.frame3 .box .btn a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
}

.frame3 .cmt{
	position: absolute;
	top: 0;
	right: 0;
	padding: 50px 175px 0 25px;
	width: 430px;
	height: 200px;
	color: #49443a;
	font-size: 13px;
	background: url("../../health/img/fukidashi.png") no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}
.frame3 .cmt img{
	max-width: 96%;
}

/*--------------------▽--------------------*/
@media screen and (max-width: 979px){
	.frame2{
		margin-top: 20px;
		padding: 80px 40px 60px 40px;
	}
	.frame3{
		height: 306px;
	}
}
@media screen and (max-width: 768px){
	#frameHealth{
		min-height: 500px;
		background: url("../../health/img/bg_2.png") no-repeat right top 180px, url("../../health/img/bg_1.png") no-repeat left top 65px;
		background-size: 60% auto, 60% auto;
	}
	.frame1,
	.frame2{
		width: 100%;
		float: none;
		text-align: center;
	}
	.frame2{
		padding: 40px 40px 60px 40px;
	}
	.frame3{
		margin-top: -20px;
	}
	.frame3 .box{
		position: absolute;
		bottom:auto;
		top: 199px;
		left: 0;
		height: auto;
		padding: 10px;
	}
	.frame3 .box .card{
		margin-right: 10px;
		max-width: 30%;
	}
	.frame3 .box h3{
		font-size: 28px;
	}
	.frame3 .box p{
		float: none;
	}
}
@media screen and (max-width: 620px){
	.frame2{
		padding: 80px 40px 60px 40px;
	}
	.frame3{
		margin-top: 0px;
		height: 340px;
	}
	.frame3 .box h3{
		font-size: 24px;
	}
}
@media screen and (max-width: 480px){
	.frame3{
		margin-top: 0px;
		height: 400px;
	}
	.frame3 .box{
		top: 230px;
	}
	.frame3 .cmt{
		padding: 50px 0 0 25px;
		width: 100%;
		height: 230px;
		background: url("../../health/img/fukidashi_only.png") no-repeat left top, url("../../health/img/fukidashi_illust.png") no-repeat right bottom;
		background-size: auto, 40% auto;
	}
	.frame3 .cmt .fukidashi{
		width: 225px;
	}
}
/*--------------------▲--------------------*/



/**************************************************************************************************************
マヌカ健康家族
***************************************************************************************************************/
#page_manuka h1{
	text-align: center;
}
#page_manuka .topBox{
	padding: 10px;
	text-align: center;
	font-size: 21px;
	background:#fff;
	border: 10px solid #9bbb59;
	box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
}
#page_manuka .topBox h1{
	font-size: 43px;
}
/*--------------------▽--------------------*/
@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
#page_manuka .topBox{
	font-size: 16px;
}
#page_manuka .topBox h1{
	font-size: 21px;
}
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}
/*--------------------▲--------------------*/


#page_manuka ul.list_benefits{
	margin: 20px 0;
	counter-reset:benefits;
	list-style:none;
	list-style-position:inside;
}
#page_manuka ul.list_benefits li{
	margin: 10px 10px 40px 10px;
	padding: 1em;
	background: #fffde8;
	box-shadow: 0 0 0 10px #fffde8;
	-moz-box-shadow: 0 0 0 10px #fffde8;
	-webkit-box-shadow: 0 0 0 10px #fffde8;
	-webkit-box-shadow: 0 0 0 10px #fffde8;
	border: dashed 2px #ffb03f;
	border-radius: 9px;
	counter-increment: benefits;
}
#page_manuka ul.list_benefits li:before{
	margin-right: 15px;
	padding: 30px 10px 40px 10px;
	line-height: 1;
	display: marker;
	content: "特典" counter(benefits) ;
	color: #4b872a;
	background: url("../../health/img/bg_title.png") no-repeat;
	background-size: 100% auto;
	font-size: 30px;
	font-weight: bold;
	text-shadow:#FFF 1px 1px, #FFF -1px 1px, #FFF 1px -1px, #FFF -1px -1px,	#FFF 1px 0px, #FFF -1px 0px, #FFF 0px -1px, #FFF 0px 1px,
				#FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px,
				#FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF 2px 1px;
	float: left;
}
#page_manuka ul.list_benefits li .txt{
	margin: 0;
	padding: 15px 20px 0 0;
	min-height: 80px;
	overflow: auto;
	zoom: 1;
}

#page_manuka ul.list_benefits li ol{
	margin-top: 1em;
	counter-reset:number;
	list-style:none;
	list-style-position:outside;
}
#page_manuka ul.list_benefits li ol li{
	margin: 0;
	padding: 0;
	line-height: 1.8;
	background: none;
	border: none;
	list-style-position:outside;
	counter-increment: number;
}
#page_manuka ul.list_benefits li ol li:before{
	padding: 0;
	content: counter(number) ".";
	background: none;
	font-size: 18px;
	font-weight: normal;
	text-shadow: none;
	color: #000;
	float: none;
}
#page_manuka ul.list_benefits li ol li p{
	margin-top: -1.8em;
	padding-left: 2em;
}
#page_manuka li img.screenEx{
	margin:0 10px 10px 10px;
	max-width: 50%;
	float: right;
}
#page_manuka .boxAdrs{
	margin: 30px auto;
	width: 600px;
}
#page_manuka .boxAdrs .shopname{
	margin-right: 20px;
	font-size: 28px;
	float: left;
}
#page_manuka .boxAdrs address{
	padding-top: 5px;
}
#page_manuka .boxAdrs address span{
	margin-right: 2em;
	display: inline-block;
}
#page_manuka .boxAdrs2{
	margin: 30px auto;
	text-align: center;
}
#page_manuka .boxAdrs2 .shopname{
	font-size: 28px;
}
/*--------------------▽--------------------*/
@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
	#page_manuka ul.list_benefits li{
		padding: 0.5em;
	}
	#page_manuka ul.list_benefits li:before{
		margin-right: 15px;
		padding: 28px 10px;
		font-size: 24px;
	}
	
	#page_manuka .boxAdrs,
	#page_manuka .boxAdrs2{
		width: 100%;
		text-align: center;
		font-size: 14px;
	}
	#page_manuka .boxAdrs .shopname,
	#page_manuka .boxAdrs2 .shopname{
		margin-right: 0px;
		font-size: 21px;
		float: none;
	}
}
@media screen and (max-width: 620px){
	#page_manuka li img.screenEx{
		margin:0 auto;
		width: auto;
		max-width: 100%;
		float: none;
	}
}
@media screen and (max-width: 480px){
}
/*--------------------▲--------------------*/


#page_manuka .article_title{
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
}
#page_manuka .manuka_list li{
	margin: 20px 0;
}

#page_manuka .areaImage{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#page_manuka .areaImage img{
	max-width: 100%;
	height: auto;
}

#page_manuka figure{
	width: 50%;
	margin-top: 50px;
	text-align: center;
}
/*--------------------▽--------------------*/
@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
#page_manuka figure{
	width: 100%;
}
}
/*--------------------▲--------------------*/
