@charset "utf-8";
/* CSS Document */


.sukima {
    margin-bottom: 4vw;
}


.coupon_bg {
    background: #eeeeee;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.coupon_wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

img.coupon_head {
    width: 100%;
    margin: 0;
}

.coupon_category_wrap {
    display: flex;
    gap: .75rem;
    align-items: center;
}

p.coupon_category {
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    font-size: 4.25vw;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #bba071;
    padding: 5px 0 5px 1rem;

    /* 0804 */
    position: relative;
    display: block;
}

/* _ */

span.dotted_line {
    border-top: dotted 2px #bba071;
    width: 100%;
    height: 2px;
    margin-right: 1rem;
}


/* p.coupon_category::before {
    content: "";
    border-top: 2px dotted;
    flex-grow: 1;
    margin-right: .5rem;
    position: absolute;
    width: 100%;
    top: 45%;
    left: 0;
} */



/* p.coupon_category::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #555;

} */

/* wi */
/* p.coupon_category::after {
    content: "";
    display: inline-block;
    height: 1rem;
    background: #eeeeee;
    width: 100%;
} */








.onetap ul.horizontal-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    padding: 1vw 2vw 3vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* スクロールバ?の設? */
.horizontal-list::-webkit-scrollbar {
    height: 4px;
}

.horizontal-list::-webkit-scrollbar-thumb {
    background: #bbb;
    border: none;
}


.horizontal-list::-webkit-scrollbar-track {
    background: #eee;
}



.coupon_wrap a {
    min-width: 27%;
    margin: 0 1.5vw 0 auto;
}


.coupon_wrap li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 3vw 0.5vw 3vw;
}


.coupon_wrap a img {
    width: 100%;
}


.coupon_wrap span {
    display: none;
    width: 90%;
    font-weight: bold;
    font-size: 12px;
    margin: 2vw auto 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
