body  {
	background:#000;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 34px;
    margin: 0px;
}

@media screen and (max-width: 480px) {
    body {
        min-width: 320px;
        float: left;
        width: 100%;
    }
}

.clearfloat {
	clear:both;
    height:0;
	padding: 0;
	margin: 0;
    font-size: 1px;
    line-height: 0px;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	padding: 0;
	margin: 0;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-transform: scale( 0.85 , 1 );
}

p {
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transform: scale( 0.85 , 1 );
}

a {
	float:left;
	display:block;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration:none;
	_margin-right:4px;
	*margin-right:4px;
}

.link a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}


a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a.active {
    color: #aaa;
}

.fullscreen_bg {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg_video {
    position: relative;
    top: 0;
    left: 0;
    width: 1280px;
    height: 720px;
    min-width: 100%;
    min-height: 100%;
}

@media (max-width: 768px) {
    .fullscreen_bg {
        background-image: url(../img/bakuon1280.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .fullscreen-bg_video {
        display: none;
    }
}

/* y[WCAEg
---------------------------------------- */

.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
    background-color: #000;
}

.content {
    margin-top: 20px;
}

.fixed-nav-bar li, .fixed-nav-bar a { 
    height: 50px;
    line-height: 50px;
}
.menu {
    width: 100%;
    height: 50px;
    max-width: 1280px;
    margin: 0 auto;
}
.menu a, .menu a:visited {
    color: #ffffff;

}
.menu a:hover, .menu a:target {
    color: #aaa;
}
.menu-items {
    display: inline-block;
    margin-left: 20px;
}

a.sitename, a:visited.sitename {
    color: #e0e0e0;
}
.menu-items li {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 13px;
    font-weight: 600;
    -webkit-transform: scale( 0.8 , 1 );
    letter-spacing: 2px;
}
.menu-items a {
    text-decoration: none;
    text-align: center;
}
.show, .hide {
    display: none;
    padding-left: 25px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center left;
    color: #dde1e2;
}
.show {
    background-image: url(../img/ic_menu_white_24px.svg);
}
.hide {
    background-image: url(../img/ic_close_white_24px.svg);
}

@media only screen and (max-width: 800px) {
    .menu { 
        position: relative;
        width: 100%;
    }
    .sitename {
        position: absolute;
        top: 0;
        left: 15px;
        margin-left: 0px;
    }
    .menu-items {
        display: none; 
        width: 100%;
        margin-top: 50px;
        background-color: #111;
    }
    .menu-items li {
        display: block;
        text-align: center;
    }
    .show, .hide {  
        position: absolute;
        top: 0;
        right: 15px;
    }
    .show {
        display: inline-block;
    }
    .hide {
        display: none;
    }
    #menu:target .show {
        display: none;
    }
    #menu:target .hide, #menu:target .menu-items {
        display: inline-block;
    }
}

@media only screen and (max-width: 220px) {
    .sitename, .show, .hide {
        font-size: 14px;
    }
}

#container_head {
	width: 1280;
	height: 720px;

}


.container_cont {
	width: 100%;
	min-width: 1280px;
	background-color: #A1D6CE;
}

.container_cont_kyousan {
	width: 100%;
	min-width: 1280px;
	background-color: #e62e8b;
}

#container_cont {
	width: 100%;
	background-color:#000;
}

#container_cont2 {
	width: 100%;
	background-color:#eeeeee;
}

#container_futter {
	width: 100%;
    min-width: 1280px;
	height:150px;
	background-color:#fff;
}

.wrap {
    position: relative;
	width: 1280px;
	margin: 0 auto;
}

#container_head .wrap {
	width: 1280px;
	margin: 0 auto;
	text-align: left;
}

#container_futter .wrap {
	width: 1280px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}


#container_head img, #container_cont img, #container_cont2 img, #container_futter img,
.container_head img, .container_cont img, .container_cont2 img, .container_futter img {
    display:block;
	float:left;
}


.about {
    position: absolute;
    background-color: #000;
    height: 292px;
    left: 800px;
    bottom: -180px;
    z-index: 100;
    overflow: hidden;
}
.about-higu {
    position: absolute;
    background-color: #000;
    height: 204px;
    left: 900px;
    bottom: -100px;
    z-index: 100;
    overflow: hidden;
}



.bg1 {
	background-image: url(../img/bg-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100%;
	}
	
.bg2 {
	background-image: url(../img/IMG_3007.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100%;
	}
		
.bg3 {
	background-image: url(../img/IMG_4087.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100%;
	}
		
.bg4 {
	background-image: url(../img/www.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100%;
	}
		
.bg5 {
	background-image: url(../img/bg-05.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	width:100%;
	height:100%;
	}
		
.bg6 {
	background-image: url(../img/bg-06.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	width:100%;
	height:100%;
	}
	
.bg7 {
	background-image: url(../img/www.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100%;
}

.bg8 {
	background-image: url(../img/bg-08.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	width:100%;
	height:100%;
}
