/* Google Web Fonts */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Noto Sans Japanese,Arial,Helvetica,sans-serif;
	font-size: 100%;
	color: #333;
	background: #f3f2ed;
	height: 100%;
}


/* Top Slide Area */
#sec01{
	position:relative;
}

/* Top Banner Footer Area */
#sec02{
	position:relative;
	z-index:600;
}

article {
	height: 1000px;
	margin: 100px auto;
	text-align: center;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}
a {
	color: #333;
	text-decoration:none;
}


/* footer style */

#footer-top {
	background:#6db030;
	width:100%;
	height:130px;
}

#footer-top .logo{
	width:170px;
	height:110px;
	float:left;
	padding: 0 0 0 10px;
}

#footer-top .sitemap{
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

#footer-top a{
	color: #FFF;
	font-size:70%;
	text-decoration: none;
}

#footer-top .sitemap a:hover{
	color:#333;
}

#footer-top .sitemaparea{
	max-width: 700px;
	padding: 30px 0 0 0;
	float: right;
}
#footer-top .sitemap1{
	float: right;
}
#footer-top .sitemap2{
	float: right;
}

#footer-top .copyright{
	position: absolute;
	top: 80px;
	right: 10px;
	font-size: 60%;
	font-weight: lighter;
	color: #FFF;
}


/* another top page */
#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
	font-size: 80%;
}


#contents {
    padding-bottom: 130px;
}


#footer-sub {
	background:#d9d8d3;
	width:100%;
	height:130px;
    position: fixed;
    bottom: 0;
}

#footer-sub .logo{
	width:170px;
	height:110px;
	float:left;
	padding: 0 0 0 10px;
}

#footer-sub .sitemap{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#footer-sub a{
	color: #FFF;
	font-size:70%;
	text-decoration: none;
}

#footer-sub .sitemap a:hover{
	color:#333;
}

#footer-sub .sitemaparea{
	width: 700px;
	padding: 30px 0 0 0;
	float: right;
}
#footer-sub .sitemap1{
	float: right;
}
#footer-sub .sitemap2{
	float: right;
}

#footer-sub .copyright{
	position: absolute;
	top: 80px;
	right: 10px;
	font-size: 60%;
	font-weight: lighter;
	color: #FFF;
}


/* Top Menu */
/*.inner {
	max-width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
*/
/* Top Header */
#top-head {
	position: fixed;
	width: 100%;
	height: 50px;
	margin: auto 0;
	z-index: 999;
	padding-left:1rem;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
	background: #6db030;
}
#top-head .inner {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}
#top-head .logo {
	position: relative;
	top: 6px;
	height: 50px;
	left: 0px;
}

#global-nav ul {
	list-style: none;
	top:0;
	position: absolute;
	font-size: 80%;
	    right: -20px;
}

#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	height:50px;
	padding:0 20px 0 20px ;
	line-height:50px;
	display: block;
}

/* Button Hover */
#global-nav ul li .on a{
	background:#000000;
	font-weight:bold;
	color:#333;
	height:50px;
	padding:0 20px 0 20px ;
	line-height:50px;
}

#global-nav ul li a:hover {
	background:#333;
	color:#fff !important;
	height:50px;
	line-height:50px;
	display: block;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 0px;
	top: 14px;
	width: 30px;
	height: 32px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	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;
}


#scroll-img { margin:0 auto; height:80px; width:100%; bottom:0px; left:50%; margin-left:-40px; z-index:4; position:fixed; }

/* News Style (Top) */
.topNewsArea{
	width: 100%;
	height: 200px;
	top: 160px;
	margin: auto 0;
	z-index: 500;
	position: fixed;
	padding: 0 0 0 0px;
}

.topNewsArea .inner{
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}

.topNewsArea .inner .topNews {
	max-width: 550px;
	background-color:rgba(0,0,0,0.5);
	padding: 10px;
	float:right;

	position: relative;

	right:40px;

	font-size:80%;
}
	.topNews ul{
		display:table;
	}

	.topNews li{
		float: left;
		color:#fff; 
		max-width: 500px;
		display:table-cell;
		vertical-align:top;
		padding: 0 0 0 10px;
		word-wrap: break-word;
	}

	.topNews li a{
		color:#fff;
		text-decoration:none;
	}

	.topNews li a:hover{
		color:#6fb92c;;
	}


	.topNews li.date {
		width: 100px;
		padding: 0 0 0 10px;
		display:table-cell;
		vertical-align:top;
	}


/* top word style */
#top-word {
	position: fixed;
	top: 150px;
	width: 100%;
	height: 200px;
	margin: auto 0;
	z-index: 500;
	color: #fff;
	left: 20px;
	text-decoration: none;
}

#top-word .inner {
	position: relative;
	margin: 0 auto;
	max-width: 1040px;
}

#top-word .logo {
	position: relative;
	width: 200px;
	height: 200px;
	left: 0px;
}

#top-word .logo img{
	width: 210px;
	height: 210px;
}

/* Top Banner Area */

.top-banner-inner {
	max-width: 980px;
	margin: 0 auto;
}


ul.top-banner {
	display: table;
	position: relative;
	text-align: center;
	width: 100%;
}
ul.top-banner li {
	max-width: 320px;
	padding: 10px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

ul.top-banner li img{
	width: 100%;
	height: auto;
}

/* Footer Site Map Layout */

@media screen and (max-width: 800px) {
	footer .sitemap1{
		position:absolute;
		top:20px;
		right:0;
	}
	footer .sitemap2{
		position:absolute;
		top:40px;
		right:0;
	}

	.topNewsArea{
		top: 370px;
		padding: 0 26px 0 20px;
		min-width:200px;
	}

	.topNewsArea .inner .topNews {
		position: absolute;
		right: auto;
		left: 0;
	}

}

/* Small Display Size */
@media screen and (max-width: 640px) {
	#main-visual {
		height: 300px;
	}


	#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: 50px;
		background: #6db030;
		z-index: 999;
		position: relative;
	}

	#top-head .logo {
		position: absolute;
		left: 0px;
		top: 6px;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #6fb92c;
		width: 150px;
		right: 0;
		text-align: center;
		-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: 0px;
		font-size: 75%;
	}
	#global-nav ul li {
		float: none;
		position: static;
		width: 100%;
		height:50px;
		line-height:50px;
		padding: 0 5px 0 5px;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
	}
	#nav-toggle {
		display: block;
		right:20px;
	}
	/* #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(550px);
		-webkit-transform: translateY(550px);
		transform: translateY(550px);
	}

	.topNewsArea{
		top: 190px;
		padding: 0 26px 0 20px;
		min-width:200px;
	}

	.topNewsArea .inner .topNews {
		position: absolute;
		right: auto;
		left: 0;
	}

	/* top word style */
	#top-word {
		top: 80px;
	}

	#top-word .logo img{
		width: 100px;
		height: 100px;
	}


	/* Top Banner Area */

	ul.top-banner {
		display: block;
		text-align: center;
		width: 100%;
	}
	ul.top-banner li {
		display: block;
		position: relative;
		width: 100%;
		vertical-align: middle;
		left: 50%;				/* banner center */
		margin: 0 0 0 -160px;	/* banner center */
	}

	#footer-top{
		height: 150px;
	}


	#footer-top .copyright{
		position: absolute;
		top: 110px;
		right: 10px;
		font-size: 60%;
		font-weight: lighter;
		color: #999999;
	}

	#footer-top .logo{
		position:absolute;
		top:40px;
	}
	
	#footer-top img{
		width:120px;
		height:auto;
	}

	#footer-top .sitemap1{
		position:absolute;
		top:10px;
		font-size:80%;
		right:0;
	}
	#footer-top .sitemap2{
		position:absolute;
		top:30px;
		font-size:80%;
		right:0;
	}


}/* min-640 end */


.f80{
	font-size: 80%;
}

.blue{
	color: #42a7e9;
}
