@charset "UTF-8";

.amour {
    position: relative;
    overflow: hidden;
    background-color: #EFD1DC;
}
.amour--contents {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.amour--img {
    display: block;
    width: 100%;
    padding: 0 0 100px 0;
}
@media (max-width: 768px) {
    .amour--img {
        padding-bottom: 50px;
    }
}

/* pagetopへ戻る */
.amour--pagetop {
}
.amour--link_pagetop {
    position: fixed;
    width: 80px;
    right: 10px;
    bottom: 100px;
    z-index: 100;
    display: block;
}
@media (max-width: 428px) {
    .amour--link_pagetop {
        width: 60px;
        bottom: 50px;
    }
}
.amour--img_pagetop {
    width: 100%;
}
.amour--img_pagetop {
    filter: drop-shadow(0 0 8px rgb(255,255,255,.5));
}




