/*======================================================

スライドショー

======================================================*/

.top_images_lower{
    background: url(../images/img04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.bk_mask{
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 50vh;
}


.main_lower{
    max-width: 1500px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.main_lower p{
    text-align: center;
}



@media screen and (max-width:1430px){
    .top_images_lower{
        height: 35vh;
    }
    .bk_mask{
        height: 35vh;
    }
}


