/* body */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media screen and (max-width: 782px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/* header */
.qodef-header-centered .qodef-page-header .qodef-logo-area {
    height: 100px;
}

.qodef-header-centered .qodef-page-header .qodef-logo-area {
    padding-top: 10px;
}

.qodef-header-centered .qodef-page-header .qodef-logo-area .qodef-logo-wrapper a {
    max-height: 100px;
}

.qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner,
.qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
    padding-top: 0;
}

/* Blog Lists */
.qodef-blog-like {
    visibility: hidden;
}

/* Blog Single */
.qodef-title-holder {
    background-color: #fff;
}

.qodef-post-text-main {
    color: #121212;
}

.qodef-views-holder {
    visibility: hidden;
}

/* widget */
.qodef-widget-title {
    font-family: Josefin Sans;
    font-weight: 400;
    letter-spacing: 3px;
}

/* widget Side Area */
.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-standard li .qodef-twitter-icon {
    color: #00aae9;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-standard li .qodef-tweet-text,
.qodef-side-menu .widget .qodef-widget-title-holder .qodef-widget-title {
    color: #fff;
}

.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-standard li .qodef-tweet-text a,
.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-standard li .qodef-tweet-text span {
    color: #888;
}

.qodef-grid-col-4 {
    z-index: 100;
}

/* widget footer */
.qodef-page-footer .widget,
.qodef-side-menu .widget {
    color: #fff;
}

/* post */
.qodef-blog-holder a,
.qodef-page-content-holder a {
    color: #fe6c61;
}

.qodef-blog-holder.qodef-blog-standard article .qodef-post-title a {
    color: #121212;
}

/* single shop */
.qodef-woo-single-page .qodef-single-product-summary .qodef-single-product-title {
    margin: 0;
    margin-bottom: 15px;
}

.qodef-woo-single-page .qodef-single-product-summary .price {
    margin-bottom: 15px;
}

.qodef-title-holder.qodef-centered-type .qodef-page-subtitle {
    margin: 32px 10px 0 0;
    text-align: left;
}

.qodef-woo-single-page .qodef-single-product-summary .price {
    font-family: Poppins,sans-serif;
    font-size: 1.5rem;
}

.qodef-woo-single-page .woocommerce-tabs table th {
    width: 20%;
}

.qodef-woo-single-page .woocommerce-tabs table td {
    width: 80%;
}

/* shop告知用 */
.ar-FooterBox {
    margin-bottom: 40px;
    padding: 20px 30px;
    border: 1px solid #e5e5e5;
}

.ar-FooterBox .ar-Content {
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
    word-break: break-word;
}

.ar-FooterBox .ar-FooterBox_Top {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.ar-FooterBox .ar-FooterBox_Lead {
    box-sizing: border-box;
    padding-right: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ar-FooterBox .ar-FooterBox_LeadInner {
    display: inline-block;
    margin-left: 100px;
    text-align: center;
}

.ar-FooterBox .ar-FooterBox_Buttons {
    display: flex;
    justify-content: space-between;
}

.ar-FooterBox ol,
ul {
    list-style: none;
}

.ar-FooterBox a:link {
    text-decoration: none;
}

.ar-FooterBox .ar-FooterBox_Button,
.ar-FooterBox .ar-FooterBox_Button-instagram,
.ar-FooterBox .ar-FooterBox_Button-facebook,
.ar-FooterBox .ar-FooterBox_Button-twitter {
    display: flex;
    width: 30%;
}

.ar-FooterBox .ar-FooterBox_Button a,
.ar-FooterBox .ar-FooterBox_Button-instagram a,
.ar-FooterBox .ar-FooterBox_Button-facebook a,
.ar-FooterBox .ar-FooterBox_Button-twitter a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px 3px;
    border-radius: 2px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
}

.ar-FooterBox .ar-FooterBox_Button-twitter a {
    background-color: #00abf0;
}

.ar-FooterBox .ar-FooterBox_Button-instagram a {
    background-color: #f45067;
}

.ar-FooterBox .ar-FooterBox_Button-facebook a {
    background-color: #3b66ad;
}


@media screen and (max-width: 782px) {
    .ar-FooterBox {
        padding: 10px 20px 20px;
    }

    .ar-FooterBox .ar-FooterBox_Top {
        padding: 0 0 15px;
    }

    .ar-FooterBox .ar-FooterBox_Lead {
        padding-right: 0;
    }

    .ar-FooterBox .ar-FooterBox_LeadInner {
        margin-left: 0;
    }

    .ar-FooterBox .ar-FooterBox_Button a,
    .ar-FooterBox .ar-FooterBox_Button-instagram a,
    .ar-FooterBox .ar-FooterBox_Button-facebook a,
    .ar-FooterBox .ar-FooterBox_Button-twitter a {
        display: block;
        padding: 10px 3px;
        font-size: 0.75rem;
    }
}

/* singlepage_sns_btn */
.singlepage_sns_btn .vc_col-sm-4 {
    float: left;
}

@media screen and (max-width: 767px) {
    .wpb_wrapper .singlepage_sns_btn .vc_column_container {
        width: initial;
    }
}

/* shop sub title */
@media only screen and (max-width: 480px) {
    .qodef-title-holder.qodef-centered-type .qodef-page-subtitle {
        display: block;
    }
}

/* cart */
.qodef-woocommerce-page .wc-proceed-to-checkout {
    margin-bottom: 30px;
}

/* cart & checkout */
.woocommerce-page .qodef-content a.checkout-button, button#place_order {
    background-color: #DF4034;
}

.woocommerce-page .qodef-content a.checkout-button, button#place_order:hover {
    background-color: #E05E58;
}