/* CSS Document */

.menu02 a{
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,0.6);
}

.bg-video{
	background: url(images/head.png) center center / cover no-repeat;
	position: fixed;
	height: 250px;
	overflow: hidden;
	z-index: -1;
	width: 100%;
	top: 0px;
}


/*------------------- スクロール -------------------*/
header {
	background-color: rgba(0,0,0,0.4) !important;
}

/*------------------- スクロール end-------------------*/



@media screen and (max-width: 768px) {

	h1 {
	font-size: 24px !important;
}
}

