@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: 1em;
	color: #000;
	background-color: #fff;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}

html {
	overflow-y: scroll;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
	/* font-family: メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, "M+ 1p", sans-serif; */
	/* font-family: メイリオ, Meiryo, sans-serif; */
	-webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast: none)  {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@media all and (-ms-high-contrast: active) {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}

br {
	letter-spacing: normal;
}

img {
	border: 0;
	vertical-align: bottom;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0;
}

p {
	margin: 10px 0;
}

ul, 
ol {
	margin: 10px 10px 10px 24px;
}

dl {
	margin: 10px 0;
}

input, 
select {
	vertical-align: top;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

a:focus, 
*:focus {
	outline: none;
}

html, 
body, 
#container {
	height: 100%;
}

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

#container {
	width: 100%;
	margin: 0 auto;
	border-top: solid 10px #008d54;
}

#menu-cb {
	display: none;
}

section#home #title {
	font-size: 1.4rem;
	line-height: 36px;
	width: 90%;
	border-bottom: solid 1px #007847;
	margin: 10px 0 10px 0;
}

section#home #title h1 {
	font-weight: normal;
	color: #003721;
	margin: 0 0 0 10px;
}

section#home #title h1 a {
	color: #003721;
	text-decoration: none;
}

section#home nav {
	z-index: 9999;
	background-color:#fff;
	width: 199px;
	height: 245px;
	position: absolute;
	top: 72px;
	right: 0;
	margin: 0;
	display: none;
}

section#home nav ul {
	list-style-type: none;
	margin: 1px;
}

section#home nav ul li {
	width: 199px;
	height: 60px;
	margin: 0 1px 1px 0;
	color: #fff;
	background-color: #008d54;
	text-align: center;
	line-height: 60px;
}

section#home nav ul li:last-child {
	margin-right: 0;
}

section#home nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}

section#home nav ul li:hover {
	color: #fff;
	background-color: #236b44;
}

section#home nav ul li:hover > a {
	color: #fff;
}

section#home nav ul li.cur {
	color: #fff;
	background-color: #236b44;
}

section#home nav ul li.cur > a {
	color: #fff;
}


section#home #menu-icon {
	z-index: 9800;
	position: absolute;
	right: 0;
	top: -10px;
	cursor: pointer;
	display: block;
}


#menu-cb:checked ~ section#home nav {
	display: block;
}


section#footer {
	margin: 0;
	padding: 25px 0 15px 0;
	clear: left;
	color: #fff;
	background-color: #008d54;
	position: relative;
}

section#footer address {
	font-style: normal;
	margin: 0 0 20px 0;
}

section#footer address p {
	margin: 0 0 0 20px;
	font-size: 0.9rem;
}

section#footer address p.name {
	margin: 0 0 10px 20px;
	font-size: 1.2rem;
}

section#footer #copyright {
    text-align: center;
	margin: 0 10px;
}

section#footer #copyright small {
	font-size: 0.8rem;
}


br.sp350 {
	display: block;
}

br.sp470 {
	display: block;
}


#scrollUp {
	bottom: 20px;
	right: 20px;
	opacity: .7;
	width: 42px;
	height: 42px;
	background-image: url('../images/scrollup.png');
}
#scrollUp:hover {
	color: #fff;
	opacity: .9;
}



@media print, screen and (min-width:350px) {

	section#home #title {
		width: 20rem;
	}
	
	br.sp350 {
		display: none;
	}
	
}



/* タブレット用 */
@media print, screen and (min-width:440px) {

	
}


/* 横幅640px以下で、高さ450px以下の場合 */
@media screen and (max-width: 640px) and (max-height: 450px) {

	
}



@media print, screen and (min-width:470px) {

	section#home #title {
		font-size: 1.75rem;
		line-height: 1.6;
		width: 24rem;
		margin: 10px 0 27px 0;
	}
	
	br.sp470 {
		display: none;
	}

}



@media print, screen and (min-width:640px) {

	section#footer address p {
		font-size: 0.8rem;
	}
	
	section#footer address p.name {
		font-size: 1.1rem;
	}
	

}


@media print, screen and (min-width:750px) {

	section#footer {
		padding: 25px 0 5px 0;
	}
	
	section#footer #copyright {
		text-align: center;
		margin: 0 20px;
		position: absolute;
		right: 0;
		bottom: 25px;
	}
	
	section#footer #copyright small {
		font-size: 0.75rem;
	}
	
}



@media print, screen and (min-width:820px) {

	section#home #title {
		font-size: 1.75rem;
		width: 24rem;
		margin: 10px 0 50px 0;
	}
	
	section#home #menu-icon {
		display: none;
	}
	
	section#home nav {
		width: 801px;
		height: 62px;
		position: absolute;
		top: 55px;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
	}
	
	section#home nav ul li {
		float: left;
		width: 199px;
		height: 60px;
		margin: 0 1px 0 0;
		color: #fff;
		background-color: #008d54;
		text-align: center;
		line-height: 60px;
	}	


}



@media print, screen and (min-width:1000px) {

	#container {
		width: 1000px;
		margin: 0 auto;
		border-top: solid 10px #008d54;
	}
	
	/* section#home {
		width: 980px;
	}
	
	section#footer {
		width: 980px;
	} */
	
	
}



/* 印刷時 */
@media print {

	html, 
	body, 
	#container {
		width: 1000px;
		height: auto;
	}

	/* #top-slide {
		max-width: 1000px;
		max-height: 570px;
	}

	#top-slide li img {
		width: 1000px;
		height: 570px;
		max-width: 1000px;
		max-height: 570px;
	} */

	/* section#home #menu-icon, 
	section#home nav#menu {
		display: none;
		opacity: 0;
	} */

	#scrollUp {
		display: none;
	}

}
