@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Expletus+Sans');
/* font-family: 'Expletus Sans', cursive; */

.header{

	background: url(images/head_img.jpg) center center;

	height: 20vh;

	background-size: cover;

	position: relative;

}

.header-inner{

	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 83%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 83%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.content-heading2{

	position: absolute;

	bottom: 20px;

}

/* メディアクエリ */

@media (min-width: 479px) {

	.header{

		height: 35vh;

	}

}

@media (min-width: 767px) {

	.mapimage{

		width: 600px;
		margin: 0 auto; 

	}

}


