* {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-decoration: none;
}

body {
	width: auto;
	height: auto;
	overflow: scroll;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	background: url(../img/bg_header.png) top center no-repeat;
	background-size: contain;
	padding: 50px 0 0 0;
}

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

hr.free {
	visibility: hidden;
	height: 0;
	clear: both;
}

hr.space {
	visibility: hidden;
	height: 10px;
}


/***レイアウト***/

/*スマホナビメニュー*/

.globalMenuSp {
display: none;
}
.navToggle {
display: none;
}

/* ナビメニューend*/


#wrap {
	width: 100%;
	min-height: 500px;
}

#page {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: auto;
	margin: 0;
}

#pan {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	font-size: 0.8em;
	color: #333;
	padding: 5px 10px;
	border-bottom: 1px dotted #007b43;
	border-top: 5px solid #007b43;
}

#pan a:link,#pan a:visited {
	color: #ff4500;
	text-decoration: underline;
}

#pan a:hover {
	color: #ff7f50;
	text-decoration: none;
}

.main {
	width: 960px;
	height: auto;
	background:rgba(255,255,255,.9);
	float: left;
	padding: 10px 0 30px 0;
	box-sizing: border-box;
}

#slogan {
	font-size: x-large;
	text-align: center;
	margin: 20px 0;
	color: #333;
	font-weight: bold;
}

#policies,#standards {
	display: none;
	margin: 10px 0;
}

.leftbox {
	width: 530px;
	height: auto;
	float: left;
}

.rightbox {
	width: 410px;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
}

#footer {
	width: 100%;
	min-height: 200px;
	background-color:#007b43;
	float: left;
	padding: 20px 0 50px 0;
	margin: 20px 0 0 0;
    bottom: 0;
    right: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #FFF;
}

.boss_name {
	padding: 5px 25px 0 0;
}

.flex_header,.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_header {
	margin: 0 0 5px 0;
}
.flex_header li, .flex li {
	list-style-type: none;
}
.flex_header li:first-child {
	/*padding-top: 45px;*/
}

.flex2 {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content: center;
	-moz-justify-content:center;
	justify-content:center;
}

/*------------------------------------------------------------

770px以下設定

------------------------------------------------------------*/

@media screen and (max-width: 770px){
	
/* ナビメニュー*/

.gnav {
display: none;
}
.footer-nav {
display: none;
}
.footer-nav2 {
display: none;
}
	
.globalMenuSp {
display: block;
}

nav.globalMenuSp {
position: fixed;
z-index: 2;
top: 0;
left: 0;
/*background: #fff;*/
color: #000;
text-align: center;
transform: translateY(-100%);
transition: all 0.6s;
width: 100%;
height: 100%;
}

nav.globalMenuSp ul {
background: rgba(75, 133, 60, 0.9);
margin: 0 auto;
padding: 0;
width: 100%;
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

nav.globalMenuSp ul li {
font-size: 1.1em;
list-style-type: none;
padding: 0;
width: 100%;
border-bottom: 1px dotted #fff;
}

nav.globalMenuSp ul li:last-child {
padding-bottom: 0;
border-bottom: none;
}

nav.globalMenuSp ul li a {
display: block;
color: #fff;
padding: 1em 0;
}

nav.globalMenuSp ul li a:hover {
background:#ccc;
}

nav.globalMenuSp.active {
transform: translateY(0%);
}

.navToggle {
display: block;
position: fixed;  
right: 13px;
top: 20px;
width: 60px;
height: 60px;
cursor: pointer;
z-index: 3;
background: #007b43;
text-align: center;
border-radius: 5px;
}

.navToggle span {
display: block;
position: absolute;  
width: 47px;
border-bottom: solid 4px #eee;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 6px;
}

.navToggle span:nth-child(1) {
top: 9px;
}

.navToggle span:nth-child(2) {
top: 23px;
}

.navToggle span:nth-child(3) {
top: 37px;
}

.navToggle span:nth-child(4) {
border: none;
color: #eee;
font-size: 11px;
font-weight: bold;
top: 42px;
}


.navToggle.active span:nth-child(1) {
top: 22px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}


.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
top: 22px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

/* ナビメニューend*/
	

	
	.flex{
		display: flex;
	}
	
	
body {
	background: none;
	padding: 0;
	}
	
.flex_header{
		flex-wrap: wrap;
		justify-content: center!important;
	margin: 0;
	}

.main {
	width:100%;
	box-sizing: border-box;
	padding: 10px;
}

#page {
	width:100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}

#header {
	width:100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
}
	
	#topimg img{
	width:100%;	
	}
	
	.narita40th img{
		width: 100%;
	}
	ul#btn{
		display: none;
	}
	ul#btn2{
		display: none;
	}
	
	ul.info2 li img{
		width: 100%;
	}
	

	
	.rightbox{
		width: 100%;
		float: none;
		box-sizing: border-box;
		margin: 0;
	}
	.leftbox{
		width: 100%;
		float: none;
		box-sizing: border-box;
		margin: 0;
	}
	

	
		#footer {
    width: 100%;
			min-height:auto;
    padding: 20px;
    margin:0;
	box-sizing: border-box;
	}
	
#slogan {
	font-size:1.2em;
	margin: 10px 0;

}
	
	table.schedule{
		width: 100%!important;

	}
	
	
	
	table.schedule td{
		padding: 0;
	}
	table.schedule{
		font-size: .5em;
	}
}


/*------------------------------------------------------------

480px以下設定

------------------------------------------------------------*/


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