@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

.login_forms_wrap p {
    margin: 10px 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

html {
    height: 100%;
}

form {
    font-size: 14px;
}
form textarea {
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    border: solid 1px #A8A8A8;
    background: #FFF;
    line-height: 22px;
    width: 100%;
    min-height: 100px;
    -webkit-border-radius: 6px 6px;
    -moz-border-radius: 6px / 6px;
    border-radius: 6px / 6px;
}
form textarea.error {
    border: solid 2px #f19300;
    background: #fff3e0;
}
form .textinput {
    -webkit-appearance: none;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    border: solid 1px #A8A8A8;
    width: 230px;
    height: 22px;
    background: #FBFBFB;
    line-height: 22px;
    margin: 0px 10px 0px 0px;
}
form .textinput:placeholder-shown {
    color: #bfbfbf;
}
form .textinput::-webkit-input-placeholder {
    color: #bfbfbf;
}
form .selector {
    width: 300px;
    overflow: hidden;
    position: relative;
    border: solid 1px #A8A8A8;
    -webkit-border-radius: 6px 6px;
    -moz-border-radius: 6px / 6px;
    border-radius: 6px / 6px;
}
form .selector:after {
    content: ".";
    display: block;
    position: absolute;
    width: 12px;
    height: 9px;
    display: inline-block;
    background-image: url("../img/reserve/btn_brett_selector.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -99999px;
    top: 11px;
    right: 10px;
}
form .selector select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 0px;
    white-space: nowrap;
    overflow: hidden;
    width: 130%;
    height: 30px;
    line-height: 22px;
    font-size: 14px;
    padding-left: 10px;
    color: #A8A8A8;
    border: none;
    cursor: pointer;
    background: #FFFFFF;
    display: inline-block;
}
form input[type=radio].radiobx {
    display: none;
}
form input[type=radio].radiobx + label.radio_label {
    padding-left: 23px;
    height: 16px;
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
    color: #666666;
}
form input[type=radio].radiobx:checked + label.radio_label {
    background-position: 0 -16px;
}
form label.radio_label {
    background-image: url("../img/reserve/radiobtn_bg.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
form input[type=checkbox].checkbx {
    display: none;
}
form input[type=checkbox].checkbx + label.checkbx_label {
    padding-left: 30px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    background-size: 24px;
}
form input[type=checkbox].checkbx:checked + label.checkbx_label {
    background-position: 0 -24px;
}
form label.checkbx_label {
    background-image: url("../img/reserve/checkbox_bg.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reservation {
    height: 100%;
    font-size: 12px;
    color: #5E5E5E;
    min-height: 100%;
    /*
    background-image: url("http://www.heart-up.com/common/images/wrap_bg.gif");
    */
}
.reservation .container {
    height: auto;
    padding: 80px;
}
.reservation .container .base_window {
    border-radius: 8px;
    background: #FFF;
    width: 900px;
    height: auto;
    margin: auto;
    position: relative;
}
.reservation .container .base_window .content_base {
    padding: 60px;
}
.reservation .container .base_window .content_base h1 {
    color: #4E4E4E;
    font-size: 28px;
    font-weight: bold;
}
.reservation .container .base_window .content_base h2 {
    color: #4E4E4E;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0px;
}
.reservation .container .base_window .content_base .window_description {
    margin-top: 15px;
    color: #4E4E4E;
    font-size: 14px;
    margin-bottom: 40px;
}
.reservation .container .base_window .content_base .form_box {
    margin-bottom: 2px;
}
.reservation .container .base_window .content_base .form_box:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.reservation .container .base_window .content_base .form_box.first {
    margin-top: 35px;
}
.reservation .container .base_window .content_base .form_box.reserve_date .edit {
    margin-left: 15px;
}
.reservation .container .base_window .content_base .form_box .form_title {
    background-color: #F5F5F5;
    width: 30%;
    height: 55px;
    float: left;
    line-height: 55px;
    font-size: 14px;
    text-indent: 15px;
    font-weight: bold;
    position: relative;
}
.reservation .container .base_window .content_base .form_box .form_title .label {
    position: absolute;
    text-indent: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 15px;
}
.reservation .container .base_window .content_base .form_box .form_title.mail {
    height: 100px;
    line-height: 100px;
}
.reservation .container .base_window .content_base .form_box .form_item {
    float: left;
    line-height: 55px;
    padding: 0px 15px;
}
.reservation .container .base_window .content_base .form_box .form_item .large_txt {
    font-size: 18px;
    font-weight: bold;
}
.reservation .container .base_window .content_base .form_box .form_item .tel {
    font-weight: bold;
    color: #00B9FF;
    margin-left: 20px;
}
.reservation .container .base_window .content_base .form_box .form_item span {
    min-width: 30px;
    display: inline-block;
    text-align: right;
}
.reservation .container .base_window .content_base .form_box .form_item .mail_desc {
    width: 500px;
    line-height: 1.5;
    font-size: 11px;
}
.reservation .container .base_window .content_base .form_box .form_item .alert {
    display: block;
    text-align: left;
    line-height: 20px;
}
.reservation .container .base_window .content_base .form_box .form_item .textinput {
    width: 60%;
}
.reservation .container .base_window .content_base .form_box .form_item .textinput.long {
    width: 200px;
}
.reservation .container .base_window .content_base .submit_btns {
    text-align: center;
    margin-top: 65px;
}
.reservation .container .base_window .content_base .submit_btns .submit {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 40px;
    margin-left: 15px;
}
.reservation .container .base_window .content_base .msg_area {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 40px;
}
.reservation .container .base_window .content_base .close_btn {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    padding-left: 24px;
    line-height: 20px;
}
.reservation .container .base_window .content_base .close_btn:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/reserve/icon_ng.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reservation .btn {
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.reservation .btn.submit {
    background-image: linear-gradient(-180deg, #ec5c4f 0%, #d42f27 100%);
    border-radius: 4px;
    color: #FFF;
}
.reservation .btn.active {
    background: #D42F27;
    color: #FFF;
}
.reservation .btn.disable {
    background: #ECECEC;
    color: #898989;
}
.reservation .btn.edit {
    text-decoration: none;
    background-image: linear-gradient(-180deg, #ffffff 0%, #efefef 100%);
    border: 1px solid #ABAAAA;
    border-radius: 4px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #DD0404;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 70px;
    padding: 0px;
}
.reservation .btn.cancel {
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: auto;
    min-width: 60px;
    padding: 10px 10px;
}
.reservation .label {
    font-size: 10px;
    padding: 6px 8px;
    border-radius: 4px;
    text-decoration: none;
    height: 10px;
    line-height: 10px;
    font-weight: normal;
}
.reservation .label.require {
    background: #D42F27;
    color: #FFF;
}

.terms {
    padding: 20px;
    line-height: 1.5;
    font-size: 12px;
    background: #fbfbfb;
}
.terms h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}
.terms h4 {
    font-weight: bold;
    margin-top: 40px;
    font-size: 14px;
}
.terms h5 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

@media screen and (max-width: 660px) {
    .reservation {
        height: 100%;
        font-size: 12px;
        color: #5E5E5E;
        min-height: 100%;
    }
    .reservation .container {
        height: auto;
        padding: 15px;
    }
    .reservation .container .base_window {
        width: 100%;
    }
    .reservation .container .base_window .content_base {
        padding: 20px 15px 30px;
    }
    .reservation .container .base_window .content_base h1 {
        color: #4E4E4E;
        font-size: 22px;
        font-weight: bold;
        margin: 10px 0px;
    }
    .reservation .container .base_window .content_base h2 {
        color: #4E4E4E;
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0px;
    }
    .reservation .container .base_window .content_base .window_description {
        margin-top: 15px;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .reservation .container .base_window .content_base .form_box {
        margin-bottom: 0px;
    }
    .reservation .container .base_window .content_base .form_box.first {
        margin-top: 20px;
    }
    .reservation .container .base_window .content_base .form_box.reserve_date .edit {
        margin-left: 0px;
    }
    .reservation .container .base_window .content_base .form_box.reserve_date .large_txt {
        margin-right: 10px;
    }
    .reservation .container .base_window .content_base .form_box .form_title {
        width: 100%;
        height: auto;
        float: left;
        line-height: 14px;
        font-size: 12px;
        text-indent: 10px;
        padding: 10px 0px;
    }
    .reservation .container .base_window .content_base .form_box .form_title.mail {
        height: auto;
        line-height: 14px;
    }
    .reservation .container .base_window .content_base .form_box .form_item {
        float: left;
        line-height: 1.5;
        padding: 10px 5px 15px;
        font-size: 12px;
    }
    .reservation .container .base_window .content_base .form_box .form_item .large_txt {
        font-size: 12px;
    }
    .reservation .container .base_window .content_base .form_box .form_item .tel {
        margin-left: 0px;
        font-size: 12px;
    }
    .reservation .container .base_window .content_base .form_box .form_item span {
        min-width: 30px;
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }
    .reservation .container .base_window .content_base .form_box .form_item .mail_desc {
        width: 100%;
        margin-top: 15px;
    }
    .reservation .container .base_window .content_base .form_box .form_item .alert {
        display: block;
        text-align: left;
        line-height: 12px;
        font-size: 12px;
        margin-top: 5px;
    }
    .reservation .container .base_window .content_base .form_box .form_item .textinput {
        width: 60%;
        margin-bottom: 5px;
    }
    .reservation .container .base_window .content_base .form_box .form_item .textinput.long {
        width: 200px;
    }
    .reservation .container .base_window .content_base .submit_btns {
        text-align: center;
        margin-top: 30px;
    }
    .reservation .container .base_window .content_base .submit_btns .cancel {
        font-size: 12px;
        font-weight: bold;
        padding: 10px 0px;
        margin: 0px auto 15px;
        width: 100%;
    }
    .reservation .container .base_window .content_base .submit_btns .submit {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0px;
        margin: auto;
        width: 100%;
    }
    .reservation .container .base_window .content_base .msg_area {
        font-size: 15px;
        margin-top: 15px;
    }
    .reservation .container .base_window .content_base .close_btn {
        font-size: 14px;
        top: 20px;
        right: 15px;
    }
    .reservation .btn {
        padding: 10px;
        border-radius: 4px;
        text-decoration: none;
        display: inline-block;
        text-align: center;
    }
    .reservation .btn.active {
        background: #D42F27;
        color: #FFF;
    }
    .reservation .btn.disable {
        background: #ECECEC;
        color: #898989;
    }
    .reservation .btn.edit {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .reservation .btn.cancel {
        text-decoration: none;
        background-image: linear-gradient(-180deg, #ffffff 0%, #efefef 100%);
        border: 1px solid #ABAAAA;
        border-radius: 4px;
        display: inline-block;
        color: #000;
        font-weight: bold;
        position: relative;
        text-align: center;
        width: auto;
        min-width: 60px;
        padding: 10px 10px;
    }
    .reservation .label {
        font-size: 10px;
        padding: 6px 8px;
        border-radius: 4px;
        text-decoration: none;
        height: 10px;
        line-height: 10px;
        font-weight: normal;
    }
    .reservation .label.require {
        background: #D42F27;
        color: #FFF;
    }

    .terms {
        padding: 10px;
        line-height: 1.5;
        font-size: 12px;
        background: #fbfbfb;
    }
    .terms h3 {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .terms h4 {
        font-weight: bold;
        margin-top: 20px;
        font-size: 12px;
    }
    .terms h5 {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    input[type=checkbox].checkbx + label.checkbx_label {
        padding-left: 30px !important;
        height: 20px !important;
        line-height: 20px !important;
        font-size: 12px !important;
        background-size: 20px !important;
    }

    input[type=checkbox].checkbx:checked + label.checkbx_label {
        background-position: 0 -20px !important;
    }
}
.reserv_date_view .date_btns {
    width: 100%;
    height: 30px;
    position: relative;
    margin-bottom: 20px;
}
.reserv_date_view .date_btns .before_wk_btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    text-align: center;
}
.reserv_date_view .date_btns .before_wk_btn:before {
    content: "＜";
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 7px;
    transform: scaleX(0.5);
    line-height: 32px;
}
.reserv_date_view .date_btns .caldate {
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
.reserv_date_view .date_btns .caldate .date_year {
    font-size: 18px;
    margin-right: 15px;
}
.reserv_date_view .date_btns .caldate .date_month {
    font-size: 24px;
}
.reserv_date_view .date_btns .after_wk_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    text-align: center;
}
.reserv_date_view .date_btns .after_wk_btn:before {
    content: "＞";
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 7px;
    transform: scaleX(0.5);
    line-height: 32px;
}
.reserv_date_view .title_area {
    margin-bottom: 20px;
}
.reserv_date_view .title_area:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.reserv_date_view .title_wrap {
    float: left;
}
.reserv_date_view .legends {
    float: right;
    position: relative;
    font-weight: bold;
}
.reserv_date_view .legends .nvlty_list span {
    display: block;
}
.reserv_date_view .legends span {
    margin-right: 10px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}
.reserv_date_view .legends span:before {
    content: "";
    width: 16px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.reserv_date_view .legends span.label_ok:before {
    background: url(../img/reserve/icon_ok.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_soon:before {
    background: url(../img/reserve/icon_soon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_ng:before {
    background: url(../img/reserve/icon_ng.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_nvltyA {
    padding-left: 45px;
}
.reserv_date_view .legends span.label_nvltyA:before {
    left: 2px;
    width: 38px;
    background: url(../img/reserve/icon_nvltyA.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_nvltyB {
    padding-left: 45px;
}
.reserv_date_view .legends span.label_nvltyB:before {
    left: 2px;
    width: 38px;
    background: url(../img/reserve/icon_nvltyB.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_nvltyC {
    padding-left: 45px;
}
.reserv_date_view .legends span.label_nvltyC:before {
    left: 2px;
    width: 38px;
    background: url(../img/reserve/icon_nvltyC.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_nvltyD {
    padding-left: 45px;
}
.reserv_date_view .legends span.label_nvltyD:before {
    left: 2px;
    width: 38px;
    background: url(../img/reserve/icon_nvltyD.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_nvltyE {
    padding-left: 45px;
}
.reserv_date_view .legends span.label_nvltyE:before {
    left: 2px;
    width: 38px;
    background: url(../img/reserve/icon_nvltyE.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_nvltyF {
    padding-left: 45px;
}
.reserv_date_view .legends span.label_nvltyF:before {
    left: 2px;
    width: 38px;
    background: url(../img/reserve/icon_nvltyF.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_nvltyG {
    padding-left: 45px;
}
.reserv_date_view .legends span.label_nvltyG:before {
    left: 2px;
    width: 38px;
    background: url(../img/reserve/icon_nvltyG.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_nvltyH {
    padding-left: 45px;
}
.reserv_date_view .legends span.label_nvltyH:before {
    left: 2px;
    width: 38px;
    background: url(../img/reserve/icon_nvltyH.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_nvltyI {
    padding-left: 45px;
}
.reserv_date_view .legends span.label_nvltyI:before {
    left: 2px;
    width: 38px;
    background: url(../img/reserve/icon_nvltyI.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends span.label_nvltyJ {
    padding-left: 45px;
}
.reserv_date_view .legends span.label_nvltyJ:before {
    left: 2px;
    width: 38px;
    background: url(../img/reserve/icon_nvltyJ.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.reserv_date_view .legends div {
    margin-top: 5px;
    padding-bottom: 25px;
}
.reserv_date_view .legends .nvlty_detail_btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: linear-gradient(-180deg, #ffffff 0%, #efefef 100%);
    border: 1px solid #ABAAAA;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 10px;
}

.reserv_date_view .contents_area .reserved_btns {
    margin-top: 20px;
}
.reserv_date_view .contents_area .reserved_btns span {
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
}
.reserv_date_view .contents_area .reserved_btns .btn {
    width: 70px;
}

.calender:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.calender .date_block {
    float: left;
    text-align: center;
    width: 14.1%;
    border-right: 1px solid #CFCFCF;
}
.calender .date_block:first-child {
    border-left: 1px solid #CFCFCF;
}
.calender .date_block .yobi {
    border-top: 1px solid #CFCFCF;
    padding: 6px 0px;
    font-weight: bold;
}
.calender .date_block .yobi.sat {
    color: #2F95D6;
    background-color: #E5F5FF;
}
.calender .date_block .yobi.sun {
    color: #FF4B43;
    background-color: #f2dede;
}
.calender .date_block .day {
    padding: 10px 0px;
    font-weight: bold;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}
.calender .date_block .day.sat {
    padding: 10px 0px;
    font-weight: bold;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    background-color: #E5F5FF;
    color: #2F95D6;
}
.calender .date_block .day.sun {
    padding: 10px 0px;
    font-weight: bold;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    background-color: #f2dede;
    color: #FF4B43;
}
.calender .date_block .time_list {
    padding: 3px 6px 3px;
    border-bottom: 1px solid #CFCFCF;
}
.calender .date_block .time_list ul li {
    height: 35px;
    display: block;
    width: 100%;
    position: relative;
}
.calender .date_block .time_list ul li a {
    text-decoration: none;
    background-image: linear-gradient(-180deg, #ffffff 0%, #efefef 100%);
    border: 1px solid #ABAAAA;
    border-radius: 4px;
    display: block;
    height: 28px;
    line-height: 28px;
    color: #606060;
    font-size: 116%;
    font-weight: bold;
    padding-left: 14px;
    position: relative;
}
.calender .date_block .time_list ul li a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    background: url(../img/reserve/icon_ok.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
}
.calender .date_block .time_list ul li.soon a:before {
    background: url(../img/reserve/icon_soon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.calender .date_block .time_list ul li.double {
    height: 70px;
}
.calender .date_block .time_list ul li.double a {
    height: 63px;
    line-height: 1.2;
    position: relative;
}
.calender .date_block .time_list ul li.double a:before {
    top: 25px;
}
.calender .date_block .time_list ul li.double a div {
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 12px;
    height: 13px;
}
.calender .date_block .time_list ul li.double a div p {
    font-size: 12px;
}
.calender .date_block .time_list ul li.disable a {
    background: #D6D6D6;
    border: 1px solid #D6D6D6;
    color: #A3A3A3;
}
.calender .date_block .time_list ul li.disable a:before {
    background: url(../img/reserve/icon_ng.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.calender .date_block .time_list ul li.noveltyA:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -8px;
    background: url(../img/reserve/icon_nvltyA.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
}
.calender .date_block .time_list ul li.noveltyB:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -8px;
    background: url("../img/reserve/icon_nvltyB.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
}
.calender .date_block .time_list ul li.noveltyC:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -8px;
    background: url("../img/reserve/icon_nvltyC.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
}
.calender .date_block .time_list ul li.noveltyD:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -8px;
    background: url("../img/reserve/icon_nvltyD.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
}
.calender .date_block .time_list ul li.noveltyE:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -8px;
    background: url("../img/reserve/icon_nvltyE.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
}
.calender .date_block .time_list ul li.noveltyF:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -8px;
    background: url("../img/reserve/icon_nvltyF.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
}
.calender .date_block .time_list ul li.noveltyG:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -8px;
    background: url("../img/reserve/icon_nvltyG.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
}
.calender .date_block .time_list ul li.noveltyH:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -8px;
    background: url("../img/reserve/icon_nvltyH.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
}
.calender .date_block .time_list ul li.noveltyI:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -8px;
    background: url("../img/reserve/icon_nvltyI.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
}
.calender .date_block .time_list ul li.noveltyJ:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -8px;
    background: url("../img/reserve/icon_nvltyJ.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 16px;
}

@media screen and (max-width: 660px) {
    .calender {
        width: 100%;
    }
    .calender:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden;
    }
    .calender .date_block {
        width: 13.8%;
        font-size: 11px;
    }
    .calender .date_block .time_list {
        padding: 0px;
        border-bottom: 1px solid #CFCFCF;
    }
    .calender .date_block .time_list ul li {
        height: 50px;
        display: block;
        width: 90%;
        position: relative;
        padding: 10px 5% 0px;
        overflow: hidden;
    }
    .calender .date_block .time_list ul li a {
        text-decoration: none;
        background-image: linear-gradient(-180deg, #ffffff 0%, #efefef 100%);
        border: 1px solid #ABAAAA;
        border-radius: 4px;
        display: block;
        height: 28px;
        line-height: 80px;
        color: #606060;
        font-size: 10px;
        font-weight: bold;
        padding-left: 0px;
        position: relative;
    }
    .calender .date_block .time_list ul li a:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 0px;
        background: url(../img/reserve/icon_ok.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 25px;
        display: block;
    }
    .calender .date_block .time_list ul li.soon a:before {
        background: url(../img/reserve/icon_soon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .calender .date_block .time_list ul li.double {
        height: 50px;
        margin-bottom: 60px;
    }
    .calender .date_block .time_list ul li.double a {
        height: 28px;
        line-height: 1.2;
        position: relative;
    }
    .calender .date_block .time_list ul li.double a:before {
        top: 2px;
    }
    .calender .date_block .time_list ul li.double a div {
        margin: auto;
        position: absolute;
        top: 70px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        height: 30px;
    }
    .calender .date_block .time_list ul li.double a div p {
        font-size: 10px;
    }
    .calender .date_block .time_list ul li.disable a {
        background: #D6D6D6;
        border: 1px solid #D6D6D6;
        color: #606060;
    }
    .calender .date_block .time_list ul li.disable a:before {
        background: url(../img/reserve/icon_ng.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        background-position: center;
    }
    .calender .date_block .time_list ul li.noveltyA:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_nvltyA_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
    .calender .date_block .time_list ul li.noveltyB:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_nvltyB_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
    .calender .date_block .time_list ul li.noveltyC:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_nvltyC_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
    .calender .date_block .time_list ul li.noveltyD:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_nvltyD_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
    .calender .date_block .time_list ul li.noveltyE:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_nvltyE_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
    .calender .date_block .time_list ul li.noveltyF:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_nvltyF_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
    .calender .date_block .time_list ul li.noveltyG:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_nvltyG_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
    .calender .date_block .time_list ul li.noveltyH:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_nvltyH_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
    .calender .date_block .time_list ul li.noveltyI:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_nvltyI_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
    .calender .date_block .time_list ul li.noveltyJ:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_nvltyJ_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 16px;
    }
    .calender .date_block .time_list ul li.novelty:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background: url("../img/reserve/icon_novelty.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 14px;
        height: 14px;
    }

    .reserv_date_view .date_btns {
        width: 100%;
        height: 60px;
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .reserv_date_view .date_btns .before_wk_btn {
        top: 35px;
    }
    .reserv_date_view .date_btns .caldate {
        display: block;
    }
    .reserv_date_view .date_btns .caldate .date_year {
        font-size: 12px;
        margin-right: 10px;
    }
    .reserv_date_view .date_btns .caldate .date_month {
        font-size: 20px;
    }
    .reserv_date_view .date_btns .after_wk_btn {
        top: 35px;
    }
    .reserv_date_view .legends {
        position: relative;
        float: left;
        width: 100%;
        top: 0px;
        right: 0px;
    }
    .reserv_date_view .legends span {
        margin-right: 10px;
        line-height: 20px;
        padding-left: 20px;
        position: relative;
        display: inline-block;
    }
    .reserv_date_view .legends span:before {
        content: "";
        width: 16px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .reserv_date_view .legends span.label_ok:before {
        background: url(../img/reserve/icon_ok.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .reserv_date_view .legends span.label_soon:before {
        background: url(../img/reserve/icon_soon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .reserv_date_view .legends span.label_ng:before {
        background: url(../img/reserve/icon_ng.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .reserv_date_view .legends span.label_nvlty:before {
        width: 12px;
        background: url(../img/reserve/icon_novelty.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        left: 3px;
    }
    .reserv_date_view .legends div {
        margin-top: 5px;
    }
    .reserv_date_view .content_base {
        padding: 20px 15px 15px !important;
    }
    .reserv_date_view .contents_area {
        margin: 0px -10px;
    }
    .reserv_date_view .contents_area .reserved_btns {
        margin-top: 15px;
    }
    .reserv_date_view .contents_area .reserved_btns span {
        font-weight: bold;
        font-size: 14px;
        margin-right: 15px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .reserv_date_view .contents_area .reserved_btns .btn {
        width: 55px;
    }
}
.reserv_form_view .reserve_date {
    margin-top: 35px;
}
.reserv_form_view .login_box {
    background-color: #F5F5F5;
    border: 1px solid #C7C7C7;
    margin: 35px 0px 10px;
    padding: 20px 15px;
}
.reserv_form_view .login_box .login_title {
    margin-bottom: 20px;
}
.reserv_form_view .login_box .login_title .title {
    font-weight: bold;
    margin-right: 20px;
}
.reserv_form_view .login_box .login_forms .textinput {
    width: 150px;
}
.reserv_form_view .login_box .login_forms .btn {
    width: 80px;
}
.reserv_form_view .login_box .password_forget {
    display: block;
    margin-top: 15px;
    color: #5E5E5E;
}
.reserv_form_view .scroller {
    height: 100px;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #D3D3D3;
    overflow: scroll;
}
.reserv_form_view .agreement {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 660px) {
    .reserv_form_view .login_box {
        background-color: #F5F5F5;
        border: 1px solid #C7C7C7;
        margin: 10px 0px 20px;
        padding: 20px 15px;
        font-size: 12px;
    }
    .reserv_form_view .login_box .login_title {
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .reserv_form_view .login_box .login_title .title {
        display: block;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .reserv_form_view .login_box .login_forms .lf_item {
        display: block;
        margin-bottom: 10px;
    }
    .reserv_form_view .login_box .login_forms .lf_item .textinput {
        margin-top: 5px;
        width: 90%;
    }
    .reserv_form_view .scroller {
        height: 100px;
        width: 100%;
        margin-top: 10px;
        border: 1px solid #D3D3D3;
        overflow: scroll;
    }
    .reserv_form_view .agreement {
        text-align: center;
        margin-top: 20px;
        font-size: 12px;
    }
}
.reserv_preview_view .check_mail .form_title {
    height: 100px !important;
    line-height: 100px !important;
}
.reserv_preview_view .check_mail .form_item {
    line-height: 30px !important;
    padding: 5px 15px;
}
.reserv_preview_view .check_mail .alert {
    color: #D42F27;
    font-weight: bold;
}

@media screen and (max-width: 660px) {
    .reserv_preview_view .check_mail .form_title {
        height: auto !important;
        line-height: 1 !important;
    }
    .reserv_preview_view .check_mail .form_item {
        line-height: 1 !important;
    }
}
.reserv_edit_view .form_item {
    color: #a7a7a7;
}
.reserv_edit_view .reserve_date {
    margin-bottom: 35px !important;
}
.reserv_edit_view .reserve_date .form_item {
    color: #5E5E5E !important;
}

/*前田追加*/
.edit_window_wrap {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    z-index: 1000;
    display: none;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
}
.edit_window_wrap.visible {
    display: block;
}
.edit_window_wrap.show {
    opacity: 1;
}
.edit_window_wrap .edit_window {
    border-radius: 8px;
    background: #FFF;
    width: 800px;
    margin: 80px auto;
    position: relative;
}
.edit_window_wrap .edit_window .close_btn {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    padding-left: 24px;
    line-height: 20px;
}
.edit_window_wrap .edit_window .close_btn:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/reserve/icon_ng.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.edit_window_wrap .edit_window .content_base {
    padding: 60px 40px 40px;
}
.edit_window_wrap .edit_window .content_base h1 {
    color: #4E4E4E;
    font-size: 28px;
    font-weight: bold;
}

.edit_window_wrap .edit_window .content_base .window_description {
    margin-top: 15px;
    color: #4E4E4E;
    font-size: 14px;
    margin-bottom: 40px;
}


.edit_window_wrap2 {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    z-index: 1000;
    display: none;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
}

.edit_window_wrap2.visible {
    display: block;
}
.edit_window_wrap2.show {
    opacity: 1;
}
.edit_window_wrap2 .edit_window {
    border-radius: 8px;
    background: #FFF;
    width: 800px;
    margin: 80px auto;
    position: relative;
}
.edit_window_wrap2 .edit_window .close_btn {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    padding-left: 24px;
    line-height: 20px;
}
.edit_window_wrap2 .edit_window .close_btn:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/reserve/icon_ng.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.edit_window_wrap2 .edit_window .content_base {
    padding: 60px 40px 40px;
}
.edit_window_wrap2 .edit_window .content_base h1 {
    color: #4E4E4E;
    font-size: 28px;
    font-weight: bold;
}
.edit_window_wrap2 .edit_window .content_base .window_description {
    margin-top: 15px;
    color: #4E4E4E;
    font-size: 14px;
    margin-bottom: 40px;
}

.edit_window_wrap2 {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    z-index: 1000;
    display: none;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
}

.edit_window_wrap.visible {
    display: block;
}
.edit_window_wrap.show {
    opacity: 1;
}
.edit_window_wrap .edit_window {
    border-radius: 8px;
    background: #FFF;
    width: 800px;
    margin: 80px auto;
    position: relative;
}
.edit_window_wrap .edit_window .close_btn {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    padding-left: 24px;
    line-height: 20px;
}
.edit_window_wrap .edit_window .close_btn:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/reserve/icon_ng.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.edit_window_wrap .edit_window .content_base {
    padding: 60px 40px 40px;
}
.edit_window_wrap .edit_window .content_base h1 {
    color: #4E4E4E;
    font-size: 28px;
    font-weight: bold;
}
.edit_window_wrap .edit_window .content_base .window_description {
    margin-top: 15px;
    color: #4E4E4E;
    font-size: 14px;
    margin-bottom: 40px;
}
@media screen and (max-width: 660px) {
    .edit_window_wrap {
        height: auto;
    }
    .edit_window_wrap .edit_window {
        width: 90%;
        margin: 30px auto;
    }
    .edit_window_wrap .edit_window .close_btn {
        top: 20px;
    }

    .edit_window_wrap {
        height: auto;
    }
    .edit_window_wrap .edit_window {
        width: 90%;
        margin: 30px auto;
    }
    .edit_window_wrap .edit_window .close_btn {
        top: 20px;
    }
    .edit_window_wrap2 {
        height: auto;
    }
    .edit_window_wrap2 .edit_window {
        width: 90%;
        margin: 30px auto;
    }
    .edit_window_wrap2 .edit_window .close_btn {
        top: 20px;
    }

    .edit_window_wrap2 {
        height: auto;
    }
    .edit_window_wrap2 .edit_window {
        width: 90%;
        margin: 30px auto;
    }
    .edit_window_wrap2 .edit_window .close_btn {
        top: 20px;
    }
    .reserv_detail_view_tokuten .contents_area {
        margin-top: 35px;
        border-top: 1px solid #CFCFCF;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap {
        width: 100%;
        border-left: 1px solid #CFCFCF;
        border-right: 1px solid #CFCFCF;
        border-bottom: 1px solid #CFCFCF;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title {
        width: 300px;
        font-size: 14px;
        font-weight: bold;
        float: left;
        padding: 20px;
        height: 70px;
        position: relative;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span {
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 20px;
        line-height: 20px;
        padding-left: 50px;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span:before {
        content: "";
        width: 16px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyA:before {
        left: 2px;
        width: 38px;
        background: url(../img/reserve/icon_nvltyA.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyB:before {
        left: 2px;
        width: 38px;
        background: url(../img/reserve/icon_nvltyB.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyC:before {
        left: 2px;
        width: 38px;
        background: url(../img/reserve/icon_nvltyC.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyD:before {
        left: 2px;
        width: 38px;
        background: url(../img/reserve/icon_nvltyD.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyE:before {
        left: 2px;
        width: 38px;
        background: url(../img/reserve/icon_nvltyE.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyF:before {
        left: 2px;
        width: 38px;
        background: url(../img/reserve/icon_nvltyF.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyG:before {
        left: 2px;
        width: 38px;
        background: url(../img/reserve/icon_nvltyG.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyH:before {
        left: 2px;
        width: 38px;
        background: url(../img/reserve/icon_nvltyH.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyI:before {
        left: 2px;
        width: 38px;
        background: url(../img/reserve/icon_nvltyI.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span.label_nvltyJ:before {
        left: 2px;
        width: 38px;
        background: url(../img/reserve/icon_nvltyJ.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
      }
      .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_desc {
        border-left: 1px solid #CFCFCF;
        width: 390px;
        float: left;
        padding: 20px;
        line-height: 1.5;
        font-size: 12px;
        height: 70px;
      }
      
      @media screen and (max-width: 660px) {
        .reserv_detail_view_tokuten .contents_area {
          margin-top: 20px;
        }
        .reserv_detail_view_tokuten .contents_area .gift_wrap {
          width: 100%;
        }
        .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title {
          width: auto;
          font-size: 14px;
          font-weight: bold;
          float: left;
          padding: 10px;
          height: auto;
          position: relative;
        }
        .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span {
          position: relative;
          margin: auto;
          height: auto;
          line-height: 1.5;
          padding-left: 0px;
          text-indent: 5px;
          padding-top: 25px;
          display: block;
        }
        .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_title span:before {
          content: "";
          width: 16px;
          height: 20px;
          display: block;
          position: absolute;
          top: 0px;
          left: 0px !important;
        }
        .reserv_detail_view_tokuten .contents_area .gift_wrap .gift_desc {
          border-left: 0px solid #CFCFCF;
          width: auto;
          float: left;
          padding: 0px 10px 10px;
          line-height: 1.5;
          font-size: 12px;
          height: auto;
        }
      }
}