<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.carousel-control-prev-icon, .carousel-control-next-icon {
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
}
@media screen and (max-width:767px) {
    /* 繧ｹ繝槭�蟷�髄縺代767�撰ｽ倥∪縺ｧ驕ｩ逕ｨ */
    .carousel-control-prev, .carousel-control-next {
        width: 25%;
    }
    .pickup_icon{
        width: 8%;
    }
    .pickup_all_icon{
        width: 30%;
    }
}
@media screen and (min-width:768px) {
    /* PC蟷�髄縺� 768px ~*/
    .carousel-control-prev, .carousel-control-next {
        width: 5%;
    }
    .pickup_icon{
        width: 2%;
    }
    .pickup_all_icon{
        width: 15%;
    }
}

.carousel-control-next {
    right: -45px;
}
.carousel-control-prev {
    left: -45px;
}
.carousel-img{
    height: 100%;
    width: 100%;
    object-fit: inherit;
    margin-top: 10px;

}


.swiper-wrapper {
    /* wrapper縺ｮ繧ｵ繧､繧ｺ繧定ｪｿ謨ｴ */
    width: 100%;
    background-color: #fff;
}

.swiper-slide {
    /* 繧ｹ繝ｩ繧､繝峨�繧ｵ繧､繧ｺ繧定ｪｿ謨ｴ縲∽ｸｭ霄ｫ縺ｮ繝�く繧ｹ繝磯�鄂ｮ隱ｿ謨ｴ縲∬レ譎ｯ濶ｲ */
    color: #ffffff;
    width: 100%;
    height: auto;
}
.swiper-slide-item{
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 8px darkgrey;
}
.swiper-img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    margin-top: 10px;

}
/* 蜑阪∈谺｡縺ｸ縺ｮ遏｢蜊ｰ繧ｫ繧ｹ繧ｿ繝槭う繧ｺ */
.swiper-button-prev,
.swiper-button-next {
    height: 50px;
    width: 50px;
}
/* 蜑阪∈谺｡縺ｸ縺ｮ遏｢蜊ｰ繧ｫ繧ｹ繧ｿ繝槭う繧ｺ */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    margin: auto;
}
/* 蜑阪∈縺ｮ遏｢蜊ｰ繧ｫ繧ｹ繧ｿ繝槭う繧ｺ */
.swiper-button-prev::after {
    background-image: url('../img/back-arrow.png');
}
/* 谺｡縺ｸ縺ｮ遏｢蜊ｰ繧ｫ繧ｹ繧ｿ繝槭う繧ｺ */
.swiper-button-next::after {
    background-image: url('../img/next-arrow.png');
}
/* 逕ｻ蜒上し繧､繧ｺ隱ｿ謨ｴ */
.swiper-slide img {
    height: auto;
    width: 100%;
}

.swiper-logo {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.shop_logo{
    color: #666;
}
.wide_items .item_box .item_prices .price {
    display: inline-block;
    font-size: 1.75rem;
    color: #FF3366;
    /*width: 80px;*/
}
.wide_items .item_box .item_prices .tax {
    font-size: 0.8rem;
    color: #555;
    /*padding-right: 5px;*/
}
.pickup_title_tokusen {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    color: #333;
    background-image: linear-gradient(to right, transparent, #d6c850 0%, #d6c850 75%, transparent);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: bottom;
}
.pickup_title_gensen {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    color: #333;
    background-image: linear-gradient(to right, transparent, #c6c7c7 0%, #c6c7c7 75%, transparent);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: bottom;
}
.pickup_title_ninki {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    color: #333;
    background-image: linear-gradient(to right, transparent, #c19848 0%, #c19848 75%, transparent);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: bottom;
}
.pickup_title_ranking {
    position: relative;
    padding: 0.6em 0;
    margin-bottom: 0.2rem;
    color: #333;
    background-image: linear-gradient(to right, transparent, #d6c850 0%, #d6c850 75%, transparent);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: bottom;
}
.ranking{
    margin-left: 1px;
    background-color: #f5f5f5;
    font-weight: bold;
}

.title {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.title p{
    width: 200px;
    word-wrap: break-word;
}
</pre></body></html>