@charset "UTF-8";
/* Body */
body {
	/* font-family: source-sans-pro; */
	font-family: 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
.button a:hover {
	padding: 18px 40px;
}

/* header-wrap */
.header-wrap {
	width: 90%;
	margin: 0 auto;
}
/* ヘッダー・ヘッダーナビ */
.header-navbtn {
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 30;
	width: 36px;
	height: 36px;
	background-image: url("../images/btn_nav.png");
	background-size: 36px 36px;
}
.header-navbtn:hover, .header-navbtn:active {
	background-color: #8bb15a;
}
@media screen and (min-width: 768px) {
	.header-navbtn {
		display: none;
	}
}

/* ナビゲーション */
nav {
	font-size: 0.78rem;
	/* background: #000000; */
}
@media screen and (min-width: 768px) {
	nav {
		font-size: 1rem;	
	}
}
.nav-container {
	position: absolute;
	top: 52px;
	left: 0;
	z-index: 20;
	margin: 0;
	padding: 0;
	width: 300px;
	background: #638a30;
	box-shadow: 0px 5px 5px  rgba(0,0,0,0.4);
}
.globalnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.globalnav {
		display: inline-flex;
		padding: 5px;
	}
}
.globalnav li a {
	display: inline-block;
	padding: 15px 20px;
	/*border-bottom: 1px solid #8bb15a; */
	text-decoration: none;
	line-height: 100%;
	color: #ffffff;
	border-bottom: 1px solid #8bb15a;
}
.globalnav li a:hover,
.globalnav li a.current {
	background: #8bb15a;
	color: #ffffff;
}
@media screen and (min-width: 768px) {
	.nav-container {
		position: relative;
		top: 0;
		left: 0;
		padding: 0 20px 0 20px;
		width: 100%;
		background: none;
		box-shadow: none;
	}
	.globalnav {
		overflow: hidden;
	}
	.globalnav li {
		float: left;
		width: 20%;
	}
	.globalnav li a {
		padding: 10px 0;
		/* border-bottom: 8px solid #ffffff; */
		text-align: center;
	}
	.globalnav li a:hover,
	.globalnav li a.current {
		/* border-bottom: 8px solid #7bae34; */
	}
}



/* Container */
.container {
	position: relative;
	width: 90%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	/* height: 1000px;  */
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 90%;
	height: 50px;
	margin: 0 auto;
	background-color: #006633;
	border-bottom: 1px solid #2C9AB7;
	position: fixed;
	top: 0px;
	z-index:29;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	/* transition: all 0.3s linear; */
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	color: #111111;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	background: url("../images/img_top_bg.png") 50% 50% / contain no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
	height: 30vh;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	text-align: center;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
	font-size: 1.7rem;
}
.gallery {
	clear: both;
	display: flex;
	flex-flow:row wrap;
	
	justify-content: space-around;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.gallery a {
	text-decoration: none;
}
.thumbnail {
	width: 22%;
	text-align: center;
	float: left;
	margin-top: 35px;
	border: 1px solid green;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image:url("../images/img_wood.png");
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #663333;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #663333;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}

.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 2px solid #FFFFFF;
	background-color: #cc3333;
	color: #ffffff;
	transition: all 0.3s linear;
}
.button:hover {
	opacity: 0.6;
	cursor: pointer;
}
.button a {
	color: #fff;
	text-decoration: none;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #006633;
	color: #FFFFFF;
	/* text-transform: uppercase; */
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #ffffbc;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
ul.menkyo {
	font-size: small;
	list-style: none;
}
@media screen and (min-width: 321px) {
	ul.menkyo {
		margin: 0 auto;
		text-align: center;
		margin-right: 2rem;
	}
	
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
main h2 {
	border-left: 10px solid green;
	border-top:1px solid green;
	border-bottom:1px solid green;
	border-right: 1px solid green;
}



/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {

.hero {
	height: 0px;
	padding: 40px auto;
	}
.about {
	display: none;
	}
.gallery {
	display: flex;
	flex-flow: row;
	width: 100%;
	margin: 0 auto;	
	}
	.gallery a {
	margin-right: 	1px;
	}	
.thumbnail {
	display: block;
	flex-basis: 49%;
	padding: 5px;
}
.thumbnail h4 {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;		
}	
	h1.stats {
	font-size: 16px;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 24%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
.footer_column img {
	width: 100%;
	max-width: 400px;
}	
	
	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.footer_column img {
	width: 100%;
	max-width: 400px;
}		
	
	
}

/* Mobile */
@media (max-width: 320px) {
.hero {
	height: 0px;
	padding-top: 30px; 
	border: 1px solid green;
	margin-bottom: 5px;
}
section.about {
	display: none;	
}	
	.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.gallery {
	display: flex;
	flex-flow:  row wrap;
}
.thumbnail {
	width: 48%;
}
.thumbnail h1.stats {
		font-size: 18px
	}	
	.thumbnail h4 {
		font-size: 14px;
	}
	.footer {
		width: 100%;
		position: relative;
	}
	.footer_column {
		width: 100%;
		padding: 0;
	}
	.footer_column img {
		width: 100%;
	}
	footer .footer_column p {
		margin: 0;
	}
/* Parallax Section */
	.banner {
		background-color: #2D9AB7;
		background-image:url("../images/img_wood.png");
		height: 150px;
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.parallax {
		color: #663333;
		text-align: right;
		padding-top: 60px;
		letter-spacing: 2px;
		margin-top: 0px;
	}
	.parallax_description {
		color: #663333;
		text-align: right;
		padding-right: 15px;
		width: 50%;
		float: right;
		font-weight: lighter;
		line-height: 24px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	
	
	
	
	
	
	
	
}






/* ========== Javascript用CSS ========== */
/* ナビゲーションを最初は非表示。 */
#js-slidemenu {
	display: none;
}
/* パソコン向けではナビゲーションを常に表示 */
@media screen and (min-width: 768px) {
	#js-slidemenu {
		display: block !important; 
	}
}
/* ナビゲーションが開いたときに画面を暗くする処理のためのCSS */
.js-slidemenu-effect {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
