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

body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1200px;
    font-family: 'Noto Sans JP', sans-serif;
}

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;
}

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


.container{
    width: 1200px;
    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;
}

.header_fix nav li:first-of-type img {
    height: 90%;
}

    
@-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: 1200px;
    margin: 0 auto;
}

nav li{
    display: inline-block;
}

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

nav li:first-of-type{
    position: absolute;
    background: #fff;
    padding: 20px 25px 15px 25px;
    border-radius: 10px;
    z-index: 100;
}

nav li:nth-of-type(2){
    margin-left: 250px;
}

nav .menu{
}

nav .menu a{
    display: block;
    color: #000;
    height: 40px;
    padding: 30px 20px 0px 20px;
    letter-spacing:0.2em;
    font-size: 15px;

}

nav .menu a:hover{
    border-bottom: 3px solid #cd1515;
}

.redb{
    background: #cd1515;
    border: 1px solid #cd1515;
    color: #fff;
    position: relative;
    padding: 10px 60px;
    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: 750px;
    background: url(image/mainback.png) rgba(0,0,0,0.2);
}


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


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

.mainimage .mainslide img{
    object-fit: cover;
    height: 100vh

}


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

.osusume{
    background: url(image/back.png) repeat-x;
}

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

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

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

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

.osusume .goods .osuphot{
    height: 160px;
    position: relative;
    margin-bottom: 80px;
}

.osuphot .slick-prev, 
.osuphot .slick-next { 
    width: 20px;
    height: 20px;
    z-index: 1000;
}

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

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

.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: 210px;
    height: 210px;
    object-fit: cover;
}

.osusume .goods .osuphot .bmark{
    position: absolute;
    right: 25px;
    top: 0px;
    display: block;
    z-index: 111;
}

.ban{
    display: table;
    border-collapse: separate; 
    border-spacing: 15px 0; 
}

.ban div{
    display: table-cell;
}

.ban div img{
    width: 100%;
}




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

.t_news .ntop{
    width: 100%;
    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: #fff;
    border-bottom: #cd1515 solid 3px;
}

.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{
    position: absolute;
    top: 30px;
    right: 35px;
}





/*リクルート*/

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

.rec .block{
    width: 55%;
    line-height: 2;
}

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

.rec .block b{
    font-size: 18px;
    font-weight: 100;
    display: block;
    margin-bottom: 15px;
}

.rec .block a{
    margin: 10px 170px;
}


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


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





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

footer li{
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px #fff solid;
}

footer li:last-of-type{
    border-right: none
}

footer .copy{
    margin-bottom: 0;
    border-top: 1px solid #fff;
    line-height: 2.5;
}

footer li a{
    color: #fff;
}

footer li a:hover{
    text-decoration: underline;
}



.gotop{
    position: fixed;
    right: 30px;
    bottom: 80px;
    cursor: pointer;
}

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





/**/
.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: 31px;
    letter-spacing: 0.3em;
    color: #fff;
    font-family: 'Sawarabi Mincho', sans-serif;
}

.pakuzu{
    border-bottom: solid 1px #cd1515;
    margin-bottom: 50px;
}

.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: 950px;
    padding-right: 30px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 16px;
}

.content .right{
    display: inline-block;
    width: 240px;
    box-sizing: border-box;
    vertical-align: top;
}




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


.toi{
    background: url(image/toi_top.png);
    background-size: cover;
}
    
.qjin{
    background: url(image/qjin_top.png) !important;
    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);
    background-size: cover;
}

.Hblock{
    position: relative;
}

.Hblock .comme{
    position: absolute;
    top: 30px;
    left: 100px;
    font-size: 28px;
    color: #fff;
    text-shadow: #000 1px 2px 8px;
    letter-spacing: 0.2em;

}

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

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

}



/*商品紹介*/
.post-type-archive-product nav li:nth-of-type(3) a{
    color: #cd1515;
    border-bottom: #cd1515 solid 4px;
}

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

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

.sort li{
    width: 1%;
    height: 20px;
    display: table-cell;
    border: #cd1515 solid 1px;
    border-left: none;
    text-align: center;
    font-size: 17px;
    vertical-align: top;
}

.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: 290px;
    margin-right: 19px;
    margin-bottom: 15px;
}

.shohinshokai .block:nth-child(3n){
    margin-right: 0;
}

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

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

.shohinshokai .name{
    background: url(image/shouhin_back.png) no-repeat;
    height: 78px;
    width: 300px;
    padding: 0 10px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.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: 24%;
        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);
    background-size: cover;
}

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

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

th{
    font-weight: normal;
    text-align: left;
    width: 25%;
    padding: 22px;
    border-top: 2px solid #cd1515;
}

table tr:last-child th {
    border-bottom: 2px solid #cd1515;
}

td{
    width: 75%;
    padding: 20px;
    border-top: 2px solid #dbdbdb;
}

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




/*店舗紹介*/
.post-type-archive-store nav li:nth-of-type(4) a{
    color: #cd1515;
    border-bottom: #cd1515 solid 4px;
}

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





/*プライバシーポリシー*/
.pp{
    background: url(image/pp_top.png);
    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;
    padding: 0px 0 10px 60px;
    font-size: 24px;
}

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

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

.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%;
}

.category-info nav li:nth-of-type(5) a{
    color: #cd1515;
    border-bottom: #cd1515 solid 4px;
}



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

.page-id-6 nav li:nth-of-type(7) 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;
}

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 5px 37px;
    margin: 15px 0 10px 0;
    border-bottom: 3px solid #cd1515;
}


    
    
}
