/*************************/


/*           共通          */


/*************************/

.main-img {
    height: auto;
}

h2.sonoma-h2 {
    color: #000;
    position: relative;
}

h2.sonoma-h2:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 30px;
    height: 5px;
    background-color: #84AAC2;
    content: " ";
}

.marker-sonoma {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #f3deae));
    background: linear-gradient(transparent 70%, #f3deae 60%);
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 6px;
}

.small {
    font-size: 90%;
}

.sonoma-relation-lnk {
    text-align: right;
}

.sonoma-relation-lnk p {
    background-color: #f7f5e7;
    display: inline;
    border-radius: 3px;
    border: 1px dotted #1c6988;
    padding: 0 10px;
}


/* for PC */

@media screen and (min-width:768px) {
    .sonoma-contents {
        margin: 25px;
    }
    h2.sonoma-h2 {
        font-size: 3.2rem;
        font-weight: normal;
        margin-top: 100px;
    }
    h2.sonoma-h2:first-child {
        margin-top: 50px;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .sonoma-contents {
        margin: 15px;
    }
    h2.sonoma-h2 {
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 90px;
        margin-bottom: 20px;
    }
    h2.sonoma-h2:first-child {
        margin-top: 40px;
    }
}


/* CC商品リスト表示 */

.fs-c-productList__message.fs-c-noResultMessage {
    display: none;
}


/* TOPへ戻る */

#page_top {
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0px;
    bottom: calc(10% + 90px);
    background: #00559e;
    opacity: 0.8;
    z-index: 100;
    display: none;
}

#page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
}

#page_top a:before {
    position: absolute;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M177%20255.7l136%20136c9.4%209.4%209.4%2024.6%200%2033.9l-22.6%2022.6c-9.4%209.4-24.6%209.4-33.9%200L160%20351.9l-96.4%2096.4c-9.4%209.4-24.6%209.4-33.9%200L7%20425.7c-9.4-9.4-9.4-24.6%200-33.9l136-136c9.4-9.5%2024.6-9.5%2034-.1zm-34-192L7%20199.7c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l96.4-96.4%2096.4%2096.4c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8%200z%22%2F%3E%3C%2Fsvg%3E);
    content: "";
    width: 16px;
}
#page_top a:after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}


/*************************/


/*          目次          */


/*************************/

.sonoma-outline {
    background-color: #ebebeb;
    margin: 0 auto;
}

h2.sonoma-outline-h2 {
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
    padding: 5px;
}

.sonoma-outline ul {
    list-style: disc;
    color: #000;
    line-height: 1.6;
    margin: 0px;
}


/* for PC */

@media screen and (min-width:768px) {
    .sonoma-outline {
        width: 600px;
        padding: 35px;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .sonoma-outline {
        padding: 15px 20px;
    }
    .sonoma-outline ul {
        padding-left: 30px;
    }
}


/*************************/
/*    おすすめ特集記事    */
/*************************/
.rmd-lnk-wrap ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1;
    padding: 0;
}

.rmd-lnk-wrap {
    background-color: #fffaea;
    padding: 30px 15px 0;
    margin-bottom: 5rem;
    margin-top: 5rem;
    border: 1px solid;
    position: relative;
}

.rmd-lnk-wrap h3 {
    padding: 5px 10px;
    margin: 0;
    background-color: #000;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -1.5rem;
    left: 10px;
}

.rmd-lnk-wrap h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: -4px;
    left: -4px;
    position: absolute;
}

.rmd-lnk-wrap h3:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    bottom: -4px;
    left: -4px;
    position: absolute;
}

.rmd-lnk-wrap p {
    font-size: 1.6rem;
    line-height: 160%;
    margin: 0 0 1.6em;
}

/* for PC */

@media screen and (min-width:768px) {
    .rmd-lnk-wrap ul {
        padding: 20px;
        max-width: 600px;
        margin:0 auto;
    }
    .rmd-lnk-wrap li {
        width: 49%;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .rmd-lnk-wrap li a img {
        width: 100%;
        height: auto;
        transition: transform .6s ease;
    }
    .rmd-lnk-wrap li a:hover img {
        transform: scale(1.15); /* 拡大 */
    }

}


/* for SP */

@media screen and (max-width:767px) {
    .rmd-lnk-wrap li {
        padding-bottom: 10px;
        width: 100%;
    }
}

/*************************/


/* ソノマ３つの特色*/


/*************************/

.sonoma-h2-feature {
    font-weight: 600;
    color: #1c356f;
    text-align: center;
}

.sonoma-h3-feature {
    color: #5e8196;
    position: relative;
    margin-top: 50px;
}

h3.sonoma-h3-feature:before {
    position: absolute;
    font-family: 'Alex Brush', cursive;
    color: #adc5d8;
    left: 0px;
    content: "No."counter(number);
}

ul.content00-wrap {
    list-style: none;
    padding-left: 0;
}

.content00-wrap li {
    counter-increment: number;
}

.content00-caution {
    background-color: #ffebf2;
    padding: 10px;
}


/* for PC */

@media screen and (min-width:768px) {
    .sonoma-h2-feature {
        font-size: 3.2rem;
        margin-top: 50px;
    }
    .sonoma-h3-feature {
        font-size: 2.6rem;
    }
    h3.sonoma-h3-feature:before {
        font-size: 5rem;
        top: -50px;
    }
    ul.content00-wrap {
        width: 100%;
        margin-top: 40px;
    }
    .content00-wrap li {
        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;
    }
    .content00-wrap li img {
        width: 50%;
        height: auto;
    }
    .content00-wrap li:nth-child(odd) img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .content00-txt {
        width: 50%;
    }
    /*
    .sonoma-relation-lnk p {
        padding: 3px 15px;
        font-size: 120%;
    }
    */
}


/* for SP */

@media screen and (max-width:767px) {
    .sonoma-h2-feature {
        font-size: 2.6rem;
        line-height: 0;
        margin-top: 90px;
    }
    .sonoma-h3-feature {
        font-size: 2.2rem;
    }
    .sonoma-h3-feature:before {
        font-size: 6.2rem;
        top: -60px;
    }
    .content00-wrap li {
        position: relative;
        margin-top: 50px;
    }
    .content00-wrap li:before {
        padding-top: 300px;
        content: "";
        display: block;
    }
    ul.content00-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        height: 300px;
        width: 100%;
        -o-object-fit: none;
        object-fit: none;
        -o-object-position: 50% bottom;
        object-position: 50% bottom;
    }
    .sonoma-relation-lnk p {
        padding: 3px 5px;
        font-size: 1.2rem
    }
}


/*************************/


/* ソノマの多彩なテロワールに欠かせない”海霧”の存在 */


/*************************/

ul.content01-slick {
    list-style: none;
    padding: 0;
    margin: 40px 0;
}


/* スライダー初期化 */

ul.content01-slick {
    /*    display: none;*/
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

ul.content01-slick.slick-initialized {
    opacity: 1;
}

ul.content01-slick img {
    height: auto;
}

ul.content01-slick li {
    position: relative;
}

ul.content01-slick li div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    background-color: #3a3938;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #428d9c;
    color: #fff;
    line-height: 1.5;
}


/* for PC */

@media screen and (min-width:768px) {
    ul.content01-slick li div {
        font-size: 2.6rem;
        padding: 10px;
        margin: 10px;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    ul.content01-slick li div {
        font-size: 1.2rem;
        padding: 5px;
        margin: 5px;
        width: calc(100% - 10px);
    }
}


/*************************/


/* ソノマ 18のAVA・主要AVAの特徴 */


/*************************/

.content02-img {
    height: auto;
}


/* エリアの説明 */

.content02-mapdisc {
    background-color: #f1ead1;
    padding: 10px;
}

.content02-mapdisc dt {
    margin: 0;
}

.content02-mapdisc dd {
    margin: 0;
}


/* 主要なAVA */

.sonoma-h3-ava {
    font-size: 2.6rem;
    position: relative;
    margin-bottom: 30px;
}

.sonoma-h3-ava:before {
    font-family: 'Alex Brush', cursive;
    color: #adc5d8;
    content: "Pick\a0up!!";
    /* Pick up!! */
    font-size: 3rem;
    bottom: -20px;
    position: absolute;
    left: 148px;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}

.seaside {
    background-color: #e2e8ec;
    border: 2px solid #969aa7;
}

.middleside {
    background-color: #e2ece5;
    border: 2px solid #679067;
}

.mtside {
    background-color: #f7ece8;
    border: 2px solid #b37b6c;
}

.contents02-ava-wrap {
    padding: 10px;
    margin-bottom: 20px;
}

h4.sonoma-h4-ava {
    margin: 0;
    font-size: 2.0rem;
    color: #fff;
    padding: 10px;
}

.seaside .sonoma-h4-ava {
    background-color: #6a7188;
}

.middleside .sonoma-h4-ava {
    background-color: #679067;
}

.mtside .sonoma-h4-ava {
    background-color: #b37b6c;
}

ul.contents02-ava-list {
    list-style: none;
    padding: 0;
}

ul.contents02-ava-list li {
    padding: 10px;
    border-bottom: 1px solid #fff;
}

ul.contents02-ava-list li:last-child {
    border: none;
}


/* その他のAVA */

.sonoma-h3-ava-other {
    font-size: 2.0rem;
}

.contents02-ava-other-dl {
    font-size: 1.8rem;
    margin: 0 0 10px;
}

.contents02-ava-other-dl dt {
    font-weight: 900;
    margin-bottom: 5px;
}

.contents02-ava-other-dl dd {
    margin: 0;
    font-size: 1.7rem;
}

.contents02-ava-other-dl dd:before {
    content: "\30FB";
}


/* for PC */

@media screen and (min-width:768px) {
    /* エリアの説明 */
    .content02-mapdisc {
        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;
    }
    .content02-mapdisc {
        font-size: 1.8rem;
        line-height: 180%;
    }
    .content02-mapdisc dt {
        padding: 0 28px;
        width: 18%;
    }
    .content02-mapdisc dd {
        width: 82%;
        padding: 0 10px;
    }
    .content02-mapdisc dd:first-of-type,
    .content02-mapdisc dt:first-of-type {
        font-weight: 900;
    }
    /* 主要なAVA */
    ul.contents02-ava-list li {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ava-ttl {
        width: 30%;
    }
    .ava-disc {
        width: 70%;
        padding: 0 15px;
        line-height: 1.6;
    }
    /* その他のAVA */
    .contents02-ava-other {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0px 0px;
        grid-template-areas: "first-area third-area" "second-area third-area";
    }
    .contents02-ava-other-dl:nth-child(1) {
        grid-area: first-area;
    }
    .contents02-ava-other-dl:nth-child(2) {
        grid-area: second-area;
    }
    .contents02-ava-other-dl:nth-child(3) {
        grid-area: third-area;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    /* エリアの説明 */
    .content02-mapdisc dd:first-of-type,
    .content02-mapdisc dt:first-of-type {
        display: none;
    }
    .content02-mapdisc dt {
        font-weight: bold;
        font-size: 1.8rem;
    }
    .content02-mapdisc dd {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #c1b3a1;
    }
    .content02-mapdisc dd:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    /* 主要なAVA */
    .ava-ttl {
        font-weight: bold;
        font-size: 1.7rem;
        border-bottom: 2px solid #3c3c3c;
        margin-bottom: 5px;
    }
}


/*************************/


/* 目が離せない！ソノマワインの"いま" */


/*************************/

.sonoma-h3-trend {
    color: #5e8196;
}

.content03-wrap {
    margin-bottom: 20px;
}

.content03-westsonoma {
    border: 1px solid #666;
    padding: 5px;
}

.content03-westsonoma p {
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0px;
    background-color: #b2d6f5;
}

ul.content03-westsonoma-list {
    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: flex-start;
    font-size: 1.6rem;
    margin: 15px 0;
}


/* for PC */

@media screen and (min-width:768px) {
    .sonoma-h3-trend {
        font-size: 2.6rem;
    }
    .content03-disc {
        padding: 10px;
        overflow: hidden;
    }
    .trend01 .content03-img {
        float: right;
        width: 50%;
        padding-left: 10px;
    }
    .trend02 .content03-img {
        float: left;
        width: 50%;
        padding-right: 10px;
    }
    .content03-westsonoma {
        margin: 10px 20px 40px;
        clear: both;
    }
    ul.content03-westsonoma-list li {
        width: 25%;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .sonoma-h3-trend {
        font-size: 2.0rem;
    }
    .content03-westsonoma p {
        margin-top: 0;
        padding: 3px;
    }
    ul.content03-westsonoma-list li {
        width: 50%;
    }
    ul.content03-westsonoma-list {
        padding-left: 30px;
    }
}


/*************************/


/* おすすめソノマワイン */


/*************************/

.content04-pickup {
    margin-bottom: 70px;
    background-color: #e4ebf1;
    padding: 10px 10px 20px;
}

.pickup-img.bg-pttn01{
    position: relative;
    background-image: url(https://wine1227.itembox.design/item/img/country/sonoma/pickup-bg.jpg);
    background-repeat: no-repeat;
}
.pickup-img.bg-pttn02{
    position: relative;
    background-image: url(https://wine1227.itembox.design/item/img/country/sonoma/pickup-bg2.jpg);
    background-repeat: no-repeat;
}

.pickup-img:before {
    content: "";
    position: absolute;
    background-image: url(https://wine1227.itembox.design/item/img/country/sonoma/pickup-batch-mustbuy.png);
    width: 260px;
    height: 119px;
    top: -15px;
    left: -10px;
    background-size: contain;
    display: inline-block;
}

.pickup-img img {
    height: 370px;
    width: auto;
}

.pickup-name {
    width: 100%;
}

.pickup-img a {
    text-decoration: none;
    line-height: 1.6;
    color: #0b496d;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
}

.pickup-img a:hover {
    text-decoration: underline;
}

.content04-pickup .winery-btn {
    width: 60%;
    margin: 0 auto;
}


/* for PC */

@media screen and (min-width:768px) {
    .content04-pickup {
        margin-top: 70px;
    }
    .pickup-img {
        height: 350px;
    }
    .pickup-img:before {
        width: 260px;
        height: 119px;
        top: -15px;
        left: -10px;
    }
    .pickup-img img {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .pickup-name {
        position: absolute;
        top: 196px;
        margin: 0 200px 0 20px;
    }
    .pickup-img a {
        font-size: 3rem;
        padding: 0px 8px;
        /*    line-height: 1.6;*/
        /*    color: #0b496d;*/
        /*    font-weight: bold;*/
        /*    background-color: rgba(255, 255, 255, 0.8);*/
    }
    span.catch_copy {
        font-size: 2.2rem;
    }
    .pickup-desc {
        margin: 60px 30px 30px;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .content04-pickup {
        margin-top: 40px;
    }
    .pickup-img {
        text-align: center;
    }
    .pickup-img:before {
        width: 214px;
        height: 98px;
        top: -34px;
        left: -18px;
    }
    .pickup-name {
        text-align: left;
    }
    .pickup-img a {
        font-size: 2.2rem;
    }
    span.catch_copy {
        font-size: 1.8rem;
    }
    .pickup-desc {
        margin: 30px 0px 30px;
    }
}


/*************************/


/* 価格帯別おすすめナパワイン */


/*************************/

h3.sonoma-rmd-h3 {
    color: #323333;
    border-top: 2px solid #307b90;
    border-right: 2px solid #307b90;
    border-left: 2px solid #307b90;
    padding: 15px 20px;
    margin-top: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(190 210 230)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom, rgb(190 210 230) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed2e6', endColorstr='#007db9e8', GradientType=0);
}

ul.sonoma-item-list {
    padding: 5px;
}

ul.sonoma-item-list li .sonoma-rmd-ttl p {
    font-weight: 600;
}

ul.sonoma-item-list span.point,.content04-pickup .point {
    display: inline-block;
    font-size: 75%;
    background-color: #a51647;
    margin: 2px;
    padding: 0px 7px;
    color: #fff;
}

.sonoma-rmd-btn {
    width: 100%;
    margin-top: 0;
}

a.winery-btn {
    display: block;
    text-align: center;
    padding-right: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background: #fbb03b;
    color: #FFF;
    letter-spacing: 0.05em;
    border-bottom: solid 4px #ae7418;
    border-radius: 3px;
    position: relative;
    margin-top: 0px;
}

a.winery-btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

a.winery-btn:after {
    margin-left: 22px;
    font-size: 1.6rem;
    position: absolute;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M256%208c137%200%20248%20111%20248%20248S393%20504%20256%20504%208%20393%208%20256%20119%208%20256%208zm113.9%20231L234.4%20103.5c-9.4-9.4-24.6-9.4-33.9%200l-17%2017c-9.4%209.4-9.4%2024.6%200%2033.9L285.1%20256%20183.5%20357.6c-9.4%209.4-9.4%2024.6%200%2033.9l17%2017c9.4%209.4%2024.6%209.4%2033.9%200L369.9%20273c9.4-9.4%209.4-24.6%200-34z%22%2F%3E%3C%2Fsvg%3E);
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* 品種バッジ */

.sonoma-rmd-img {
    position: relative;
}

.sonoma-rmd-img a:before {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 1.4rem;
    display: block;
    padding: 0 10px 0 5px;
    z-index: 8;
    width: 90px;
    height: 30px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.flag-pinot a:before {
    content: "\30D4\30CE\30CE\30EF\30FC\30EB";
    /* ピノノワール */
    background-color: #94277a;
}

.flag-cha a:before {
    content: "\30B7\30E3\30EB\30C9\30CD";
    /* シャルドネ */
    background-color: #73a539;
}

.flag-other a:before {
    content: "\305D\306E\4ED6\54C1\7A2E";
    /* その他品種 */
    background-color: #052b44;
}

.sonoma-rmd-img a:after {
    content: "";
    position: absolute;
    right: -1px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 15px 8px 15px 0;
    z-index: 10;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

/* 価格帯別のその他のワインリンク */
.other_btn {
    text-align: center;
}

.other_btn a.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display:
    inline-block;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    line-height: 2.8em;
}


  
  /* for PC */
@media screen and (min-width:768px) {
    h3.sonoma-rmd-h3 {
        font-size: 2.6rem;
    }
    ul.sonoma-item-list {
        /* display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; */
        display: grid;
        grid-template-columns: auto auto auto;
        list-style: none;
    }
    ul.sonoma-item-list li {
        /* width: 33%; */
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 4;
        padding: 30px 15px 0;
        box-sizing: border-box;
        /* display: flex;
        flex-wrap: wrap; */
    }
    .sonoma-rmd-ttl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .sonoma-rmd-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .sonoma-rmd-img img {
        width: 100%;
        height: auto;
    }
    .sonoma-rmd-img a:before {
        top: 220px;
    }
    .sonoma-rmd-img a:after {
        top: 216px;
    }
    .sonoma-rmd-detail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .sonoma-rmd-btn {
        order: 4;
    }
    a.winery-btn {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.8rem;
    }

    .other_btn a.btnshine{
        width: 60%;
        font-size: 22px;
        margin: 15px auto 60px;
    }
    .other_btn a.btnshine:after {
        content: "";
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E);
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /*キラッと光る*/
    .other_btn .btnshine::before {
        content: '';
        /*絶対配置でキラッと光るの位置を決める*/
        position: absolute;
        top: 0;
        left: -75%;
        /*キラッと光る形状*/
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        transform: skewX(-25deg);
    }
    /*hoverした際の移動のアニメーション*/
    .other_btn .btnshine:hover::before {
        animation: shine 0.7s;
    }

    @keyframes shine {
        100% {
        left: 125%;
        }
    }  
}


/* for SP */

@media screen and (max-width:767px) {
    h3.sonoma-rmd-h3 {
        font-size: 1.8rem;
    }
    ul.sonoma-item-list li {
        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: 5px;
    }
    ul.sonoma-item-list .sonoma-rmd-ttl {
        padding-top: 10px;
        width: 100%;
        font-size: 2rem;
    }
    ul.sonoma-item-list li:not(:first-child) .sonoma-rmd-ttl {
        border-top: 1px solid #ccc;
    }
    ul.sonoma-item-list li .sonoma-rmd-ttl p {
        margin: 0;
    }
    ul.sonoma-item-list li .sonoma-rmd-img {
        width: 40%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    .sonoma-rmd-img a:before {
        top: 20px;
    }
    .sonoma-rmd-img a:after {
        top: 16px;
    }
    ul.sonoma-item-list li div.sonoma-rmd-detail {
        width: 60%;
    }
    ul.sonoma-item-list li div.sonoma-rmd-img img {
        max-width: 100%;
        max-height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 15px;
    }
    a.winery-btn {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.4rem;
    }

    .other_btn a.btnshine{
        margin: 20px auto 30px;
    }
}


/*************************/


/* おすすめワイナリー */


/*************************/

.sonoma-h3-winery {
    margin: 5px 0 0;
}

.content03-rmd-winery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content03-rmd-winery h2 {
    width: 100%;
}

.card {
    height: auto;
    position: relative;
}

.card img {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.card a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.card__imgframe {
    width: 100%;
    height: auto;
    background-color: #fff;
    /*    padding-top: 56.25%;*/
    /*    background-size: cover;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 10px solid #f3dd5e;
    /*    position: relative;*/
    /*    box-shadow: 0px 4px 4px rgba(0, 0, 0, .4);*/
}

.card__textbox {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #47515d;
    border: 3px solid #47515d;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card__textbox>*+* {
    margin-top: 10px;
}

.card__titletext {
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    margin-top: 0px;
}

.card__overviewtext {
    line-height: 150%;
}


/* for PC */

@media screen and (min-width:768px) {
    .sonoma-h3-winery {
        font-size: 2.6rem;
        padding: 15px 5px 10px;
    }
    .content03-rmd-winery {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px;
    }
    .card {
        width: 32%;
        margin: 0 4px 20px;
    }
    .card__titletext {
        padding: 10px 18px 10px;
    }
    .card__overviewtext {
        padding: 0 18px 18px;
        margin-top: auto;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .sonoma-h3-winery {
        font-size: 2.0rem;
        padding: 15px 5px 0px;
    }
    .content03-rmd-winery {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .card {
        width: 48%;
        margin-top: 20px;
    }
    .card__titletext {
        /*        padding: 10px;*/
        display: none;
    }
    .card__overviewtext {
        padding: 0 10px 18px;
    }
}


/*************************/
/* おすすめワイナリー   　　*/
/*************************/

.bn-area {
    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;
    line-height: 1;
}

.bn-area a,
.bn-area img {
    vertical-align: bottom;
}

.bn-area {
    margin-bottom: 40px;
}
.col2bn,.col3bn {
    border:solid 2px #ccc;
}
   /* for PC */
   @media screen and (min-width:768px) {

    .col2bn {
        width: 49%;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .col3bn {
        width: 32%;
        overflow: hidden;
    }

    .col2bn img,.col3bn img {
        height: auto;
        transition: transform .6s ease; /* ゆっくり変化させる */
    }
    .col2bn a:hover img,.col3bn a:hover img {
        transform: scale(1.15); /* 拡大 */
    }
}

/* for SP */
@media screen and (max-width:767px) {

    .col3bn {
        width: 49%;
    }
    .col2bn, .col3bn {
        margin-bottom: 10px;
    }

}