@charset "UTF-8";

/*ナビ　ホバー */
.nav_fade{
opacity:0.40;
	color: #515151;	
}
.nav_fade {
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
}  
.nav_fade:hover {  
    opacity: 1;  
    filter: alpha(opacity=0);  
}

 /* ナビ　スクロール */
.is-fixed {
	position: fixed;
	top: ;
	left: auto;
	z-index: 2;
	width: 100%;
	top: 0px;
	right: auto;
}   


/*キャプション　ホバー */
.fade {
	color: #9D9D9D;
	text-decoration: none;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-color: #FFF;
	opacity: 0.70;
	height: 100px;
}
.fade:hover {
	color: #CBCBCB;
	background-color: #444;
	opacity: 1;
}
.fade2 {
	color: #9D9D9D;
	text-decoration: none;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-color: #FFF;
	height: 90px;
}
.fade2:hover {
	color: #C5C5C5;
	background-color: #444;
}

.fade3 {
	color: #9D9D9D;
	text-decoration: none;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-color: #FFF;
	opacity: 0.70;
	height: 90px;
}
.fade3:hover {
	color: #CBCBCB;
	background-color: #444;
	opacity: 1;
}
.fade0 {
	color: #9D9D9D;
	text-decoration: none;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-color: #FFF;
	opacity: 1;
}
.fade0:hover {
	color: #CBCBCB;
	background-color: #444;
	opacity: 1;
}
/*インフォメーション　ホバー */
.info_fade{
opacity:1;
	color: #515151;	
}
.info_fade {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}  
.info_fade:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=0);  
}

/*ボタン */
.btn{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #CBCBCB;
	height: 50px;
	width: 100px;
	border: thin solid #D6D5D6;
	list-style-type: none;
	border-radius: 10px;
	background-color: #FFF;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.fade:hover .btn{
	color: #CBCBCB;
	background-color: #444;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.fade:hover .btn:hover{
	color: #888888;
	background-color: #000000;
}	
.fade:hover .btn:active{
	color: #000000;
	background-color: #FFFFFF;
	opacity: 1;
	border: 1px solid #9E9E9E;
	height: 50px;
	width: 100px;
}
.btn_space{
	display: block;
	margin-top: 70px;
	margin-left: 21%;
	float: left;
	margin-bottom: 100px;
}



 