
/* CSS Document */

/*==================================================

top-contents
=================================================*/


.top-image {
	width: 100%;
    max-width: 100%;
	position: relative;
    background-color: #00243f;
    margin: 0 auto;
}
.top-image .cover-item {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 2;
}
.top-image .photo {
	width: 100%;
	position: relative;
}

.top-title {
    width: 90%;
    max-width: 1200px;
    position: relative;
    font-family: "FOT-筑紫B丸ゴシック Std B";
    letter-spacing: .1em;
    margin: 0 auto;
    padding: 120px 5% 180px;
}
.top-title h1 {
    width: 20%;
    max-width: 240px;
}
.top-title h1.center {
    margin: 0 auto;
}
.top-title h1.right {
    margin: 0 0 0 auto;
}
.top-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}



@media only screen and (min-width:1px) and (max-width: 768px) {
	
    .top-title {
        width: 100%;
        padding: 16% 8% 16%;
    }
    .top-title h1 {
        width: 35%;
        max-width: 240px;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

