@charset "utf-8";

/*見出しの文字サイズ・・・スマホはPCの約4/5にする*/

/* for Common & Smartphone*/
body{
	color:#333;
}

.spOnly{display:block;}
.pcOnly{display:none;}

.conFixSP{
	margin-left:10px;
	margin-right:10px;
}



/*スクロールでフェードイン*/
.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
}
.fadein.active {
        opacity: 1;
        transform: translateY(0);
}
/*リンク [
#########################################*/
a:link,
a:visited{
	color:#333;
	text-decoration:none;
	}

a:active,
a:hover{
	color:#333;
	text-decoration:none;
	}
.disabled{
	cursor:default;
}

img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.img100{
	width:100%;
}

.relative{
	position:relative;
	}

/*loading [
#########################################*/
#loader {
    width: 24px;
    height: 24px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 999999;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999998;
}
/*
.page{
	display: none;
	 }
*/
/*HEADER
#########################################*/
#header{
	height:50px;
	overflow:hidden;
	}

/*ロゴ*/
#hLogo{
	float:left;
	margin-top:10px;
	margin-left:10px;
	font-size:123%;
	font-weight:normal;
	overflow:hidden;
	}
#hLogo img{
	float:left;
	width:25px;
	height:27px;
	margin-right:5px;
	}
#hLogo p{
	float:left;
	margin-top:3px;
	}
/* pcOnly_お問い合わせ */
#hCon{
	display:none;
	}

/* spOnly_メニューボタン */
#hBtnMenu{
	float:right;
	width:40px;
	height:40px;
	}
#hBtnMenu img{
	display:none;
}	
#hBtnMenu{
	background-image:url(../images/h_ico_menu.png);
	background-size:100% 100%;
	}
#hBtnMenu.open{
	background-image:url(../images/h_ico_close.png);
	background-size:100% 100%;
	}
	
/*nav
#########################################*/
/*gNav*/
#gNav{
	position:absolute;
	display:none;
	width:100%;
	top:50px;
	background:#fff;
	border-top: 1px solid #008957;
	border-left: 1px solid #008957;
	z-index:1999999;
	}

#gNav .nav{
	float:left;
	width:50%;
	border-bottom: 1px solid #008957;
	border-right: 1px solid #008957;
	text-align:center;
	overflow:hidden;
}
#gNav .nav a{
	display:block;
	font-size:123%;/*16px*/
	height:50px;
	line-height:50px;
	overflow:hidden;
	color:#444;
	text-align:center;
	text-decoration:none;
	}
#gNav .select{
	background:#008957;
	}
#gNav .select a{
	color:#fff;
	}
#gNav #nav5 {display:none;} /*こどもミュージアムプロジェクト*/

/*pagetop
#########################################*/
#pagetopSp{
	display:block;
	position:fixed;
	width:40px;
	height:40px;
	right:10px;
	bottom:10px;
	}
#pagetopSp img{
	width:40px;
	}
#pagetopPc{
	display:none;
	}
/*footer
#########################################*/
#footer{
	margin-top:30px;
	padding:0 0 20px;
	background:#008957;
	color:#fff;
	text-align:center;
	}
#fNav{
	margin-bottom:20px;
	}
#fNav ul{
	width:100%;
	overflow:hidden;
	}
#fNav li{
	float:left;
	width:50%;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	}
#fNav li:nth-child(2n){
	border-right:0;
	}
#fNav li:last-child{
/*	width:100%; メニューが奇数の時のみ */
	}
#fNav li a{
	display:block;
	height:40px;
	line-height:40px;
	font-size:108%;
	color:#fff !important;
	text-decoration:none !important;
	}
#fCon01{
	font-size:123%;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.8;
	}
#fCon02{
	font-size:92%;
	line-height:1.8;
	}

/*copyright*/
#copyright{
	clear:both;
	padding:30px 0;
	font-size:77%;
	text-align:center;
	line-height:1.4;
	letter-spacing:0.1em;
	}
#copyright br{
	display:none;
	}
	
/*contents
#########################################*/
.secCon{
	margin-bottom:30px;
	}

#index #bnrKodomoSp,
#company #bnrKodomoSp,
#service #bnrKodomoSp,
#recruit #bnrKodomoSp { /*こどもミュージアムプロジェクト トラック以外は非表示*/
display:none;
}

/*ページタイトル*/
.pageTtl{
	font-size:230%;
	color:#008957;
	text-align:center;
	border-bottom:1px solid #008957;
	width:200px;
	margin:40px auto 50px;
	padding-bottom:15px;
	line-height:1;
}
.pageTtl span{
	font-size:50%;
	color:#666;
	font-weight:normal;
}

.ttl01{
	font-size:138%;
	color:#008957;
	font-weight:bold;
}


.ttl02{
	text-align:left;
	font-size:18px;
	color:#008957;
	font-weight:bold;
	border-bottom:1px dotted #008957;
	margin-bottom:15px;
	padding-bottom:10px;
}

.tColGre01{
	color:#008957;
}

.tColBlu01{
	color:#0071bc;
}
.tColRed01{
	color:#e00;
}
.txtBold{
	font-weight:bold;
}



/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}



/* for PC*/
@media screen and (min-width:768px) {
body{}
.spOnly{display:none;}
.pcOnly{display:block;}

.conFixSP{
	margin-left:0;
	margin-right:0;
}
.conFix{
	/*max-width:960px;*/
	/*width: auto !important;*/
	width: 960px;
	margin-left:auto !important;
	margin-right:auto !important;
	overflow:hidden;
}

a:link,
a:visited{
	text-decoration:none;
	}
a:active,
a:not(.disabled):hover{
	/*color:#999;*/
	text-decoration:none;
	color:#75ba2a;
	}

/*text-decorationあり*/
a.linkTdu:link,
a.linkTdu:visited,
.linkTdu a:link,
.linkTdu a:visited{
	text-decoration:underline;
	}
a.linkTdu:active,
a.linkTdu:not(.disabled):hover,
.linkTdu a:active,
.linkTdu a:not(.disabled):hover{
	text-decoration:none;
	}

.hover{
	-webkit-transition: .3s;
	transition: .3s;
	}
.hover:hover {
 	opacity: 0.7;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
 	}

.hover img:hover {
 	filter: alpha(opacity=60);/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
 	}


/*link*/
a.link01{
	text-decoration:none;
	}
a.link01a{
	text-decoration:underline;
	}

/*header
#########################################*/
#header{
	height:auto;
	}
/*ロゴ*/
#hLogo{
	width:380px;
	font-size:184%;
	letter-spacing:0.05em;
	margin-left:0;
	}
#hLogo img{
	width:50px;
	height:54px;
	margin-right:15px;
	}
#hLogo p{
	margin-top:10px;
	}	
/* pcOnly_お問い合わせ */
#hCon{
	display:block;
	width:580px;
	float:left;
	overflow:hidden;
	text-align:left;
	}
#hCon #hConCopy{
	float:left;
	width:135px;
	font-size:92%;
	color:#444;
	margin-top:28px;
}
#hCon #hConTel{
	float:left;
	width:270px;
	background:url(../images/h_ico_tel.png) no-repeat;
	background-position:left 5px;
	margin-top:20px;
	padding-left:37px;
	font-size:230%;
	color:#008957;
	line-height:1;
	font-family:'Roboto';
	font-weight:normal;
}
#hCon #hConMail{
	float:left;
	width:165px;
	background:url(../images/h_ico_mail.png) no-repeat;
	background-position:left top;
	margin-top:30px;
	padding-left:20px;
	font-size:92%;
	line-height:1;
	height:15px;
}
#hCon #hConMail a{
	color:#008957 !important;
	text-decoration:none;
}

/* spOnly_メニューボタン */
#hBtnMenu{
	display:none;
	}

/*nav
#########################################*/
/*gNav*/
#gNav{
	position:static;
	display:block !important;
	clear:both;
	background:none;
	margin:10px auto 20px;
	overflow:hidden;
	border-top:none;
	border-left:none;
	}
#gNav .nav{
	float:left;
	width:auto;
	text-align:center;
	margin:0 40px 0 0;
	border-bottom:none;
	border-right:none;
}
#gNav .nav a{
	display:block;
	font-size:108%;/*14px*/
	color:#444;
	padding-top:10px;
	height:50px;
	border-bottom:1px solid #fff;
	line-height:16px;
	font-weight:bold;
	}
#gNav .nav a span{
	font-size:76%;/*10px*/
	color:#999;
	font-weight:normal;
	}
#gNav .select{
	background:#fff;
	}
#gNav .select a{
	color:#008957;
	border-bottom:1px solid #008957;
	}
#gNav .select a span{
	color:#008957;
	} 
#gNav #nav0 a{width:92px;}
#gNav #nav1 a{width:62px;}
#gNav #nav2 a{width:62px;}
#gNav #nav3 a{width:124px;}
#gNav #nav4 a{width:140px;}
#gNav #nav5 { /*pcOnly こどもミュージアムプロジェクト*/
	display:block;
	float:right;
	margin:0;
	}
#index #gNav #nav5,
#company #gNav #nav5,
#service #gNav #nav5,
#recruit #gNav #nav5 { /*こどもミュージアムプロジェクト トラック以外は非表示*/
	display:none;
	}
#gNav #nav5 a{ /*pcOnly こどもミュージアムプロジェクト*/
	width:360px;
	padding-top:0;
	border-bottom:none;
	}
#gNav #nav6 {display:none;} /*spOnly お問い合わせ*/
	
/*pagetop
#########################################*/
#pagetopSp{
	display:none;
	}
#pagetopPc{
	display:block;
	width:960px;
	height:auto;
	margin:20px auto;
	text-align:right;
}


/*footer
#########################################*/
#footer{
	margin-top:30px;
	padding:30px 0;
	text-align:left;
	}
#fNav{
	width:960px;
	margin:0 auto 30px;
	overflow:hidden;
	}
#fNav li{
	width:auto;
	border-bottom:none;
	}
#fNav li:nth-child(2n){
	border-right:1px solid #fff;
	}
#fNav li:last-child{
	width:auto; /* メニューが奇数の時だけ100% */
	border-right:none;
	}
#fNav li a{
	display:block;
	height:auto;
	line-height:1.5;
	font-size:92%;
	color:#fff !important;
	text-decoration:none !important;
	margin-left:10px;
	margin-right:10px;
	}
#fNav li a:hover{
	text-decoration:underline !important;
	}
#fNav li:first-child a{
	margin-left:0;
	}
#fCon01{
	}
#fCon02{
	}
/*copyright*/
#copyright{}
#copyright br{
	display:none;
	}

/*contents
#########################################*/	
#contents{
	}

.secCon{
	margin-bottom:50px;
	}

/*ページタイトル*/
.pageTtl{
}

}


