@charset "utf-8";

/*
 * common
 */
@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}

body {
    /*
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    -webkit-transform: rotate(.028deg);
    -ms-transform: rotate(.028deg);
    transform: rotate(.028deg);
    */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
    font-kerning: auto;
    line-height: 1.5;
    background-color: #f5f5f5;
    font-size: 12px;
}

#header,
#contents,
#footer {
    background-color: #f5f5f5;
}

dl dt,
dl dd {
    margin: 0 0 .5em;
}

dl dt {
    color: #000;
}

.price {
    font: 700 14px/1.35 Open Sans, Arial, Helvetica, sans-serif;
    white-space: nowrap !important;
}

h2, .h2 {
    font: 700 20px/1.25 Open Sans,Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}

h3, .h3 {
    font: normal 18px/1.25 Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}

h4, .h4 {
    font: 700 16px/1.35 Open Sans,Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}

div.main_area .section dt {
    text-transform: none;
    color: #3C2445;
    font-weight: bold;
}
div.main_area.howtoshopping .section dt {
    font-size: 20px;
}

ul.delivery_charge {
    display: inline-block;
    background: url(/html/template/cuveecouleur/img/guide/bg_delivery_price.png) #7a0070;
    padding: 20px;
    margin-bottom: 1em;
}
ul.delivery_charge li {
    padding: 0 10px;
}
ul.delivery_charge li.last {
    border-top: solid 1px #ccc963;
    margin-top: 20px;
    padding-top: 20px;
}

div.main_area ul {
    padding-left: 1.5em;
}
div.main_area ul li {
    margin-bottom: .5em;
}

div.main_area.company th {
    text-align: left;
    width: 20%;
}

div.main_area div.shinohara_prof {
    background: #f1dde5;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
div.main_area div.shinohara_prof h3 span {
    color: #a60d48;
}

#footer {
    background-color: transparent;
    background-image: url(/html/template/cuveecouleur/img/common/bg_footer.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #3c2445;
    clear: both;
    width: 100%;
    margin: 0 auto;
}

#footer .h5 {
    line-height: 18px;
    color: #3c2445;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    margin: 0 0 10px;
}

#footer .h5 span {
    font-size: 12px;
    font-weight: normal;
}

#footer .addressbox {
    border: solid 1px;
    padding: 2%;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
}

#footer .footer-container {
    text-align: right;
    padding: 20px 0;
    color: #000;
}

#footer .notice {
    text-align: left;
    font-weight: bold;
    color: #a60c48;
}

#back-top {
    bottom: 25px;
    margin: 0;
    position: fixed;
    right: 20px;
    z-index: 25;
    background: url(/html/template/cuveecouleur/img/common/icons.png) 0 -550px no-repeat;
    width: 50px !important;
    height: 50px !important;
}

#back-top a {
    background: url(/html/template/cuveecouleur/img/common/icons.png) -55px -597px no-repeat;
    width: 50px !important;
    height: 50px !important;
    display: block;
    text-indent: -9999px;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#back-top a:hover {
    background: url(/html/template/cuveecouleur/img/common/icons.png) -55px -550px no-repeat;
}



/*味わいチャート*/
.tasteArea{
    margin-bottom:30px;
}
#page_product_detail .table--wineStatus{
    border-collapse:collapse;
    border-top:solid 1px #cbcbcb;
    border-left:solid 1px #cbcbcb;
    width:54%;
    float:left;
    overflow:visible;
    margin-left:1px;
}
.table--wineStatus tbody{
    display:block;}
.table--wineStatus tr{
    display:table;
    width:100%;}

.table--wineStatus td{
    padding:2px 1%;
    border-bottom:solid 1px #cbcbcb;
    border-right:solid 1px #cbcbcb;
    background:#fff;
}

.table--wineStatus td.cell--statusTerm{
    background:#f8f2f3;
    width:28%;
    display:table-cell;
    margin-right:-1px;
}
.cell--cell--statusDestciption{
    width:68%;
    margin-right:-1px;
    display:table-cell;
}

#page_product_detail .table--tasteRate{
    border-collapse:collapse;
    border:0;
    width:44%;
    float:right;
    display:table;
    margin-top:1px;}
.table--tasteRate tbody,
.table--tasteRate tr{
    width:100%;}
.table--tasteRate td{
    border-bottom:solid 1px #b0a99d;
    vertical-align:middle;
    /*line-height:24px;*/
    display:table-cell;
    padding:2px 1px;
}

.cell--rate{
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing:-2px;
    color:#cf033d;
    font-size:140%;
    text-align:center;
    line-height:16px;
}
.tasteArea--rose .cell--rate {
    color: #e65d1f;
}
.tasteArea--sparkring .cell--rate {
    color: #e8cf58;
}
.tasteArea--white .cell--rate {
    color: #a2880d;
}
.tasteArea--red .cell--rate {
    color: #cf033d;
}

.cell--max{
    text-align:left;
}
.cell--min{
    text-align:right;
}

.short-description .table--wineStatus,
.short-description .table--tasteRate{
    clear:both;
    width:100%;
    margin-bottom:20px;}


/*
 * SP
 */
@media only screen and (max-width: 767px) {
    /*
     * header
     */
    #header {
        padding-top: 0;
        border-top: #3c2445 solid 5px;
    }

    .header_logo_area {
        margin-right: unset;
    }

    .header_logo_area .header_logo {
        display: inline;
    }

    .header_logo img {
        width: 12vw;
    }

    #header .copy {
        display: inline;
        position: absolute;
        right: 0;
    }

    #cart_area {
        top: unset;
        bottom: 50px;
    }

    #btn_menu {
        top: unset;
        bottom: 3px;
    }

    /*
     * footer
     */
    #footer {
        border-top: unset;
    }
    #footer .footer_tenpo,
    #footer .footer .footer_contact {
        margin-bottom: 5%;
    }

    .footer_delivery_memo {
        width: 86%;
        padding: 2%;
        background: #edd23e;
        height: auto;
        margin-left: 5% !important;
        margin-right: 5% !important;
        float: none !important;
        display: block;
        position: static;
        left: 0;
    }

    #footer .footer_nav_box {
        margin-bottom: 8%;
    }

    #footer .footer_nav {
        padding: 10px;
        background: #e6e6e8;
        border-top: 1px solid #cbcbcb;
    }

    #footer-information .content {
        padding: 10px;
        background: #e6e6e8;
        border-top: 1px solid #cbcbcb;
    }

    #footer .footer_nav_box .footer_logo {
        text-align: center;
    }

    #footer .footer_nav_box p.h5 span {
        font-size: 12px;
        margin-left: 10px;
        font-weight: normal;
    }

    #footer .footer_nav_box p.h5.active:after {
        content: url(/html/template/cuveecouleur/img/common/icon_down.png);
        float: right;
    }

    #footer .footer_nav_box p.h5 {
        background: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        margin: 0;
    }

    #footer .footer_nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #footer .footer_nav ul li,
    #footer .footer_nav ul li a {
        margin: 0;
        display: list-item;
        text-align: left;
    }

    .footer_nav ul > li {
        /*background-color: paleturquoise;*/
        text-align: center;
        width: 95%;
        /* 閉じている状態 */
        /*border-top: 0 white solid;*/
        padding-top: 0;
        padding-bottom: 0;
        /* 閉じるアニメーション */
        transition: border-top .3s ease-out,
        padding-top .3s ease-out,
        padding-bottom .3s ease-out;
    }

    .footer_nav ul.is-open > li {
        /* 開いている状態 */
        /*border-top: 1px white solid;*/
        /*padding-top: 13px;*/
        /*padding-bottom: 13px;*/
        /* 開くアニメーション */
        transition: border-top .3s ease-out,
        padding-top .3s ease-out,
        padding-bottom .3s ease-out;
    }

    .footer_nav ul > li > a {
        /* 閉じている状態 */
        line-height: 0;
        opacity: 0;
        visibility: hidden;
        /* 閉じるアニメーション */
        transition: line-height .3s ease-out,
        opacity .1s linear,
        visibility .1s linear;
    }

    .footer_nav ul.is-open > li > a {
        /* 開いている状態 */
        line-height: 1.5;
        opacity: 1;
        visibility: visible;
        /* 開くアニメーション */
        transition: line-height .3s ease-out,
        opacity .1s linear .1s,
        visibility .1s linear .1s;
        padding: 1% 0 1% 2%;
        display: block;
    }

    .footer_nav.footer_nav_end {
        border-bottom: 1px solid #cbcbcb;
    }

    /*
     *
     */
    .category_name {
        margin-top: 1em;
    }
    dl.deliver.if dt {
        padding: 10%;
        background: #f3f3f3;
        vertical-align: middle;
    }
    dl.deliver.if dt img {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    div.article_box {
        background: #FFF;
        padding: 2em;
        margin-bottom: 1em;
    }

    div.main_area div.textbox_right {
        width: 98%;
        margin: 0 auto;
    }

    ul.subnav {
        padding-left: 1.5em;
    }
    ul.subnav li {
        line-height: 200%
    }
    ul.subnav li a {
        color: #000;
    }

    #item_list .item_comment {
        overflow: hidden;
        height: 5em;
    }


    /* 味わいチャート */
    #page_product_detail .table--tasteRate,
    #page_product_detail .table--wineStatus {
        width: 100%;
        margin-bottom: 10px;
    }

}

/*
 * PC
 */
@media only screen and (min-width: 768px) {
    /*
     * common
     */
    .inner {
        max-width: 1180px;
        padding: 0;
    }

    /*
     * header
     */
    #header {
        height: 205px;
        padding-top: 0;
        border-top: #3c2445 solid 5px;
        border-bottom: #3c2445 solid 5px;

    }

    #header .copy {
        font-size: 1.2rem;
        position: absolute;
        left: 190px;
        display: inline-block;
    }

    .header_logo {
        position: absolute;
    }

    .header_logo img {
        width: 162px;
    }

    #header .header_logo_area {
        margin-right: unset;
        position: unset;
    }

    #header #cart_area,
    #header .header_bottom_area,
    #header #member,
    #header #category {
        position: absolute;
        right: 16px;
    }

    #header #cart_area {
        top: 6px;
    }

    #header .header_bottom_area {
        clear: unset;
        padding-top: 0;
        top: 56px;
        width: 50%;
    }

    #header #member {
        top: 109px;
        text-align: right;
    }

    #header #category {
        top: 130px;
        text-align: right;
    }

    .search_inner {
        height: 44px;
        text-align: right;
    }

    select#category_id {
        height: 44px;
    }

    #header #searchform select,
    #header #searchform input {
        float: unset;
        vertical-align: top;
    }

    #header .search .input_search {
        float: unset;
        display: inline-block;
        height: 44px;
    }

    .member_link a {
        height: 35px;
        line-height: 40px;
    }

    #header .category-nav {
        border-bottom: unset;
    }

    #header .category-nav > li > a {
        height: 44px;
        line-height: 44px;
    }

    #category {
        clear: unset;
    }

    #contents {
        padding-top: 20px;
    }

    #page_homepage #contents {
        padding-top: 0;
    }

    /*
     * footer
     */
    #footer .footer_logo,
    #footer .footer_nav {
        width: 23%;
        float: left;
    }

    #footer .footer_nav {
        border-right: solid 1px #ccc;
        margin: 0 10px;
    }

    #footer .footer_nav_end {
        border-right: none;
    }

    #footer .footer_nav p,
    #footer .footer_nav ul {
        padding-left: 40px;
    }

    #footer .footer_nav ul {
        text-align: left;
        min-height: 160px;
    }

    #footer .footer_nav ul li {
        display: inline-block;
        margin: 0 0 8px;
        width: 250px;
    }

    #footer .footer_nav ul li a {
        color: #3c2445;
    }
    #footer .footer_tenpo .pull-right p {
        line-height: 200%;
        color: #000;
        margin-bottom: 10px;
    }

    #footer .footer {
        margin: 45px 0 20px;
        padding: 10px 0;
    }

    #footer .footer_contact {
        padding-left: 60px;
    }

    #footer .addressbox dl {
        margin-bottom: 4px;
        padding-bottom: 0;
    }

    #footer .addressbox dt {
        padding: 0;
        margin: 0;
        line-height: 120%;
        font-weight: bold;
    }

    #footer .addressbox dd.dd_mail {
        padding: 10px 0;
    }

    #footer .addressbox dd.dd_mail span:after {
        content: "　　";
    }

    #footer .addressbox .dd_info {
        margin: 0;
        padding: 0;
        line-height: 120%;
    }

    #footer .addressbox .dd_info .tel {
        line-height: 120%;
        display: inline-block;
        padding-top: 2px;
        font-weight: bold;
        font-size: 20px;
        margin-right: 10px;
    }

    #footer .addressbox a {
        text-decoration: underline;
        font-weight: bold;
        color: #000;
    }

    .footer_delivery_memo {
        background: url(/html/template/cuveecouleur/img/common/bg_deliver.png) no-repeat center top;
        background-size: 100% 100%;
        padding: 0;
        width: 468px;
        height: 177px;
    }

    .footer_delivery_memo dl {
        padding: 15px 60px 0 60px;
        text-align: left;
        margin-bottom: 7px;
    }

    .footer_delivery_memo dt {
        color: #78255b;
        font-size: 18px;
        font-weight: bold;
        padding: 0;
        line-height: 100%;
    }

    .footer_delivery_memo dd {
        color: #3c2445;
        font-size: 15px;
        font-weight: bold;
    }

    .footer_delivery_memo dd a {
        color: #3c2445;
    }

    #footer .footer_delivery_memo dt a {
        color: #78255b;
    }

    /*
     * top
     */
    .front_page #contents .row {
        margin: 0;
    }

    .front_page #contents .row > div {
        padding: 0 0 8px;
    }


    /*
     * index
     */
    .slick-slide img {
        width: 100%;
    }

    #main {
        margin: 40px auto;
    }

    div.caption_area ul {
        margin-left: auto;
        width: 410px;
    }
    div.caption_area li {
        float: left;
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 1em;
    }
    div.caption_area li a {
        text-decoration: underline;
        color: #000;
    }
    div.caption_area h2 {
        display: none;
    }
    div#caption_guide {
        height: 100px;
        background: url(/html/template/cuveecouleur/img/guide/ttl_guide.png) no-repeat 10px top;
    }
    div#caption_help {
        height: 100px;
        background: url(/html/template/cuveecouleur/img/help/ttl_help.png) no-repeat 10px top;
    }
    div#caption_others {
        height: 100px;
        background: url(/html/template/cuveecouleur/img/other/ttl_others.png) no-repeat 10px top;
    }
    div.main_area {
        background: url(/html/template/cuveecouleur/img/common/bg_white70.png) repeat;
        padding: 50px 20px 30px 20px;
        margin-bottom: 30px;
    }
    div.main_area div.section {
        padding-bottom: 20px;
        padding: 10px;
        color: #3c2445;
    }
    div.main_area h2 {
        text-transform: none;
        color: #3C2445;
        font-weight: bold;
        font-size: 29px;
        border-bottom: solid 2px #3C2445;
        padding: 10px;
    }
    div.main_area h3 {
        text-transform: none;
        color: #3C2445;
        font-weight: bold;
        font-size: 20px;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        margin-bottom: 10px;
    }
    div.main_area h3.cool {
        margin-top: 30px;
        line-height: 35px;
        padding-left: 40px;
        background: url(/html/template/cuveecouleur/img/guide/delivery_icon.png) no-repeat;
    }
    div.main_area.member_system div.member_area dt {
        color: #b9094e;
        font-weight: bold;
        font-size: 14px;
        margin: 0 0 .5em;
    }
    div.member_area dd {
        margin-bottom: 20px;
    }

    dl.deliver {
        width: 100%;
        display: table;
        margin-bottom: 0;
    }
    dl.deliver dt {
        width: 20%;
        vertical-align: top;
        display: table-cell;
        clear: both;
        padding: 20px;
        text-align: center;
        background: #f3f3f3;
        border-right: 1px solid #aaa0ad;
    }
    dl.deliver dd {
        display: table-cell;
        padding: 20px;
        background: #fff;
    }
    dl.deliver.if dt {
        vertical-align: middle;
        width: 35%;
    }
    dl.deliver dt.gyosya, dl.deliver dd.gyosya {
        border-bottom: 1px solid #aaa0ad;
    }
    div.article_box {
        background: #FFF;
        padding: 2em;
        margin-bottom: 1em;
    }

    div.main_area div.imgbox_left {
        width: 31%;
        padding: 0;
        float: left;
    }
    div.main_area div.textbox_right {
        width: 67%;
        float: right;
    }
    div.main_area ul.float_lists {
        float: left;
        padding: 0;
        margin: 0;
    }
    div.main_area ul.float_lists li {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #item_list .item_comment {
        overflow: hidden;
        height: 80px;
    }
}
