@charset 'Shift_JIS';
.box_newshop {
    text-align: center;
    background-color: #fff;
}

/* 見出し */
.box_newshop .hl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box_newshop .hl {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 0;
    text-align: center;
    border-width: 2px 0;
    border-style: solid;
    border-color: #423737;
    background: linear-gradient(to bottom, #e8f0aa, #c5db25 50%, #e8f0aa);
    background-color: #cbde3b;
}

.box_newshop .hl .hl-img {
    width: 100%;
    max-width: 375px;
    margin: auto;
}

/* 枠 */
.frame_newshop {
    width: 100%;
    max-width: 375px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.list_newshop {
    width: 100%;
}

.list_newshop.portrait,
.list_newshop.landscape {
    width: 200%;
}

.list_newshop .elm {
    padding: 0 20px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .list_newshop .elm {
        width: 100%;
    }
}

.list_newshop.portrait .elm,
.list_newshop.landscape .elm {
    width: 50%;
}

.box_newshop .fl_base {
    padding: 8px 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box_newshop.portrait .fl_base,
.list_newshop.landscape .fl_base {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.box_newshop .fl_inner {
    width: 33.3%;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/* 次へ 前へボタン */
.box_newshop .btn_fs {
    position: absolute;
    top: 40%;
    display: none;
}

.box_newshop .btn_fs.next {
    right: -10px;
}

.box_newshop .btn_fs.prev {
    left: -10px;
}

.box_newshop .btn_fs .img_btn {
    width: 30px;
}

/* 画像枠 */
.box_newshop .list_newshop .inner {
    margin: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: inherit;
    background-color: #eee;
}

.box_newshop .list_newshop .thumb {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* 店名 */
.box_newshop .name_shop {
    margin-top: 4px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

/* newマーク */
.box_newshop .lbl_new {
    width: 68px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 110%;
    background-image: url(/sp/st_img/lbl_new-b499dded58001046c8eb3c4afebba63d.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 68px 38px;
}

/* --------------------------------------- */
/* もっと読む */
.box_newshop .read_more {
    border-top-color: #392d2a;
}

.box_newshop .read_more:after {
    background-color: #392d2a;
}

/* --------------------------------------- */
@media screen and (min-width: 750px) {
    .frame_newshop,
    .list_newshop {
        width: 750px;
        max-width: none;
    }

    .frame_newshop .list_newshop .elm {
        padding: 0;
        display: inline-block;
        float: none;
    }

    .box_newshop .fl_base {
        padding-right: 0;
        padding-left: 0;
    }

    .box_newshop .fl_inner {
        width: 120px;
    }
}

/* --------------------------------------- */
/* エリア版用 */
/* --------------------------------------- */
.local_area .box_newshop {
    background-color: #555;
}

.local_area .box_newshop .hl {
    height: auto;
    background: #000;
    border-color: #60BD46;
}

.local_area .list_newshop .inner {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}

.local_area .box_newshop .name_shop {
    color: #fff;
}

.local_area .box_newshop .fl_inner {
    padding: 0 6px;
}

.local_area .box_newshop .read_more {
    border-top-color: #60BD46;
    background-color: #000;
}

.local_area .box_newshop .read_more:after {
    background-color: #60BD46;
}