@charset "UTF-8";
/* CSS Document */


.top-h1-space {
    text-align: center;
    margin-top: 60px;
    font-family: "Font-reisho", sans-serif;
}
#about-water {
    background-image: url(../img/top/water2.jpg);
    height: auto;
    ackground-position: bottom center;
    background-attachment: scroll;
    background-size: 100% auto;
    padding: 100px 0 110px;
    margin-bottom: -100px;
}

@media screen and (max-width:960px) {
#about-water {
    background-image: url(../img/top/water2-sp.jpg);
    padding: 30px 0 30px;
    background-size: cover;
    background-position: bottom center;
}
}
