@charset "utf-8";

/***************************************************************************
*
* ACCESS STYLE
*
***************************************************************************/
.areaChapel{
    padding-bottom: 0;
    margin-bottom: 82px;
}
.areaChapel .areaText{
    margin-bottom: 58px;
}
.areaChapel .listPhoto li {
    margin-bottom: 48px;
}

.areaChapel .listPhoto li img {
    width: 100%;
}

.areaChapel .chapelTitle {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

@media(max-width: 768px) {
    .areaChapel .areaText{
        margin-bottom: 30px;
    }
    .areaChapel .listPhoto li {
        margin-bottom: 30px;
    }
    .areaChapel .chapelTitle {
    	margin-bottom: 120px;
    }

}