
/* newsDetail
-------------------------------------*/
@media screen and (max-width: 767px) {
    #newsDetail{
        padding: 0px 0 80px;
    }
    #title .info{
        order: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 2vw 30px;
    }
    #title .info .icon{
        display: inline-block;
        min-width: 120px;
        height: 20px;

        padding: 5px 5px 0;
        background: #D00F00;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #newsDetail .news_contents{
        padding: 0 0 30px;
    }
    #newsDetail .box{
        padding: 20px 2vw 0;
    }
    #newsDetail .box .txt{
        font-size: 13px;
        line-height: 1.6;
    }
    #newsDetail .box .pic{
        margin: 20px 0 0;
    }
    #newsDetail .video {
        position: relative;
        padding-bottom: 56.25%; /*アスペクト比 16:9*/
    }
    #newsDetail iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
    }
    #newsDetail .box .products_area ul{
        display: flex;
        flex-wrap: wrap;
    }
    #newsDetail .box .products_area ul li{
        position: relative;
        width: 45vw;
        margin: 10px 0 10px 2vw;
        padding: 0px 0 20px;
        border-bottom: 1px solid #ccc;
    }
    #newsDetail .box .products_area ul li:nth-child(2n-1){
        margin: 10px 0;
    }
    #newsDetail .box .products_area ul li .pic{
        position: relative;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 45vw;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #newsDetail .box .products_area ul li .pic img{
        width: 100%;
        height: 47vw;
    }
    #newsDetail .box .products_area ul li .name{
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 14px;
    }
    #newsDetail .box .products_area ul li .price{
        padding: 0 0 15px;
    }
    #newsDetail .box .products_area ul li span[class^="icon_"]{
        display: inline-block;
        width: 80px;
        height: 20px;
        padding: 4px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    #newsDetail .box .products_area ul li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    #newsDetail .box .btn a{
        margin: 30px auto 0;
    }
    #newsDetail .btn a{
        position: relative;
        display: block;
        width: 90vw;
        max-width: 400px;
        height: 50px;
        margin: 40px auto 0;
        padding: 18px 0 0;
        background: #fff;
        border: 1px solid #bbb;
        color: #4d4d4d;
        font-size: 13px;
        text-align: center;
    }
    #newsDetail .btn a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 17px;
        border-top: 1px solid #000000;
    }
    #newsDetail .btn a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 8px;
        margin: -2px 0 0;
        border-top: 1px solid #000000;
        transform: rotate(30deg);
    }
    #newsDetail .newsDetail_shopList--prefectureName {
        margin: 14px 0 0 0;
        font-size: 17px;
        font-weight: bold;
    }
    #newsDetail .newsDetail_shopList--shopName {
        display: inline-block;
        margin: 8px 8px 0 0;
    }
}
@media screen and (min-width: 768px) {
    #newsDetail{
        padding: 0px 0 100px;
    }
    #title .info{
        order: 2;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #title .info .icon{
        display: inline-block;
        min-width: 140px;
        height: 24px;
        margin: 0 0 30px;
        padding: 5px 5px 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #newsDetail .box{
        padding: 30px 0 0;
    }
    #newsDetail .box .txt{
        font-size: 16px;
        line-height: 1.6;
    }
    #newsDetail .box .pic{
        margin: 30px 0 0;
    }
    #newsDetail .video {
        position: relative;
        padding-bottom: 56.25%; /*アスペクト比 16:9*/
    }
    #newsDetail iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
    }
    #newsDetail .box .products_area ul{
        display: flex;
        flex-wrap: wrap;
    }
    #newsDetail .box .products_area ul li{
        position: relative;
        width: 224px;
        margin: 10px 0 10px 44px;
        padding: 10px 0 20px;
        border-bottom: 1px solid #ccc;
    }
    #newsDetail .box .products_area ul li:nth-child(3n-2){
        margin: 10px 0;
    }
    #newsDetail .box .products_area ul li .pic{
        position: relative;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 240px;
        overflow:  hidden;
        background: #f2f2f2;
    }
    #newsDetail .box .products_area ul li .pic img{
        width: 100%;
        height: 240px;
    }
    #newsDetail .box .products_area ul li .name{
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 14px;
    }
    #newsDetail .box .products_area ul li .price{
        padding: 0 0 15px;
    }
    #newsDetail .box .products_area ul li span[class^="icon_"] {
        display: inline-block;
        width: 110px;
        height: 20px;
        padding: 4px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    #newsDetail .box .products_area ul li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    #newsDetail .box .btn a{
        margin: 30px auto 0;
    }
    #newsDetail .btn a{
        position: relative;
        display: block;
        width: 360px;
        height: 58px;
        margin: 60px auto 0;
        padding: 22px 0 0;
        border: 1px solid #bbb;
        color: #4d4d4d;
        font-size: 16px;
        text-align: center;
    }
    #newsDetail .btn a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 17px;
        border-top: 1px solid #000000;
    }
    #newsDetail .btn a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 8px;
        margin: -2px 0 0;
        border-top: 1px solid #000000;
        transform: rotate(30deg);
    }
    #newsDetail .btn a:hover{
        border: 1px solid #000000;
        transition: .3s;
    }
    #newsDetail .newsDetail_shopList--prefectureName {
        margin: 14px 0 0 0;
        font-size: 18px;
        font-weight: bold;
    }
    #newsDetail .newsDetail_shopList--shopName {
        display: inline-block;
        margin: 8px 8px 0 0;
    }
}

/* newsIndex
-------------------------------------*/
@media screen and (max-width: 767px) {
    #newsIndex{
        padding: 10px 0 80px;
    }
    #newsIndex .news_list{
        border-top: 1px solid #f2f2f2;
    }
    #newsIndex .news_list .news_list--pin{
        width: 10px;
        position: absolute;
        right: 0px;
        top: 20px;
    }
    #newsIndex .news_list li{
        border-bottom: 1px solid #f2f2f2;
        font-size: 12px;
    }
    #newsIndex .news_list li a{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 0;
        color: #4d4d4d;
    }
    #newsIndex li figure{
        width: 110px;
        margin:  0 2vw 0 0px;
    }
    #newsIndex li div{
        width: calc(94vw - 125px);
        line-height: 1.8;
    }
    #newsIndex li time{
        display: inline-block;
        width: 80px;
        margin: 0px 0 5px;
        color: #808080;
    }
    #newsIndex li .icon{
        position: absolute;
        top: 15px;
        right: 4vw;
        display: inline-block;
        min-width: 100px;
        max-width: calc( 100% - 200px);
        height: 20px;
        margin: 0 0 15px;
        padding: 4px 5px 0;
        background: #D00F00;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }
    #newsIndex .news_list li a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 15px;
        border-top: 1px solid #000000;
    }
    #newsIndex .news_list li a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 7px;
        margin: -2px 0 0;
        border-top: 1px solid #000000;
        transform: rotate(30deg);
    }
}
@media screen and (min-width: 768px) {

    #newsIndex{
        padding: 30px 0 100px;
    }
    #newsIndex .news_list{
        border-top: 1px solid #f2f2f2;
    }
    #newsIndex .news_list .news_list--pin{
        width: 16px;
        margin: 0 10px 16px;
    }
    #newsIndex .news_list li{
        border-bottom: 1px solid #f2f2f2;
    }
    #newsIndex .news_list li a{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 0;
        color: #4d4d4d;
    }

    #newsIndex li a:hover{

    }
    #newsIndex li figure{
        width: 140px;
        margin:  0 40px 0 20px;
    }
    #newsIndex li div{
        width: 100%;
        max-width: calc(100% - 200px);
        padding: 0 40px 0 0;
        line-height: 1.8;
    }
    #newsIndex li time{
        display: inline-block;
        width: 120px;
        margin: 5px 0;
        color: #808080;
        font-size: 14px;
    }
    #newsIndex li .icon{
        display: inline-block;
        min-width: 120px;
        max-width: calc(100% - 200px);
        height: 20px;
        margin: 0 0 15px;
        padding: 4px 5px 0;
        background: #D00F00;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }
    #newsIndex .news_list li a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 20px;
        border-top: 1px solid #000000;
    }
    #newsIndex .news_list li a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 10px;
        margin: -3px 0 0;
        border-top: 1px solid #000000;
        transform: rotate(30deg);
    }
}
