﻿@charset "UTF-8";

header {
	width: 160px;
	min-height: 100%;
	background: #fff;
	z-index: 10;
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	left: 0px;
	top: 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

header .headerLogo {
	display: block;
	background: url(../../img/common/logo.png) center center no-repeat;
	background-size: 120px;
	width: 160px;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
	margin: 0 auto;
}


/* gnav ---------------------------------------*/

#gnav {}

.gnavList {
	margin: 0 auto;
	overflow: hidden;
}

.gnavList li {
	/*border-bottom:1px dashed #000;*/
	transition: all .25s ease;
}

/*.gnavList li:first-child{border-top:1px dashed #000;}*/
.gnavList li:hover {
	border-color: #fff;
}

.gnavList li a {
	background: url(../../img/common/gnav_eat.png) no-repeat center center;
	width: 160px;
	height: 60px;
	display: block;
	color: #fff;
	text-indent: -99em;
	overflow: hidden;
	position: relative;
}

.gnavList li.menu1 a {
	background-image: url(../../img/common/gnav_eat.png);
}

.gnavList li.menu2 a {
	background-image: url(../../img/common/gnav_grow.png);
}

.gnavList li.menu3 a {
	background-image: url(../../img/common/gnav_learn.png);
}

.gnavList li.menu4 a {
	background-image: url(../../img/common/gnav_money.png);
}

.gnavList li.menu5 a {
	background-image: url(../../img/common/gnav_land.png);
}

.gnavList li.menu6 a {
	background-image: url(../../img/common/gnav_map.png);
}

.gnavList li.menu7 a {
	background-image: url(../../img/common/gnav_about.png);
}

.gnavList li a:after {
	content: '';
	background: url(../../img/common/gnav_eat_on.png) no-repeat center center;
	width: 160px;
	height: 60px;
	display: block;
	color: #fff;
	text-indent: -99em;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all .25s ease;
}

.gnavList li.menu1 a:after {
	background-image: url(../../img/common/gnav_eat_on.png);
	background-color: #00b98a;
}

.gnavList li.menu2 a:after {
	background-image: url(../../img/common/gnav_grow_on.png);
	background-color: #f7a42b;
}

.gnavList li.menu3 a:after {
	background-image: url(../../img/common/gnav_learn_on.png);
	background-color: #ff5600;
}

.gnavList li.menu4 a:after {
	background-image: url(../../img/common/gnav_money_on.png);
	background-color: #f5aabf;
}

.gnavList li.menu5 a:after {
	background-image: url(../../img/common/gnav_land_on.png);
	background-color: #65bfef;
}

.gnavList li.menu6 a:after {
	background-image: url(../../img/common/gnav_map_on.png);
	background-color: #e2e05e;
}

.gnavList li.menu7 a:after {
	background-image: url(../../img/common/gnav_about_on.png);
	background-color: #007a55;
}

.gnavList li a.current {}

.gnavList li a:hover {}

.gnavList li a:hover:after {
	opacity: 1;
}

.subnavList {
	padding: 13px 0 13px 10px;
}

.subnavList li {
	line-height: 1.0;
}

.subnavList li a {
	display: block;
	color: #424242;
	padding: 4px 0;
	font-size: 12px;
	font-weight: bold;
}

.subnavList li a:hover {
	opacity: 0.6;
}

.subnavList2 {
	padding: 0 13px 30px;
}

.subnavList2 li {
	line-height: 1.0;
	margin-bottom: 13px;
}

.subnavList2 li a {
	display: block;
	border: 3px solid #51B48E;
	border-radius: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #51B48E;
	text-align: center;
	transition: all .25s ease;
	padding: 14px 0;
}

.subnavList2 li a:hover {
	background: #51B48E;
	color: #fff;
}

#openMenu {
	display: none;
}


/* footer ---------------------------------------*/

footer {
	background: #1BAE85;
	color: #fff;
	padding: 95px 0 10px 160px;
	position: relative;
}

footer a {
	color: #fff;
}

.footerInner {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	position: relative;
}

.footerNav {
	display: flex;
	justify-content: space-between;
}

.footerNavLine {
	width: 32%;
	line-height: 1.0;
}

.footerNavLine:nth-child(1) {
	width: 30%;
}

.footerNavLine:nth-child(2) {
	width: 30%;
}

.footerNavLine:nth-child(3) {
	width: 36%;
}

.footerNavMainlink {
	margin-bottom: 40px;
	padding-top: 10px;
}

.footerNavMainlinkItem {
	font-size: 20px;
	margin-bottom: 58px;
	font-weight: bold;
}

.footerNavMainlinkItem a {
	background: url(../../img/common/icon_footer_eat.png) no-repeat left top;
	padding: 5px 0 5px 45px;
}

.footerNavMainlinkItem.eat a {
	background-image: url(../../img/common/icon_footer_eat.png);
}

.footerNavMainlinkItem.grow a {
	background-image: url(../../img/common/icon_footer_grow.png);
}

.footerNavMainlinkItem.learn a {
	background-image: url(../../img/common/icon_footer_learn.png);
}

.footerNavTitlelink.rice a {
	background: url(../../img/common/icon_footer_rice.png) no-repeat left 6px top;
	padding: 4px 0 6px 45px;
}

.footerNavTitlelink.novice a {
	background: url(../../img/common/icon_footer_novice.png) no-repeat left 6px top;
	padding: 5px 0 12px 45px;
}

.footerNavTitlelink.money a {
	background: url(../../img/common/icon_footer_money.png) no-repeat left top;
	padding: 8px 0 6px 50px;
}

.footerNavTitlelink.land a {
	background: url(../../img/common/icon_footer_land.png) no-repeat left top;
	padding: 10px 0 6px 50px;
}

.footerNavTitlelink.about a {
	background: url(../../img/common/icon_footer_about.png) no-repeat left top;
	padding: 5px 0 10px 50px;
}

.footerNavTitlelink {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

.footerNavTitlelink a {
	display: inline-block;
	padding-bottom: 2px;
	/*border-bottom:2px solid #fff;*/
}

.footerNavSmalllink {
	margin-bottom: 60px;
}

.footerNavSmalllink.bgSubLink {
	padding-left: 50px;
}

.footerNavSmalllink li {
	font-size: 13px;
	margin-bottom: 8px;
}

.footerNavSmalllink li a:hover {
	text-decoration: underline;
}

.footerNavMiddlelink {
	margin-bottom: 60px;
}

.footerNavMiddlelink li {
	font-size: 19px;
	margin-bottom: 15px;
	padding-left: 50px;
	font-weight: bold;
}

.footerCompany {
	text-align: center;
	padding: 35px 0 20px 160px;
	line-height: 1;
}

.footerLogo {
	text-indent: -99em;
	overflow: hidden;
	background: url(../../img/common/logo_footer.png);
	width: 236px;
	height: 35px;
	margin: 0 auto 20px;
	display: block;
}

.footerAddress {
	font-size: 16px;
	line-height: 1.0;
	margin-bottom: 15px;
}

.footerCompany .copyright {
	display: block;
	font-size: 11px;
}

.gotop {
	position: absolute;
	right: 40px;
	top: -80px;
	z-index: 100;
}

.gotop a {
	display: block;
	text-indent: -99em;
	overflow: hidden;
	background: url(../../img/common/gotop.png) no-repeat left top;
	background-size: 100%;
	width: 70px;
	height: 70px;
	transition: all .25s ease;
}

.gotop a img {
	width: 100%;
}





@media screen and (max-width: 860px) {



	/* layout */

	.headerInner,
	.footerInner,
	.container,
	.inner,
	.wrapper {
		min-width: 0;
		width: 100%;
	}

	/* default */

	header {
		width: 100%;
		height: 54px;
		min-height: 0;
		background-color: #fff;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 1000;
		padding: 0px 0 0 0;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	}

	.headerInner {
		width: auto;
		padding: 0px 0 0px 0;
		text-align: center;
		background: #fff;
		position: relative;
		z-index: 200;
	}

	header .headerLogo {
		height: 54px;
	}

	.overlay {
		content: '';
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		left: 0;
		top: 0;
		z-index: 999;
	}

	#openMenu {
		display: block;
		width: 30px;
		height: 30px;
		text-indent: -99em;
		overflow: hidden;
		position: absolute;
		left: 20px;
		top: 10px;
	}

	#openMenu span {
		content: '';
		display: block;
		width: 26px;
		height: 2px;
		background: #000;
		position: absolute;
		left: 0px;
		transition: all .25s ease;
	}

	#openMenu span:nth-child(1) {
		top: 4px;
	}

	#openMenu span:nth-child(2) {
		top: 14px;
	}

	#openMenu span:nth-child(3) {
		top: 24px;
	}

	#openMenu.open span:nth-child(1) {
		transform: rotate(45deg);
		top: 13px;
		left: 1px;
	}

	#openMenu.open span:nth-child(2) {
		opacity: 0;
		left: -25px;
	}

	#openMenu.open span:nth-child(3) {
		transform: rotate(-45deg);
		top: 13px;
		left: 1px;
	}

	.menuopen {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	/* gnav ---------------------------------------*/

	#gnav {
		display: none;
	}

	#spMenu {
		display: block;
		border: none;
		background: #fff;
		box-sizing: border-box;
		overflow: auto;
		z-index: 1005;
		position: fixed;
		left: 0px;
		top: 54px;
		width: 240px;
		line-height: 1.0;
		-webkit-transition: all .25s ease;
		transition: all .25s ease;
		transform: translate3d(-100%, 0, 0);
	}

	#spMenu.active {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	#spMenu>ul>li {
		float: none;
	}

	#spMenu>ul>li>a {
		display: block;
		color: #fff;
		height: 50px;
		background: #A7A7A7;
		text-indent: -99em;
		overflow: hidden;
		position: relative;
	}

	#spMenu>ul>li>a>span {
		display: block;
		content: '';
		background: url(../../img/common/spmenu_plus.png) no-repeat left top;
		background-size: 17.5px;
		width: 40px;
		height: 50px;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -9px;
	}

	#spMenu>ul>li.menu1>a {
		background: url(../../img/common/spmenu_eat.png) #1AAE85;
		background-size: 240px;
	}

	#spMenu>ul>li.menu2>a {
		background: url(../../img/common/spmenu_grow.png) #F4B283;
		background-size: 240px;
	}

	#spMenu>ul>li.menu3>a {
		background: url(../../img/common/spmenu_learn.png) #FC581F;
		background-size: 240px;
	}

	#spMenu>ul>li.menu4>a {
		background: url(../../img/common/spmenu_money.png) #F1ACBF;
		background-size: 240px;
	}

	#spMenu>ul>li.menu5>a {
		background: url(../../img/common/spmenu_land.png) #88D0F2;
		background-size: 240px;
	}

	#spMenu>ul>li.menu6>a {
		background: url(../../img/common/spmenu_map.png) #CBAF76;
		background-size: 240px;
	}

	#spMenu>ul>li.menu7>a {
		background: url(../../img/common/spmenu_about.png) #A7A7A7;
		background-size: 240px;
	}

	#spMenu>ul>li.menu8>a {
		background: url(../../img/common/spmenu_farmer.png) #51B48E;
		background-size: 240px;
	}

	#spMenu>ul>li.menu9>a {
		background: url(../../img/common/spmenu_netkb.png) #51B48E;
		background-size: 240px;
	}

	#spMenu .submenu {
		display: none;
	}

	#spMenu .submenu>li {
		border-bottom: 1px dotted #000;
	}

	#spMenu .submenu>li>a {
		display: block;
		color: #000;
		font-size: 14px;
		height: 50px;
		position: relative;
		line-height: 1.3;
	}

	#spMenu .submenu>li>a>span {
		position: absolute;
		left: 25px;
		top: 50%;
		transform: translate(0%, -50%);
	}

	#spMenu .submenu>li>a:after {
		display: block;
		content: '';
		background: url(../../img/common/spmenu_arrow.png) no-repeat left top;
		background-size: 100%;
		width: 8px;
		height: 13px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -4px;
	}

	#spMenu .spMenuTopBtn {
		display: block;
		color: #000;
		font-size: 15px;
		text-align: center;
		line-height: 1.0;
		padding: 20px 0;
	}

	#spMenu .spMenuTopBtn:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		background: url(../../img/common/icon_spmenu_top.png) 0 0 no-repeat;
		background-size: 100%;
		width: 22px;
		height: 22px;
		position: relative;
		top: -2px;
	}

	.spMenuClose {
		background: url(../../img/common/spmenu_close.png);
		background-size: 100%;
		width: 27px;
		height: 27px;
		text-indent: -99em;
		overflow: hidden;
		position: fixed;
		right: 8px;
		top: 70px;
		z-index: 1000;
	}


	/* footer ---------------------------------------*/

	footer {
		padding: 0px 0 0px 0;
	}

	.footerInner {
		width: auto;
	}

	footer .spMenuList>li {
		border-bottom: 1px dotted #fff;
	}

	footer .spMenuList>li:last-child {
		border-bottom: none;
	}

	footer .spMenuList>li>a {
		display: block;
		color: #fff;
		height: 50px;
		background: #A7A7A7;
		text-indent: -99em;
		overflow: hidden;
		position: relative;
	}

	footer .spMenuList>li>a>span {
		display: block;
		content: '';
		background: url(../../img/common/spmenu_plus.png) no-repeat left top;
		background-size: 17.5px;
		width: 40px;
		height: 50px;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -9px;
	}

	footer .spMenuList>li.menu1>a {
		background: url(../../img/common/spfootermenu_eat.png) #1AAE85 no-repeat;
		background-size: 350px;
	}

	footer .spMenuList>li.menu2>a {
		background: url(../../img/common/spfootermenu_grow.png) #1AAE85 no-repeat;
		background-size: 350px;
	}

	footer .spMenuList>li.menu3>a {
		background: url(../../img/common/spfootermenu_learn.png) #1AAE85 no-repeat;
		background-size: 350px;
	}

	footer .spMenuList>li.menu4>a {
		background: url(../../img/common/spfootermenu_money.png) #1AAE85 no-repeat;
		background-size: 350px;
	}

	footer .spMenuList>li.menu5>a {
		background: url(../../img/common/spfootermenu_land.png) #1AAE85 no-repeat;
		background-size: 350px;
	}

	footer .spMenuList>li.menu6>a {
		background: url(../../img/common/spfootermenu_map.png) #1AAE85 no-repeat;
		background-size: 350px;
	}

	footer .spMenuList>li.menu7>a {
		background: url(../../img/common/spfootermenu_about.png) #1AAE85 no-repeat;
		background-size: 350px;
	}

	footer .spMenuList>li.menu8>a {
		background: url(../../img/common/spfootermenu_other.png) #8E8E8E no-repeat center center;
		background-size: 350px;
	}

	footer .spMenuList .submenu {
		display: none;
		background: #fff;
	}

	footer .spMenuList .submenu>li {
		border-bottom: 1px dotted #000;
	}

	footer .spMenuList .submenu>li:last-child {
		border-bottom: none;
	}

	footer .spMenuList>li:last-child .submenu>li:last-child {
		border-bottom: 1px dotted #000;
	}

	footer .spMenuList .submenu>li>a {
		display: block;
		color: #000;
		font-size: 14px;
		height: 50px;
		position: relative;
		line-height: 1.3;
	}

	footer .spMenuList .submenu>li>a>span {
		position: absolute;
		left: 25px;
		top: 50%;
		transform: translate(0%, -50%);
	}

	footer .spMenuList .submenu>li>a:after {
		display: block;
		content: '';
		background: url(../../img/common/spmenu_arrow.png) no-repeat left top;
		background-size: 100%;
		width: 8px;
		height: 13px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -4px;
	}

	.footerCompany {
		padding: 15px 0 0px;
		line-height: 1;
	}

	.footerLogo {
		background: url(../../img/common/logo_footer.png);
		background-size: 100%;
		width: 180px;
		height: 27px;
		margin: 0 auto 10px;
	}

	.footerAddress {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.footerCompany .copyright {
		font-size: 10px;
	}

	.gotop {
		right: 10px;
		top: -50px;
	}

	.gotop a {
		width: 40px;
		height: 40px;
	}

	.gotop a img {
		width: 100%;
	}

}