/*!
 * Build by sass.
 */

.header {
	position: relative;
	z-index: 100;
	min-width: 320px;
	width: 100%;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

.header_inner {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1140px;
	background-color: #fff;
}

.header_inner:after {
	content: " ";
	display: block;
	clear: both;
}

.header_inner h1 {
	margin: 0;
	font-size: 16px;
}

/**
 * header_logo
 */

.header_logo {
	float: left;
	padding-top: 8px;
}

.header_logo a {
	display: block;
}

.header_logo a:hover {
	opacity: 0.7;
}

.header_logo_text {
	margin-bottom: 5px;
	line-height: 0;
}

/**
 * header_smallNav
 */

.header_smallNav {
	display: none;
}

/**
 * header_gnav
 */

.header_gnav {
	float: right;
	width: 72%;
}

.header_gnav_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.header_gnav_list:after {
	content: " ";
	display: block;
	clear: both;
}

.header_gnav_listItem {
	float: left;
	margin: 0;
	padding: 0;
	width: 18%;
	box-sizing: border-box;
}

.header_gnav_listItem:hover,
.header_gnav_listItem.is-active {
	background-color: #f4f9e5;
}

.header_gnav_listItem.is-store {
	width: 10%;
	background-color: #739F13;
}

.header_gnav_listItem.is-store:hover {
	opacity: 0.7;
}

.header_gnav_listItem_text {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.header_gnav_listItem_text a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 4px;
	width: 100%;
	height: 70px;
	color: #5F8705;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px dotted #8c8c8c;
}

.header_gnav_listItem_text a .inline-text {
	display: inline-block;
}

.header_gnav_listItem_text a .fa {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #E6E6E6;
	font-size: 24px;
}

.is-store .header_gnav_listItem_text a {
	color: #fff;
	font-size: 11px;
	line-height: 1.1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.is-store .header_gnav_listItem_text a:before {
	display: block;
	content: "";
	margin: 0 auto 4px;
	width: 30px;
	height: 26px;
	background: url("../img/header/ico-store.svg") no-repeat center;
	background-size: 30px;
}

/**
 * header_gnav_child
 */

.header_gnav_child {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.header_gnav_child:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #f4f9e5;
	border-top: 1px solid #c8c8c8;
}

.header_gnav_child_list {
	list-style: none;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	max-width: 1140px;
	box-sizing: border-box;
}

.header_gnav_child_list:after {
	content: " ";
	display: block;
	clear: both;
}

.header_gnav_child_listItem {
	box-sizing: border-box;
}

.header_gnav_child_listItem dl {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 33.333333%;
}

.is-col-1 .header_gnav_child_listItem dl {
	width: 100%;
}

.is-col-2 .header_gnav_child_listItem dl {
	width: 50%;
}

.is-col-3 .header_gnav_child_listItem dl {
	width: 33.333333%;
}

.is-col-4 .header_gnav_child_listItem dl {
	width: 25%;
}

.is-col-5 .header_gnav_child_listItem dl {
	width: 20%;
}

.header_gnav_child_listItem dl:hover {
	background-color: #8EC500;
}

.header_gnav_child_listItem dl a {
	display: block;
	color: #5F8705;
}

.header_gnav_child_listItem dl a:hover {
	color: #fff;
}

.header_gnav_child_listItem dt {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

.header_gnav_child_listItem dt a {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: 100%;
	height: 70px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	border-left: 1px dotted #8c8c8c;
	box-sizing: border-box;
}

.header_gnav_child_listItem dt a .inline-text {
	display: inline-block;
}

.header_gnav_child_listItem:last-child dt {
	border-right: 1px dotted #8c8c8c;
}

.header_gnav_child_listItem dd {
	width: 100%;
}

.header_gnav_child_listItem dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.header_gnav_child_listItem dd ul a {
	position: relative;
	padding: 15px 15px 15px 35px;
	font-size: 14px;
	border-bottom: 1px dotted #8c8c8c;
	background-color: #f4f9e5;
}

.header_gnav_child_listItem dd ul a .inline-text {
	display: inline-block;
}

.header_gnav_child_listItem dd ul a .fa {
	position: absolute;
	top: 15px;
	left: 15px;
}

.header_gnav_child_listItem dd ul a:hover {
	background-color: #8EC500;
}

/**
 * accordion state style
 *
 * State class('.is-**-open') is added from javascript.
 */

.header_gnav_listItem dt {
	transition: 300ms;
	margin-top: -100%;
}

.header_gnav_listItem.is-first-open {
	background-color: #f4f9e5;
}

.header_gnav_listItem.is-first-open dt {
	margin-top: 0%;
}

.header_gnav_child_listItem dd {
	display: none;
}

.header_gnav_child_listItem.is-second-open dt a {
	color: #fff;
	background-color: #8EC500;
}

/**
 * header_gnavSmall
 */

.header_gnavSmall {
	display: none;
}

.header_gnavSmall_listItem.is-active a {
	color: #8EC500;
}

/**
 * header_gnavSmall_btns
 */

@media (min-width: 767px) {

.header_gnavSmall {
	display: none !important;
}

}

@media (max-width: 991px) {

.header_inner {
	padding: 0 20px;
}

.header_logo {
	padding-top: 10px;
}

.header_logo_text {
	margin-bottom: 4px;
}

.header_logo_text img {
	width: 142px;
}

.header_logo_img img {
	width: 142px;
}

.header_gnav_listItem {
	width: 17.2%;
}

.header_gnav_listItem.is-store {
	width: 14%;
}

.header_gnav_listItem_text a {
	font-size: 13px;
}

.is-store .header_gnav_listItem_text a {
	font-size: 10px;
}

.header_gnav_child_list {
	padding: 0 20px;
}

.header_gnav_child_listItem dt a {
	font-size: 14px;
}

.header_gnav_child_listItem dd ul a {
	font-size: 13px;
}

}

@media (max-width: 766px) {

.header_inner {
	position: relative;
	padding: 8px 10px;
}

.header_logo {
	padding-top: 0;
}

.header_logo_text {
	display: none;
}

.header_logo_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	float: none;
	margin: auto 0;
	padding: 0;
	max-width: 110px;
	width: 28%;
}

.header_smallNav {
	display: inline-block;
	float: right;
	text-align: right;
}

.header_smallNav_btnStore {
	display: inline-block;
	vertical-align: middle;
}

.header_smallNav_btnStore a {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 8px;
	color: #fff;
	font-size: 10px;
	border-radius: 15px;
	background-color: #739F13;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header_smallNav_btnStore a:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	margin-right: 4px;
	width: 15px;
	height: 12px;
	background: url("../img/header/ico-store.svg") no-repeat center;
	background-size: 100%;
}

.header_smallNav_btnStore a:hover {
	opacity: 0.7;
}

.header_smallNav_btnMenu {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

.header_smallNav_btnMenu a {
	position: relative;
	display: block;
	padding: 4px;
	width: 54px;
	height: 54px;
	color: #4C4C4C;
	text-align: center;
	line-height: 1;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header_smallNav_btnMenu a:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	margin-top: 3px;
	width: 35px;
	height: 24px;
	background: no-repeat center;
	background-image: url("../img/header/ico-nav-bar.svg");
	background-size: 100%;
}

.header_smallNav_btnMenu a.is-active:before {
	margin-top: 4px;
	width: 24px;
	background-image: url("../img/header/ico-nav-close.svg");
}

.header_smallNav_btnMenu-text {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto 0;
	font-size: 10px;
	font-weight: bold;
}

.header_gnav {
	display: none;
}

.header_gnav_child {
	display: none;
}

.header_gnavSmall {
	position: absolute;
	left: 0;
	width: 100%;
	border-top: 1px solid #c8c8c8;
	background-color: #f4f9e5;
	box-shadow: 0px 1px 2px #cacaca;
}

.header_gnavSmall_list {
	list-style: none;
	margin: 0;
	padding: 0 10%;
}

.header_gnavSmall_listItem {
	width: 100%;
}

.header_gnavSmall_listItem a {
	position: relative;
	display: block;
	padding: 15px 10px;
	color: #5F8705;
	font-size: 14px;
	border-bottom: 1px dotted #c8c8c8;
}

.header_gnavSmall_listItem a:hover {
	color: #8EC500;
}

.header_gnavSmall_listItem a .fa {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: 0;
	color: #C8C8C8;
	font-size: 12px;
	line-height: 0;
}

.header_gnavSmall_btns {
	margin: 20px 0;
	padding: 0 10%;
}

.header_gnavSmall_btns:after {
	content: " ";
	display: block;
	clear: both;
}

.header_gnavSmall_btnsItem {
	float: left;
	width: 50%;
	text-align: center;
}

.header_gnavSmall_btnsItem a {
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 94%;
	color: #5F8705;
	font-size: 13px;
	border: 2px solid #5F8705;
	box-sizing: border-box;
}

.header_gnavSmall_btnsItem a:hover {
	color: #8EC500;
	border-color: #8EC500;
}

.header_gnavSmall_btnsItem a .fa {
	margin-right: 6px;
	font-size: 16px;
	font-weight: bold;
}

}

.navbar-default {
	//box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.1);	
}

.header_language {
	float:right;
	margin-top:2px;
	margin-right:4px;
}
@media (min-width: 767px) {
	.header_language {
		float: right;
		margin-top: 10px;
		margin-right: 4px;
	}
}