@charset 'UTF-8';

/* --------------------------------------- */
/* クーポン詳細 */
/* --------------------------------------- */
/* 見出し */
.shop_info .head_menu.hl_coupon {
    position: relative;
    height: 35px;
    line-height: 35px;
    margin: 16px 0 2px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 66px;
    border: 0 none;
}

.shop_info .head_menu.hl_coupon::before {
    position: absolute;
    top: 0;
    left: 4px;
    width: 58px;
    height: 35px;
    font-family: 'icomoon';
    font-size: 54px;
    font-weight: normal;
    content: '\e946';
}

.shop_coupon .txt_info {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #f36;
    text-align: center;
    margin: 6px auto;
    padding: 6px 16px;
    background-color: #fff;
    border: 2px solid #dce7f2;
    border-radius: 40px;
}

/* --------------------------------------- */
/* クーポン詳細 */
.shop_coupon .discount-detail {
    color: inherit;
    background-color: #fff;
    overflow: hidden;
}

.shop_coupon .clist_general {
    padding: 6px;
    background-color: #a1a7ad;
}

.local_area .shop_coupon .clist_general {
    background-color: #5a5a5a;
}

.shop_coupon .list_shop_coupon_detail > .elm {
    margin-bottom: 10px;
    border-bottom: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

/* 見出し */
.shop_coupon .coupon_pr {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding: 4px 8px;
    background-color: #6d3637;
    text-shadow: 0 1px 1px #c12025;
}

.local_area .shop_coupon .coupon_pr {
    background-color: #c12025;
    text-shadow: 0 1px 1px #6d3637;
}

/* クーポン番号 */
.shop_coupon .coupon_pr .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #6d3637;
    text-align: center;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 20px;
    text-shadow: none;
}

/* 店舗 */
.shop_coupon .box_coupon {
    text-align: left;
    padding: 6px 10px 10px;
    border-bottom: 0 none;
}

/* 種別アイコン */
.shop_coupon .coupon_icon {
    margin-bottom: 8px;
}

.shop_coupon .coupon_icon .icon {
    display: inline-block;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    padding: 0 6px;
    background-color: #fff;
    border-width: 1px 1px 1px 12px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
}

.list_shop_coupon_detail .coupon_icon .icon {
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 12px;
}

.shop_coupon .coupon_icon .typeA {
    border-color: #09c289;
}

.shop_coupon .coupon_icon .typeB {
    border-color: #fe238d;
}

@media screen and (max-width: 320px) {
    .shop_coupon .coupon_icon .icon {
        font-size: 12px;
        padding: 0 8px;
    }
}

/* --------------------------------------- */
/* クーポン金額 */
.price_frame {
    max-width: 360px;
    margin: auto;
    align-items: center;
}

/* 割引率 */
.price_frame .coupon_rate {
    width: 70px;
    height: 70px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-right: 6px;
    background-image: url('/sp/st_img/coupon_badge-1f5dd2f13d249c130d0a7921d6cb77af.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 70px;
}

.price_frame .coupon_rate.fl_inner {
    flex: 0 0 auto;
}

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

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

.price_frame .rate_main .num {
    font-size: 20px;
}

.price_frame .rate_sub {
    font-weight: bold;
}

/* 割引内容 */
.price_frame.fl_base .coupon_price {
    text-align: center;
    box-sizing: border-box;
}

.price_frame.fl_base .coupon_price.fl_inner {
    flex: 1 0 auto;
}

/* コース名 */
.shop_coupon .lbl_course {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    padding: 1px;
    background-color: #d9073d;
}

/* 割引金額 */
.shop_coupon .box_coupon .price-tag {
    min-height: auto;
    border: 2px solid #d80a3c;
    border-radius: 2px;
    align-items: stretch;
}

.discount-detail .num {
    font-family: Arial, Helvetica;
}

.price-tag .d-price {
    font-weight: bold;
}

.price-tag .d-price .num {
    font-size: 36px;
    color: #ff4141;
    margin-right: 2px;
}

/* 金額表示：通常価格 */
.price-tag .u-price {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin-top: 2px;
}

.price-tag .u-price span {
    opacity: 0.9;
}

.price-tag .u-price del {
    opacity: 1;
}

/* --------------------------------------- */
/* 料金詳細 */
.tbl_price_detail {
    width: 100%;
    font-size: 11px;
    margin-top: 10px;
}

.tbl_price_detail th,
.tbl_price_detail td {
    border: 1px solid #ddd;
}

.tbl_price_detail th,
.tbl_price_detail td {
    padding: 2px 4px;
    vertical-align: middle;
}

.tbl_price_detail th {
    text-align: right;
}

@media screen and (max-width: 320px) {
    .tbl_price_detail th {
        text-align: left;
    }
}

.tbl_price_detail thead th {
    font-weight: bold;
    text-align: center;
}

.tbl_price_detail thead th:first-child {
    width: 38%;
    padding: 0 0 4px 0;
    border-top: none;
    border-left: none;
}

.shop_coupon .tbl_price_detail .lbl {
    display: inline-block;
    color: #555;
    padding: 2px 10px;
    background-color: #c5e6f9;
    border-radius: 10px;
}

.tbl_price_detail thead th:not(:first-child) {
    width: 31%;
    background-color: #eaf4f9;
    border-left: 1px solid #ddd;
}

.tbl_price_detail td {
    text-align: right;
    border-left: 1px solid #ddd;
}

.tbl_price_detail .price {
    display: inline-block;
    min-width: 40px;
}

.tbl_price_detail tfoot {
    border-top: 3px double #ddd;
}

.tbl_price_detail tfoot th {
    font-weight: bold;
}

/* --------------------------------------- */
/* 表示アイテム */
.shop_coupon .clist-inner {
    height: 62px;
    font-size: 14px;
    margin: 10px auto;
    background-color: #ffe5ee;
}

.shop_coupon .box_image {
    width: 60px;
    height: 60px;
    margin-right: 0;
    border-color: #ffe5ee;
    overflow: hidden;
}

.list_shop_coupon_detail .box_image .thumb {
    bottom: auto;
    left: 0;
    max-width: 100%;
    max-height: none;
}

.shop_coupon .box_info {
    padding: 10px 6px;
}

.shop_coupon .box_info .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
    padding-left: 0;
    background: none;
}

@media screen and (max-width: 320px) {
    .shop_coupon .box_info .name {
        margin-top: 4px;
    }

    .shop_coupon .item_info {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .price-tag .d-price .num {
        font-size: 30px;
    }

    .price_frame .rate_main {
        margin-top: 14px;
    }

    .price_frame .rate_main .num {
        font-size: 26px;
    }
}

.list_shop_coupon_detail .box_note {
    position: relative;
    font-size: 14px;
    text-align: left;
    margin: 14px auto 0;
    padding: 0 10px 8px;
    border: 1px solid #f69;
    border-radius: 4px;
    box-sizing: border-box;
}

.discount-detail .box_note .lbl {
    display: inline-block;
    font-weight: bold;
    color: #f69;
}

.list_shop_coupon_detail .box_note .lbl {
    position: absolute;
    top: -10px;
    left: 4px;
    line-height: 1em;
    padding: 2px 4px;
    background-color: #fff;
}

.list_shop_coupon_detail .box_note .c_txt {
    line-height: 20px;
    margin-top: 10px;
    background-image: url(/sp/st_img/bg_dot-line-6bfbd6292f47b7091bf2cf63674503c7.gif);
    background-position: 0 0;
    background-size: 20px 20px;
}

/* --------------------------------------- */
/* 店TOPのリンク */
/* --------------------------------------- */
/* 説明 */
.hl_sub .txt_sub {
    font-size: 12px;
    font-weight: normal;
    margin-left: 4px;
}

/* クーポン外枠 */
.frame_coupon {
    margin: auto;
}

.frame_coupon .price_frame {
    max-width: none;
}

/* クーポン */
.coupon_banner {
    position: relative;
    display: block;
    height: 60px;
    color: #000;
    margin: 10px;
    padding: 0 4px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    flex-wrap: nowrap;
    align-content: center;
}

.coupon_banner .price_frame {
    height: 60px;
    flex-wrap: nowrap;
}

.coupon_banner .main {
    justify-content: center;
}

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

.coupon_banner .d-price .num {
    font-size: 26px;
}

/* 割引率表示 */
.coupon_banner .lbl_rate {
    font-size: 12px;
    font-weight: bold;
    color: #ff4141;
}

.coupon_banner .lbl_rate .num {
    font-size: 16px;
}

/* 割引内容 */
.coupon_banner .content {
    text-align: center;
    padding: 4px 6px 0;
    flex: 0 0 auto;
}

/* クーポンをもっと見る */
.coupon_banner .more {
    width: 96px;
    height: 50px;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 6px;
    border-left: 1px dotted #ccc;
    box-sizing: border-box;
    flex: 0 1 auto;
}

/* 割引率 */
.coupon_banner .rate {
    height: 54px;
    flex: 0 1 auto;
}

.coupon_banner .coupon_rate {
    width: 54px;
    height: 54px;
    margin: auto;
    background-size: 54px;
}

.coupon_banner.yg_discount .coupon_rate {
    margin: 0;
    background-image: url(/sp/st_img/badge-15fdc4ff9d3008f5c5fb093169b4c89e.png);
}

.coupon_banner .rate_main {
    margin-top: 0;
    padding-top: 8px;
}

@media screen and (min-width: 414px) {
    .coupon_banner.yg_discount .price_frame {
        justify-content: center;
    }
}

@media screen and (max-width: 320px) {
    .coupon_banner .hide-s {
        display: none;
    }

    .coupon_banner.yg_discount .content {
        margin-right: 32px;
    }
}

/* 業界最高割引 */
.coupon_banner .ygd_logo {
    width: 75px;
}

.coupon_banner.yg_discount .fl_base {
    justify-content: center;
}

.coupon_banner.yg_discount .fl_inner {
    flex: 0 0 auto;
}

.coupon_banner.yg_discount .rate {
    width: 84px;
}

/* 業界最高割引：フリー入力 */
.coupon_banner .price-tag .d-free {
    color: #ff4141;
    font-weight: bold;
    font-size: 18px;
}

.coupon_banner .d-free .txt_free:nth-last-of-type(2) {
    margin-top: -2px;
    margin-bottom: 2px;
    display: block;
}

@media screen and (max-width: 360px) and (min-width: 321px) {
    .coupon_banner .ygd_logo {
        width: 60px;
    }

    .coupon_banner .price-tag .d-free {
        padding-right: 20px;
    }
}

@media screen and (min-width: 375px) {
    .coupon_banner .d-free .txt_free:only-child {
        font-size: 22px;
    }

    .coupon_banner .price-tag .d-free {
        padding-right: 30px;
    }
}

@media screen and (min-width: 414px) {
    .coupon_banner.yg_discount .logo {
        padding-left: 10px;
    }
}

/* --------------------------------------- */
/* 一覧 */
/* --------------------------------------- */
.shop_coupon > .btnlist:first-child {
    margin-top: -5px;
}

.shop_coupon .list_shop_coupon > .elm {
    border-bottom: 0;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.list_shop_coupon > .elm + .elm {
    margin-top: 8px;
}

.list_shop_coupon .coupon_pr {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_shop_coupon .clist-inner {
    height: 80px;
    margin-top: 4px;
    background-color: transparent;
}

.list_shop_coupon .box_info {
    margin-left: 8px;
    padding: 0;
}

.list_shop_coupon .shopName {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #0080de;
    margin: 0;
    padding: 0;
    background: none;
}

.local_area .list_shop_coupon .shopName {
    color: #ff0;
}

.list_shop_coupon .box_image {
    height: 80px;
    border: 0 none;
}

.list_shop_coupon .shop_type-area,
.list_shop_coupon .box_info .name,
.list_shop_coupon .box_info .item_info {
    font-size: 12px;
}

.list_shop_coupon .shopName,
.list_shop_coupon .box_info .item_info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 利用条件一行 */
.list_shop_coupon .box_note {
    font-size: 12px;
    margin-top: 2px;
    padding: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_shop_coupon .box_note .lbl::before {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-right: 4px;
    background-color: #f69;
    content: '';
}

/* 詳しく見るリンク */
.list_shop_coupon .read_more {
    display: block;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    margin: 0 -10px -10px;
    border-top: 3px dashed #a1a7ad;
}

.list_shop_coupon .price_frame + .read_more {
    margin-top: 10px;
}

/* --------------------------------------- */
/* 絞り込み */
/* --------------------------------------- */
.btnlist {
    line-height: 1em;
    padding: 6px 2px 2px 6px;
}

.btnlist + .btnlist {
    border-top: 1px solid #ccc;
}

.btnlist.refine_type {
    background-color: #fff9db;
}

.btnlist.refine_area {
    background-color: #fff4f8;
}

.btnlist .elm {
    min-width: 60px;
    margin-bottom: 4px;
}

.local_area .btnlist .elm + .elm {
    margin-left: 0;
}

.btnlist .elm .btn {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.btnlist .elm.active .btn {
    font-weight: bold;
    color: #fff;
    cursor: default;
}

.btnlist.refine_type .active .btn {
    background-color: #ff9042;
}

.btnlist.refine_area .active .btn {
    background-color: #ff82b4;
}