@charset "UTF-8";
/* コンテンツ */


.bg_5p {
    background-color: #ebe7d8;
}
.main_5p {
    position: relative;
    background-image: url("../img/main.webp");
    background-position: center bottom 50%;
    background-size: cover;
    height: 620px;
    text-align: center;
}
.main_5p img {
    width: 100%;
    max-width: 1600px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


@media screen and (min-width: 500px) {
    
}

@media screen and (max-width: 499px) {
.main_5p {
    background-image: url("../img/main.webp");
    background-position: center top;
    background-size: cover;
    height: 300px;
}
.tx1 {
    margin-top: 1em;
}

}