.banner_title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -50px;
}

.banner_title .inner {
    width: 960px;
    margin: 0 auto;
}

.banner_title .ttl {
    display: block;
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 1em;
}

.banner_title .dsc {
    display: block;
    font-size: 30px;
    line-height: 1em;
}

.section_menu {
    width: 980px;
    margin: 0 auto 100px;
    padding-top: 50px;
}

.section_menu .section_menu_content {
    overflow: hidden;
    margin-bottom: 60px;
}

.section_menu .sec_title {
    height: 35px;
    margin-bottom: 30px;
    padding: 8px 10px 8px 45px;
    line-height: 1em;
    border-bottom: 2px solid #21201f;
    background: url(../img/common/bullet_icon02.png) 8px 50% no-repeat;
}

.section_menu .sec_title .ttl {
    display: block;
    float: left;
    margin-top: 5px;
    font-size: 26px;
    line-height: 1em;
}

.section_menu .sec_title .dsc {
    display: block;
    float: left;
    margin-top: 13px;
    margin-left: 15px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1em;
    border-left: 2px solid #d3d3d3;
}

.section_menu .menu_btn {
    display: table;
    margin: 20px auto;
}

.section_menu .btn {
    display: block;
    min-width: 140px;
    padding: 20px 60px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    border-radius: .3em;
    background: #b4966f;
}

.section_menu .sec_title .btn {
    display: block;
    float: right;
    min-width: 140px;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    border-radius: .3em;
    background: #bbb8b4;
}

.section_menu .menu li {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-right: 1px solid #eceaeb;
    border-bottom: 2px solid #eceaeb;
}

.section_menu .menu li .title {
    display: table-cell;
    width: 190px;
    padding: 20px 0 0 10px;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}

.section_menu .menu li .title small {
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
}

.section_menu .menu li .desc {
    display: table-cell;
    width: 510px;
    padding-right: 10px;
    vertical-align: middle;
    line-height: 1.8em;
}

.section_menu .menu li .desc .nowrap {
    width: 510px;
    white-space: nowrap;
}

.section_menu .menu li .price {
    display: table-cell;
    width: 260px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1em;
}

.section_menu .menu li .price .pr_all {
    padding: 35px 14px 35px 0;
    text-align: right;
    white-space: nowrap;
    color: #f00;
}

.section_menu .menu li .price .pr_col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 86px;
    padding: 35px 0;
    text-align: center;
    white-space: nowrap;
    color: #f00;
    border-left: 1px solid #eceaeb;
}

.section_menu .menu li .price .pr_col span {
    display: none;
}

.section_menu .menu_detail li {
    border-right: none;
}

.section_menu .menu_detail li .title {
    width: 130px;
}

.section_menu .menu li .detail .row {
    padding: 10px 0;
}

.section_menu .menu li .detail .row:first-child {
    border-bottom: 1px dotted #6b6b6b;
}

.section_menu .menu li .detail .row .lbl {
    display: block;
    float: left;
    width: 650px;
    padding-left: 10px;
    white-space: nowrap;
}

.section_menu .menu li .detail .row .prc {
    display: block;
    float: right;
    width: 140px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
    color: #f00;
}

.section_menu .menu_title .inner {
    float: right;
    width: 258px;
    padding-right: 1px;
    border-right: 1px solid #eceaeb;
    border-bottom: 1px dotted #6b6b6b;
    background: url(../img/common/pattern_icon01.png) 0 0 repeat;
}

.section_menu .menu_title .inner span {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 86px;
    padding: 6px 0;
    text-align: center;
    line-height: 1em;
    border-left: 1px solid #eceaeb;
}

.section_menu .menu_note {
    margin-top: 20px;
    text-align: right;
}

.section_menu .price_btn {
    margin: 10px 0 !important;
    border: none !important;
    background: none !important;
}

@media (max-width: 768px) {
    .banner_title {
        margin-top: -20px;
    }

    .banner_title .inner {
        width: auto;
        padding: 0 10px;
    }

    .banner_title .ttl {
        margin-bottom: 8px;
        font-size: 2em;
    }

    .banner_title .dsc {
        font-size: 1.6em;
    }

    .section_menu {
        width: auto;
        margin: 0 0 40px;
        padding: 30px 10px 0;
    }

    .section_menu .section_menu_content {
        margin-bottom: 50px;
    }

    .section_menu .sec_title {
        position: relative;
        height: auto;
        margin-bottom: 10px;
        padding: 2px 0 10px 0;
        line-height: 1em;
        border-bottom: 2px solid #21201f;
        background: url(../img/common/bullet_icon02.png) 0 0 no-repeat;
    }

    .section_menu .sec_title .ttl {
        display: block;
        float: none;
        margin-top: 0;
        padding-left: 25px;
        font-size: 20px;
        line-height: 1em;
    }

    .section_menu .sec_title .dsc {
        display: block;
        float: none;
        margin: 10px 0 0;
        margin-left: 0;
        padding-left: 0;
        font-size: 16px;
        line-height: 1.4em;
        border-left: none;
    }

    .section_menu .sec_title .btn {
        position: absolute;
        top: 2px;
        right: 0;
        display: inline-block;
        display: -moz-inline-stack;
        *display: inline;
        float: none;
        zoom: 1;
        min-width: 0;
        padding: 5px;
        font-size: 10px;
    }

    .section_menu .menu li {
        display: block;
        width: auto;
        padding: 15px 0;
        border-right: none;
    }

    .section_menu .menu li .title {
        display: block;
        width: auto;
        margin-bottom: 5px;
        padding: 0;
        font-size: 14px;
        line-height: 1.2em;
    }

    .section_menu .menu li .title small {
        font-size: 12px;
    }

    .section_menu .menu li .desc {
        display: block;
        width: auto;
        margin-bottom: 5px;
        padding: 0;
        line-height: 1.6em;
    }

    .section_menu .menu li .desc .nowrap {
        width: auto;
        white-space: normal;
    }

    .section_menu .menu li .price {
        display: block;
        width: auto;
        font-weight: bold;
    }

    .section_menu .menu li .price .pr_all {
        padding: 5px 0 0;
        text-align: left;
        white-space: normal;
    }

    .section_menu .menu li .price .pr_col {
        float: none;
        width: auto;
        margin-bottom: 5px;
        padding: 0 0;
        text-align: left;
        white-space: normal;
        border-left: none;
    }

    .section_menu .menu li .price .pr_col span {
        display: inline-block;
        display: -moz-inline-stack;
        *display: inline;
        width: 100px;
        zoom: 1;
    }

    .section_menu .menu li .price .pr_col span:after {
        content: ": ";
    }

    .section_menu .menu_detail li .title {
        width: auto;
    }

    .section_menu .menu li .detail .row {
        padding: 10px 0;
    }

    .section_menu .menu li .detail .row .lbl {
        float: none;
        width: auto;
        margin-bottom: 5px;
        padding-left: 0;
        white-space: normal;
    }

    .section_menu .menu li .detail .row .prc {
        float: none;
        width: auto;
        padding-right: 0;
        text-align: left;
    }

    .section_menu .menu_title {
        display: none;
    }

    .section_menu .menu_note {
        margin-top: 20px;
        text-align: left;
    }

    .section_menu .btn {
        width: 96%;
        padding: 20px 2%;
    }
}

/* menu & coupon
---------------------------------------------------------------------- */
.section_coupon {
    width: 980px;
    margin: -3em auto 3em;
    text-align: justify;
    word-break: break-all;
    font-size: 14px;
}

.section_coupon + .section_coupon_buttons {
    margin-bottom: 3em;
}

.sc-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sc-upper {
    box-sizing: border-box;
    min-height: 114px;
    margin: 0 1em;
    padding: 1em 0;
    font-weight: bold;
}

.sc-upper-weekday,
.sc-upper-holiday {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: .25em 1em 0 .25em;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 105px;
}

.sc-upper-weekday {
    background-image: url(../img/salon/_common/icon-weekday.png);
}

.sc-upper-holiday {
    background-image: url(../img/salon/_common/icon-holiday.png);
}

.sc-upper-weekday .sc-upper-txt,
.sc-upper-weekday .sc-upper-off,
.sc-upper-holiday .sc-upper-txt,
.sc-upper-holiday .sc-upper-off {
    text-align: right;
}

.sc-upper-txt,
.sc-upper-off {
    display: block;
    text-align: center;
    color: #f00;
}

.sc-upper-weekday .sc-upper-off,
.sc-upper-holiday .sc-upper-off {
    margin-left: 90px;
    font-family: helvetica;
}

.sc-upper-off {
    letter-spacing: -.025em;
    font-size: 46px;
    border-bottom: 1px dashed #cea570;
}

.sc-free {
    margin: 0;
    padding: 1em;
}

.sc-fr-title,
.sc-fr-annotation,
.sc-fr-u-price,
.sc-fr-discount {
    font-weight: bold;
}

.sc-fr-u-price,
.sc-fr-discount {
    color: #f00;
}

.sc-fr-title {
    font-size: 26px;
    color: #d27600;
}

.sc-fr-annotation {
    padding-left: 1em;
    font-size: 12px;
}

.sc-fr-detail {
    font-weight: normal;
    line-height: 1.5;
    color: #000;
}

.sc-fr-u-price {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 28px;
    font-family: helvetica;
    border-bottom: 1px dashed #cea570;
}

.sc-fr-discount {
    font-size: 40px;
}

.sc-fr-tax {
    font-size: 13px;
}

/* modules */
.m-price-box {
    width: 316px;
    margin: 0 5px;
    border: 2px solid transparent;
}

.m-price-box--flex {}

.m-price-box--border {
    border: 2px solid #cea570;
}

.m-price-box:first-child {
    margin-left: 0;
}

.m-price-box:last-child {
    margin-right: 0;
}

.m-price-box--flex-end {
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.m-pb-heading {
    padding: 2px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(180deg,
        rgba(230, 179, 126, 1) 0.04%,
        rgba(235, 194, 151, 1) 8.23%,
        rgba(247, 231, 215, 1) 25.55%,
        rgba(255, 255, 255, 1) 35.64%,
        rgba(246, 236, 221, 1) 42.53%,
        rgba(239, 220, 191, 1) 50.06%,
        rgba(233, 207, 168, 1) 58.06%,
        rgba(229, 198, 152, 1) 66.63%,
        rgba(227, 193, 142, 1) 76.16%,
        rgba(226, 191, 139, 1) 88.58%,
        rgba(242, 217, 141, 1) 100%);
}

.m-pb-heading-inner {
    padding: .25em;
    background: linear-gradient(0deg,
        rgba(203, 147, 63, 1) 0%,
        rgba(204, 149, 65, 1) 27.06%,
        rgba(206, 155, 72, 1) 36.8%,
        rgba(209, 163, 80, 1) 42.15%,
        rgba(210, 164, 82, 1) 43.5%,
        rgba(213, 168, 89, 1) 44.03%,
        rgba(218, 175, 101, 1) 44.42%,
        rgba(225, 184, 118, 1) 44.73%,
        rgba(231, 191, 131, 1) 44.9%,
        rgba(203, 147, 63, 1) 99.89%);
}

/* modules -list */
.m-pb-list {
    padding: 0 1em 1em;
    line-height: 1.3;
}

.m-pb-list-item {
    display: -webkit-flex;
    display: flex;
}

.m-pb-list-item + .m-pb-list-item {
    margin-top: .75em;
}

/* modules -dl */
.m-dl {
    line-height: 1.3;
}

.m-dl-dt {
    font-weight: bold;
}

.m-dl-dd--inside + .m-dl-dt--inside {
    margin-top: .75em;
}

.m-dl--outside {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2em;
}

.m-dl-dt--outside,
.m-dl-dd--outside {
    margin-top: .75em;
}

.m-dl-dt--outside {
    -webkit-flex: 1 1 8em;
    flex: 1 1 8em;
}

.m-dl-dt--outside > span {
    display: inline-block;
    float: right;
    padding-right: .5em;
}

.m-dl-dd--outside {
    -webkit-flex: 0 0 860px;
    flex: 0 0 860px;
}

.m-price-box--flex {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.m-price-box--flex .m-dl--outside {
    margin: 0 0 0 1.5em;
}

.m-price-box--flex .m-dl-dd--outside {
    -webkit-flex: 0 0 500px;
    flex: 0 0 500px;
}

/* PC 2 col, SP 1 row */
.pc-col2.sp-row2 {
    display: -webkit-flex;
    display: flex;
    margin-top: 2em;
}

.pc-col2 > .m-dl.m-dl--outside {
    display: block;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-top: 0;
}

.pc-col2 .m-dl-dd--outside {
    margin-left: 1em;
}

.pc-col2 > .section_coupon_buttons {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.pc-col2 > .section_coupon_buttons .btn_tel,
.pc-col2 > .section_coupon_buttons .btn_web {
    width: 100%;
}

.pc-col2 > .section_coupon_buttons .btn_tel {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .section_coupon {
        width: 100%;
        margin: 0 auto;
    }

    .sc-wrap {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .sc-upper {
        min-height: 98px;
        background-size: 85px;
    }

    .sc-upper-off,
    .sc-fr-discount {
        font-size: 40px;
    }

    .sc-fr-title,
    .sc-fr-u-price {
        font-size: 22px;
    }

    .sc-upper-weekday .sc-upper-off,
    .sc-upper-holiday .sc-upper-off {
        margin-left: 80px;
    }

    .sc-fr-annotation {
        font-size: 10px;
    }

    /* modules */
    .m-price-box {
        width: 100%;
        max-width: 400px;
    }

    .m-price-box,
    .m-price-box:first-child,
    .m-price-box:last-child {
        margin: 0 1.5em 1.5em;
    }

    /* modules -dl */
    .m-dl--outside {
        display: block;
        margin: 0;
        padding: 0 1em 2em;
    }

    .m-dl-dt--outside,
    .m-dl-dd--outside {
        margin-top: 0;
    }

    .m-dl-dd--outside + .m-dl-dt--outside {
        margin-top: .75em;
    }

    .m-dl-dt--outside > span {
        display: inline;
        float: none;
    }

    .m-price-box--flex .m-dl--outside {
        margin: 0;
        padding: 0;
    }

    /* PC 2 col, SP 1 row */
    .pc-col2.sp-row2 {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-top: 1em;
    }

    .pc-col2 > .section_coupon_buttons .btn_tel {
        margin-bottom: 10px;
    }
}
