@charset "utf-8";
/* CSS Document */
/*
 * 22027 商品詳細用CSS
 * SlimoreCoffee（23017）の商品詳細構造・商品固有CSSをベースに、
 * #goodsDetailArea 配下で既存の商品ページ共通CSS/JSが効く前提で調整。
 */

.goodsDetail p,
#goodsDetailArea p {
    word-break: normal !important;
}

#goodsDetailArea h3.detail_title_leftbold {
    color: #5a5a5a;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4em;
    padding: 15px;
    border-left: #d08c8d solid 20px;
    border-top: #d08c8d solid 2px;
    border-bottom: #d08c8d solid 2px;
    border-right: #d08c8d solid 2px;
    text-align: left !important;
    margin-bottom: 15px;
}

#goodsDetailArea .graph_ergagu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2.5em 0 1.5em;
    margin: 1em auto;
}

#goodsDetailArea .detail_box_flexcustom {
    width: calc(50% - 30px);
    display: block;
}

#goodsDetailArea .detail_txt001 {
    padding: 30px;
}

#goodsDetailArea .detail_ttl03_g {
    font-size: 27px;
    line-height: 1.4em;
    color: #6ea572;
    font-weight: 700;
    margin: 0 auto 0.5em;
    text-align: center;
}

#goodsDetailArea .detail_ttl03_o {
    font-size: 27px;
    line-height: 1.4em;
    color: #e6975d;
    font-weight: 700;
    margin: 0 auto 0.5em;
    text-align: center;
}

#goodsDetailArea .box02 {
    text-align: center;
    width: 100%;
    display: block;
}

#goodsDetailArea .detail_use > div:nth-child(1) {
    width: 120px;
}

#goodsDetailArea .detail_use > div:nth-child(2) {
    width: calc(100% - 120px);
}

#goodsDetailArea .detail_use > div {
    padding: 10px 15px;
}

#goodsDetailArea .eat_inner {
    width: 100%;
    margin: auto;
}

#goodsDetailArea .use_box01 {
    margin-top: 20px;
}

#goodsDetailArea .use_box01 .use_txt04 {
    margin: auto auto 20px;
}

#goodsDetailArea .use_box01_link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

#goodsDetailArea .use_box01_link a {
    max-width: 400px;
}

#goodsDetailArea #htmlText_innerId_kinousei {
    position: relative;
    padding: 0 0 130px;
    width: 100%;
    max-width: 960px;
}

#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box {
    font-size: 16px;
}

#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box h3 {
    font-size: 20px;
    text-align: left;
    line-height: 2.2em;
}

#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box h3 .f315 {
    border: 1px solid #000;
    padding: 0 5px;
}

#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box h3 .gaba {
    border: 1px solid #e69860;
    color: #e69860;
    padding: 0 5px;
    margin-right: 10px;
}

#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box h3 .eragu {
    border: 1px solid #6ea572;
    color: #6ea572;
    padding: 0 5px;
}

#goodsDetailArea #htmlText_innerId_kinousei .kinousei_in {
    margin: 30px 0 0;
}

#goodsDetailArea #htmlText_innerId_kinousei .kinousei_in .kinousei_tab {
    display: inline-block;
    padding: 0 15px;
    background-color: #464646;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

#goodsDetailArea #htmlText_innerId_kinousei .kinousei_in p {
    padding: 10px 15px;
    border: 1px solid #464646;
    border-radius: 0 5px 5px 5px;
}

#goodsDetailArea #htmlText_innerId_kinousei .kinousei_subtxt {
    margin: 20px 0 0;
    font-size: 0.9em;
    color: #5e5e5e;
}

#goodsDetailArea .detail_img01 {
    width: 70%;
    margin: 0 auto;
}

#goodsDetailArea .graph_wrapbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#goodsDetailArea .graph_box {
    width: 48%;
    margin: 3em 1% 0;
}

#goodsDetailArea .graph_box:last-of-type {
    margin: 3em 1% 3em;
}

@media only screen and (max-width: 749px) {
    #goodsDetailArea .detail_txt02,
    #goodsDetailArea .detail_txt02_s {
        font-size: 4vw;
        line-height: 1.6em;
    }

    #goodsDetailArea h3.detail_title_leftbold {
        font-size: 4.5vw !important;
        border-left: #d08c8d solid 3.5vw;
        text-align: left !important;
        padding: 10px;
    }

    #goodsDetailArea .detail_txt02_g,
    #goodsDetailArea .detail_txt02_o {
        font-size: 4vw;
    }

    #goodsDetailArea .detail_ttl03_g {
        font-size: 6vw;
        margin: 0 auto 0.8em;
    }

    #goodsDetailArea .detail_ttl03_o {
        font-size: 6vw;
        margin: 0 auto 0.8em;
    }

    #goodsDetailArea .graph_ergagu {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        margin: 1em auto 0;
    }

    #goodsDetailArea .detai_sec01_underline .detail_box_flexcustom {
        width: 100%;
        padding: 8vw 0 0;
        margin: 2vw 0 0;
    }

    #goodsDetailArea .detai_sec01_support .detail_box_flexcustom {
        width: 100%;
    }

    #goodsDetailArea .detai_sec01_underline .detail_box_flexcustom:first-child {
        width: 100%;
        padding: 0 0 12vw;
    }

    #goodsDetailArea .detai_sec01_underline .detail_box_flexcustom:nth-child(2n) {
        border-top: 1px solid #ddd;
    }

    #goodsDetailArea .column_box_ao01 .tab_item {
        font-size: 3.5vw;
        width: calc(33% - 5px);
        min-height: 32px;
    }

    #goodsDetailArea .column_box_ao01 .tab_content {
        display: none;
        padding: 6.5vw 5.5vw;
        clear: both;
        overflow: hidden;
    }

    #goodsDetailArea .tab_content_description h3 {
        font-size: 5.5vw;
    }

    #goodsDetailArea .tab_content_desinner {
        flex-direction: column;
    }

    #goodsDetailArea .tab_content_description .tab_content_mini {
        width: 100%;
        display: block;
        margin: 10vw 0 5vw;
        text-align: center;
    }

    #goodsDetailArea .tab_content_description .tab_content_debottom {
        margin: 10vw 0 0;
    }

    #goodsDetailArea .tab_content_mini img.column01_image01 {
        margin: 6vw auto;
        width: 60%;
        height: auto;
        max-height: 100%;
    }

    #goodsDetailArea .tab_content_mini h4 {
        font-size: 4.5vw;
    }

    #goodsDetailArea .tab_content_mini img.column01_image02 {
        margin: 4vw auto 6vw;
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    #goodsDetailArea .tab_content_mini p {
        font-size: 3.8vw;
    }

    /* HTML側の実IDに合わせて _custom を外す */
    #goodsDetailArea #htmlText3_innerId {
        margin: 12vw auto;
        padding: 12vw 0 0;
        border-top: 1px solid #cbcbcb;
    }

    #goodsDetailArea #htmlText3_innerId .detail_use {
        font-size: 4.5vw;
    }

    #goodsDetailArea .detail_use > div:nth-child(1) {
        width: 100px;
    }

    #goodsDetailArea .detail_use > div {
        padding: 2vw;
    }

    #goodsDetailArea .detail_use > div:nth-child(2) {
        width: calc(100% - 100px);
    }

    #goodsDetailArea .use_box01 {
        margin-top: 4vw;
    }

    #goodsDetailArea .use_box01 .use_txt04 {
        margin: auto auto 5vw;
    }

    #goodsDetailArea .detail_img01 {
        width: 100%;
        padding-top: 20px;
    }

    #goodsDetailArea .graph_wrapbox {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #goodsDetailArea .graph_box {
        width: 100%;
        margin: 3em auto 0;
    }
}
