@charset "UTF-8";


/*------------------------------------------------
   Layout
------------------------------------------------*/

/*▼footer下付き用*/
html, body {
	height: 100%;
}
#whole {
    position: relative;
    min-height: 100%;
}
#footer-fix {
	padding-bottom: 230px;
}
footer {
	position: absolute;
    bottom: 0;
}
/*▲footer下付き用*/

body {
	background: #fff;
}

#whole {
	margin: 0 auto;
	background: #ffffff;
	width: 100vw;
}

section#page_head {
	width: 100vw;
	background-size: cover;
	background-position: center;
}

section#page_head div.page_title {
	background: rgba(00,00,00,0.6);
	color: #fff;
	font-family: "din-2014";
	font-size: 2.0rem;
	text-align: center;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* 左右中央寄せ */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* 上下中央寄せ */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section#page_head div.page_title dd {
	font-size: 1.5rem;
	margin-top: 3px;
}
	
h3 {
	font-size: 2.0rem;
}

footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
	font-size: 1.2rem;
	background-color: #002000;
	color: #5a6650;
	width: 100%;
	height: 150px;
	margin-top: 80px;
	position: absolute;
    bottom: 0;
}

footer div#footer01 {
	float: left;
	width: 10%;
	min-width: 40px;
}
footer div#footer02 {
	float: left;
	width: 80%;
}
footer div#footer03 {
	float: left;
	width: 10%;
	min-width: 40px;
}
footer div#footer01 img {
	width: 40px;
}


/*------------------------------------------------
   Responsive
------------------------------------------------*/

@media screen and (max-width: 768px){

header h1 {
	display: none;
}
	
nav ul li a:link {
	color: #fff;
	text-decoration: none;
	opacity: 1.0;
}

nav ul li a:visited {
	color: #fff;
	opacity: 1.0;
}

nav ul li a:hover {
	opacity: 0.5;
}

.sp_p20_lr {
	padding: 0 20px;
}

}


@media screen and (min-width: 769px){

header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	background: rgba(255,255,255,0.85);
	font-family: "din-2014";
	font-weight: 300;
}
	
header .inner {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	border-bottom: solid 1px #646464;
	position: relative;
}
	
header h1 {
	float: left;
}

nav ul {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

nav ul li {
	font-size: 1.5rem;
	float: left;
	margin-left: 30px;
}
	
nav ul li a:link {
	color: #1e1e1e;
	text-decoration: none;
	opacity: 0.6;
}

nav ul li a:visited {
	color: #1e1e1e;
	opacity: 0.6;
}

nav ul li a:hover {
	opacity: 1.0;
}

article.a01 {
	width: 800px;
	margin: 0 auto;
}

article.a02 {
	width: 980px;
	margin: 0 auto;
}

}