@charset "utf-8";
/* CSS Document */
/*----------　全ページ共通　----------*/

header {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	z-index: 999;
}

header .h_logo {
float: left;	
}

header .h_logo img {
width: 201px;
	height: 205px;
}

header .rightbox {
font-weight:bold;	
margin-top:26px;
	padding-right: 1%;
overflow: hidden;
	font-size: 90%;
	display: -webkit-flex;
    display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .rightbox .block_1{
display: -webkit-flex;
    display: flex;
border-right: solid 1px #DDDDDD;
	margin-right: 35px;
	padding-right: 30px;
}

header .rightbox .block_1 ul {
	display: -webkit-flex;
    display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .rightbox .block_1 ul li {
	margin-left: 10px;
	display: flex;
  justify-content: center;
}

/*
header .rightbox  .block_1 ul li.changebtn1{
height:25px;
width:25px;
border-radius:50%;
line-height:25px;
text-align:center;
background:#DDDDDD;
font-size:13px;
margin-left:10px;
color: #999999;		
}

header .rightbox  .block_1 ul li.changebtn2{
height:30px;
width:30px;
border-radius:50%;
line-height:30px;
text-align:center;
background:#333333;
font-size:15px;
margin-left:10px;
color: #FFFFFF;		
}
*/

header .rightbox .block_2{
display: -webkit-flex;
    display: flex;
	margin-right: 35px;
}

header .rightbox .block_2 ul {
	display: -webkit-flex;
    display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .rightbox .block_3 {
display: -webkit-flex;
    display: flex;
}

header .rightbox .block_3 ul {
display: -webkit-flex;
    display: flex;
}

header .rightbox .block_3 li:first-child {
	margin-right: 35px;
}

header .rightbox .block_5 {
	display: -webkit-flex;
    display: flex;
}

header .rightbox .block_5 ul {
	display: -webkit-flex;
    display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .rightbox .block_5 ul li{
	width: 22px;
	margin-right: 25px;
	display: flex;
  justify-content: center;
}

header .g_menu ul{
	margin-left: 201px;
	margin-top: 26px;
font-weight: bold;
text-align: center;
	letter-spacing: 1px;
}

header .g_menu ul img{
width: auto;
	height: auto;
margin:0 auto 7px;
	display: block;
}

header .g_menu li {	
width:20%;
	height: 121px;
float: left;
padding: 13px 10px 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;	
border-right: 1px solid #ccc;
font-size:100%;
	line-height: 130%;
	box-sizing: border-box;
}

header .g_menu li span::after {
display: block;/* 改行 */	
font-size:20%;/* 英語サブタイトル文字サイズ */
line-height: 140%;
}


header .g_menu li#menu_item1 span::after {
content: "ABOUT";
}

header .g_menu li#menu_item2 span::after {
content: "PROJECT";
}

header .g_menu li#menu_item3 span::after {
content: "NEW BASE";
}

header .g_menu li#menu_item4 span::after {
content: "FACILITY MAP";
}

header .g_menu li#menu_item5 span::after {
content: "TOUR MODEL COURSE";
}

.g_menu ul li:hover {
background:#97D7A0;
color: #FFFFFF;		
 }

.g_menu ul li  span:hover { 
color: #FFFFFF;
}

.g_menu ul li  a:hover { 
background:#97D7A0;
color: #FFFFFF;	
}

header .g_menu ul li a {
	display: block;
 }

footer{
background-color: #59BF68;
margin:0;	
}

footer .f_box{
width:100%;
max-width: 1200px;	
margin: 0px auto;
padding:50px 0;
font-size: 14px;
font-weight: bold;
box-sizing: border-box;
} 

footer .f_box .f_logo{
float: left;	
margin-right: 145px;	
} 

footer .f_box .f_address{
float: left;
color: #FFFFFF;
line-height:35px;
margin-top: 25px;	
}

footer .f_box .f_address a {
color: #FFFFFF;
}

footer .f_box .f_address a:hover {
opacity: 0.5 ;
	color: #FFFFFF !important;
}

footer .f_box .f_address strong {
font-size: 20px;
font-weight: bold;
}

footer .f_box .f_tel{	
margin: 25px 0 0 0;
}

footer .f_box .f_tel img{
padding-bottom: 10px;
}
 
footer .f_box .f_btn{
	width: 25%;
margin-top:35px;	
float:right;
	text-align: right;
}

footer .f_box .f_btn img:first-child{
margin-bottom:20px;
}

.others{
width: 1200px;
margin: 35px auto;
}

.others ul li{
float: left;
position: relative;
padding: 0px 0px 0px 20px;
margin-right:25px; 	
}

.others ul li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #59BF68;
    content: "";
}



.others p{
color:#999999;
font-size: 13px;
	text-align: center;
}





/* PC2 : 1440 px ～ 959 px*/
@media screen and (max-width:1440px)
{
/*----------　全ページ共通　----------*/

	
footer .f_box{
width:96%;
max-width: 1200px;	
margin: 0px auto;
padding:50px 0;
font-size: 14px;
font-weight: bold;
box-sizing: border-box;
} 

footer .f_box .f_logo{
float: left;
width: 20%;
margin-right: 10%;	
} 

footer .f_box .f_address{
float: left;
color: #FFFFFF;
line-height:35px;
margin-top: 20px;	
}


footer .f_box .f_tel{	
margin: 25px 0 0 0;
}

footer .f_box .f_tel img{
padding-bottom: 10px;
}
 
footer .f_box .f_btn{
margin-top:35px;	
float:right;	
}

footer .f_box .f_btn img:first-child{
margin-bottom:40px;
}

.others{
width: 96%;
max-width: 1200px;
margin: 25px auto;	
}

.others ul li{
float: left;
position: relative;
padding: 0px 0px 0px 20px;
margin-right:25px; 	
}

.others ul li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #59BF68;
    content: "";
}

}



/* タブレットレイアウト : 768 px ～ 1200 px*/
@media screen and (max-width:1200px)
{	
	
/*----------　全ページ共通　----------*/
header .rightbox {
	margin-top:12px;
}
	
header .rightbox .block_1{
	padding: 5px 0;
	margin-right: 30px;
	padding-right: 0px;
}
	
header .rightbox .block_1 ul {
	padding-left: 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	text-align: center;
}
	
header .rightbox .block_1 ul li:first-child {
	-webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .rightbox .block_1 ul li:nth-child(2) {
	margin-left: 0;
}
	
header .rightbox .block_2{
	padding: 5px 0;
	margin-right: 20px;
}
	
header .rightbox .block_2 ul {
	padding-left: 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	text-align: center;
}
	
header .rightbox .block_2 ul li:first-child {
	-webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	
header .rightbox .block_3 {
    margin-right: 0;
}
	
header .rightbox .block_3 ul {
    display: block;
}

header .rightbox .block_3 li {
	width: 80%;
	margin-bottom: 10px;
}
	
header .rightbox .block_3 li:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
	
header .rightbox .block_5 ul li{
	margin-right: 20px;
}
	
header .g_menu ul{
	margin-top: 12px;
}
	
header .g_menu li {
	height: 110px;
	padding: 9px 10px 0;
font-size:85%;
}
	
header .g_menu li span::after {
display: none;
}
}
/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
	
footer .f_box{
width:96%;
max-width: 1200px;	
margin: 0px auto;
padding:40px 0;
font-size: 14px;
font-weight: bold;
box-sizing: border-box;
} 

footer .f_box .f_logo{
float: left;
width: 24%;
margin-right: 4%;	
} 

footer .f_box .f_address{
width: 46%;
float: left;
color: #FFFFFF;
line-height:35px;
margin-top: 20px;
font-size: 100%;
}

footer .f_box .f_address strong {
font-size: 130%;
font-weight: bold;
}

footer .f_box .f_tel{	
margin: 25px 0 2% 0;
}

footer .f_box .f_tel img{
display: block;
padding-bottom: 10px;
}
 
footer .f_box .f_btn{
margin-top:35px;	
float:right;	
}

footer .f_box .f_btn img:first-child{
margin-bottom:40px;
}

.others{
width: 96%;
max-width: 1200px;
margin: 25px auto;	
}

.others ul li{
float: left;
position: relative;
padding: 0px 0px 0px 20px;
margin-right:25px;
font-size: 86%;
}

.others ul li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #59BF68;
    content: "";
}


}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{	
/*----------　全ページ共通　----------*/

	
.spbtn {
width:10%;
display: block;
position: absolute;
top:20px;
right:3%;
}

.spbtn img {
width:100%;
height:auto;
}
	
header .h_logo {
	width: 35%;	
}
	
header .h_logo img {
	width: 100%;
	height: auto;
}

header .rightbox {
	display: none;
}

header .g_menu {
	display: none;
}

	
footer{
background-color: #59BF68;
margin:0;	
}

footer .f_box{
width:90%;	
margin: 50px auto 10px auto;
font-size: 14px;
font-weight: bold;	
} 

footer .f_box .f_logo{
float: none;	
margin-right:0;
width: 100%;
text-align: center;	
} 
footer .f_box .f_logo img {
width: 50%;
}

footer .f_box .f_address{
float: none;
width: 100%;
color: #FFFFFF;
text-align: center;	
line-height:160%;
margin-top: 25px;	
}

footer .f_box .f_tel img{
display: block;
padding-bottom: 0px;
margin: 0 auto 10px;
}

 
footer .f_box .f_btn{
display: none;
}


.others{
width:90%;
margin: 0px auto 15px;	
}

.others ul{
display: none;
}
	


	
	
	
	
}	



