    
@media screen and (max-width: 767px) {
.pc{
    display: none !important;
}
    
/*共通*/
*:focus {
outline: none;
}

body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 100%;
    overflow-x: hidden;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

   
#header {
    height: 62px;
    position: fixed;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    z-index: 1000;
}

.hiraku-open-btn {
    position: absolute;
    top: 65%;
    right: 10px;
    transform: translateY(-50%);
}
    
.offcanvas-left{
    background: #333 !important;
    list-style: none;
    margin: 0;
    padding: 0;
}
    
.offcanvas-left li{
    border-bottom: 1px solid #666 !important;
}  
        
.offcanvas-left li a{
    display: block;
    padding: 20px 10px 20px 25px;
    color: #fff;
}

a{
    text-decoration: none;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

a>img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a>img:hover {
	opacity: .7;
}

.page_navi{
    text-align: center;
}

.page-numbers{
    list-style: none;
    margin-top: 40px;
}

.page-numbers li{
    display: inline-block;
    margin: 0 2px;
}

.page-numbers li a{
    border: #000 solid 1px;
    display: inline-block;
    padding: 10px 15px;
    color: #000;
}

.page-numbers li a:hover{
    background: #000;
    color: #fff;
}

.page-numbers li .current{
    border: #000 solid 1px;
    background: #000;
    color: #fff;
    padding: 10px 15px;
}


.container{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.header_fix nav {
  position:fixed; top:0px; left:0px; z-index:200;  box-shadow:0 0 5px 0 rgba(0,0,0,0.2);
  animation: slideDown 0.5s ease; -ms-animation: slideDown 0.5s ease; -webkit-animation: slideDown 0.5s ease; -moz-animation: slideDown 0.5s ease; 
    width: 100%;
    background: rgba(255,255,255,0.7);
}

.header_fix nav li:first-of-type {
    background: none;
    border: none !important;
}

.header_fix nav li:first-of-type img {
    height: 90%;
}
    
.header_fix nav li {
    border-bottom: 1px #333 solid !important;
}

    
@-webkit-keyframes slideDown {
   0% { top:-50px; }
  100% { top:0px; }
}

@keyframes slideDown {
  0% { top:-50px; }
  100% { top:0px; }
}

nav{
    list-style: none;
    border-top: #cd1515 5px solid;
    background: #fff;
    height: 73px;
}

nav .block{
    display: block;
    width: 100%;
    margin: 0 auto;
}


nav h1{
    padding: 10px 0 0 10px;
    margin: 0;
}

nav .menu{
    display: none;
}


.redb{
    background: #cd1515;
    border: 1px solid #cd1515;
    color: #fff;
    position: relative;
    padding: 10px 40px;
    display: inline-block;
}

.redb:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.redb:hover{
    background: #fff;
    border: 1px solid #cd1515;
    color: #d93600;
}

.redb:hover:after{
border-top: solid 2px #cd1515;
border-right: solid 2px #cd1515;
}



/*メインイメージ*/
.mainimage{
    position: relative;
    height: 350px;
    background: url(image/mainback.png) rgba(0,0,0,0.2);
}


.mainimage>img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}


.mainimage .mainslide{
    z-index: -10;
}

.mainimage .mainslide img{
    object-fit: cover;
    height: 350px;
}


/*おすすめ*/
.home .osusume{
    background: url(image/back.png) repeat-x;
    background-size: 100%;
    min-width: 100%;
}

.osusume{
    background: url(image/back.png) repeat-x;
    background-size: 365% !important;
}

.home .osusume .goods{
    height: 380px;
    padding: 25px 0 0 0;
    text-align: center;
}

.osusume .goods{
    height: 350px;
    padding: 28px 0 0 0;
    text-align: center;
    overflow: hidden;
}

.osusume .goods hr{
    width: 70px;
    height: 3px;
    margin: 10px auto 25px auto;
    background: #000;
}

.home .osusume .goods .osuphot{
    height: 100px;
    position: relative;
    padding: 20px 0;
    margin-bottom: 80px;
}

.osusume .goods .osuphot{
    height: 100px;
    width: 800px !important;
    margin-bottom: 80px;
}

.osuphot .slick-prev, 
.osuphot .slick-next { 
    display: none;
}

.osuphot .slick-prev { 
    left: 5%;
}

.osuphot .slick-next { 
    right: 5%;
}

.osuphot .slick-prev:before, 
.osuphot .slick-next:before { 
    color: #000; 
    font-size: 30px;
    border: 1px !important;
}

.osusume .goods .osuphot div{
    position: relative;

}

.osusume .goods .osuphot div>img:first-of-type{
    width: 100px;
    height: 100px;
    object-fit: cover;
}


.osusume .goods .osuphot .bmark{
    position: absolute;
    top: 0;
    right: 10px;
}

.ban{
    width: 90%;
    margin: 80px auto !important;
}

.ban div{
    display: block;
}

.ban div img{
    width: 100%;
}




/*ニュース*/
.t_news{
    margin-top: 70px;
    width: 100%;
    overflow: hidden;
    height: 700px;
    background: url(image/back.png) no-repeat center;
    background-position: bottom;
}

.t_news .ntop{
    width: 150%;
    margin: 0;
    padding: 0;
    display: table;
}

.t_news .ntop li{
    display: table-cell;
}

.t_news .ntop li img{
    width: 100%;
}

.newsfield{
    position: relative;
    padding: 35px;
    margin-top: -50px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.9);
    border-bottom: #cd1515 solid 3px;
    width: 100%;
}

.newsfield li,.otoku_li li{
    list-style: none;
    padding: 18px 35px;
    border-bottom: #cd1515 solid 1px;
    position: relative;
}

.newsfield li::before,.otoku_li li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background: #cd1515;
}

.newsfield li a {
    color: #000;
}

.newsfield li a:hover {
    text-decoration: underline;
}

.newsfield h3{
    margin: 0 0 20px 0;
}

.newsfield .more{
    width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
}





/*リクルート*/


.rec{
    background: url(image/recback.png) no-repeat center;
    background-size: cover;
    height: 500px;
    position: relative;
    color: #fff;
}

.rec .block{
    width: 100%;
    line-height: 2;
    padding: 0 10px;
    box-sizing: border-box;
}

.rec .block h2{
    font-size: 24px;
    margin-bottom: 0;
}

.rec .block b{
    font-size: 18px;
    font-weight: 700;
}


.rec .block b{
    display: block;
    margin-bottom: 15px;
}

.rec .block a{
    margin: 10px;
    font-size: 12px;
}


.rec img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
}

.seo{
    padding: 15px 0;
    line-height: 2;
    text-align: center;
    box-sizing: border-box;
}
    
.seo img{
    display: block;
    margin: 0 auto 10px auto;
}




/*フッター*/
footer{
    background: #000;
    color: #fff;
    padding-top: 10px;
    font-size: 13px;
}

footer li{
    display: inline-block;
    width: 45%;
}

footer li:nth-child(2n){
    
}

footer .copy{
    margin-top: 45px;
    border: none;
    text-align: center;
    line-height: 2.5;
}

footer li a{
    color: #fff;
    display: block;
    padding: 15px 15px 10px 15px;
    box-sizing: border-box;
}

footer li a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.gotop{
    background: #CD1514;
    height: 50px;
    position: relative;
}

.gotop b:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(-45deg);
}


.sidefix{
    position: fixed;
    right: 0;
    top: 45%;
    position: relative;
}

.qjinban{
    position: fixed;
    right: 0;
    top: 70%;
}

.qjinban img{
    width: 50px;
}




/**/
.conimage{
    height: 250px;
    background: url(image/mainback.png) rgba(0,0,0,0.2);
}

.conimage h2{
    text-align: center;
    line-height: 250px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.3em;
    color: #fff;
    font-family: 'Sawarabi Mincho', sans-serif;
}

.pakuzu{
    border-bottom: solid 1px #cd1515;
    margin-bottom: 40px;
    padding: 0 0 0 14px;
}

.pakuzu a{
    color: #000 !important;
}

.pakuzu a:hover{
    text-decoration: underline;
    color: #cd1515 !important;
}

.content{
    min-height: 900px;
    padding-bottom: 120px;
}

.content a{
    color: #cd1515;
}

.content a:hover{
    color: #cd1515;
    text-decoration: underline;
}

.content h3{
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 3px solid #cd1515;
}

.content .left{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 5px;
}


.content .right{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    margin: 50px 0 0 0;
    padding: 0 5px;
}



/*お得情報*/
.otoku{
    background: url(image/otoku_top.png) no-repeat center;
    background-size: cover;
}


.toi{
    background: url(image/toi_top.png);
    background-size: cover;
}


.qjin{
    background: url(image/qjin_top.png);
    background-size: cover;
}

.otoku_li{
    margin: 0;
    padding: 15px 0 0 0;
}

.otoku_li a{
    color: #000;
}


.otoku_li li:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #cd1515;
    border-right: solid 2px #cd1515;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*美味しさの秘密*/

.himitsu{
    background: url(image/himitsu_top.png) no-repeat center;
    background-size: cover;
}

.Hblock{
    position: relative;
}

.Hblock .comme{
    position: absolute;
    top: 20px;
    left: 100px;
    font-size: 20px !important;
    color: #fff;
    text-shadow: #000 1px 2px 8px;
    letter-spacing: 0.1em !important;

}

.Hblock span{
    position: absolute;
    background: #cd1515;
    padding: 10px 20px;
    margin-right: 0px;
    top: -15px;
    left: -80px;
    font-size: 18px !important;
    color: #fff;
    text-shadow: none;
    letter-spacing: 0em;
}

.Hblock .Ccomme{
    position: absolute;
    background: #cd1515;
    top: 5px !important;
    left: 0px;
    padding: 5px 15px 5px 30px;
    font-size: 20px !important;
    color: #fff;
    letter-spacing: 0.2em;

}



/*商品紹介*/

.shokai{
    background: url(image/shohin_top.png) no-repeat center;
    background-size: cover;
}

.sort{
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: #cd1515 solid 1px;
    display: flex;
    flex-wrap: wrap;
}

.sort li{
    width: 33%;
    height: 100px;
    border: #cd1515 solid 1px;
    border-left: none;
    text-align: center;
    font-size: 17px;
    vertical-align: top;
}
    
.sort li:nth-of-type(1),.sort li:nth-of-type(2),.sort li:nth-of-type(3){
    border-bottom: none;
}
    

.sort li a{
    padding: 10px;
    height: 80px;
    color: #cd1515;
    display: block;
}

.sort li a:hover{
    background: rgba(205,21,21,0.1)
}

.sort li img{
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.sort li:nth-of-type(2) img,.sort li:nth-of-type(3) img,.sort li:nth-of-type(4) img,.sort li:nth-of-type(6) img{
    margin: 10px auto 3px auto;
}

.sort li:nth-of-type(5) img{
    margin: 18px auto 6px;
}

.shohinshokai{
    margin-top: 50px;
}

.shohinshokai .block{
    display: inline-block;
    width: 48%;
    padding: 1%;
    margin-bottom: 15px;
    vertical-align: top;
}

.shohinshokai .block:nth-child(2n){
    padding: 0;
}

.shohinshokai .phot{
    overflow: hidden;
    padding: 0;
    margin-bottom: -5px;
}

.shohinshokai .phot img{
    width: 100%;
    height: auto;
}

.shohinshokai .name{
    background: url(image/shouhin_back.png) ;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    padding: 20px;
}

.shohinshokai .name span{
    display: inline-block;
    text-align: left;
}

.netsuper{
    margin-top: 50px;
    border: #cd1515 solid 1px;
    display: block;
    overflow: hidden;
    height: 150px;
    position: relative;
}

.netsuperF{
    display: inline-block;
    width: 300px;
    margin-left: -50px;
}

.netsuper .logo{
    vertical-align: top;
}

    
    
/*求人情報*/
.page-id-8 nav li:nth-of-type(8) a{
    color: #cd1515;
    border-bottom: #cd1515 solid 4px;
}
    
.page-id-8 .left{
    line-height: 2;
}

.page-id-8 li{
    margin-bottom: 5px;
}
    
.qjinban{
    position: fixed;
    right: 0;
    top: 70%;
}

.qjinban img{
    width: 50px;
}
    

    .arrec{
        text-align: center;
    }
    
    .arrec article{
        display: inline-block;
        width: 48%;
        margin-right: 1%;
        margin-bottom: 5%;
        text-align: left;
        line-height: 1.8;
        vertical-align: top;
        position: relative;
    } 
    
    .arrec article a{
        color: #000;
        display: block;
    }  
    
    .arrec article a:hover{
        text-decoration: none;
        color: #000;
        background: rgba(205,20,21,0.1)
    }   
             
    .arrec article span{
        display: block;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 15px;
    }   
                         
    .arrec article p{
        padding: 5px;
        margin: 0;
        box-sizing: border-box;
    }        
    
    .arrec article i{
        width: 20px;
        color: #CD1415;
        padding-left: 3px;
    }   
            
    .arrec article li{
        list-style: none;
    }   
        
    .arrec article:nth-child(4n){
        margin-right: 0;
    }   
    
    .arrec article img{
        width: 100%;
    } 
    
    .arrec .aarea{
        background: #CE1819;
        color: #fff;
        font-size: 16px;
        padding: 5px;
        top: 5px;
        box-sizing: border-box;
    }

    .qcon{
        font-size: 16px;
        line-height: 2;
    }

    
.redbQ {
    background: #cd1515;
    border: 1px solid #cd1515;
    color: #fff !important;
    position: relative;
    padding: 10px 60px;
    display: block;
    text-align: center;
}
    
.redbQ{
    background: #cd1515;
    border: 1px solid #cd1515;
    color: #fff !important;
    position: relative;
    padding: 10px 60px;
    display: block;
    text-align: center;
    width: 50%;
    margin: 60px auto;
}

.redbQ:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.redbQ:hover{
    background: #fff;
    border: 1px solid #cd1515;
    color: #d93600 !important;
    text-decoration: none !important;
}

.redbQ:hover:after{
border-top: solid 2px #cd1515;
border-right: solid 2px #cd1515;
}





/*会社概要*/

.comp{
    background: url(image/gaiyo_top.png) no-repeat center;
    background-size: cover;
}


table{
    width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
}

th{
    font-weight: normal;
    text-align: left;
    width: 100%;
    padding: 22px;
    box-sizing: border-box;
    border-top: 2px solid #cd1515;
    display: block;
    background: #F8F8F8;
}

table tr:last-child th {
}

td{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #dbdbdb;
    display: block;
}


table tr:last-child td {
    border-bottom: 2px solid #dbdbdb;
}




/*店舗紹介*/

.store{
    background: url(image/store_top.png) no-repeat center;
    background-size: cover;
}





/*プライバシーポリシー*/

.pp{
    background: url(image/pp_top.png) no-repeat center;
    background-size: cover;
}


.privacy-policy .content h2{
    border-bottom: #cd1515 solid 4px !important;
}

.privacy-policy h3{
    border: none !important;
}

.privacy-policy h3:before{
    position: relative;
    top: -4px;
    left: -10px;
    display: inline-block;
    width: 15px;
    height: 2px;
    content: '';
    background: #cd1515;
}



/*記事*/

.pdata{
    margin: -10px 0 50px 0;
    font-size: 13px;
}

.pdata span{
    display: inline-block;
    background: #cd1515;
    color: #fff;
    padding: 5px 15px 5px 15px;
}

.ptitle{
    background: url(image/otoku_posttitle.png) no-repeat left center;
    padding: 0px 0 10px 50px;
    font-size: 24px;
}

.stitle{
    background: url(image/sicon.png) no-repeat left center;
    padding: 5px 0 10px 50px;
    font-size: 24px;
}

.ititle{
    background: url(image/info_posttitle.png) no-repeat left center;
    padding: 0px 0 10px 50px;
    font-size: 24px;
}

.mainpart {
    padding: 10px;

}
    
.mainpart h3,.page-id-8 h3{
    background: url(image/otoku_posth2.png);
    padding: 10px;
    margin: 20px 0;
    border: none;
    position: relative;
}

.mainpart h3:before,.mainpart h4:before,.page-id-8 h3:before {
    position: relative;
    top: -4px;
    left: -10px;
    display: inline-block;
    width: 15px;
    height: 2px;
    content: '';
    background: #cd1515;
}

.mainpart h4{
    padding: 10px;
}


.mainpart img{
    max-width: 100%;
    height: auto;
}





/*問い*/
.page-id-6{
    
}

.page-id-6 nav li:nth-of-type(6) a{
    color: #cd1515;
    border-bottom: #cd1515 solid 4px;
}

.hissu{
    display: inline-block;
    background: #cd1515;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
}

.subminG{
    text-align: center;
}

.subminG button{ 
    margin: 0 10px;
}

.submit,.submitB{
    width: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-top: 50px !important;
    background: #cd1515;
    border: 1px solid #cd1515;
    padding: 15px 50px;
    font-size: 14px;
    letter-spacing: 5px;
    position: relative;
    cursor: pointer;
}

.submit:hover,.submitB:hover{
    color: #cd1515;
    background: #fff;
    border: 1px solid #cd1515;
}

.submit:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.submit:hover:after{
border-top: solid 2px #cd1515;
border-right: solid 2px #cd1515;
}


.submitB:after {
display: block;
content: "";
position: absolute;
top: 50%;
left: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
}

.submitB:hover:after{
border-top: solid 2px #cd1515;
border-right: solid 2px #cd1515;
}


input[type="text"],input[type="email"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
}

textarea {
    width: 100%;
    height: 150px;
}


/*サイドバー*/
.side .news li{
    margin: 0;
    border-bottom: 1px solid #dddd;
}

.side .news a{
    display: block;
    color: #000;
    padding: 10px;
}

.side .news a:hover{
   text-decoration: none;
    background: rgba(205,21,21,0.1);
}

.side .news{
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.side .news .data{
    display: block;
    color: #cd1515;
    line-height: 1.8;
    font-size: 13px;
}

.side .lappa{
    background: url(image/lappa.png) no-repeat;
    background-position: 5px;
    padding: 5px 0 0px 37px;
    margin: 15px 0 10px 0;
    font-size: 18px;
    border-bottom: 3px solid #cd1515;
}


}