@charset "UTF-8";

/* ▼▼▼ 商品券販売ページ
====================================================== */

.ticket_area {
    background: #FFF;
    padding: 20px 0 35px;
    margin-bottom: 60px;
}

.ticket_title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.ticket_title .ticket_title_m {
    font-size: 32px;
}

.ticket_title .ticket_title_l {
    font-size: 48px;
}

.ticket_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 35px;
}

.ticket_wrap .img_wrap {
    -webkit-flex: 0 0 51.4%;
    -ms-flex: 0 0 51.4%;
    flex: 0 0 51.4%;
    width: 51.4%;
    max-width: 51.4%;
}

.ticket_txt {
    font-size: 18px;
}

.ticket_txt .ticket_txt_strong {
    color: #DD614B;
    font-size: 22px;
    font-weight: 600;
}

.ticket_kome {
    margin-top: 15px;
    text-align: center;
}

.ticket_kome li {
    display: inline-block;
}

.entry_wrap {
    margin-bottom: 70px;
}

.entry_block {
    background: #FBE7BD;
    padding: 50px;
    border: #EF9D3F 2px solid;
    border-radius: 10px;
    overflow: hidden;
}

.entry_block:not(:last-child) {
    margin-bottom: 20px;
}

.entry_box {
    font-size: 16px;
}

.entry_box:not(:last-child) {
    margin-bottom: 20px;
}

.entry_inner_title {
    margin-bottom: 5px;
    color: #DD614B;
    font-size: 24px;
    font-weight: 500;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

    .ticket_area {
        padding: 20px 0 30px;
        margin-bottom: 45px;
    }

    .ticket_title {
        font-size: 16px;
    }

    .ticket_title .ticket_title_m {
        font-size: 16px;
    }

    .ticket_title .ticket_title_l {
        font-size: 24px;
    }

    .ticket_wrap {
        display: block;
        margin-bottom: 30px;
    }

    .ticket_wrap .img_wrap {
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .ticket_txt {
        font-size: 12px;
        text-align: center;
    }

    .ticket_txt .ticket_txt_strong {
        font-size: 15px;
    }

    .entry_wrap {
        margin-bottom: 55px;
    }

    .entry_block {
        padding: 28px;
    }

    .entry_box {
        font-size: 12px;
    }

    .entry_box:not(:last-child) {
        margin-bottom: 20px;
    }

    .entry_inner_title {
        font-size: 16px;
    }
}


.title_border {
    width: 100%;
    height: 2px;
    margin: 26px auto 30px;
    background: url(../img/entry/hr-dot.svg) repeat-x center/6px 4px;
    border: none;
}

.entry_box .kome {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .ribbon_title {
        font-size: 16px;
    }

    .ribbon_title>span {
        padding: 0 16px;
    }
}
