@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500&display=swap&subset=japanese');

/*-------------------------------------------------------------------
　reset
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

ol, ul {list-style:none;}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

img{
	padding:0;
	margin:0;
	vertical-align:bottom;
}

a img {border:0;}

a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#FFF;
}

/*-------------------------------------------------------------------
　基本設定
-------------------------------------------------------------------*/
body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:16px;
	line-height:1.8;
	color:#000000;
	-webkit-text-size-adjust:none;
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
body{
	font-size:15px;
	line-height:1.8;
}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
.br_pc{display:block;}
.br_sp{display:none;}

.br1024{display: none;}
.br480sp{display: none;}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.br1024{display:block;}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.br_pc{display:none;}
.br_sp{display:block;}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.br480sp{display: block;}
}

/*-------------------------------------------------------------------
　header & navi
-------------------------------------------------------------------*/
.hd_inner {
    width: 1100px;
    margin: 0 auto;
}

.hd_inner:after {
    content: "";
    clear: both;
    display: block;
}
 
#top-head {
    width: 100%;
	height: 80px;
    top: -100px;
    position: absolute;
    margin: 900px auto 0;
    line-height: 1;
    z-index: 999;
	background-color: #004000;
}

#top-head h1{
	padding:0;
	margin:0;
	font-size:80%;
	display:none;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .hd_inner {
    position: relative;
}

#top-head .logo {
    float: left;
	position: relative;
	top:20px;
}

#top-head .logo img{
	width:300px;
	height:auto;
}

#global-nav ul {
    list-style: none;
    position: absolute;
	top:28px;
	right: 0;
}

#global-nav ul li {
	font-family: 'Noto Serif JP', serif;
    float: left;
	padding: 0 18px 0;
}

#global-nav ul li a {
	padding: 5px 5px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
 
#global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover{
	color: #FFDC73;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 80px;
	background-color: #004000;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed .logo img{
	width:300px;
	height:auto;
}

#top-head.fixed #global-nav ul li a {
    color: #FFF;
    padding: 5px 5px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    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;}


/* ---- tablet ------------- */
@media only screen and (max-width: 1200px) {

#top-head,
.hd_inner {
	width: 100%;
	padding: 0;
}

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	height: 50px;
}

/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
	background-color: #004000;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}

#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 15px;
	top: 13px;
	color: #333;
	font-size: 26px;
}

#top-head .logo img,
#top-head.fixed .logo img{
	width:195px;
	height:auto;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #FFF;
	width: 100%;
	text-align: center;
	padding: 10px 0 40px;
	-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: 0;
	font-size: 16px;
}

#global-nav ul li {
	float: none;
	position: static;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #004000;
	padding: 10px 0 10px 20px;
	text-align: left;
	border-bottom: 1px solid #004000;
	box-sizing: border-box;
}

#top-head #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
	color: #004000;
}

#global-nav ul li:hover:after {
	background: none;
}

#nav-toggle {
	display: block;
}

/* #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(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}

/*-------------------------------------------------------------------
　ENTRY
-------------------------------------------------------------------*/
#entry_wrap{
	width: 100%;
	height: auto;
	margin-top: 80px;
	background-image:url(../images/entry_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#entryIn{
	width: 100%;
	background-color: rgba(115,135,80,0.1);
	padding: 60px 0 70px;
	text-align: center;
	color: #FFF;
}

#entryIn_02{
	width: 100%;
	background-color: rgba(23,94,0,0.22);
	padding: 60px 0 70px;
	text-align: center;
	color: #FFF;
}

#entryIn h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	color: #003700;
	margin-bottom: 20px;	
	-webkit-text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
	-moz-text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
	-ms-text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
	text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
}

#entryIn_02 h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	color: #FFF;
	margin-bottom: 20px;	
	-webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
	-ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
}

#entryTx{
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
	-ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
}

#entry_btn{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	width: 350px;
	margin: 30px auto 0;
}

#entry_btn a{
	display: block;
	color: #FFF;
	padding: 12px 0;
	border-radius: 5px;
	text-align: center;
	border:1px solid #FFF;
	box-sizing: border-box;
	background-color: rgba(0,100,0,0.5);
}

#entry_btn a:hover{
	background-color: rgba(0,100,0,0.8);
}

/* ---- sp 767-------------- */
@media only screen and (max-width:900px){
#entry_wrap{
	background-image:url(../images/entry_bg900.jpg);
}

#entryIn h3{
	font-size: 30px;
}

#entryIn_02 h3{
	font-size: 30px;
}

#entryIn{
	padding: 30px 0 40px;
}

#entry_btn{
	width: 65%;
	margin: 30px auto 0;
	font-size: 16px;
}

#entry_btn a{
	padding: 10px 0;
}
}

/*-------------------------------------------------------------------
　FOOTER
-------------------------------------------------------------------*/
#footer_wrap{
	width: 100%;
	padding: 40px 0;
	background-color: #004000;
	box-sizing: border-box;
	color: #FFF;
	font-size: 13px;
}

#footerIn{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#ftAdd{
	width: 520px;
}

#ftRight{
	width: 450px;
	text-align: right;
}

#ftcom{
	font-size: 18px;
}

#ftNavi ul{
	display: flex;
	list-style-type: none;
	margin-bottom: 10px;
}

#ftNavi ul li{
	padding: 0 7px;
	border-right: 1px solid #FFF;
}

#ftNavi ul li a{
	display: block;
	color: #FFF;
}

#ftNavi ul li a:hover{
	color: #FFDC73;
}

#ftNavi ul li:first-child{
	border-left: 1px solid #FFF;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1200px){
#footerIn{
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#footerIn{
	width: 90%;
	margin: 0 auto;
	flex-direction: column;
	text-align: center;
}

#ftAdd{
	width: 100%;
	margin-bottom: 10px;
}

#ftRight{
	width: 100%;
	text-align:center;
}

#ftNavi ul{
	display: none;
}

#ftcom{
	font-size: 18px;
	text-align: center;
}
}

