:root {
    --link-color: #0069c0;
    --item-color: #800;
    --base-color: #000;
    --small-fz: 12px;
    --big-fz: 16px;
}

.fl_base {
    display: flex;
}

.clist_general .title {
    font-size: var(--big-fz);
    font-weight: bold;
    color: var(--link-color);
}

.detail_link {
    display: block;
    border: 4px solid transparent;
    text-decoration: none;
}

.shop_type {
    color: #667284;
}

.jokenBox2 {
    margin: 10px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    background: #f0f0f0;
}

em.search-conditions {
    font-weight: normal;
}

.jokenBox2 li dl {
    width: 100%;
    display: inline-block;
    clear: both;
}

.jokenBox2 li dt {
    width: 84px;
    margin-right: 8px;
    font-size: 116%;
    font-weight: bold;
    float: left;
}

.jokenBox2 li dt .colon {
    float: right;
}

.jokenBox2 li dd {
    width: 64%;
    width: calc(100% - 92px);
    float: left;
}

.box_search-opt-change {
    text-align: center;
    margin: 2px auto 6px;
}

.box_search-opt-change .btn_link {
    display: block;
    max-width: 600px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    background-color: #0eb81d;
    border-radius: 6px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.box_search-opt-change .btn_link:not(:active) {
    box-shadow: 0 3px 0 #154f12;
}

.box_search-opt-change .icon_lupe {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    background-image: url(/sp/st_img/icon_zoom-cdc1bd84496e8e1aef8e5ba4b3cb3bc1.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 22px 22px;
    vertical-align: text-bottom;
}

.list_shop {
    font-size: 12px;
    background-color: #ddd;
}

.clist_general.list_shop > .elm {
    background-color: #fff;
    padding: 4px;
    border: 3px solid transparent;
}

.list_shop > .elm:not(:last-child) {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 14px;
}

.list_shop .detail_link {
    border: none;
}

.clist_general.list_shop .recommendShop {
    border-color: #ffc926;
    position: relative;
}

.list_shop .recommendShop .shop_info {
    margin-bottom: 4px;
    padding-right: 78px;
}

.clist_general.list_shop .recommendShop::after {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 0;
    width: 56px;
    height: 17px;
    margin: auto;
    background-color: #ffc926;
    background-image: url(/sp/st_img/lbl_attention-d5f4e41eb06079bf422817b68c815d49.png);
    background-repeat: no-repeat;
    background-position: center -17px;
    background-size: 56px 34px;
    border: 2px solid #ffc926;
    border-radius: 6px;
    content: '';
}

.clist_general.list_shop .recommendShop.super::after {
    height: 34px;
    background-position: center center;
}

.clist_general.list_shop .newShop {
    border-color: #f00;
    position: relative;
    overflow: hidden;
}

.clist_general.list_shop .newShop::before {
    content: 'NEW';
    position: absolute;
    background-color: #f00;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
}

.clist_general.list_shop.ranking .newShop::before {
    top: 30px;
}

.list_shop .newShop .shop_name {
    text-indent: 44px;
}

/* --------------------------------------- */
/* recommend + newShop */
.list_shop .newShop.recommendShop::after {
    right: 66px;
}

.list_shop .box_image {
    width: 80px;
    height: 107px;
}

.list_shop .clist-inner .box_info {
    overflow: auto;
    padding-top: 1px;
}

.list_shop .shop_info {
    margin-bottom: 4px;
}

.list_shop .title {
    font-size: 1.5em;
    margin-bottom: 2px;
}

.list_shop .shop_type {
    font-size: 12px;
}

.list_shop .info {
    position: relative;
    padding-left: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
}

.list_shop .info.time,
.list_shop .info.price {
    display: inline-block;
}

.list_shop .info::before {
    position: absolute;
    left: 0;
    margin: auto;
    display: block;
    height: 1em;
    font-family: 'icomoon';
    font-weight: normal;
    line-height: 1em;
}

.list_shop .info.time::before {
    top: 1px;
    content: '\e910';
}

.list_shop .info.price::before {
    content: '￥';
    font-weight: bold;
}

.list_shop .info.access::before {
    content: '\e921';
    font-size: 14px;
    left: -1px;
}

.list_shop .info.time {
    margin-right: 8px;
}

.list_shop .info.access {
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_shop .info .now {
    font-size: 0.9em;
    color: #FF8B32;
    margin-left: 2px;
    padding: 1px 4px;
    border: 1px solid;
    vertical-align: text-top;
}

.list_shop .box_2split {
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    align-items: center;
}

.list_shop .box_2split .fl_inner:first-child {
    margin-right: 1em;
}

.list_shop .score_graph {
    width: 76px;
}

.list_shop .rv_t_score .num {
    font-size: 16px;
}

.list_shop .post_num {
    font-size: 12px;
    margin-left: 4px;
    padding-left: 16px;
    position: relative;
    line-height: 18px;
}

.list_shop .post_num::before {
    top: 0;
    font-size: 18px;
    content: '\e911';
    position: absolute;
    left: 0;
    display: block;
    height: 1em;
    font-family: 'icomoon';
    font-weight: normal;
    line-height: 1em;
    margin: auto 0;
}

.list_shop .post_num .num {
    font-size: 13px;
    font-weight: bold;
    margin: 0 2px;
}

.list_shop .review_icon {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding-left: 2px;
}

.list_shop .lbl_sugu .notice {
    color: #ff76ac;
    font-weight: bold;
}

/* --------------------------------------- */
/* shop list : icon */
.list_shop .shop_content {
    margin-top: 3px;
    display: flex;
    max-width: 320px;
    font-size: 12px;
}

.list_shop .lbl {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
}

.list_shop .shop_content .lbl {
    flex: 1 1 20%;
}

.list_shop .shop_content .lbl {
    height: 20px;
    padding: 0 4px;
    line-height: 18px;
    color: #bbb;
    box-sizing: border-box;
}

.list_shop .shop_content .lbl.active {
    color: #4b64a1;
    font-weight: bold;
}

.list_shop .shop_content .lbl.small {
    font-size: 0.8em;
}

.list_shop .shop_content .lbl:not(:last-child) {
    margin-right: 2px;
}

.list_shop .shop_content.sponsor .lbl {
    flex: 0 1 50%;
}

.list_shop .shop_content.sponsor .lbl:not(.active) {
    display: none;
}

@media screen and (max-width: 320px) {
    .list_shop .shop_content {
        display: block;
        font-size: 0;
    }

    .list_shop .shop_content .lbl,
    .list_shop .shop_content .lbl.small {
        display: inline-block;
        font-size: 11px;
        vertical-align: middle;
    }
}

/* --------------------------------------- */
/* shop list : coupon */
/* --------------------------------------- */
.list_shop .box_price_info {
    margin-top: 8px;
    padding: 0;
}

.list_shop .btn_yg_discount {
    position: relative;
    display: block;
    background-color: #FFF9D8;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 14px;
}

.list_shop .btn_yg_discount::after {
    top: 0;
    right: 12px;
    bottom: 0;
    left: auto;
    font-size: 14px;
    color: #a1a7ad;
    content: '\e90b';
    position: absolute;
    display: block;
    height: 1em;
    font-family: 'icomoon';
    font-weight: normal;
    line-height: 1em;
    margin: auto 0;
}

.list_shop .btn_yg_discount .box_logo {
    width: 50px;
    height: 50px;
    line-height: 1;
    background: linear-gradient(#2e308f, #000);
}

.list_shop .btn_yg_discount .box_logo.fl_inner {
    flex-grow: 0;
}

.list_shop .btn_yg_discount .logo_coupon {
    width: 100%;
    vertical-align: top;
}

.list_shop .btn_yg_discount .main {
    padding: 2px 6px;
}

/* 割引内容 */
.list_shop .price-tag {
    margin-left: 6px;
    margin-right: 6px;
}

.list_shop .price-tag .d-price {
    font-size: 14px;
    line-height: 1;
    color: #282804;
}

.list_shop .d-price .num {
    font-size: 24px;
    font-weight: bold;
    margin-right: 2px;
    margin-left: 0;
    color: #ff4141;
}

/* 割引率 */
.list_shop .price_frame.fl_base {
    align-items: center;
}

.list_shop .price_frame.fl_base .fl_inner.coupon_rate {
    flex-grow: 0;
}

.list_shop .btn_yg_discount .coupon_rate {
    width: 46px;
    height: 46px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-left: 4px;
    background-image: url(/st_img/coupon_badge-1f5dd2f13d249c130d0a7921d6cb77af.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}

.list_shop .rate_main,
.list_shop .rate_sub {
    line-height: 1;
    text-align: center;
}

.list_shop .rate_main {
    margin-top: 10px;
    text-shadow: 0 1px 0 #000;
}

.list_shop .rate_main .num {
    font-size: 16px;
}

.list_shop .btn_yg_discount .u-price {
    margin-top: 2px;
}

/* 通常料金 */
.list_shop .btn_yg_discount .d-price {
    font-size: 12px;
    line-height: 1;
    margin-top: 2px;
}

.list_shop .d-price span {
    color: #777;
}

.list_shop .d-price del {
    color: #000;
}

/* --------------------------------------- */
/* JOB link */
.list_shop .box_btns_job {
    margin-top: 8px;
    border-top: 0 none;
    padding: 0;
}

.list_shop .box_btns_job .arrow_icon {
    display: inline-block;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    padding: 2px 16px 2px 6px;
    font-weight: bold;
}

.list_shop .box_btns_job .arrow_icon::after {
    right: 4px;
    top: 2px;
    opacity: 1;
}

.list_shop .box_btns_job .job_m {
    color: #77f;
}

.shop_comment {
    margin-top: 8px;
    margin-bottom: 2px;
    border: 2px solid #eee;
    padding: 4px 8px;
}

.shop_comment .comment_main {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 3px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.shop_comment:not(.open) .comment_main {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop_comment .comment_sub_frame {
    position: relative;
}

.shop_comment:not(.open) .comment_sub_frame {
    overflow: hidden;
    height: 1.5em;
}

.shop_comment .comment_sub_frame .comment_sub {
    line-height: 1.8;
    color: #555;
}

.shop_comment:not(.open) .comment_sub {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 80px;
}

.shop_comment .read_more {
    display: inline-block;
    width: 80px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 4px;
    background-color: inherit;
    padding: 2px 0 0 2px;
}

.shop_comment .read_more .icon {
    color: var(--link-color);
    display: inline-block;
}

.shop_comment .read_more .txt_lbl {
    text-decoration: underline;
    color: var(--link-color);
}

.shop_comment .read_more .txt_lbl::before {
    content: '続きを読む';
}

.shop_comment.open .read_more {
    position: static;
    display: block;
    text-align: right;
    width: 100%;
}

.shop_comment.open .icon {
    transform: rotate(180deg);
}

.shop_comment.open .read_more .txt_lbl::before {
    content: '閉じる';
}
