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

/* flyersIndex
-------------------------------------*/
@media screen and (max-width: 767px) {
    #flyersIndex{
        padding: 10px 0 80px;
    }
    #flyersIndex .flyers_list{
        border-top: 1px solid #f2f2f2;
    }
    #flyersIndex .flyers_list li{
        border-bottom: 1px solid #f2f2f2;
        font-size: 12px;
    }
    #flyersIndex .flyers_list li a{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 0;
        color: #4d4d4d;
    }
    #flyersIndex li figure{
        width: 110px;
        margin:  0 2vw 0 0px;
    }
    #flyersIndex li div{
        width: calc(94vw - 125px);
        line-height: 1.8;
    }
    #flyersIndex li time{
        display: inline-block;
        /* width: 80px; */
        margin: 0px 0 5px;
        color: #808080;
    }
    #flyersIndex 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: rgba(32,121,173,1);
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }
    #flyersIndex .flyers_list li a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 15px;
        border-top: 1px solid #3E9CCD;
    }
    #flyersIndex .flyers_list li a::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        width: 7px;
        margin: -2px 0 0;
        border-top: 1px solid #3E9CCD;
        transform: rotate(30deg);
    }
}
@media screen and (min-width: 768px) {

    #flyersIndex{
        padding: 30px 0 100px;
    }
    #flyersIndex .flyers_list{
        border-top: 1px solid #f2f2f2;
    }
    #flyersIndex .flyers_list li{
        border-bottom: 1px solid #f2f2f2;
    }
    #flyersIndex .flyers_list li a{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 0;
        color: #4d4d4d;
    }

    #flyersIndex li a:hover{

    }
    #flyersIndex li figure{
        width: 140px;
        margin:  0 40px 0 20px;
    }
    #flyersIndex li div{
        width: 100%;
        max-width: calc(100% - 200px);
        padding: 0 40px 0 0;
        line-height: 1.8;
    }
    #flyersIndex li time{
        display: inline-block;
        /* width: 120px; */
        margin: 5px 0;
        color: #808080;
        font-size: 14px;
    }
    #flyersIndex li .icon{
        display: inline-block;
        min-width: 120px;
        max-width: calc(100% - 200px);
        height: 20px;
        margin: 0 0 15px;
        padding: 4px 5px 0;
        background: rgba(32,121,173,1);
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }
    #flyersIndex .flyers_list li a::before{
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 20px;
        border-top: 1px solid #000000;
    }
    #flyersIndex .flyers_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);
    }
}



/* 掲載商品
-------------------------------------*/
@media screen and (max-width: 767px) {
    .productList{
        display: flex;
        flex-wrap: wrap;
    }
    .productList.relatedProductList{
        display: flex;
        white-space: nowrap;
        width: 100%;
    }
    .productList li{
        position: relative;
        width: 47vw;
        margin: 0px 0 0px 2vw;
        padding: 20px 0 40px;
        border-bottom: 1px solid #ccc;
    }
    .productList.relatedProductList li{
        display: inline-block;
    }
    .productList:not(.relatedProductList) li:nth-child(2n-1){
        margin: 0 0 0px;
    }
    .productList li.count0{
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 20px 0 40px;
        border-bottom: none;
    }
    .productList li .pic{
        position: relative;
        width: 100%;
        height: 47vw;
        overflow:  hidden;
        background: #f2f2f2;
    }
    .productList li .pic img{
        width: 100%;
        height: 47vw;
        object-fit: contain;
    }
    .productList li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    .productList li .name{
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 14px;
        white-space: break-spaces;
    }
    .productList li .price{
        padding: 0 0 15px;
    }

    .productList li span[class^="icon_"]{
        position: absolute;
        bottom: 20px;
        display: inline-block;
        width: 23vw;
        height: 18px;
        padding: 3px 0 0;
        background: #D00F00;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .productList{
        display: flex;
        flex-wrap: wrap;
    }
    .productList.relatedProductList{
        display: flex;
        white-space: nowrap;
        width: 100%;
    }
    .productList li.count0{
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 30px 0 40px;
        border-bottom: none;
    }
    .productList li .pic{
        position: relative;
        width: 100%;
        height: 240px;
        overflow:  hidden;
        background: #f2f2f2;
    }
    .productList li .pic img{
        width: 100%;
        height: 240px;
        object-fit: contain;
    }
    .productList li .pic .stockStatus{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: rgba(0,0,0,.8);
        color: #fff;
        text-align: center;
    }
    .productList li .name{
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 14px;
        white-space: break-spaces;
    }
    .productList li .price{
        padding: 0 0 15px;
    }

    .productList li span[class^="icon_"]{
        position: absolute;
        bottom: 20px;
        display: inline-block;
        width: 110px;
        height: 20px;
        padding: 4px 0 0;
        background: #D00F00;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 1129px) {
    .productList li{
        position: relative;
        width: 30%;
        margin: 0px 2.5%;
        padding: 30px 0 40px;
        border-bottom: 1px solid #ccc;
    }
    .productList.relatedProductList li{
        display: inline-block;
    }
    .productList:not(.relatedProductList) li:nth-child(3n-1){
        margin: 0 0 0px;
    }
}
@media screen and (min-width: 1130px) {
    .productList li{
        position: relative;
        width: 240px;
        margin: 0px 0px 0px 46px;
        padding: 30px 0 40px;
        border-bottom: 1px solid #ccc;
    }
    .productList.relatedProductList li{
        display: inline-block;
    }
    .productList:not(.relatedProductList) li:nth-child(4n-3){
        margin: 0 0 0px;
    }
}
/* .productBlock
-------------------------------------*/

@media screen and (max-width: 767px) {
    .productBlock .productList li{
        margin-right: 0 !important;
    }
}
@media screen and (min-width: 768px) {
    .productBlock .productList li{
        position: relative;
        width: 240px;
        margin: 0px 0 0px 0;
        padding: 30px 0 40px;
        border-bottom: 1px solid #ccc;
    }
}


/* bxslider
-------------------------------------*/
.bx-wrapper{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}
.bx-wrapper .bx-loading{
    background: none !important;
}
.bx-wrapper .bx-prev {
    background: none !important;
}
.bx-wrapper .bx-next {
    background: none !important;
}
/*reset ↑
------------------------*/
.bx-wrapper{
    margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
    .bxslider{
        display: flex;
        align-items: center;
    }
    .bxslider li{
        position: relative;
        height: 96vw;
        background: #f2f2f2;
    }
    .bxslider li img{
        width: 96vw;
        height: 96vw;
        object-fit: contain;
    }
    .bx-pager{
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 0;
    }
    .bx-pager a{
        width: 70px;
        height: 70px;
        overflow: hidden;
    }
    .bx-pager a img{
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
    .bx-pager .active{
        border: 2px solid #32CFF9;
    }
}
@media screen and (min-width: 768px) {
    .bxslider{
        display: flex;
        align-items: center;
    }
    .bxslider li{
        position: relative;
        height: 500px;

    }
    .bxslider li img{
        width: 500px;
        height: 500px;
        object-fit: contain;
    }


    .bx-pager{
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 0;
    }

    .bx-pager a{
        width: 100px;
        height: 100px;
        overflow: hidden;
    }
    .bx-pager a img{
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .bx-pager .active{
        border: 2px solid #32CFF9;
    }
}
@media screen and (max-width: 425px) {
    .productBlock .bx-wrapper .bx-prev {
        left: 0px !important;
    }
    .productBlock .bx-wrapper .bx-next{
        right: 0px !important;
    }
    .bx-wrapper .bx-controls-direction a {
        top: 0 !important;
        height: 100% !important;
        width: 40px !important;
        margin-top: 0 !important;
        z-index: 1 !important;
    }
}
@media screen and (min-width: 426px) {
    .productBlock .bx-wrapper .bx-prev {
        left: 0px !important;
    }
    .productBlock .bx-wrapper .bx-next{
        right: 0px !important;
    }
    .bx-wrapper .bx-controls-direction a {
        top: 0 !important;
        height: 100% !important;
        width: 100px !important;
        margin-top: 0 !important;
        z-index: 1 !important;
    }
}
.productBlock .bx-wrapper .bx-prev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.productBlock .bx-wrapper .bx-next::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* shopSelect
-------------------------------------*/

.shopSelect {
    margin-bottom: 24px;
}
.shopSelect .shopSelect--wrapper {
    padding: 20px;
    background-color: #f2f2f2;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.shopSelect .shopSelect--wrapper form {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.shopSelect .shopSelect--title {
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
    width: 140px;
}
.shopSelect .shopSelect_selectBox:not(:last-child) {
    margin-right: 40px;
}
.shopSelect .shopSelect_selectBox--wrapper {
    width: 200px;
    padding: 10px 0;
}
.shopSelect .shopSelect_selectBox--prefecture {
    width: 100%;
}
.shopSelect .shopSelect_selectBox--shop {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .shopSelect .shopSelect--wrapper {
        padding: 2vw;
    }
    .shopSelect .shopSelect--title {
        font-size: 14px;
        font-weight: bold;
        margin-right: 0;
        width: 110px;
        padding: 10px 0;
    }
    .shopSelect .shopSelect_selectBox:not(:last-child) {
        margin-right: 20px;
    }
    .shopSelect .shopSelect_selectBox--wrapper {
        /* width: 120px; */
    }
}

