@charset "utf-8";

/* Default Style */
body {
	font-family: "メイリオ", Meiryo, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, -apple-system, BlinkMacSystemFont, sans-serif; /*全体の書体を指定する*/
	font-size: 1.6rem; /*全体のフォントサイズは16pxとする*/
	background-color: #fff;
	line-height: 1;
	color:#000;
}

/* Default Link Style */
a {
	text-decoration: none;
	color: inherit;
	transition: 0.2s;
}

a:hover {
	opacity: .8;
}

/* common */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#wrapper {
	width: 100%; /*全ての要素を包括する<div id"wrap">の幅を画面幅に設定する*/
	margin: 0 auto;
}

/* header ---------------------------------------- */
/* ヘッダー */
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	padding: 0 20px;
	background-color: rgba(0,0,0,1.0);
	z-index: 100;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}

header.close {
	opacity: 0;
	-webkit-transform: perspective(300px) rotateY(-90deg);
	transform: perspective(300px) rotateX(-90deg);
}

.header-inner {
	position:relative;
	display: flex;
	flex-flow: row nowarp;
	align-items: center;
	max-width:900px;
	height: 90px;
	margin:0 auto;
	padding: 0;
}

/* サイトタイトル */
.site-title {
	width: 26.042%;
	max-width: 200px;
	margin: 0;
}

.site-title h1 {
}

.site-title h1 a {
	display:block;
}

/* ヘッダーナビ */
#headNav {
	margin: 0 0 0 auto;
	width: calc(100% - 26.042% );
	max-width: 501px;
}

#menu-header-nav{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	border-right: 1px solid #ffffff;
}

#menu-header-nav > li{
	flex-basis: 100%;
	max-width: 100%;
	border-left: 1px solid #ffffff;
}

#menu-header-nav > li + li {
}

#menu-header-nav li a {
	display: block;
	width: 100%;
	padding: 2px .25em;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	color: #ffffff;
}

#menu-header-nav li a:hover{
}

#navBtn {
	display: none;
	position: absolute;
	top: 4px;
	right: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000;
	cursor: pointer;
}

#navBtn:hover {
}

#navBtn:focus {
	outline: none;
}

#navBtn i {
	font-size: 38px;
	color: #fff;
	transform: scale(1.2, 0.8);
}

#navClose {
	display: none;
	position: absolute;
	top: 3px;
	right: 21px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000;
	cursor: pointer;
	z-index: 1;
}

#navClose i {
	font-size: 38px;
	color: #fff;
}

/* footer ---------------------------------------- */
footer {
	width: 100%;
	padding:20px 20px 32px;
	background-color: #005726;
}

.footInr {
	position:relative;
	display: flex;
	flex-flow: row nowarp;
	align-items: center;
	max-width:900px;
	margin:0 auto;
	padding: 0;
}

/* サイトロゴ */
.footLogo {
	width: 26.042%;
	max-width: 200px;
	margin: 0;
}

/* フッターナビ */
#footNav {
	margin: 0 0 0 auto;
	padding: 0 0 0 20px;
	width: calc(100% - 26.042% );
	max-width: 501px;
}

#footNav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	border-right: 1px solid #ffffff;
}

#footNav ul > li {
	flex-basis: 100%;
	max-width: 100%;
	border-left: 1px solid #ffffff;
}

#footNav ul > li a {
	display: block;
	width: 100%;
	padding: 2px .25em;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	color: #ffffff;
}

footer .copy {
	width: 900px;
	max-width: 100%;
	margin: 80px auto 0;
	text-align:right;
	font-size:1.0rem;
	color: #ffffff;
}

/* content ---------------------------------------- */
.container {
}

.contents {
}

.contents main {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

section {
	padding: 40px 20px;
	text-align: center;
}

section .sectionInr {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}

section h2 {
	margin: 0 0 80px;
	align-items: center;
	font-family:"秀英明朝 L", "Shuei Mincho L";
	font-size: 4.0rem;
	font-weight: normal;
}

section p {
	text-align: left;
	line-height: 1.8;
}

/* font ------------------------------------------- */

/* Scroll Controller ----------------------------- */
.scrControl {
	position:fixed;
	left: 20px;
	bottom:20px;
	width: 40px;
}

.scrControl li + li {
	margin-top: 10px;
}

.scrControl li + li:hover {
	opacity:.8;
	cursor: pointer;
}

#section-scroller-button.rotate {
	display: none;
}

@media (max-width: 767px) {

header {
	height: 47px;
	padding: 0;
}

.header-inner {
	height: 47px;
	padding: 0 20px;
}

.site-title {
	width: calc(100% - 50px);
	max-width: 210px;
	margin: 0;
}

.site-title h1 {
	display: flex;
	align-items: center;
	height: 47px;
}

.site-title h1 a {
}

#headNav {
	height: auto;
	padding: 0;
}

/* ヘッダーナビ */
#navBtn {
	display:block;
}

#headNav.open #navBtn {
	display:none;
}

#header-nav {
	display: block;
	position: fixed;
	top: 47px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .9);
	opacity: 0.5;
	transition: 0.2s;
}

#headNav.open #header-nav {
	height: 100%;
	opacity: 1;
}

#menu-header-nav {
	display: block;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#menu-header-nav > li{
	width: 100%;
	background-color: #ffffff;
	transform: none;
}

#menu-header-nav > li + li {
	margin-left: 0;
}

#menu-header-nav > li:first-of-type {
	border-top: 1px solid #000000;
}

#menu-header-nav li a {
	display: block;
	width: 100%;
	padding: 14px 20px;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1;
	transform: none;
	color: #000000;
}

#headNav.open #navClose {
	display:block;
}

section h2 {
	margin: 0 0 50px;
}

}

@media (max-width: 480px) {
/* footer ---------------------------------------- */
footer {
	width: 100%;
	padding:20px 20px 32px;
	background-color: #005726;
}

.footInr {
	display: block;
}

/* サイトロゴ */
.footLogo {
	width: 200px;
	margin: 0 auto 20px;
}

/* フッターナビ */
#footNav {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

footer .copy {
	width: 900px;
	max-width: 100%;
	margin: 80px auto 0;
	text-align:right;
	font-size:1.0rem;
	color: #ffffff;
}

}
