/* CSS Document */


/* --------------------------------------------------
ttl-page
-------------------------------------------------- */

.ttl-page{
	background: url("../img/bg-ttl-activities.jpg") center no-repeat;
	background-size: cover;
}



.detail-mv {
    height: 860px;
    padding-top: 0;
    overflow: visible;
}

.detail-mv img {
	min-height: inherit;
	
}

@media screen and (max-width: 1080px) {
	.detail-mv {
		height: 500px;
	}
}

@media screen and (max-width: 800px) {
	.detail-mv {
		height: 300px;
	}
}