﻿@charset "utf-8";

html{
/*height:100%;*/
}

body{
/*min-height: 100%;
height: 100%;*/
background-color:#fff;
background-repeat: repeat;
background-attachment: fixed;
font-family: "小塚ゴシック Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif !important;
position: relative;
}

.wrapper{
background-repeat: no-repeat;
background-position: center -5%;
background-size: 70% auto;
position:relative;
z-index: 1;
}

p{

}
ul{padding-left: 5px;}
li{
list-style:none;
text-align: left;
}
h2{
margin: 60px 0;

}
h3{
margin-top: 10px;
}
img{
max-width: 100%;
}
a:hover img {
opacity: .3;
-webkit-opacity: .3;
-moz-opacity: .3;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

.navbar-default .navbar-toggle{
background: rgba(255,255,255,0.6);
}
.ie_caution{
width: 100%;
text-align: center;
color: #fff;
font-weight: bold;
padding: 15px 0;
background-color: #ff0000;
}

/*ヘッダー*/
header{
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 999;
}
.header_area{
background-color:#fff;
border-bottom: 1px solid #5fc1c0;

}
.header_img{
position: relative;
}

/*ナビ*/
.navbar-default{
width: 100%;
/*opacity: 0.4;*/
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
height: 80px;
}
.navbar-default ul{
text-align: center;
max-width: 980px;
margin: auto;
}
.navbar-nav{float: none;}
.navbar-nav > li{
float: none;
text-align: center;
}
.navbar-nav > li > a{
padding:0;
}
.nav > li > a > img{
height: 23px;
}
.navbar{
min-height: initial;
min-height: auto;
border: none;
border-radius: 0;
}
.navbar-default ul li{
display: inline-block;
list-style: none;
background-color:#ccc;
padding: 5px;
margin: 10px 0;
width: 15%;
border-radius: 15px;
}
.navbar-toggle{
padding: 5px;
}

nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
}

/*entrance*/

#entrance{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
z-index: 1;
}
#entrance h2{
text-align: center;
}

#entrance .container{
padding-top: 60px;
} 

#entrance .row{
	padding-top: 3%;
}
.entrance_div{
position: relative;
margin: 40px 0;
z-index: 1;
}

.entrance_div img{
width: 100%;
}
.bnr_c img{
	margin:0 auto;
}


/*banner*/

#bnr .container{
padding-top: 60px;
}
#bnr h2{
text-align: center;
} 
#bnr .row{
	padding-top: 3%;
}
.bnr_div_t{
position: relative;
margin-top:40px;
z-index: 1;
}
.bnr_div{
position: relative;
margin: 40px 0;
z-index: 1;
}
.bnr_div img{
width: 100%;
}

/*footer*/
footer{
    background: #fff none repeat scroll 0 0;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #5fc1c0;
	z-index: 99;
}
.fp{
	color: #666666;
	font-weight: bold;
}

/*キーフレーム*/
@-webkit-keyframes snow {
 0% {background-position: 100% 100%, 100% 60%, 0% 100%;

}
 100% {background-position: 0 0, 0 0, 100% 0;
}
}

@keyframes snow {
 0% {background-position: 100% 100%, 100% 60%, 0% 100%;}
 100% {background-position: 0 0, 0 0, 100% 0;}
}
/*メディアクエリ*/


@media screen and (max-width:760px) { 
    /*　画面サイズが760px以下はここを読み込む　*/
body::after{
background-attachment:scroll;
}
.navbar-default{
background-image: none !important;
background-color: rgba(0,0,0,0.6);
height: auto;
}
.navbar-default ul li{
width: 100%;
margin: 5px 0;
}

.logo1{
top: 120px;
right: 5%;
width: 20%;
}
.logo2{
    left: 10%;
    top: 100px;
    width: 25%;
}


.logo_area{
text-align: center;
}

.wrapper{
background-size: 115% auto;
background-position: center top;
}

}
@media screen and (max-width:480px) { 
.entrance_div p{
font-size: 0.8em;
}
}
