/* 全体 */

.sp-contents p {
    line-height: 1.6em;
}

.sp-contents a {
    color: #960;
    text-decoration: none;
}

.marker-sp {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #f5dd99));
    background: linear-gradient(transparent 70%, #f5dd99  60%);
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 6px;
}

/* 関連リンクボタン */	/* おすすめ一覧 */
.sp-contents .recommend-link {
    margin-top: 60px;
}
.sp-contents a.winery-link {
    color: #663300;
}

/* おすすめ一覧   */
ul.sp-rmd-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
}

ul.sp-rmd-list li:before {
    content: attr(data-catch);
    display: block;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 15px;
    color: #de6656;
    -webkit-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 2px dotted #de6656;
    border-left: 2px dotted #de6656;
    margin: 0 40px 10px;
}

ul.sp-rmd-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.sp-rmd-list li img {
    padding: 20px;
}

ul.sp-rmd-list li p {
    text-align: center;
    font-size: 1.7rem;
}

ul.sp-rmd-list li p:first-of-type a {
    font-weight: 900;
    color: #5b8a10;
    font-size: 20px;
}

.sp-rmd-list .wine-btn,
.sp-rmd-special .wine-btn {
    border: #c9556a 1px solid;
    background: #fff;
    color: #c9556a;
    border-radius: 20px;
    padding: 3px 0 9px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-weight: bold;
}

span.tag-pt {
    background-color: #539685;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
    white-space: nowrap;
}

/*  おすすめスペシャル  */
.sp-rmd-special {
    width: 95%;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    padding: 0;
}

p.st-rmd-special-name {
    width: 100%;
    margin: 20px 1em;
}

.sp-rmd-special p.st-rmd-special-name a {
    font-weight: 900;
    color: #3e8c12;
    font-size: 3rem;
}

.st-rmd-special-img {
    width: 35%;
    padding-left: 1em;
}

.sp-rmd-special-detail {
    width: 65%;
    padding-right: 1em;
}

.sp-rmd-special-detail span.price-b {
    color: #B5272D;
    font-weight: bold;
    font-size: 36px;
}

.sp-rmd-special-detail span.price-en {
    color: #B5272D;
    font-weight: bold;
}

.sp-rmd-special-detail p.price {
    font-size: 20px;
}

p.st-rmd-special-catch {
    margin: 0;
    color: #fff;
    background-color: #1f4021;
    width: 100%;
    padding: 3px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fs-c-productList__message.fs-c-noResultMessage {
    display: none;
}

/*　for PC　*/
@media screen and (min-width:768px) {

    .hidden-pc {
        display: none;
    }

    .img-bn {
        width: 100%;
    }

    .img-bn-sp {
        display: none;
    }

    .sp-rmd-list .wine-btn:hover,
    .sp-rmd-special .wine-btn:hover {
        text-decoration: none;
        background: #ffcfcf;
    }

    /* おすすめ一覧   */
    h2.sp-h2-rmdwine {
        font-size: 32px;
        font-weight: bold;
        color: #5b8a10;
        text-align: center;
        line-height: 1.4;
        margin: 44px 0 72px;
    }

    ul.sp-rmd-list li {
        width: 33%;
        padding: 0 10px 60px;
    }

    /*  おすすめスペシャル  */
    .sp-rmd-special {
        margin: 0px auto;
    }

    .sp-rmd-special .wine-btn {
        width: 250px;
    }

}

/*　for Smartphone　*/
@media screen and (max-width:767px) {
    .hidden-sp {
        display: none;
    }

    .img-bn {
        display: none;
    }

    .img-bn-sp {
        width: 100%;
    }

    .sp-rmd-list .wine-btn,
    .sp-rmd-special .wine-btn {
        text-decoration: none;
        background: #ffcfcf;
    }

    /* おすすめ一覧   */
    h2.sp-h2-rmdwine {
        font-size: 24px;
        font-weight: bold;
        color: #3e8c12;
        text-align: center;
        line-height: 1.4;
        margin: 30px 0 60px;
    }

    ul.sp-rmd-list li {
        width: 100%;
        padding: 0 20px;
    }

    ul.sp-rmd-list li:before {
        margin: 0 80px 10px;
    }

    ul.sp-rmd-list li img {
        padding: 0px 70px;
    }

    ul.sp-rmd-list li p {
        margin: 10px 0;
    }

    .sp-rmd-list .wine-btn {
        margin: 0 30px 60px;
    }

    /*  おすすめスペシャル  */
    .sp-rmd-special {
        width: 100%;
    }

    p.st-rmd-special-name {
        margin-bottom: 10px;
    }

    .sp-rmd-special p.st-rmd-special-name a {
        font-size: 2.4rem;
    }

    .st-rmd-special-img {
        width: 100%;
        padding: 0px 70px;
    }
    .sp-rmd-special-detail{
        width: 100%;
        padding: 0 1em;
    }
    .sp-rmd-special-detail p.price {
        margin: 16px 0;
    }

    .sp-rmd-special .wine-btn {
        width: 95%;
        margin-top: 20px;
    }
}