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

/* --------------------------------------- */
/* frame */
.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;
}

.review_icon .yoasobicon_comments {
    font-size: 16px;
    opacity: 0.8;
    vertical-align: text-bottom;
}

/* --------------------------------------- */
/* shop search */
/* --------------------------------------- */
.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: 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;
}

/* 注目･DX･新着絞り込みボタン用余白 */
.box_search-opt-change + .refinebtn-list {
    margin-top: 10px;
}

/* --------------------------------------- */
/* shop list */
/* --------------------------------------- */
.list_shop {
    font-size: 12px;
    background-color: #ddd;
}

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

.list_shop.movie .elm {
    border: 0 none;
    padding: 0;
}

.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;
}

.shop_base .fl_inner {
    flex: 0 0 auto;
}

.shop_base .fl_main {
    min-width: 1px;
    flex: 1 1 auto;
    align-self: flex-start;
}

/* --------------------------------------- */
/* recommendShop */
.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;
}

/* new arrival */
.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: 90px;
    height: 120px;
}

.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 {
    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 {
    margin-top: 3px;
    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(/sp/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_f {
    color: #ff76ac;
}

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

/* --------------------------------------- */
/* shop comment */
.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: '閉じる';
}

/* --------------------------------------- */
/* 検索結果 SEOリンク */
.seo-link_relation_block {
    padding: 0 2px 8px;
    margin: 8px auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #c6c6c6;
}

.seo-link_relation {
    padding: 3px;
    border-radius: 6px;
    margin: 0 4px 6px;
    display: block;
    position: relative;
    align-self: auto;
    background-color: #fffbef;
    box-shadow: 0 3px 0 #d0c7bd;
    box-sizing: border-box;
    flex: 0 1 calc(50% - 8px);
}

@media screen and (max-width: 320px) {
    .seo-link_relation {
        flex-basis: 100%;
    }
}

@media screen and (min-width: 768px) {
    .seo-link_relation {
        flex: 1;
        max-width: 200px;
    }
}

.seo-link_relation .txt {
    font-size: 13px;
    display: block;
    height: 100%;
    width: 130px;
    color: #fff;
    flex: 1 1 auto;
    align-self: center;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.seo-link_relation .cycle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    background-image: url(/sp/st_img/guidelink-icon-140d6771d95a37d4830c98d63cb05c6d.png);
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: center;
    left: 4px;
    margin: auto;
    flex: 0 0 auto;
}

.seo-link_relation:hover {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    box-shadow: none !important;
}

.seo-link_relation.deri .cycle,
.seo-link_relation.deli .cycle {
    background-position: -43px 1px;
    background-size: 215px;
}

.seo-link_relation.pb .cycle,
.seo-link_relation.campub .cycle {
    background-position: -206px -2px;
}

.seo-link_relation.caba .cycle {
    background-position: -156px 0;
}

.seo-link_relation.fu .cycle,
.seo-link_relation.fuzoku .cycle {
    background-position: 2px 3px;
    background-size: 187px;
}

.seo-link_relation.deri,
.seo-link_relation.deli {
    background-color: #5bbdf7;
}

.seo-link_relation.pb,
.seo-link_relation.campub {
    background-color: #9ad639;
}

.seo-link_relation.caba {
    background-color: #ff65ab;
}

.seo-link_relation.fu,
.seo-link_relation.fuzoku {
    background-color: #ff4141;
}

.seo-link_relation.deri:not(:hover),
.seo-link_relation.deli:not(:hover) {
    box-shadow: 0 3px 0 #377996;
}

.seo-link_relation.pb:not(:hover),
.seo-link_relation.campub:not(:hover) {
    box-shadow: 0 3px 0 #689c58;
}

.seo-link_relation.fu:not(:hover),
.seo-link_relation.fuzoku:not(:hover) {
    box-shadow: 0 3px 0 #bd3030;
}

.seo-link_relation.caba:not(:hover) {
    box-shadow: 0 3px 0 #bf4a7f;
}

.seo-link_heading {
    padding: 6px 0 0;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #fff;
    margin-top: -1px;
}

.viewNum + .seo-link_heading {
    margin-top: 0;
    padding: 0;
}

.seo-link_heading p {
    color: #333;
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-shadow: 1px 0 0 #fff;
    padding: 4px 10px;
}

.seo-link_relation .inner {
    display: flex;
    justify-content: center;
    align-content: center;
}

/* --------------------------------------- */
/* 年末年始営業 */
.shop_content.banner .holiday {
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border: 2px solid #b9910e;
}

.shop_content.banner .mini_banner {
    height: 22px;
}

.shop_content.banner .holiday::after {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    display: block;
    width: 10px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: -10px;
    opacity: 0;
    animation: shiny 3s ease infinite;
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(30deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(30deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(30deg);
        opacity: 1;
    }
    100% {
        transform: scale(30) rotate(30deg);
        opacity: 0;
    }
}

/* --------------------------------------- */
/* 営業再開 */
.shop_content .reopen {
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #9af705;
    margin-top: 8px;
    margin-right: 4px;
    width: fit-content;
}

.shop_content .reopen .mini_banner {
    border-radius: 2px;
}
