.sub-fv-img span{
	opacity: 0.7;
	background: url("../img/works-pagetop.jpg") no-repeat left center;
	background-size: cover;
}


.sub-area-box-content p span{
	display: block;
}

#gallery .text{
	margin-top: 50px;
	display: flex;
	justify-content: flex-end;
}

#gallery .text p{
	font-size: 0.9rem;
	margin-bottom: 0;
}

@media(max-width:800px){

	footer .contact::before {
        position: absolute;
        display: block;
        content: '';
        background: url("../img/works-pagetop.jpg") center;
        background-size: cover;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.15;
	}
	
	#gallery .text p{
		font-size: 0.8rem;
	}
	
}
