@charset "UTF-8";

/* 待ち状況バナー */
.banner-waiting {
    margin-top: 15px;
    text-align: right;
}

@media screen and (max-width:767px) {
    .banner-waiting {
        text-align: center;
    }
    .img-banner-waiting {
        width: 300px;
        height: auto;
    }
}


/* .img-banner-waiting {
    @media screen and (max-width:767px) {
        width: 300px;
        height: 105px;
    }
} */

/* .banner-waiting a {
    width: 200px;
    height: 70px;
    background: url(/shoplist/assets/img/banner_waiting_status.jpg) center center no-repeat;
    background-size: 200px auto;
    display: block;
    margin-left: auto;
    margin-top: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.banner-waiting a:hover {
    opacity: .6;
    transition-duration: 1.6s;
} */