@charset "UTF-8";

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

.local_area {
    --base-color: #fff;
    --link-color: #ff0;
    --item-color: #ff5790;
}

/* --------------------------------------- */
/* frame */
.fl_base {
    display: flex;
}

.box_pager {
    font-size: var(--small-fz);
    padding: 6px;
    background-color: #eaeaea;
    border-bottom: 1px solid #ddd;
    color: #333;
}

.box_pager.fl_base {
    align-items: center;
}

.box_pager.fl_base .view_num {
    font-size: 15px;
    flex: 1 1 auto;
}

.box_pager .refine .txt_link {
    color: #0069c0;
    text-decoration: underline;
}

/* --------------------------------------- */
.list_item {
    font-size: 14px;
    color: var(--base-color);
    border-bottom: 1px solid #ccc;
}

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

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

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

.clist_general .author {
    font-weight: bold;
}

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

.list_item [class*='castdx_'] .box_image {
    margin-top: 22px;
}

.list_item [class*='castdx_'] .box_image::before {
    position: absolute;
    top: -22px;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-image: url(/sp/st_img/bg_castdx_1-388f85054740fd5805fa4392c37f53f2.png);
    background-repeat: no-repeat;
    background-size: 92px 72px;
    border-radius: 0;
    content: '';
}

.list_item [class*='castdx_'] .fl_main {
    padding-top: 4px;
}

/* --------------------------------------- */
.list_item [class*='castdx_'] {
    --dx-red: #ff1427;
    --dx-pink: #ff76ae;
    --dx-yellow: #ffae26;
}

.list_item .castdx_red .detail_link {
    border-color: var(--dx-red);
}

.list_item .castdx_red .detail_link::after {
    color: var(--dx-red);
}

.castdx_red .box_image::before {
    background-color: var(--dx-red);
    background-position: center 0;
}

.list_item .castdx_pink .detail_link {
    border-color: var(--dx-pink);
}

.list_item .castdx_pink .detail_link::after {
    color: var(--dx-pink);
}

.castdx_pink .box_image::before {
    background-color: var(--dx-pink);
    background-position: center -25px;
}

.list_item .castdx_yellow .detail_link {
    border-color: var(--dx-yellow);
}

.list_item .castdx_yellow .detail_link::after {
    color: var(--dx-yellow);
}

/* --------------------------------------- */
.clist_general.list_item .box_image {
    position: relative;
    margin-right: 6px;
    border: none;
}

.clist_general.list_item:not(.diary) .box_image .thumb {
    bottom: auto;
}

.clist_general.list_item:not(.diary) .box_image .thumb[src*='loading'] {
    bottom: 0;
}

@media screen and (min-width: 360px) {
    .clist_general.search_result .box_image {
        width: 120px;
        height: 160px;
    }
}

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

/* --------------------------------------- */
.item_name {
    color: var(--item-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_data {
    font-size: 13px;
    margin-top: 2px;
}

.date {
    font-size: var(--small-fz);
    color: #080;
}

.shop_type {
    color: #667284;
}

.local_area .shop_type {
    color: #ccc;
}

.frame_icons {
    font-size: 0;
}

.frame_icons .mark {
    height: 16px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 4px;
    vertical-align: top;
    line-height: 15px;
}

.frame_icons .mark + .mark {
    margin-left: 2px;
}

.mark.newarrival {
    color: #fff;
    background-color: #f00;
    padding-top: 1px;
}

.mark.yg-supporter {
    font-size: 10px;
    color: #ec407a;
    background-color: #fff;
    border: 1px solid #ec407a;
    height: 14px;
    line-height: 14px;
}

/* --------------------------------------- */
.iconbox {
    align-items: center;
}

.iconbox .frame_txt {
    padding-right: 4px;
    min-width: 1px;
    flex: 0 1 auto;
}

.iconbox .frame_icon {
    flex: 0 0 auto;
}

.iconbox .tag.newface {
    padding: 0 4px 1px 1px;
    color: #fff;
    display: block;
}

.iconbox .tag.newface .icon {
    font-size: 11px;
    vertical-align: middle;
    margin-right: 1px;
}

.iconbox .tag.newface .lbl {
    vertical-align: middle;
}

/* --------------------------------------- */
/* item search_result */
/* --------------------------------------- */
.search_result .item_name {
    margin-top: 2px;
}

.search_result .time {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    font-size: var(--small-fz);
    color: #fff;
    padding: 3px 4px 1px;
    background-color: #f44336;
}

@media screen and (max-width: 320px) {
    .search_result .time {
        font-size: 10px;
        padding: 2px;
    }
}

/* --------------------------------------- */
.search_result .box_comment {
    color: #6f6f6f;
    margin-top: 3px;
    margin-bottom: 4px;
}

.search_result .box_comment .msg_body {
    line-height: 1.4;
    font-size: var(--small-fz);
}

/* --------------------------------------- */
.search_result .search_icon {
    font-size: 0;
    margin: 2px auto;
    overflow: hidden;
}

.search_result .search_icon + .search_icon {
    margin-top: 4px;
}

.list_item .tag {
    display: inline-block;
    font-size: 11px;
    border-radius: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

/* --------------------------------------- */
.item_content {
    font-size: 0;
}

.item_content .tag {
    position: relative;
    color: #fff;
    background-color: #656565;
    padding: 2px 3px;
}

.list_item .icon {
    width: 14px;
    margin-right: 2px;
    vertical-align: middle;
    font-size: 14px;
}

.list_item .tag.newface {
    background-color: #24cc00;
}

.list_item .newface .icon {
    color: #ff0;
}

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

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

.review_icon .num {
    font-size: 1.1em;
    color: var(--link-color);
}

@media screen and (max-width: 375px) {
    .list_item .diary .icon,
    .list_item .movie .icon {
        display: none;
    }
}

/* --------------------------------------- */
.kodawari .tag {
    color: #383325;
    border: 1px solid #ff8d00;
    padding: 1px 2px;
}

.local_area .kodawari .tag {
    color: #FFEDD8;
}

/* --------------------------------------- */
.list_item .shop_info {
    margin-top: 8px;
}

.list_item .name_base.fl_base {
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1em;
}

.list_item .name_base .fl_inner:first-child {
    flex: 0 1 auto;
    min-width: 1px;
    padding-right: 2px;
}

.list_item .shop_name {
    font-size: 0.9em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_item .shop_type {
    font-size: 0.8em;
    padding-bottom: 2px;
}

/* --------------------------------------- */
/* diary */
/* --------------------------------------- */
.list_item.diary .date {
    margin-top: 2px;
    font-size: var(--small-fz);
}

.list_item.diary .box_image {
    width: 105px;
    height: 140px;
}

.list_item.diary .shop_name {
    font-size: var(--small-fz);
}

.local_area .list_item.diary .title {
    overflow: auto;
    white-space: normal;
    text-overflow: inherit;
}

.joblink {
    padding: 4px;
    font-size: 15px;
    display: block;
    text-decoration: underline;
    color: #ee5ba6;
}

/* --------------------------------------- */
/* movie */
/* --------------------------------------- */
.list_item.movie .box_image {
    width: 128px;
    height: 72px;
    background-color: #000;
}

.list_item.movie {
    font-size: var(--small-fz);
}

.list_item.movie .title {
    font-size: 14px;
}

.list_item.movie .cate {
    font-size: 11px;
    margin-bottom: 2px;
}

.list_item.movie .shop_type {
    font-size: 11px;
}

.list_item.movie .mark.yg-supporter {
    height: 12px;
}

/* --------------------------------------- */
.list_shop.movie {
    background-color: #c6c6c6;
}

.list_shop.movie .elm {
    background-color: #fff;
}

.local_area .list_shop.movie .elm {
    background-color: #000;
}

.local_area .list_shop.movie {
    background-color: #667284;
}

.list_shop.movie .shop_info {
    padding: 6px;
}

.list_shop.movie .shop_name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.local_area .list_shop.movie .shop_name {
    color: #ff0;
}

.list_shop.movie .mark {
    display: block;
}

.list_shop.movie .shop_type {
    font-size: var(--small-fz);
}

.local_area .list_shop.movie .shop_type {
    color: #fff;
}

.list_shop .box_movies {
    background-color: #ccc;
    padding: 6px 3px;
}

.local_area .list_shop .box_movies {
    background-color: #555;
}

.list_shop .box_movies .fl_inner {
    flex: 0 1 33.3%;
    padding: 0 3px;
    box-sizing: border-box;
    max-width: 140px;
}

.list_shop .box_movies .thumb {
    max-width: none;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    left: -50%;
}

.list_shop.movie .elm:not(:last-child) {
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 3px 4px #333;
    border-bottom: 0 none;
}

.list_shop.movie .read_more {
    background-color: #fffdde;
}

.local_area .list_shop.movie .read_more {
    background-color: #222;
}

.list_shop.movie .read_more .arrow_icon {
    display: block;
    color: inherit;
    padding: 10px 30px 12px 0;
    background: none;
    text-decoration: none;
}

/* --------------------------------------- */
/* urgent_message */
/* --------------------------------------- */
.urgent_message {
    font-size: 14px;
}

.urgent_message .shop_type {
    font-size: 0.9em;
}

.urgent_message .pickup {
    position: relative;
}

.urgent_message .pickup .detail_link {
    background: none;
    border: 0 none;
    padding: 0;
}

.urgent_message .pickup .box_info {
    padding-top: 2px;
}

.urgent_message .shop_info {
    margin-top: 2px;
}

/* --------------------------------------- */
/* yorugai news */
/* --------------------------------------- */
.ygnews .title {
    overflow: auto;
    white-space: normal;
}

.ygnews .shop_info {
    margin-top: 2px;
    font-size: 14px;
}

.ygnews .shop_type {
    font-size: 0.9em;
}

/* --------------------------------------- */
/* event */
/* --------------------------------------- */
.event .recommendShop {
    position: relative;
}

.event .recommendShop::after {
    width: 54px;
    height: 14px;
    top: 8px;
    right: 8px;
    bottom: auto;
    left: auto;
    background-position: center -18px;
    background-size: 54px 33px;
}

.event .recommendShop.super::after {
    height: 32px;
    background-position: center 0;
}

.event .date {
    margin: 4px auto 2px;
}

.event .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event .box_extract {
    font-size: var(--small-fz);
    padding: 2px;
    color: #492017;
    background-color: #ffe;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 2px auto;
    border-radius: 2px;
}

.local_area .event .box_extract {
    background-color: #353535;
    color: #eee;
}

.event .shop_info {
    font-size: 14px;
}

.event .shop_type {
    font-size: 0.9em;
}

/* --------------------------------------- */
/* good value mail */
/* --------------------------------------- */
.mail .shop_info {
    margin-top: 2px;
    font-size: 14px;
}

.mail .shop_type {
    font-size: 0.9em;
}

/* --------------------------------------- */
/* job */
/* --------------------------------------- */
.job .title {
    margin-top: 2px;
    margin-bottom: 2px;
}

.job .shop_type {
    font-size: 0.9em;
}

/* --------------------------------------- */
/* sugu */
/* --------------------------------------- */
.sugu .box_comment {
    font-size: var(--small-fz);
    margin-top: 0;
}

.sugu .box_comment .lbl {
    position: relative;
    display: inline-block;
    height: 19px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 2px;
    padding: 0 4px 0 20px;
    background-color: #c41a41;
    box-shadow: 0 1px 0 #91213b;
    font-size: 14px;
}

.local_area .sugu .box_comment .lbl {
    box-shadow: 0 1px 0 #d44365 inset;
}

.sugu .box_comment .lbl .icon {
    position: absolute;
    top: 1px;
    left: 4px;
    font-size: inherit;
    line-height: 18px;
    margin: auto;
}

.sugu .box_comment .msg_body {
    line-height: 1.4;
    color: #c41a41;
}

.local_area .box_comment {
    color: #a5a5a5;
}

.local_area .sugu .box_comment .msg_body {
    color: #ff7394;
}

/* --------------------------------------- */
/* ranking */
/* --------------------------------------- */
.clist-tab.ranking_de {
    border-bottom-color: #0e9fe6;
}

.clist-tab.ranking_de .current {
    background-color: #0e9fe6;
}

.clist-tab.ranking_pb {
    border-bottom-color: #6dc718;
}

.clist-tab.ranking_pb .current {
    background-color: #6dc718;
}

.list_item.ranking {
    border-bottom: 0 none;
}

.infoTxt ~ .list_item.ranking {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.syukeiEx + .list_item.ranking {
    border-top: 1px solid #ccc;
    margin-top: 8px;
    border-bottom: 1px solid #ccc;
}

.ranking .box_info {
    padding-top: 4px;
}

/* 順位の表示 */
.ranking .txt_rank {
    color: #dc0039;
    position: relative;
    display: inline-block;
    line-height: 1em;
    padding: 4px 0;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 21px 17px;
}

/* 王冠アイコン */
.ranking [class*='ranking-'] {
    padding-left: 24px;
}

.ranking .txt_rank.ranking-1 {
    background-image: url(/sp/st_img/icon_crown1-b9819cab20c1bcb1130ff4bb80089b09.png);
}

.ranking .txt_rank.ranking-2 {
    background-image: url(/sp/st_img/icon_crown2-7e1830e34ede8a86d2b531d931dd612e.png);
}

.ranking .txt_rank.ranking-3 {
    background-image: url(/sp/st_img/icon_crown3-5112d8039f98d1e599c0565c527a4142.png);
}

/* 順位の数字 */
.ranking .txt_rank .num {
    font-size: 1.4em;
    font-weight: bold;
    margin-right: 2px;
}

/* 順位の変動 */
.ranking .txt_rank::after {
    position: absolute;
    top: 0;
    right: -22px;
    bottom: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    background-image: url(/sp/st_img/rank_change-252597d2c670f4f8bb68db1fa31f2172.png);
    background-repeat: no-repeat;
    background-size: 56px 36px;
    background-position: 20px 0;
    content: '';
}

.ranking .txt_rank.down::after {
    background-position: 0 0;
}

.ranking .txt_rank.stay::after {
    background-position: -20px 0;
}

:not(.local_area) .ranking .txt_rank.stay::after {
    filter: brightness(85%);
}

.ranking .txt_rank.up::after {
    background-position: -40px 0;
}

.ranking .txt_rank.hot::after {
    right: -62px;
    width: 60px;
    background-position: 0 -18px;
}

.joblink {
    padding: 0;
    font-size: 15px;
    display: inline;
    text-decoration: underline;
    color: #ee5ba6;
}

@media screen and (min-width: 360px) {
    .list_item.ranking .box_image {
        width: 120px;
        height: 160px;
    }
}

/* hit count */
.txt_rank .hit {
    font-size: 12px;
    color: #606060;
}

/* the Hall of Fame */
.mark_hof {
    position: relative;
}

.mark_hof::after {
    right: 4px;
}

/* rank in comment */
.rankin_comment {
    display: block;
    margin: 2px 4px 6px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #20b4e2;
    border-radius: 4px;
    background-color: #ccecf8;
    padding: 2px;
}

.rankin_comment .txt_lbl {
    font-weight: bold;
    color: #0080de;
    padding-left: 20px;
    background-image: url(/sp/st_img/icon_rankcomment-bda5e18470d50ee47085ea1e8ee353a4.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0 -1px;
}

/* sub tab */
.btnlist + .ranking.list_item {
    border-top: 1px solid #c0c0c0;
}

[class^='btnlist ranking_'] {
    background-color: #eee;
    padding: 6px 2px 2px 6px;
    line-height: 1em;
}

[class^='btnlist ranking_'] .elm {
    margin-bottom: 4px;
    min-width: 60px;
}

[class^='btnlist ranking_'] .btn {
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

[class^='btnlist ranking_'] .active .btn {
    font-weight: bold;
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
}

.btnlist.ranking_fu .active .btn {
    color: #ff4141;
}

.btnlist.ranking_de .active .btn,
.rankingBumonSub.de_tab2 a {
    color: #0e9fe6;
}

.btnlist.ranking_pb .active .btn,
.rankingBumonSub.pb_tab2 a {
    color: #6dc718;
}

.rankingBumonSub.de_tab2 .current a {
    color: #fff;
    background: #0e9fe6;
}

.rankingBumonSub.pb_tab2 .current a {
    color: #fff;
    background: #6dc718;
}

.unlink {
    padding: 1px 8px;
    line-height: inherit;
    color: #ccc;
}

/* --------------------------------------- */
/* shop ranking */
/* --------------------------------------- */
.rankingBumonSub + .ranking.list_shop,
.btnlist + .ranking.list_shop {
    padding-top: 6px;
}

.btnlist + .ranking.list_shop {
    border-top: 1px solid #c0c0c0;
}

.ranking.list_shop .txt_rank {
    font-size: 14px;
    background-size: 23px 19px;
}

.ranking.list_shop [class*='ranking-'] {
    padding-left: 26px;
}

.ranking.list_shop .txt_rank .num {
    font-size: 1.8em;
}

.ranking.list_shop .txt_rank::after {
    width: 22px;
    height: 22px;
    background-size: 72px 46px;
    right: -24px;
}

.ranking.list_shop .txt_rank.up::after {
    background-position: -52px 0;
}

.ranking.list_shop .txt_rank.stay::after {
    background-position: -25px 0;
}

.ranking.list_shop .txt_rank.down::after {
    background-position: 0 0;
}

.ranking.list_shop .txt_rank.hot::after {
    width: 60px;
    right: -62px;
    background-position: 0 -24px;
}

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

/* 注目･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: '閉じる';
}

/* --------------------------------------- */
/* for area */
.local_area .list_shop {
    background-color: #667284;
}

.local_area .clist_general.list_shop > .elm {
    background-color: #000;
}

.local_area .shop_content .lbl {
    color: #777;
}

.local_area .shop_content .lbl.active {
    color: #93b3ff;
}

.local_area .clist_general .title {
    white-space: normal;
}

.local_area .clist_general.ygnews .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.area_recommend .msg {
    font-weight: bold;
    padding: 4px 8px;
    background-color: #cd2d37;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px #f23a3a;
    margin-top: -7px;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 3px;
    font-size: 14px;
}

.area_recommend .clist-showcase {
    margin: 8px -7px 0;
}

.area_recommend .clist-showcase + .shop_comment {
    margin-top: 8px;
}

.local_area .shop_comment {
    border-color: #444;
}

.local_area .shop_comment .comment_sub {
    color: #ccc;
}

.clist_general.list_shop > .elm.vip {
    border-color: #fec34c;
}

.area_recommend.vip .msg {
    padding: 6px;
}

.area_recommend .box_pr {
    padding-top: 10px;
    margin: 14px 0 6px;
}

.area_recommend .box_price_info + .box_pr {
    margin-top: 14px;
}

.area_recommend.vip .clist-showcase {
    margin: 8px -5px 0;
}

.area_recommend.vip .clist-showcase + .shop_comment {
    margin-top: 6px;
}

/* --------------------------------------- */
/* 検索結果 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 {
    background-position: -43px 1px;
    background-size: 215px;
}

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

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

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

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

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

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

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

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

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

.seo-link_relation.fu: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;
}

