@charset "UTF-8";
.areaShop {
    position: relative;
    z-index: 1;
}
.areaShop_title {}
.areaShop_text {
    text-align: center;
    margin-bottom: 98px;
    font-size: 13px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.areaShop_Boxes {
    display: flex;
    flex-wrap: wrap;
}
.shop {
    width: 31.6%;
    padding-left: 2.6%;
}
.shop_img {}
.shop_img > a {}
.shop_img > a::before {
    content: "";
}
.shop_img > a::after {
    content: "";
}
.shop_img > a > img {
    max-width: 100%;
    height: auto;
}
.shop_data {
    padding: 0 15px;
}
.shop_data > dt {
    color: #8D7A36;
    font-weight: bold;
}
.shop_data > dt > a {
    display: block;
    padding-top: 22px;
    padding-bottom: 10px;
}
.shop_data > dt > a::before {
    content: "";
}
.shop_data > dt > a::after {
    content: "";
}
.shop_data > dd {
    font-size: 13px;
}
.shop_data > dd > a {}
.shop_data > dd > a::before {
    content: "";
}
.shop_data > dd > a::after {
    content: "";
}
.shop_linkList {
    list-style: none;
    display: flex;
    padding: 0 10px;
}
.shop_linkList::after {
    content: "";
    display: block;
    clear: both;
}
.shop_linkList > li {
    width: 31%;
    padding-right: 3.5%;
    display: block;
}
.shop_linkList > li:last-child {
    padding-right: 0;
}
.shop_linkList > li:first-child {}
.shop_linkList > li:nth-child(2n+1) {}
.shop_linkList > li:nth-child(n+3) {}
.shop_linkList > li > a {
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: #807B7B;
    font-size: 12px;
    color: #fff;
    line-height: 27px;
}
.shop_linkList > li > a::before {
    content: "";
}
.shop_linkList > li > a::after {
    content: "";
}
.shop_linkList > li > a > .icon {
    padding-right: 5px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.shop_snsLinkList {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}
.shop_snsLinkList::after {
    content: "";
    display: block;
    clear: both;
}
.shop_snsLinkList > li {}
.shop_snsLinkList > li:first-child {}
.shop_snsLinkList > li:nth-child(2n+1) {}
.shop_snsLinkList > li:nth-child(n+3) {}
.shop_snsLinkList > li > a {
    display: block;
    padding: 11px 8px;
    text-decoration: none;
    font-size: 16px;
    transition-duration: .3s;
    transition-property: background-color, color, -webkit-transform;
    transition-property: background-color, color, transform;
    transition-property: background-color, color, transform, -webkit-transform;
    color: inherit;
}
.shop_snsLinkList > li > a::before {
    content: "";
}
.shop_snsLinkList > li > a::after {
    content: "";
}
.shop_snsLinkList > li > a > .icon {
    display: block;
}
.shop:nth-child(3n + 1) {
    padding-left: 0;
}
.shop:nth-child(n+4) {
    margin-top: 50px;
}
.areaShop_Boxes::after {}
.areaShop_innerWrap {
    border-top: 1px solid rgba(150, 150, 150, 0.49);
    padding-top: 45px;
    margin-top: 45px;
}
.areaShop_inner {}
.areaShop_headline {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
}
@media screen and (min-width:1000px) {
    .shop_img > a:hover {}
    .shop_data > dt > a:hover {}
    .shop_data > dd > a:hover {}
    .shop_linkList > li > a:hover {}
    .shop_snsLinkList > li > a:hover {
        color: #8D7A36;
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@media screen and (max-width:999px) {
    .areaShop {}
    .areaShop_title {}
    .areaShop_text {
        text-align: left;
        margin-bottom: 45px;
    }
    .areaShop_Boxes {}
    .shop {}
    .shop_img {}
    .shop_img > a {}
    .shop_img > a::before {}
    .shop_img > a::after {}
    .shop_img > a > img {}
    .shop_data {
        padding: 0;
    }
    .shop_data > dt {}
    .shop_data > dt > a {
        padding: 10px 0 10px;
    }
    .shop_data > dt > a::before {}
    .shop_data > dt > a::after {}
    .shop_data > dd {}
    .shop_data > dd > a {}
    .shop_data > dd > a::before {}
    .shop_data > dd > a::after {}
    .shop_linkList {
        padding: 0;
    }
    .shop_linkList::after {}
    .shop_linkList > li {}
    .shop_linkList > li:first-child {}
    .shop_linkList > li:nth-child(2n+1) {}
    .shop_linkList > li:nth-child(n+3) {}
    .shop_linkList > li > a {
        padding: 7px 0;
        line-height: 1;
        font-size: 10px;
    }
    .shop_linkList > li > a::before {}
    .shop_linkList > li > a::after {}
    .shop_linkList > li > a > .icon {
        display: block;
        padding: 0;
        font-size: 14px;
        margin-bottom: 3px;
    }
    .shop_snsLinkList {
        margin: 5px 0;
    }
    .shop_snsLinkList::after {}
    .shop_snsLinkList > li {}
    .shop_snsLinkList > li:first-child {}
    .shop_snsLinkList > li:nth-child(2n+1) {}
    .shop_snsLinkList > li:nth-child(n+3) {}
    .shop_snsLinkList > li > a {}
    .shop_snsLinkList > li > a::before {}
    .shop_snsLinkList > li > a::after {}
    .shop_snsLinkList > li > a > .icon {}
    .shop:nth-child(4n) {}
    .shop:nth-child(n+4) {
        margin-top: 35px;
    }
    .areaShop_Boxes::after {}
    .areaShop_innerWrap {}
    .areaShop_inner {}
    .areaShop_headline {}
}
@media screen and (max-width:699px) {
    .areaShop {}
    .areaShop_title {}
    .areaShop_text {
        margin-bottom: 25px;
    }
    .areaShop_Boxes {}
    .shop {
        width: 49%;
        padding: 0;
        border: none;
        margin-left: 2%;
    }
    .shop:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .shop_img {}
    .shop_img > a {}
    .shop_img > a::before {}
    .shop_img > a::after {}
    .shop_img > a > img {
        margin: 0 auto;
        display: block;
    }
    .shop_data {}
    .shop_data > dt {}
    .shop_data > dt > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .shop_data > dt > a::before {}
    .shop_data > dt > a::after {}
    .shop_data > dd {
        font-size: 11px;
    }
    .shop_data > dd > a {}
    .shop_data > dd > a::before {}
    .shop_data > dd > a::after {}
    .shop_linkList {}
    .shop_linkList::after {}
    .shop_linkList > li {}
    .shop_linkList > li:first-child {}
    .shop_linkList > li:nth-child(2n+1) {}
    .shop_linkList > li:nth-child(n+3) {}
    .shop_linkList > li > a {}
    .shop_linkList > li > a::before {}
    .shop_linkList > li > a::after {}
    .shop_linkList > li > a > .icon {}
    .shop_snsLinkList {
        margin-bottom: 0;
        margin-top: 3px;
    }
    .shop_snsLinkList::after {}
    .shop_snsLinkList > li {}
    .shop_snsLinkList > li:first-child {}
    .shop_snsLinkList > li:nth-child(2n+1) {}
    .shop_snsLinkList > li:nth-child(n+3) {}
    .shop_snsLinkList > li > a {
        padding-bottom: 0;
    }
    .shop_snsLinkList > li > a::before {}
    .shop_snsLinkList > li > a::after {}
    .shop_snsLinkList > li > a > .icon {}
    .shop:nth-child(4n) {}
    .shop:nth-child(n+3) {
        margin-top: 15px;
    }
    .areaShop_Boxes::after {
        display: none;
    }
    .areaShop_innerWrap {
        padding-top: 25px;
        margin-top: 25px;
    }
    .areaShop_inner {}
    .areaShop_headline {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
