
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
}
.top-image .photo {
	width: 100%;
	position: relative;
    margin-left: auto;
    margin-right: 0;
}
.top-image .top-title {
	width: 90%;
	position: absolute;
    top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
	z-index: 1;
}
.top-image .top-title .inner .rt {
    text-align: right;
}
.top-image .top-title .inner h1 {
    font-size: 9rem;
    color: #FFF;
    letter-spacing: .1em;
    font-family: 'Roboto Condensed', sans-serif;
}
.top-image .top-title .inner p {
    font-size: 2.4rem;
    color: #FFF;
    margin-top: 3%;
}

.top-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.opening-txt {
    width: 90%;
    color: #381c40;
    text-align: center;
    margin: 0 auto 40px;
}
.title-s {
    width: 100%;
    text-align: center;
    color: #FFF;
    background-color: #381c40;
    line-height: 160%;
    padding: .5em 1em;
}
.title-ss {
    width: 100%;
    text-align: center;
    color: #381c40;
    background-color: #FFF;
    border: 2px solid #381c40;
    line-height: 160%;
    margin: 40px 0 0;
    padding: .5em 1em;
}

@media only screen and (min-width:1px) and (max-width: 1100px) {
     
    .top-image .top-title .inner h1 {
        font-size: 8vw;
    }   
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
    .top-image {
		margin-top: 60px;
	}
    .top-image .top-title .inner p {
        font-size: 1.8rem;
        margin-top: 2%;
    }
    .opening-txt {
        margin: 0 auto 5%;
    }
    .title-ss {
        margin: 5% 0 0;
    }
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

