html,body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.inner {
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	border-top: 6px solid #5C9954;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 10px 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #333;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
	width: 28%;
	margin: 20px 0 10px 0;
}
#top-head .logo img {
	max-height: 100%;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 15px;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	padding: 0 30px;
}
#global-nav ul li.language a {
	border: 1px solid #333;
	padding: 5px 30px;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 991px) {
#top-head .logo {
	float: none;
	font-size: 36px;
	width: 60%;
	margin: 20px 0 10px 0;
}
	#top-head .logo img {
		max-height: 35px;
		width: auto;
	}

#index_cover,
#lower_head {
	margin-top: 56px;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 26px;
	margin: 0;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: rgba(0,0,0,0.8);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding: 0;
}
#global-nav ul li {
	float: none;
	position: static;
}
	#global-nav ul li.language a {
		width: 90% !important;
		border: 1px solid #FFF;
		margin: 0 5%;
	}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
/* Footer */
#footer {
	background: #896744;
	margin-top: 25px;
}
#footer .row {
	margin-top: 4px;
	padding: 15px 0 0 0;
	border-top: 1px solid rgba(255,255,255,0.6);
}
#footer p:nth-child(2) {
	color: #FFF;
	padding-left: 50px;
}
#footer p img {
	max-width: 100%;
	height: auto;
}
.pagetop {
	bottom: 20px;
	color: #fff;
	opacity: 0;
	position: fixed;
	right: 20px;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	visibility: hidden;
}
.pagetop span {
	background: #2b2b2b none repeat scroll 0 0;
	border-radius: 25px;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.pagetop span i::before {
	content: "▲";
	font-style: normal;
}
.pagetop span i {
	color: #fff;
}
.pagetop.show {
	opacity: 0.8;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	visibility: visible;
}
/* index */
#index_lead {
	margin: 20px 0;
}
#index_lead h2 {
	margin: 0 0 25px 0;
}
#index_lead p {
	font-size: 120%;
	color: #666;
}
.index_h2 {
	font-size: 200%;
	border-left: 4px solid #5C9954;
	padding-left: 5px;
	pading-bottom: 15px;
	margin: 20px 0;
}
.to_bussinness {
	margin: 20px 0;
}
.index_stock div {
	padding-bottom: 20px;
}
.index_stock .caption {
	text-align: center;
}

/* Lower */
#lower_head {
	background:url(../images/lower_head.jpg) no-repeat 0 0;
	background-size: cover;
}
	#lower_head {
		margin-bottom: 30px;
	}
	#lower_head h1 {
		font-size: 260%;
		font-weight: normal;
		text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
		text-align: center;
		color: #FFF;
		margin: 60px 0;
		letter-spacing: 0.2em;
	}
.lower_title h2 {
	color: #5c9954;
	border-bottom: 3px solid #5c9954;
	padding-bottom: 5px;
}
.lower_title p {
	font-size: 120%;
	color: #666;
}
.error_messe {
	color: red;
}

@media screen and (max-width: 767px) {
	#footer p:nth-child(1) {
		width: 70%;
	}
	#footer p:nth-child(2) {
		padding-left: 0;
	}
	#footer a:link {
		color: #FFF;
		text-decoration: underline;
	}
	#lower_head h1 {
		font-size: 200%;
	}
	.index_h2 {
		font-size: 140%;
	}
	#index_lead p {
		font-size: 100%;
	}
	.to_bussinness {
		text-align: center;
	}
	.lower_title h2 {
		font-size: 150%;
	}
	h3 {
		font-size: 140%;
	}
}