.header{position: static;}

.site_wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.site_wrapper .header{order: 2;}
.site_wrapper .slider_wrapper{order: 1;}
.site_wrapper .main_contents_wrapper{order: 3;}
.site_wrapper .footer{order: 4;}
.site_wrapper .over_text{
    position: absolute;
    /* top:50%;
    left:50%;
    transform: translate(-50%,-50%); */
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site_wrapper .over_text .inner{width: 332px;}


/*  */
.slider_wrapper{position: relative;}
.slider_wrapper .bx-wrapper .bx-viewport{
    border: none;
    box-shadow: none;
    left:0;
}
.slider_wrapper #slider > div,
.slider_wrapper #slider > div img{
    width: 100% !important;
    height: 660px;
}
.slider_wrapper #slider > div img{
    object-fit: cover;
}



/*  */
.about_nishiyama{padding-top:80px;}
.about_nishiyama .title{
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin-bottom:1.5em;
    font-weight: bold;
}
.about_nishiyama .title .text{
    display: inline-block;
    margin-right: .6em;
}
.about_nishiyama .comment{
    text-align: center;
}


/*  */
.item_category::after{
    content: "";
    display: block;
    background: url(https://img21.shop-pro.jp/PA01481/468/etc/item_image.jpg?cmsp_timestamp=20211221145541) center center fixed;
    background-size: cover;
    width: 100%;
    height: 380px;
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .item_category::after { background-attachment: scroll; } /* IE11 */
}
.item_category .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.item_category .box + .box{margin-top:80px;}
.item_category .imagebox{width: 800px;}
.item_category .textbox{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
    padding-right:40px;
    padding-left:40px;
}
.item_category .box:nth-child(even){
    flex-direction: row-reverse;
}
.item_category .title{
    display: flex;
    align-items: center;
    margin-bottom:40px;
}
.item_category .title::before{
    content: "";
    display: block;
    background: url(https://img21.shop-pro.jp/PA01481/468/etc/echigo_monogatari.png?cmsp_timestamp=20211221134450) no-repeat center left;
    background-size:auto 82px;
    width: 88px;
    height: 82px;
}
.item_category .title .text{
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    padding-left:15px;
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}
.item_category .title .text_inner{
    position: relative;
    border-bottom:2px solid #ccc;
    display: inline-block;
    padding-bottom:3px;
}
.item_category .title .text_inner::after{
    content: "";
    display: block;
    width: 1em;
    height: 2px;
    position: absolute;
    left:0;
    bottom:-2px;
    background: #B60B00;
}
.item_category .title .text_inner::first-letter{
    color:#B60B00;
}
.item_category .comment{
    margin-bottom:40px;
}


/*  */
.store_image_wrapper{
    display: flex;
    justify-content: center;
}
.store_address_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.store_address_wrapper .address{
    width: 360px;
}
.store_address_wrapper .address .name{
    max-width: 225px;
    margin-bottom:30px;
}
.store_address_wrapper .address .address_comment .text{
    display: inline-block;
    margin-right: 1em;
}
.store_address_wrapper .address .data_box .box{
    display: flex;
    flex-wrap: wrap;
    margin-top:7px;
}
.store_address_wrapper .address .data_box .title{
    width: 5em;
}
.store_address_wrapper .address .data_box .data{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}
.store_address_wrapper .mapblock{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
    padding-left:60px;
}
.store_address_wrapper .mapblock iframe{
    display: block;
    width: 100%;
    height: 360px;
    border:none;
}


/*  */
.item_pickup{
    position: relative;
    padding-bottom:20px;
}
.item_pickup::after{
    content: "";
    display: block;
    width: 100%;
    height: 240px;
    position: absolute;
    background: #F2F2EF;
    left:0;
    bottom:0;
}
.item_pickup_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-right:-20px;
    margin-left:-20px;
    position: relative;
    z-index: 2;
}
.item_pickup_wrapper .box{
    width: 33.33%;
    margin-bottom:30px;
    padding-right: 20px;
    padding-left:20px;
}
.item_pickup_wrapper .link{
    display: block;
    height: 100%;
    background: #fff;
    text-decoration: none;
}
.item_pickup_wrapper .image,
.item_pickup_wrapper .itemimage{
    width: 100%;
    height: 230px;
}
.item_pickup_wrapper .image{
    background: url(https://img21.shop-pro.jp/PA01481/468/etc/slide_over_image.png?cmsp_timestamp=20211221153530) no-repeat center center #87674b;
    background-size: 160px auto;
    overflow: hidden;
}
.item_pickup_wrapper .itemimage{
    object-fit: cover;
    transition: transform .3s;
}
.item_pickup_wrapper .comment{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item_pickup_wrapper .name{
    font-weight: bold;
}
.item_pickup_wrapper .comment{
    font-size: 14px;
    line-height: 1.5;
    margin-top:.5em;
    margin-bottom:.5em;
}
.item_pickup_wrapper .data{
    font-size: 14px;
}
.item_pickup_wrapper .priceblock{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.item_pickup_wrapper .more{
    background: #B60B00;
    color: #fff;
    width: 100%;
    max-width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    margin:15px auto 0;
    transition: background .3s;
}
.item_pickup_wrapper .link:hover .itemimage{transform: scale(1.05);}
.item_pickup_wrapper .link:hover .more{background: #f73e32;}



@media (max-width:1380px){
    .item_category .imagebox{width: 66%;}
}
/* 1380 */
@media (max-width:900px){
    .site_wrapper .over_text .inner{width: 240px;}

    
    .site_wrapper .header{order: 1;}
    .site_wrapper .slider_wrapper{order: 2;}


    .site_wrapper .over_text,
    .slider_wrapper #slider > div,
    .slider_wrapper .bx-viewport,
    .slider_wrapper #slider > div img{height: 50vw !important;}


    .about_nishiyama .comment{text-align: left;}
    .about_nishiyama .comment .pconly{display: none;}


    .item_category .box{
        max-width: 520px;
        margin-right: auto;
        margin-left: auto;
    }
    .item_category .imagebox{width: 100%;}
    .item_category .textbox{
        flex-basis: 100%;
        padding-right:0;
        padding-left:0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top:30px;
    }
    .item_category .linkbtn{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .item_category::after{background-attachment: unset;}


    .store_image_wrapper{
        flex-wrap:wrap;
        margin-right:auto;
        margin-left:auto;
        max-width: 580px;
    }
    .store_image_wrapper .box2,
    .store_image_wrapper .box2 img{width: 100%;}


    .store_address_wrapper .address{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .store_address_wrapper .linkbtn{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .store_address_wrapper .mapblock{
        padding-left:0;
        flex-basis: 100%;
        margin-top:30px;
    }


    .item_pickup{
        background: #F2F2EF;
        padding-top:50px;
    }
    .item_pickup::after{display: none;}
    .item_pickup_wrapper{
        max-width: 420px;
        margin-right: auto;
        margin-left:auto;
    }
    .item_pickup_wrapper .box{width: 100%;}
}
/* 900 */
@media (max-width:680px){
    .about_nishiyama .title .text{
        display: block;
        margin-right: 0;
    }
}
/* 680 */
@media (max-width:540px){
    .site_wrapper .over_text .inner{width: 180px;}
}
/* 540 */