@charset "utf-8";

/*=====================================================
1: base
2: layout
3: parts
4: objct
=====================================================*/

/*
===== 1: base ===========================*/
/*　早見表
8pt {font-size:77%;}
10pt {font-size:85%;}
14pt {font-size:116%;}
16pt {font-size:130%;}
20pt {font-size:163%;}
*/

body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, dt, dd, li, td, th, input, figure, pre{
	color: #444444;
	font-family: "游ゴシック体","Yu Gothic","YuGothic","メイリオ","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	font-size: 14px;
}

img {
	height: auto;
}

#wrap a:link {
	color: #286b2a;
}
#wrap a:visited {
	color: #254b26;
}
#wrap a:hover {
	color: #569800;
	text-decoration: underline;
}
#wrap a:active {
	color: #569800;
}

.pc_block{
	display: block ;
}
.sp_block{
	display: none;
}

@media screen and (max-width:767px){
	body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, dt, dd, li, td, th, input, figure, pre{
		font-size: 16px;
	}
	.pc_block{
		display: none !important;
	}
	.sp_block{
		display: block !important;
	}

}


/*
===== 2: layout ===========================*/
#PRODUCT_CONTAINER {
	background: none;
}

#HGROUP {
	min-height: 78px;
}


#wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 920px;
	font-size:116%;

}
#content_box {
	position: relative;
	background: url(/mori_kaori/res/image/common/bg_contents_line.png) repeat-x left bottom;
}

/* ヘッダーナビ */
#produt_nav {
	position: relative;
	z-index: 5;
	background: url(/mori_kaori/res/image/common/bg_contents_line.png) repeat left top;
	text-align: center;
	overflow: hidden;
}
#produt_nav .inner {
	max-width: 1000px;
	height: 66px;
	margin: 0 auto;
}
#produt_nav .logo {
	float: left;
	margin: 9px 0;
}
#produt_nav .logo img{
	max-width: 115px;
}

#produt_nav ul {
	float: right;
}

#produt_nav ul li {
	float: left;
	min-width: 120px;
	margin: 6px 0;
	box-sizing: border-box;
	border-right: dashed 1px #286B2A;
	padding:  0 14px;
}
#produt_nav ul li:first-child{
	border-left: dashed 1px #286B2A;
}
#produt_nav ul li a {
	display: block;
	font-weight: 600;
	color: #fff !important;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.25;
	padding: 5px 10px;
	border-radius: 4px;
	text-decoration: none !important;
}

#produt_nav ul li a:hover{
	background-color: #286B2A;
}

@media screen and (max-width:767px){

	#produt_nav {
		width: 100%;
		top: 0;
		z-index: 100000;
	}

	#produt_nav.menu_fixed{
		position: fixed;
	}

	#produt_nav .inner{
		padding:10px 0;
		margin: 0 20px;
		text-align: left;
		height: auto;
		z-index: 0;
	}

	#produt_nav ul{
		float: none;
		margin: 0;
	}

	.header_box{
		padding-bottom: 3px;
		overflow: hidden;
	}

	#produt_nav .logo{
		max-width: 93px;
		height: 40px;
		margin: 0;
	}

	#produt_nav .logo img{
		width: 100%;
	}

	#produt_nav ul{
		padding-top: 30px;
	}

	#produt_nav .menu_line{
		float: right;
		background-color: #286B2A;
		border-radius: 4px;
		width: 40px;
		height: 40px;
		box-shadow: 0px 3px 0px 0px #215622;
		position: relative;
	}

	#produt_nav .menu_line .line{
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		height: 3px;
		width: 20px;
		border-radius: 10px;
		background-color: #fff;
		transition: all .5s;
	}

	#produt_nav .menu_line .line:first-child{
		top: 12px;
	}

	#produt_nav .menu_line .line:nth-child(2){
		top: 19px;
	}

	#produt_nav .menu_line .line:last-child{
		top: 26px;
	}

	#produt_nav .menu_line.open_menu .line:first-child{
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		top: 0;
	}

	#produt_nav .menu_line.open_menu .line:nth-child(2){
		opacity: 0;
	}

	#produt_nav .menu_line.open_menu .line:last-child{
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
		top: 40px;
	}


	#produt_nav ul li{
		width: 100%;
		border: none !important;
		background-color: #EBF4E0;
		border-radius: 4px;
		padding: 0;
		position: relative;
	}

	#produt_nav ul li a::after{
		content: '▶︎';
		position: absolute;
		right: 10px;
		top: auto;
		bottom: auto;
		z-index: 1;
	}

	#produt_nav ul li a{
		display: block;
		padding: 10px 20px;
		color: #286B2A !important;
	}

	#produt_nav ul li a:hover{
		background-color: #EBF4E0;
	}


}



/* コンテンツ領域 */
#contents {
	padding-bottom: 120px;
	background: url(/mori_kaori/res/image/common/bg_contents.png) left top;
	text-align: center;
	line-height: 1.75;
}
#contents .inner_block {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 2px;
	text-align: left;
}

#wrap .section {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 25px 60px;
	text-align: left;
	background-color: #fff;
	border-radius: 10px;
}

@media screen and (max-width:767px){
	#CONTAINER img{
		width: 100%;
		height: auto;
	}
	

	#contents .inner_block {
		width: 100% !important;
	}
	
	#wrap .section {
		width: 100%;
		padding: 40px 20px;
		box-sizing: border-box;
	}

	#wrap {
		min-width: auto;
	}

	#contents{
		padding: 0 10px 80px 10px;
		box-sizing: border-box;
	}

}


/* フッター */
#produt_footer {
	text-align: center;
}
#produt_footer .inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 13px;
	box-sizing: border-box;
}
#produt_footer .btn_pagetop {
	width: 150px;
	margin: 0 0 0 auto;
}

#produt_footer .btn_pagetop a{
	background-color: #286B2A;
	box-shadow: 0px 3px 0px 0px #215622;
}

#produt_footer .btn_pagetop{
	font-size: 13px;
}

#produt_footer .btn_pagetop a::after{
	content: '▲';}

#produt_footer .btn_pagetop a:hover{
	background-color: #74b027;
	box-shadow: 0px 3px 0px 0px #508122;
}


/* 共通ボタンCSS */
.btn a { /*地が濃い緑*/
	display: block;
	background-color: #4f893f;
	border-radius: 4px;
	padding: 13px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 3px 0px 0px #356a28;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
	position: relative;
}
.btn a::after{
	content: '▶︎';
	position: absolute;
	font-size: 11px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 17px;
	width: 11px;
}

.btn a:hover{
	background-color: #74b027;
	box-shadow: 0px 3px 0px 0px #508122;
}


.btn_02{ /*地が薄い緑*/
	margin-top: 20px;
}

.btn_02 a {
	display: block;
	background-color: #ebf4e0;
	border-radius: 4px;
	padding: 13px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 3px 0px 0px #b0d385;
	color: #356a28;
	font-weight: 600;
	text-decoration: none !important;;
	position: relative;
}
.btn_02 a::after{
	content: '▶︎';
	position: absolute;
	font-size: 11px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 17px;
	width: 11px;
}
.btn_02 a:hover{
	color: #4F8A3F !important;
}

@media screen and (max-width:767px){
	#produt_footer .btn_pagetop{
		margin: 0 10px 0 auto;
	}

	#info_area .pkg_img img{
		width: auto;
	}
}

/*
===== 3: parts ===========================*/

#contents .icn_blank {
	padding-left: 22px;
	background: url(/mori_kaori/res/image/common/icn_blank.png) no-repeat left center;
}


/*タイトル系*/
.ttl_main { /*TOPh2、第二階層以下h1*/
	padding: 60px 0;
	font-size: 36px;
	color: #286B2A;
	font-weight: 600;
}

.ttl_yg{ /*h2*/
	padding: 15px 0;
	font-size:24px;
	line-height:1.5;
	font-weight:700;
	color:#ffffff;
	text-align:center;
	background-color: #6DA837;
	border-radius: 5px;
}

.ttl_pg {/*h3*/
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    width: 100%;
    background-color: #EBF4E0;
    border-radius: 5px;
    padding: 18px 30px;
    color: #286B2A;
    box-sizing: border-box;
}

.ttl_bg {/*h4*/
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: #286B2A;
	margin-bottom: 30px;
	text-align: left;
}
@media screen and (max-width:767px){

	.ttl_main{
		font-size: 24px !important;
		padding-bottom: 30px !important;
	}

	.ttl_yg{
		font-size: 20px !important;
		text-align: left;
		padding: 15px;
	}

	.ttl_pg,.ttl_bg{
		font-size: 18px !important;
		margin-bottom: 20px;
	}

}

.txt{
	line-height: 27px !important;
}







/*
===== 4: objct ===========================*/
/* line */
#wrap .line-left {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: url(/mori_kaori/res/image/common/bg_contents_line.png) 0 0;
}
#wrap .line-right {
	position: absolute;
	z-index: 95;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: url(/mori_kaori/res/image/common/bg_contents_line.png) 0 0;
}

/* leaf */
#wrap .leaf_left, #wrap .leaf_right {
	display: none;
	position: absolute;
	top: 0;
	width: 230px;
	height: 250px;
}
#wrap .leaf_left {
	left: 10px;
	background: url(/mori_kaori/res/image/common/img_leaf_left.png) no-repeat 0 0;
}
#wrap .leaf_right {
	right: 10px;
	background: url(/mori_kaori/res/image/common/img_leaf_right.png) no-repeat 0 0;
}

#wrap .leaf_left.stop {
	left: 50%;
	margin-left: -640px;
}
#wrap .leaf_right.stop {
	right: 50%;
	margin-right: -640px;
}
@media screen and (max-width:767px){
	#wrap .leaf_left, #wrap .leaf_right {
		display: none;
		position: absolute;
		top: 30%;
		width: 90px;
		height: 100px;
	}
	#wrap .leaf_left {
		left: 0;
		background: url(/mori_kaori/res/image/common/img_leaf_left.png) no-repeat 0 0;
		background-size: cover;
	}
	#wrap .leaf_right {
		right: 0;
		background: url(/mori_kaori/res/image/common/img_leaf_right.png) no-repeat 0 0;
		background-size: cover;
	}
	
	#wrap .leaf_left.stop {
		left: 0%;
		margin-left: -0;
	}
	#wrap .leaf_right.stop {
		right: 0%;
		margin-right: -0;
	}
}