@charset 'utf-8';
/*****▼▼ヘッダー▼▼*****/
@media screen and (min-width : 835px) {
	.header01_bg {
		position:fixed;
		top:0;
	}
}

.header01_bg {
	width:100%;
	line-height:100%;
	margin:0;
	padding:0;
	background: rgba(255,255,255,0.90);
	background:#f2f3ed;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
	z-index:2!important;
}
.header01 {
	width:96%;
	height:80px;
	margin:0px auto 0px auto;
	padding:10px 0 0 0;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
	box-sizing:border-box;
}
@media screen and (min-width : 1613px) {
	.header01 {
		width:80%;
	}
}
@media screen and (max-width : 1290px) {
	.header01 {
		width:98%;
	}
}
.header01Left {
	width:330px;
	background:#;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
}
.header01Logo {
	width:100%;
}
.header01Logo img {
	width:100%;
}

.header01Right {
	width:calc(100% - 330px);
}
.header01Search {
	width:200px!important;
	margin:0px 0 0px 0!important;
	padding:0 0 0 15px;
}
.header01Search_sp {
	width:94%;
	margin:20px auto;
}

@media screen and (max-width : 1080px) {
	.header01Search {
		display:none!important;
	}
	.header01Search_sp {
		width:94%;
		margin:20px auto;
	}
}

@media screen and (min-width : 1080px) {
	.header01Search_sp {
		display:none;
	}
}

@media screen and (max-width : 834px) {
	.header01_bg {
		position:static;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
		height:auto;
		padding:10px 0 15px;
		z-index:100!important;
	}
	.header01 {
		height:auto;
	}

	.header01Left {
		width:100%;
		background:#;
		flex-wrap:wrap;
		display:flex;
		align-items:center;
	}
	
	
	.header01Logo {
		width:65%;
		padding-left:5%;
		box-sizing:border-box;
	}
	.spNavBg {
		width:35%;
		text-align:right;
	}
	.header01Right {
		display:none;
	}
}
/*****▽▽ヘッダーカテゴリーナビ▽▽*****/
.header_categoryNav_bg {
	width:100%;
	line-height:100%;
	padding:0px 0 0px 0;
	margin:0px 0 10px 0;
	background:# ;
	display:block;
}
.header_categoryNav {
	width:100%;
	margin:0px 0 0px 0px;
	padding:0px 0px 0px 0;
	font-size:14.0px;
	background:#;
}
ul.megamenu {
	margin: 0;
	padding:0;
	list-style: none;
	z-index:100;
	display:table;
	float:right;
	background:#;
}
ul.megamenu li {
	text-align: center;
	font-size: 16px;
	line-height:100%;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:1.0px;
	box-sizing:border-box;
	flex:1 0 auto;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	padding-right:10px;
}
ul.megamenu li a {
	color:#485906;
}

ul.megamenu li span {
	font-size: 12px;
	line-height:100%;
}

/********子カテゴリー********/

ul.megamenu li .megamenu-inbox {
	position:relative;
	z-index: 999!important;
}
ul.megamenu div.mm-item-content {
	background: #fff;
	padding: 0px;
	position:relative;
	border: 1px solid #c8cdb4;
	border-bottom:none;
	z-index: 1000!important;
	width:150px;
	box-sizing:border-box;
}
ul.megamenu div.mm-item-content_w {
	background:;
	padding: 0px;
	position:relative;
	margin:0!important;
	border: 1px solid #c8cdb4;
	border-bottom:none;
	border-right:none;
	z-index: 1000000!important;
	width:450px;
	box-sizing:border-box;
}
.mm-content-base {
	background: #fff;
	width:100%;
	position: relative;
	z-index: 11;
	padding: 0px 0px 0px 0px;
}
.mm-content-base_w {
	background: #fff;
	width:224px;
	position: relative;
	z-index: 11;
	padding: 0;
	box-sizing:border-box;
	float:left!important;
}
.linkArea_link {
	line-height:150%;
	border-bottom:1px solid #c8cdb4;
	border-right: 1px solid #c8cdb4;
	padding:0px 0px 0px 10px;
	display:block;
	text-align:left;
}

.linkArea_link a {
	display:block;
	color:#000;
	padding:10px 0px 8px 10px;
}
.linkArea_link a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.borderRightNone {
	border-right:none;
}
.borderBottomNone {
	border-bottom:none;
}
/********▼▼孫▼▼********/
.linkArea_link_wG {
	line-height:150%;
	border-bottom:1px dotted #999;
	padding:0px 0px 0px 10px;
	display:block;
	text-align:left;
}

.linkArea_link_wG a {
	display:block;
	color:#000;
	padding:10px 0px 8px 10px;
}
.linkArea_link_wG a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
ul.megamenu li .megamenu-inbox .megamenu-inbox_G {
	width:240px;
}


/******************************************/
/* OFF */
ul.megamenu li .megamenu-inbox .megamenu-inbox_G,
ul.megamenu li .megamenu-inbox {
	display: none;
}

/* ON */
ul.megamenu li:hover .megamenu-inbox {
	display: block;
	margin:-2px 0 0 10px!important;
	position: absolute;
	z-index: 100!important;
}
ul.megamenu li .megamenu-inbox div.linkArea_link_wG:hover .megamenu-inbox_G {
	display: block;
	margin:-20px 0 0 50px!important;
	position: absolute;
	z-index: 100!important;
}

@media screen and (max-width : 834px) {
	.header_categoryNav_bg {
		margin:10px 0 20px 0;
	}
	.header_categoryNav ul {
		margin:0 auto;
		padding:0px 0px 0px 0px;
		line-height:100%;
		letter-spacing:1.0px;
	}
	.header_categoryNav ul li a {
		border-bottom:1px solid #ccc!important;
		padding:15px 10px 15px 10px;
		font-size:18px;
	}

}
.header01Infomation {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}

.header01InfomationTel {
	font-size:25px!important;
	margin-right:30px;
	color:#485906;
}
.header01InfomationTel img {
	width:15px;
	margin:0 5px 0 0;
}

@media screen and (max-width : 834px) {
	.header01Infomation {
		text-align:center;
		margin:0 auto 20px;
	}

	.header01InfomationTel {
		font-size:30px!important;
	}
	.header01InfomationTel img {
		width:18px;
		margin:0 5px 0 0;
		position:relative;
		top:2px;
	}
}
/*****△△ヘッダーカテゴリーナビ△△*****/
/*****▲▲ヘッダー▲▲*****/
/*****▼▼フッター▼▼*****/
.footer01_bg {
	width:100%;
	background:#f2f3ed;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
}
.footer01 {
	margin:0px auto!important;
	width:1290px;
	font-size:15px;
	padding:0;
	line-height:180%;
	text-align:left;
    display:flex;
    flex-wrap:wrap;
}
@media screen and (max-width : 1290px) {
	.footer01 {
		width:96%;
	}
}
.footer_title01 {
	margin:0px auto 0px auto;
	padding:50px 0px 30px 0;
	color:#333;
	font-size:26px;
	text-align:left;
	clear:both;
	line-height:100%;
	display:table;
	font-weight:bold;
	box-sizing:border-box;
}

@media screen and (max-width : 834px) {
	.footer_title01 {
		font-size:20px;
		padding:30px 0px 0px 0;
	}
}
.footer01_box {
	width:49%;
	margin:0 0.5% 20px 0.5%;
	box-sizing:border-box;
}
.footer01_box_contents {
	padding:10px 3% 30px 3%;
	margin:0 0 20px 0;
}
.footer01_contentTitle {
	font-weight:bold;
	font-size:16px;
	color:#333;
	padding:0px 0 6px 0;
	margin-bottom:8px;
	margin-top:4px;
	text-align:center;
	border-bottom:2px dotted #333;
}
.footer01_box_contents .article,
.footer01_box_contents .article a {
	padding:8px;
	color:#333;
}
.footer01_box_contents .article a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.pay_img {
	width:300px;
	margin:10px 0 0 0;
}
@media screen and (max-width : 834px) {
	.pay_img {
		width:90%;
		margin:10px auto;
	}
}

.pay_img img {
	width:100%;
}
.footer_logo {
	width:50%;
	margin:0 0 10px;
}
.footer_logo img {
	width:100%;
}
.footer01_box_contents .link a {
	width:;
	display:table;
	border:1px solid #666;
	color:#333;
	margin:0;
	padding:4px 30px 2px 30px;
	font-size:17px;
	text-align:center;
	border-radius:5px;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.footer01_box_contents .link a:hover {
	background:#666;
	color:#fff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.footer_link_title {
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
}
.footer_link_title img {
	width:20px;
	margin-right:3px;
}

@media screen and (max-width : 834px) {
	.footer01_bg {
		padding:10px 0 20px 0;
		width:100%;
		background:#;
	}
	.footer01 {
		width:100%;
		background:#;
	}

	.footer01_box {
		float:none;
		height:auto;
		width:100%;
		margin:0 3% 10px 3%;
		background:#;
	}

	.footer01_box_contents {
		padding:10px 3% 10px 3%;
	}
	.footer01_contentTitle {
		width:100%;
		background:#;
		padding:6px 0 6px 0;
	}
	.pay_img {
		width:100%;
	}
	.footer01_box_contents .link a {
		width:70%;
		display:block;
		margin:10px auto 0 auto;
		padding:4px 0px 2px 0px;
		font-size:17px;
	}
}
.footer_copyright {
	color:#fff;
	text-align:center;
	padding:20px 0 20px 0;
	font-weight:nomal;
}
.footer_navi_bg {
	width:100%;
	background:#7f8a50;
}
.footer_navi {
	width:;
	margin:0 auto;
	background:#;
	padding:10px;
	text-align:center;
	line-height:100%;
}

.footer_navi ul {
	list-style:none;
	margin:20px auto 20px auto;
	padding:0;
	width:;
	font-size:14.5px;
	font-weight:bold;
	display:table;
	text-align:center;
}
.footer_navi ul li {
	display:table-cell;
}

.footer_navi ul li a {
	color:#fff;
	margin:0 20px 0 20px;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.footer_navi ul li a:hover {
	opacity: 0.6;     /* 透過レベル */
	filter: alpha(opacity=60);
}
@media screen and (max-width : 834px) {
	.footer_navi {
		width:100%;
		margin:0 auto 0 auto;
		padding:0 0 0 0;
	}

	.footer_navi ul {
		width:100%;
		list-style:none;
		margin:0px 0 0px 0px;
		padding:0px 0 20px 0px;
		border-left:none;
		border-right:none;
		border-top:1px solid #e8dda8;

	}
	.footer_navi ul li {
		float:none;
		display:block;
	}

	.footer_navi ul li a {
		margin:0 0px 0 0px; 
		padding:8px 0px 6px 10px; 
		line-height:200%;
		font-weight:nomal;
		float:none;
		border-bottom:1px solid #e8dda8;
		border-left:none;
		border-right:none;
		display:block;
	}

	.copyright {
		font-size:0.9rem;
		padding-bottom:50px;
		line-height:160%;

	}
}
/*****▲▲フッター▲▲*****/
/*****▼▼検索▼▼*****/
.searchArea {
	margin:0;
	padding:0;
	box-sizing:border-box;
	display:flex;
	align-items:center;/* 縦中央揃え */
	width:100%;
}
.search_textArea {
	width:calc(100% - 30px);
	margin:0;
	box-sizing:border-box;
}
.search_buttonArea {
	width:30px;
	margin:0px 0 0 0;
	padding:0;
	text-align:left;
	box-sizing:border-box;
	background:#;
}
.search_input {
	width:100%;
	height:30px;
	border:1px solid #c8cdb4;
	border-radius:15px;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
@media screen and (max-width : 834px) {
	.search_textArea {
		width:calc(100% - 35px);
		margin:0 0 0 0px;
	}
	.search_buttonArea {
		width:35px;
		margin:0 0% 0 0px;
		background:#;
	}
	.search_input {
		width:100%;
		height:38px;
		margin-bottom:0px;
		border:1px solid #ccc;
		padding:0 0 0 10px;
		font-size:16px;
	}
}
/*****▲▲検索▲▲*****/
/*****▼▼スマートフォンカテゴリ▼▼*****/
.spCategory {
	width:100%;
	margin:0 0 40px 0;
	padding:0px 0px 0 0px;
	font-size:14px;
	line-height:140%;
}

.spCategoryName a {
	width:100%;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
	text-align:left;
	font-size:14.5px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	background:#;
	border-bottom:1px dotted #999;
	margin:0;
	padding:5px 5px 0px 10px;
	line-height:140%;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	box-sizing:border-box;
}
.spCategoryName a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.spCategoryName span{
	font-size:16px;
}

.spCategory ul {
	font-size:14px;
	text-align:left;
	width:100%;
	margin:0 auto 20px auto;
	padding:0 2% 0 2%;
	text-decoration:none;
	line-height:140%;
	list-style: none;
	box-sizing:border-box;
}
.spCategory ul li {
	color:#333;
	margin:0 0 0px 0px;
	padding:0px 0 0px 0;
	border-bottom:1px dotted #999;
}

.spCategory ul li a {
	color:#333;
	display:block;
	margin:0 0 0px 0px;
	padding:7px 7px 7px 12px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background:#fff;
}

.spCategory ul li a:hover {
	background:#;
}
@media screen and (min-width : 835px) {
	.spCategory {
		display:none;
	}
}
@media screen and (max-width : 834px) {
	.spCategory {
		width:100%;
		margin:0 0 30px 0;
		padding:0px 0px 0 0px;
		border-top:1px dotted #999;
		line-height:140%;
	}
	.spCategoryName a {
		width:100%;
		margin:0px 0 0px 0;
		padding:12px 7px 12px 15px;
		font-size:18px;
		display:flex;
		justify-content:left;
	}
	.spCategoryName a span {
		font-size:14px;
		margin-left:5px;
	}
	.spCategoryName a:hover {
	}
	.spCategory ul {
		width:100%;
		margin:0px auto 30px auto;
		padding:0px;
	    display:flex;
	    flex-wrap:wrap;
	    background:#;
	}
	.spCategory ul li {
		color:#333;
		margin:0 0 0px 0px;
		padding:0px 0 0px 0;
		box-sizing:border-box;
		border-bottom:1px dotted #999;
		width:100%;
	}
}
/*****▲▲スマートフォンカテゴリ▲▲*****/
/*****▼▼コンテンツ▼▼*****/
.contentArea {
	width:100%;
	margin:0px auto;
	padding:0px 0 0px 0px;
	background:#;
	z-index:1000!important;
}

.mainContent {
	margin:0px auto 0px auto;
	padding:0;
	z-index:1000!important;
}
@media screen and (min-width : 1613px) {
}

@media screen and (max-width : 1290px) {
	.mainContent {
		width:100%;
	}
}

@media screen and (max-width : 834px) {
	.mainContent {
		margin:0px auto 30px auto;
	}
	.spNoMargin {
		margin:0px auto 0px auto;
	}
}
/*****▽▽キャッチコピー▽▽*****/
.catchArea {
	width:1000px;
	margin:0 auto 30px;
	padding-top:30px;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
}
@media screen and (max-width : 1000px) {
	.catchArea {
		width:94%;
		margin:0 auto 0px;
		padding-top:30px;
		flex-wrap:wrap;
		display:flex;
		align-items:center;/* 縦中央揃え */
	}
}
.catchAreaTitle {
	width:100%;
	margin:0 auto 20px;
	text-align:center;
	font-size:42px;
	color:#485906;
	line-height:180%;
}

.catchArea_txt{
	width:100%;
	box-sizing:border-box;
	margin:0 auto 0;
	padding:0 40px 0 40px;
	box-sizing:border-box;
	color:#333;
	font-weight:nomal;
	font-size:20px;
	line-height:220%;
	text-align:left;
}
.catchArea_txt img {
	width:70%;
	margin:0 auto 10px;
	display:block;
}

@media screen and (max-width : 834px) {
	.catchArea {
		width:100%;
		margin:0 auto 30px;
	}
	.catchAreaTitle {
		width:100%;
		margin:0 auto 10px;
		text-align:center;
		font-size:24px;
		font-weight:bold;
		line-height:170%;
	}
	.catchArea_footage{
		width:100%;
		box-sizing:border-box;
		margin:0 auto 20px;
		padding:0 0px 0 0px;
	}

	.catchArea_txt{
		width:94%;
		margin:0 auto 0;
		padding:0 0px 0 0px;
		box-sizing:border-box;
		font-size:18px;
		margin:0 auto 0;
		line-height:220%;
		text-align:left;
	}
	.catchArea_txt img {
		width:90%;
		margin:0 auto 10px;
	}

}
/****▽▽養液栽培の説明▽▽****/
.top_descriptionArea {
	width:100%;
	margin:0px auto 100px;
	padding-top:30px;
	padding-bottom:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	background:#;
}

.top_description01 {
	margin:0 auto 0px;
	width:1100px;
	padding:0;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
@media screen and (max-width : 1100px) {
	.top_description01 {
		width:94%;
	}
}
.alignItemsCenter {
	align-items:center;/* 縦中央揃え */
}
.top_description01 img {
	width:100%;
}

.top_description01Inner {
	margin:0% 0 0px 0;
	width:50%!important;
	padding:20px;
	box-sizing:border-box;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-aign:left;
}
.top_description01Inner img {
	width:100%;
}

.wWide {
	width:55%!important;
}
.wNarrow {
	width:45%!important;
}

.top_description01_title {
	font-size:30px;
	font-weight:bold;
	margin:0px auto 10px;
	text-align:center;
	color:#666;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;/* 横中央揃え */
	align-items:center;/* 縦中央揃え */
	line-height:180%;
	padding:0;
}
.top_description01_title img {
	width:30px;
	margin:0 10px 0 0;
}

.top_description01_title02 {
	font-size:26px;
	font-weight:bold;
	margin:0px 0 15px 0;
	text-align:center;
	color:#333;
	line-height:150%;
	padding:0;
}

.top_description01_txt {
	font-size:18px;
	line-height:200%;
	margin:0px 0 0 0;
	text-align:left;
	color:#333;
}
.top_description01_txt ul {
	margin:0px;
	padding:0;
	list-style:none;
	text-align:left;
	line-height:200%;
}
.top_description01_txt ul li {
	margin:0 0 20px;
	background-image: url('../img/li_img01.png');
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 0px 8px; 
	padding:0 0 0 30px;
	font-weight:bold;
	font-size:24px;
}
@media screen and (max-width : 834px) {
	.top_description01_txt ul {
		margin-left:0px;
		text-align:left;
		line-height:180%;
		font-weignt:bold;
	}
	.top_description01_txt ul li {
		margin:0 0 10px;
		padding:0 0 0 15px;
		font-size:18px;
		background-size: 20px;
		background-position: 0px 7px; 
		padding:0 0 0 25px;
	}
}
@media screen and (max-width : 834px) {
	.top_descriptionArea {
		width:92%;
		margin:0px auto 30px;
		padding-top:30px;
		padding-bottom:30px;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	.top_description01 {
		margin:0 0 0px 0%;
		width:100%!important;
		padding:0;
		box-sizing:border-box;
		display:flex;
		flex-wrap:wrap;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	.alignItemsCenter {
		align-items:center;/* 縦中央揃え */
	}
	.top_description01 img {
		width:100%;
	}

	.top_description01Inner {
		margin:0% 0 0px 0;
		width:100%!important;
		padding:0px;
		box-sizing:border-box;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		text-aign:left;
	}
	.top_description01Inner img {
		margin:0 0 10px 0;
	}

	.wWide {
		width:100%!important;
	}
	.wNarrow {
		width:100%!important;
	}

	.top_description01_title {
		font-size:19px;
		font-weight:bold;
		margin:0px auto 10px;
		text-align:left;
		flex-wrap:wrap;
		display:flex;
		justify-content:center;/* 横中央揃え */
		align-items:center;/* 縦中央揃え */
		line-height:180%;
		padding:0;
	}
	.top_description01_title img {
		width:40px!important;
		margin:0 10px 0 0!important;
	}

	.top_description01_title02 {
		font-size:20px;
		font-weight:bold;
		margin:0px 0 15px 0;
		text-align:center;
		color:#333;
		line-height:150%;
		padding:0;
	}
	.top_description01_txt {
		font-size:16px;
		line-height:200%;
	}
}
.top_description02 {
	width:100%;
	margin:0px auto 0px;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
	border-bottom:1px solid #ccc;
	padding:20px 0 20px;
}
.top_description02Img {
	width:300px;
	margin:0;
	padding:0 20px 0 20px;
	box-sizing:border-box;
}
.top_description02 img {
	width:100%;
}
.top_description02Txt {
	width:calc(100% - 300px);
	font-size:26px;
	color:#333;
	line-height:210%;
	text-align:left;
	padding:0 20px 0 20px;
	box-sizing:border-box;
	font-weight:bold;
}
@media screen and (max-width : 834px) {
	.top_description02Img {
		width:70%;
		margin:0 auto 20px;
		padding:0;
		box-sizing:border-box;
	}
	.top_description02Txt {
		width:100%;
		padding:0;
		font-size:18px;
	}
}

/****▽▽おすすめ商品▽▽****/
.recommendArea {
	width:100%;
	padding:50px 0 80px;
}
.recommendAreaTitle {
	font-size:30px;
	font-weight:bold;
	margin:0px auto 35px;
	text-align:center;
	color:#202800;
	line-height:100%;
	padding:0;
	width:100%;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;/* 横中央揃え */
	align-items:center;/* 縦中央揃え */
}
.recommendAreaTitle img {
	width:300px;
	padding:0 20px;
	box-sizing:border-box;
}

.bannerArea {
	width:1280px;
	box-sizing:bordr-box;
	margin:0 auto;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;/* 横中央揃え */
}
@media screen and (max-width : 1280px) {
	.bannerArea {
		width:94%;
	}
}

.banner_box01 {
	width:49%;
	margin:0 auto 20px;
	padding:20px;
	border:1px solid #86915b;
	border-radius:5px;
	box-sizing:border-box;
}
.banner_box01 img {
	width:100%;
}
.banner_box01 img a:hover {
	width:100%;
	opacity: 1.0!important;
	filter: alpha(opacity=100)!important;
}
.banner_box01_up {
	width:100%;
	margin:0 0 20px;
	flex-wrap:wrap;
	display:flex;
	/* align-items:center;/* 縦中央揃え */
}
.banner_box01_upImg {
	width:100%;
	margin:0;
	padding:0px 0px 0 0px;
	box-sizing:border-box;
}
.banner_box01_upTxt {
	width:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
	color:#666;
	font-size:16px;
	line-height:200%;
	text-align:left;
}
.banner_box01_upTitle {
	text-align:center!important;
}

.banner_box01_upTitle a {
	font-size:24px;
	font-weight:bold;
	margin:0px auto 10px;
	text-align:center!important;
	color:#485906;
	line-height:150%;
	padding:0;
	width:100%;
}
.banner_box01_low a {
	width:100%;
	flex-wrap:wrap;display:flex;
}

.banner_box01_lowImg {
	width:32.3%;
	margin:0 0.5%;
}


@media screen and (max-width : 1024px) {
	.banner_box01_upImg {
		width:100%;
		margin:0;
		padding:0px 0px 0 0px;
		box-sizing:border-box;
	}
	.banner_box01_upTxt {
		width:100%;
		margin:0;
		padding:0;
		box-sizing:border-box;
		color:#666;
		font-size:16px;
		line-height:200%;
		text-align:left;
	}
}
@media screen and (max-width : 834px) {
	.bannerArea {
		width:94%;
		box-sizing:bordr-box;
		margin:0 auto;
		flex-wrap:wrap;
		display:flex;
		justify-content:center;/* 横中央揃え */
	}
	.banner_box01 {
		width:100%;
		margin:0 auto 10px;
		padding:20px;
		border-radius:5px;
		box-sizing:border-box;
	}
	.banner_box01_upImg {
		width:100%;
		margin:0;
		padding:0px 0px 0 0px;
		box-sizing:border-box;
	}
	.banner_box01_upTxt {
		width:100%;
		margin:0;
		padding:0;
		box-sizing:border-box;
		color:#666;
		font-size:16px;
		line-height:200%;
		text-align:left;
	}
	.banner_box01_upTitle a {
		font-size:20px;
		font-weight:bold;
		margin:0px auto 10px;
		text-align:left;
		color:#485906;
		line-height:180%;
		padding:0;
	}
}

.banner_box02 {
	width:19.0%;
	margin:0 auto 20px;
	padding:10px;
	border:1px solid #86915b;
	border-radius:5px;
	box-sizing:border-box;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.banner_box02:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.banner_box02 img {
	width:100%;
}
.banner_box02 img a:hover {
	width:100%;
	opacity: 1.0!important;
	filter: alpha(opacity=100)!important;
}
.banner_box02_up {
	width:100%;
	margin:0 0 20px;
	flex-wrap:wrap;
	display:flex;
	/* align-items:center;/* 縦中央揃え */
}
.banner_box02_upImg {
	width:100%;
	margin:0;
	padding:0px 0px 0 0px;
	box-sizing:border-box;
}

.banner_box02_upTitle {
	font-size:16px;
	font-weight:bold;
	margin:0px auto 0px;
	text-align:left!important;
	color:#485906;
	line-height:160%;
	padding:0;
	width:100%;
}
@media screen and (max-width : 834px) {
	.banner_box02 {
		width:49%;
		margin:0 auto 10px;
		padding:10px;
		border-radius:5px;
		box-sizing:border-box;
	}
	.banner_box02_upImg {
		width:100%;
		margin:0;
		padding:0px 0px 0 0px;
		box-sizing:border-box;
	}
	.banner_box02_upTitle a {
		font-size:20px;
		font-weight:bold;
		margin:0px auto 10px;
		text-align:left;
		color:#485906;
		line-height:160%;
		padding:0;
	}
}