/*************************/
/*           共通          */
/*************************/

h2.washington-h2 {
    color: #000;
    position: relative;
}

h2.washington-h2:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 30px;
    height: 5px;
    background-color: #b11717;
    content: " ";
}

.marker-washington {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #f3beae));
    background: linear-gradient(transparent 70%, #f3beae 60%);
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 6px;
}

.small {
    font-size: 90%;
}

/* for PC */
@media screen and (min-width:768px) {
    .washington-contents {
        margin: 25px;
    }

    h2.washington-h2 {
        font-size: 3.2rem;
        font-weight: normal;
        margin-top: 50px;
    }

    h3.washington-h3 {
        margin: 50px 0 30px;
        font-size: 2.6rem;
    }

}

/* for SP */
@media screen and (max-width:767px) {
    .washington-contents {
        margin: 15px;
    }

    h2.washington-h2 {
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    h3.washington-h3 {
        margin: 40px 0 20px;
        font-size: 1.8rem;
    }

    .width50per {
        width: 100%;
    }

}

/* 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: #af2e07;
    opacity: 0.7;
    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;
}

/*************************/
/*          目次          */
/*************************/
.washington-outline {
    background-color: #ebebeb;
    margin: 0 auto;
}

h2.washington-outline-h2 {
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
    padding: 5px;
}

.washington-outline ul {
    list-style: disc;
    color: #000;
    line-height: 1.6;
    margin: 0px;
}

/* for PC */

@media screen and (min-width:768px) {
    .washington-outline {
        width: 600px;
        padding: 35px;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .washington-outline {
        padding: 15px 20px;
    }

    .washington-outline ul {
        padding-left: 30px;
    }
}

/*************************/
/*           ワシントン州とは          */
/*************************/


ul.washington-ava-lv1 {
    background-color: #e4d9c3;
    border: 2px solid #b99862;
    list-style: none;
    padding: 10px;
}

ul.washington-ava-lv1>li>b {
    background-color: #6f6857;
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 2.0rem;
}

ul.washington-ava-lv1>li>p {
    padding: 10px;
    margin: 0;
}

ul.washington-ava-lv2 {
    list-style: none;
    margin: 0;
    padding: 10px;
}

ul.washington-ava-lv2>li>b {
    border-bottom: 1px solid;
}

ul.washington-ava-lv1 li>b span:first-child {
    font-family: 'Alex Brush', cursive;
    padding-left: 10px;
    font-size: 2.2rem;
}

ul.washington-ava-lv1>li>b span:first-child {
    color: #e4d9c3;
}

ul.washington-ava-lv2 li>b span:first-child {
    color: #6f6857;
}

ul.washington-ava-lv1 .new {
    background-color: #c75858;
    color: #fff;
    padding: 6px 8px 4px;
    font-size: 1.4rem;
    font-style: italic;
    display: inline-block;
    line-height: 0.8;
    margin-left: 6px;
}

.map-white:before,
.map-black:before {
    background-repeat: no-repeat;
    content: "MAP";
    width: 80px;
    height: 24px;
    position: absolute;
    left: 0px;
    padding-left: 22px;
    font-size: 16px;
}

.map-white:before {
    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%20384%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M172.268%20501.67C26.97%20291.031%200%20269.413%200%20192%200%2085.961%2085.961%200%20192%200s192%2085.961%20192%20192c0%2077.413-26.97%2099.031-172.268%20309.67-9.535%2013.774-29.93%2013.773-39.464%200zM192%20272c44.183%200%2080-35.817%2080-80s-35.817-80-80-80-80%2035.817-80%2080%2035.817%2080%2080%2080z%22%2F%3E%3C%2Fsvg%3E');

}

.map-black:before {
    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%20384%20512%22%20fill%3D%22%233c3c3c%22%3E%3Cpath%20d%3D%22M172.268%20501.67C26.97%20291.031%200%20269.413%200%20192%200%2085.961%2085.961%200%20192%200s192%2085.961%20192%20192c0%2077.413-26.97%2099.031-172.268%20309.67-9.535%2013.774-29.93%2013.773-39.464%200zM192%20272c44.183%200%2080-35.817%2080-80s-35.817-80-80-80-80%2035.817-80%2080%2035.817%2080%2080%2080z%22%2F%3E%3C%2Fsvg%3E')
}

.map-white,
.map-black {
    position: relative;
    padding-left: 63px;
    /*    font-size: 1.6rem;*/
    margin-left: 10px;
    font-size: 2.0rem;
}

a.wine-btn {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
    padding: 6px 30px 6px 6px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
}

a.wine-btn:after {
    position: absolute;
    right: 0px;
    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);
    content: "";
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.wine-btn:hover {
    opacity: 60%;
}

/* for PC */

@media screen and (min-width:768px) {

    img.img-located{
        float:right;
        width:35%;
    }
    

    ul.washington-ava-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: space-between;
    }

    ul.washington-ava-list li {
        width: 50%;
    }
}

/* for SP */
@media screen and (max-width:767px) {
   

    ul.oregon-ava-lv1>li>b span:first-child {
        display: inline-block;
        padding: 0;
    }

    ul.oregon-ava-lv2 li>b span:first-child {
        display: inline-block;
        padding-left: 4px;
    }
}

/*************************/
/*           オレゴンワイン4つのキーワード          */
/*************************/
ul.keyword-list {
    list-style: none;
    padding: 0;
}

ul.keyword-list li {
    padding: 10px;
    margin-bottom: 10px;
}

ul.keyword-list p {
    font-size: 1.6rem;
    margin-bottom: 0;
}

ul.keyword-list li b {
    margin-bottom: 10px;
    display: block;
    font-size: 2rem;
    background-color: #576f58;
    color: #fff;
    padding: 2px 8px;
    font-weight: normal;
}


/* for PC */
@media screen and (min-width:768px) {
    ul.keyword-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: space-between;
    }

    ul.keyword-list li {
        width: calc(50% - 5px);
    }

    ul.keyword-list li:nth-child(1),
    ul.keyword-list li:nth-child(4) {
        background-color: #b7d0b8;
    }

    ul.keyword-list li:nth-child(3),
    ul.keyword-list li:nth-child(2) {
        background-color: #b2bb92;
    }


}

/* for SP */
@media screen and (max-width:767px) {

    ul.keyword-list li:nth-child(1),
    ul.keyword-list li:nth-child(3) {
        background-color: #b7d0b8;
    }

    ul.keyword-list li:nth-child(2),
    ul.keyword-list li:nth-child(4) {
        background-color: #b2bb92;
    }
}

/*************************/
/*           ワシントン州の主なぶどう品種          */
/*************************/
ul.variety-list {
    list-style: none;
    padding: 10px;
}

p.foodPairing {
    background-color: #f9f5e5;
    padding: 10px;
}

ul.variety-list li {
    margin-bottom: 40px;
    background-color: #e4d9c3;
    padding: 10px;
}

ul.variety-list p {
    margin-bottom: 5px;
}

/*************************/
/*    ワシントン州がワイン造りにぴったりな3つの理由      */
/*************************/
.washington-reason-wrap {
    padding: 40px 0;
}

.washington-h4 {
    font-size: 2.4rem;
    color: #8f532e;
    position: relative;
    padding-left: 5rem;
    margin-top: 6rem;
}

.washington-h4:after {
    width: 3.4rem;
    height: 1rem;
    position: absolute;
    content: "";
    left: 0px;
    top: -5px;
    border-top: 1px solid #d5993d;
}

.washington-h4:before {
    position: absolute;
    font-size: 3.2rem;
    left: 0;
    color: #d5993d;
    bottom: 0px;
    counter-increment: number 1;
    content: "0"counter(number);
}

h3#content013 {
    counter-reset: number 0;
}
/* 1つ目の画像 */
#content0131.washington-reason img {
    width: 50%;
    clip-path: polygon(35% 0%,100% 0%,100% 100%, 10% 100%);
    float: right;
}
/* 2つ目の画像 */
#content0132.washington-reason img {
    padding:0 60px 20px;
}

/*************************/
/*           おすすめの生産者          */
/*************************/

.recommended-winery .washington-h3 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.recommended-winery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #e4d9c3;
    padding: 10px;
}

.card {
    height: auto;
    position: relative;
}

.card img {
    width: 100%;
    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;
    /*    position: relative;*/
    /*    box-shadow: 0px 4px 4px rgba(0, 0, 0, .4);*/
}

.card__textbox {
    width: 100%;
    height: 100%;
    /*    padding: 18px;*/
    /*    background: #ffffff;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #6f6857;
    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%;
    padding: 10px 18px 10px;
    border-top: 10px solid #b99862;
    margin-top: 0px;
}

.card__overviewtext {
    /*    font-size: 12px;*/
    line-height: 150%;
    padding: 0 18px 18px;
    margin-top: auto;
}


/* for PC */

@media screen and (min-width:768px) {

    .recommended-winery {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .card {
        width: 32%;
        margin: 0 4px 20px;
    }

    /*
    div.card-skin:nth-of-type(4n) {
        margin-right: 0px;
    }

    .div.card-skin:nth-of-type(4n+1) {
        margin-left: 0;
    }
*/
}


/* for SP */

@media screen and (max-width:767px) {

    .recommended-winery {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .card {
        width: 48%;
        margin-top: 20px;
    }
}

/*************************/
/*           注目の生産者          */
/*************************/


a.feature_btn {
    background: #000000;
    padding: 15px 25px;
    text-align: center;
    color: #FFF;
    width: 70%;
    margin: 0 auto;
    line-height: 1.3em;
    text-decoration: none;
}

.rmd-winery {
    background-color: #e9e9e9;
    padding: 5px 20px;
}

/* for PC */

@media screen and (min-width:768px) {

    .feature-winery-img {
        width: 38%;
    }

    .feature-winery-txt {
        width: 60%;
    }

    .feature-winery {
        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;
        margin-bottom: 100px;
    }

    a.feature_btn {
        font-size: 20px;
    }
}


/* for SP */

@media screen and (max-width:767px) {
    .feature-winery {
        margin-bottom: 60px;
    }

    a.feature_btn {
        font-size: 16px;
        display: block;
    }
}





/*************************/
/* おすすめワシントンワイン */
/*************************/

h3.washington-rmd-h3 {
    color: #ffffff;
    padding: 15px 20px;
    margin-top: 40px;
    background-color: #972d2d;
    position: relative;
}

.washington-rmd-h3:before {
    position: absolute;
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 3px);
    top: -4px;
    left: 3px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.washington-rmd-h3:after {
    position: absolute;
    content: "";
    width: calc(100% - 3px);
    height: calc(100% - 9px);
    top: 0px;
    left: -6px;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
}

ul.washington-item-list {
    padding: 5px;
}

ul.washington-item-list li .washington-rmd-ttl p {
    font-weight: 600;
}

ul.washington-item-list span.point {
    display: inline-block;
    font-size: 75%;
    background-color: #a51647;
    margin: 2px;
    padding: 0px 7px;
    color: #fff;
}

.washington-rmd-btn {
    width: 100%;
    margin-top: 0;
}

a.rmd-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.rmd-btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

a.rmd-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%);
}


/* 価格バッジ */

.washington-rmd-img {
    position: relative;
}

.washington-rmd-img a:before {
    font-weight: bold;
    position: absolute;
    right: 0px;
    color: #3c3c3c;
    font-size: 1.8rem;
    display: block;
    z-index: 8;
    width: 100%;
}

.washington-rmd-img a:before {
    content: attr(data-catch);
}

.washington-rmd-img a:after {
    content: url(https://wine1227.itembox.design/item/img/country/australia/rmd-price.png);
    position: absolute;
    /* left: -30px; */
    z-index: 7;
    width: 100%;
    /* height: 12px; */
    padding: 0 10px 0 5px;
}


/* 価格帯別のその他のワインリンク */
.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.washington-rmd-h3 {
        font-size: 2.6rem;
    }

    ul.washington-item-list {
        /* display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;*/
        list-style: none;
        display: grid;
        grid-template-columns: auto auto auto;
    }

    ul.washington-item-list li {
        /* width: 33%; */
        /* display: flex;
        flex-wrap: wrap; */
        padding: 30px 15px 0;
        box-sizing: border-box;
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 4;
    }

    .washington-rmd-ttl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .washington-rmd-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .washington-rmd-img img {
        width: 100%;
        height: auto;
    }

    .washington-rmd-img a:before {
        top: 20px;
    }

    .washington-rmd-img a:after {
        top: 0px;
        left: -30px;
    }

    .washington-rmd-detail {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .washington-rmd-btn {
        order: 4;
    }

    a.rmd-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.washington-rmd-h3 {
        font-size: 1.8rem;
    }

    ul.washington-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.washington-item-list .washington-rmd-ttl {
        padding-top: 10px;
        width: 100%;
        font-size: 2rem;
    }

    ul.washington-item-list li:not(:first-child) .washington-rmd-ttl {
        border-top: 1px solid #ccc;
    }

    ul.washington-item-list li .washington-rmd-ttl p {
        margin: 0;
    }

    ul.washington-item-list li .washington-rmd-img {
        width: 40%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    .washington-rmd-img a:before {
        top: 25px;
    }

    .washington-rmd-img a:after {
        top: 0px;
        left: -50px;
    }

    ul.washington-item-list li div.washington-rmd-detail {
        width: 60%;
    }

    ul.washington-item-list li div.washington-rmd-img img {
        max-width: 100%;
        max-height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 45px;
    }

    a.rmd-btn {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.4rem;
    }

    .other_btn a.btnshine {
        margin: 20px auto 30px;
    }
}

/*************************/
/* 数字で見るワシントンワイン */
/*************************/
ul.washington-infograph {
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

ul.washington-infograph>li {
    background-color: #f3edda;
    border-radius: 10px;
    position: relative;
    width: 100%;
}

ul.washington-infograph>li:before {
    content: "";
    display: block;
    padding-top: 100%;
}

ul.washington-infograph>li>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.infograph-num {
    font-family: 'Patua One', cursive;
}

ul.washington-infograph li .infograph-ttl {
    font-size: 15px;
    display: block;
    line-height: 0.8;
}

ul.washington-infograph li.no1 {
    background-color: #a83636;
    color: #fff;
    text-align: center;
}

ul.washington-infograph li.no1 .infograph-num {
    font-size: 130px;
    line-height: 0.8;
}

ul.washington-infograph li.no1 .infograph-num span {
    font-size: 60px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
}

ul.washington-infograph>li.no1>div {
    top: 50%;
    transform: translateY(-50%);
}

ul.washington-infograph li.no2 .infograph-num,
ul.washington-infograph li.no3 .infograph-num,
ul.washington-infograph li.no4 .infograph-num {
    font-size: 130px;
    line-height: 0.8;
}

ul.washington-infograph li.no2 .infograph-num,
ul.washington-infograph li.no3 .infograph-num,
ul.washington-infograph li.no4 .infograph-num {
    line-height: 0.8;
}

ul.washington-infograph li.no2 .infograph-num span,
ul.washington-infograph li.no3 .infograph-num span,
ul.washington-infograph li.no4 .infograph-num span {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Noto Sans JP';
}

ul.washington-infograph>li.no2>div,
ul.washington-infograph>li.no3>div,
ul.washington-infograph>li.no4>div {
    padding: 5px;
    top: auto;
    bottom: 10px;
}

ul.washington-infograph .no5 {
    grid-column-start: span 2;
    /* grid-column-end: 3; */
}

ul.washington-infograph .no6 {
    grid-column-end: span 2;
}
ul.washington-infograph>li.no5:before,ul.washington-infograph>li.no6:before {
    content: "";
    display: block;
    padding-top: 50%;
}

ul.washington-infograph>li.no2:before {
    background-image: url(https://wine1227.itembox.design/item/img/country/washington-wine-regions/barrel.svg);
    opacity: 0.8;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center bottom 80%;
}

ul.washington-infograph>li.no3:before {
    background-image: url(https://wine1227.itembox.design/item/img/country/washington-wine-regions/tractor.svg);
    opacity: 0.8;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center bottom 75%;
}

ul.washington-infograph>li.no4:before {
    background-image: url(https://wine1227.itembox.design/item/img/country/washington-wine-regions/grape.svg);
    opacity: 0.8;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center bottom 85%;
}

ul.infograph-var {
    list-style: none;
    line-height: 1.6;
    counter-reset: number 0;
}

ul.washington-infograph .no5 {
    background-image: url(https://wine1227.itembox.design/item/img/country/washington-wine-regions/grape5.svg);
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: 35%;
    background-color: #954d36;
    color: #fff;
}

ul.washington-infograph li.no5 .infograph-ttl,ul.washington-infograph li.no6 .infograph-ttl {
    font-weight: bold;
    border-bottom: 2px solid;
    line-height: 1.4;
}
ul.washington-infograph .no6 {
    background-image: url(https://wine1227.itembox.design/item/img/country/washington-wine-regions/grape5.svg);
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: 35%;
    background-color: #74977e;
    color: #fff;
}

ul.infograph-var li:before {
    counter-increment: number 1;
    /* number カウンタの増加数をセット */
    content: counter(number) " ";
    position: absolute;
    left: 0px;
    z-index: 2;
    font-weight: bold;
    font-family: 'Patua One', cursive;
    color: #fff;
}

ul.infograph-var li {
    padding-left: 20px;
    position: relative;
}

ul.infograph-var li:after {
    content: "";
    border-radius: 12px;
    background-color: #3c3c3c;
    position: absolute;
    top: 2px;
    z-index: 1;
}

/*サイドナビ消えるまで*/
@media screen and (min-width:900px) {

    ul.washington-infograph li.no2 .infograph-num,
    ul.washington-infograph li.no3 .infograph-num,
    ul.washington-infograph li.no4 .infograph-num {
        font-size: 68px;
    }

    ul.washington-infograph li.no5 .infograph-ttl,ul.washington-infograph li.no6 .infograph-ttl {
        font-size: 20px;
    }

    ul.infograph-var {
        padding: 16px;
    }

    ul.washington-infograph .no5 div,ul.washington-infograph .no6 div {
        padding: 20px 5px 10px 40%;
    }

    ul.infograph-var li:after {
        width: 24px;
        height: 24px;
        left: -8px;
    }
}

/* for PC */
@media screen and (min-width:768px) and (max-width:899px) {

    ul.washington-infograph li.no2 .infograph-num,
    ul.washington-infograph li.no3 .infograph-num,
    ul.washington-infograph li.no4 .infograph-num {
        font-size: calc(10vw * 0.7);
    }

    ul.washington-infograph>li.no2>div,
    ul.washington-infograph>li.no3>div,
    ul.washington-infograph>li.no4>div {
        text-align: center;
    }

    ul.washington-infograph li.no5 .infograph-ttl,ul.washington-infograph li.no6 .infograph-ttl {
        font-size: 18px;
    }

    ul.washington-infograph li.no2 .infograph-num span,
    ul.washington-infograph li.no3 .infograph-num span,
    ul.washington-infograph li.no4 .infograph-num span {
        font-size: calc(10vw * 0.3);
    }

    ul.infograph-var {
        font-size: 14px;
        padding: 14px;
    }

    ul.washington-infograph .no5 div,  ul.washington-infograph .no6 div {
        padding: 10px 5px 10px 40%;
    }

    ul.infograph-var li:after {
        width: 20px;
        height: 20px;
        left: -6px;
    }
}

/* for SP */
@media screen and (max-width:767.99px) {
    ul.washington-infograph {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    ul.washington-infograph li.no2 .infograph-num,
    ul.washington-infograph li.no3 .infograph-num,
    ul.washington-infograph li.no4 .infograph-num {
        font-size: calc(10vw * 1.4);
    }

    ul.washington-infograph>li.no2>div,
    ul.washington-infograph>li.no3>div,
    ul.washington-infograph>li.no4>div {
        text-align: center;
    }

    ul.washington-infograph li.no5 .infograph-ttl ,ul.washington-infograph li.no6 .infograph-ttl {
        font-size: 18px;
    }

    ul.washington-infograph li.no2 .infograph-num span,
    ul.washington-infograph li.no3 .infograph-num span,
    ul.washington-infograph li.no4 .infograph-num span {
        font-size: calc(10vw * 0.3);
    }

    ul.infograph-var {
        font-size: calc(10vw * 0.3);
        padding: 14px;
    }

    ul.washington-infograph .no5 div,ul.washington-infograph .no6 div {
        padding: 10px 5px 10px 40%;
    }

    ul.infograph-var li:after {
        width: calc(10vw * 0.4);
        height: calc(10vw * 0.4);
        left: -6px;
    }
}


/*---------------*/
/* おすすめワイナリー */
/*---------------*/
.bn-area a,
.bn-area img {
    border-radius: 5px;
}

.bn-area {
    margin-bottom: 40px;
}

/* for PC */
@media screen and (min-width:768px) {
    .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;
    }

    .col2bn {
        width: 49%;
        margin-bottom: 10px;
    }

}