@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : JINMEN
  Copyright(C) UNCHI Co., Ltd.
  ---------------------------------------------------------- */
  :root {
    --thme-color: #d6bfa3;
    --bg-color:#ebe3da;
    --key-color:#444444;
  }
/* ----------------------------------------------------
COMMON
---------------------------------------------------- */
html {
    -webkit-text-size-adjust: 100%;
    font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    /*-webkit-font-smoothing: antialiased;*/    
}
.sp,
.tb{
    display: none;
}
.btn {
    display: inline-block;
    line-height: 1.2;
    transition: all ease 0.3s;
    min-width: 165px;
}
.btn a {
    background: var(--thme-color);
    text-align: center;
    padding: 8px 15px 8px 70px;
    position: relative;
    transition: all ease 0.3s;
    display: block;
    letter-spacing: 0.1em;
    opacity: 1;
}
.btn a::after {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    background: #0e0000;
    height: 1px;
    left: -18px;   
    top: 45%;
    transition: all ease 0.3s;
}
.container{
    margin-left: 190px;
}
.inner{
    margin: 0 60px;
}
.btn a:hover::after{
    left: -25px;
}
.ttl::before{
    content: "";
    display: block;
    width: 30px;
    border-top: 1px solid #0e0000;
    margin-bottom: 20px;
}
.btn a:hover {
    background: #a07f59;
    color: #fff;
}
.btn:hover{
    transform: translateX(5px);
}
.wrapper {
	animation: fadein 2s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/* ----------------------------------------------------
HEADER
---------------------------------------------------- */
header{
    width: 190px;
    position: fixed;
    z-index: 7;
    top: 0;
    left: 0;
    height: 100vh;
    background: #0e0000;
    padding: 88px 0 0 35px;
}
header p{
    margin-bottom: 70px;
    width: 116px;
}
header p img{
    width: 116px;
}
header li{
    margin-bottom: 30px;
    transition: all ease 0.3s;
}
header li a{
    color: var(--thme-color);
    font-weight: 900;
    letter-spacing: 0.1em;
    display: block;    
}
header li:hover{
    transform: translateX(3px);
}


/* ----------------------------------------------------
TOP
---------------------------------------------------- */
/* MAIN SLIDER
---------------------------- */
.mainSlider{
    position: relative;
}
.main-slider .s1{
    background: url(../images/img_main01.jpg) no-repeat center center / cover;
    min-height: 100vh;
}
.main-slider .s2{
    background: url(../images/img_main02.jpg) no-repeat center center / cover;
    min-height: 100vh;
}
.catch{
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center;    
}
.catch h1{
    font-size: 22px;
    letter-spacing: 0.3em;
    color: #fff;
    line-height: 1;
}
.catch h1 img{
    width: 460px;
    margin: 0 auto 15px;
}
.news{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    padding: 15px 60px 15px 40px;
}
.news h2{
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-right: 20px;
}
.news p span::after{
    content: "−";
    margin: 0 10px;
}
/* PICKUP MENU
---------------------------- */
.lineupMenu{
    overflow: hidden;
    margin-left: 60px;
    padding: 80px 0 110px;
}
.lineupMenu .ttlArea{
    position: relative;
    margin-right: 60px;
}
.lineupMenu h2 img{
    width: 250px;
    margin-bottom: 40px;
}
.lineupMenu .btn{
    position: absolute;
    right: 0;
    bottom: -5px;
}
.lineup{
    position: relative;
}
.lineup-slider .slick-slide{
    text-align: center;
    margin-right: 24px;
    position: relative;
}
.lineup-slider img{
    display: block;
    width:350px;
}
.lineup-slider .slick-slide p{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    padding: 15px 20px;
    color: #fff;
    font-weight: 500;
}
.slick-list{
    overflow: visible;
}


/* CONCEPT
---------------------------- */
.top_contept{
    background:var(--bg-color);
    padding: 110px 0;
}
.top_contept .ttl img{
    width: 163px;
    margin-bottom: 55px;
}
.top_contept .inner{
    display: flex;
    justify-content: space-between;
}
.top_contept .txtArea{
    width: 35%;
    line-height: 2.4em;
    position: relative;
}
.top_contept .txtArea p img{
    width: 343px;
    margin-bottom: 35px;
}
.top_contept .photoArea{
    width: 60%;
}
.top_contept .photoArea img{
    width: 100%;
}
.top_contept .btn{
    margin: 43px 0 0 0;
    position: absolute;
    right: 0;
}

/* ACCESS
---------------------------- */
.access{
    margin: 125px 60px 110px;
    position: relative;
    padding-top: 1px;
}
.access .ttl img{
    width: 133px;
    margin-bottom: 30px;
}
.mapArea{
    position: absolute;
    right: 0;
    top: 40px;
    width:58%;
}
.map{
    position:relative;
    width:100%;
    height:0;
    padding-top:62%;
}
.map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.shop{
    position: absolute;
    width: 43%;
    background: #ccc;
    z-index: 2;
}
.info{
    margin-top: 33%;
    width: 53%;
    margin-left: -60px;
    padding: 50px 60px;
    background:var(--thme-color);
}
.info p{
    line-height: 2em;
}
.info p a{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.info p a:hover{
    border-bottom: none;
}


/* ----------------------------------------------------
FOOTER
---------------------------------------------------- */
footer{
    background: var(--key-color);
    margin-left: 190px;
    padding: 80px 0 0;
}
footer .inner{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.logo_f{
    width: 185px;
    margin-left: 50px;
}
.copy{
    color: #969696;
    text-align: right;
    padding:0 30px 20px 0;
}
.f_nav{
    display: flex;
    flex-wrap:wrap;
    width: 30%;
}
.f_nav ul{
    width: 50%;
}
.f_nav li ul{
    margin-left: 35px;
    margin-top: 5px;
}
.f_nav li li{
    margin-bottom: 5px;
}
.f_nav li li a{
    font-size: 12px;
}
.f_nav li li a::before{
    content: "";
    width: 8px;
    height: 1px;
    display: inline-block;
    border-top: 1px solid #fff;
    position: absolute;
    left: -15px;
    bottom: 40%;
}
.f_nav li a{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    transition: all ease 0.3s;
    display: block;
    position: relative;
}
.f_nav li {
    margin-bottom: 20px;    
}
.f_nav li a:hover{
    transform: translateX(3px);
}
.outlink a::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon_link.png) no-repeat left top / cover;
    margin-left: 10px;
}
.menu footer{
    margin-left: 330px;
}
/* ----------------------------------------------------
SEDOND PAGE
---------------------------------------------------- */

.sttl,
.sttls{
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight: 400;
    padding: 200px 0 80px;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 60px;
    position: relative;
    line-height: 2
}
.sttl::after,
.sttls::after{
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    border-top: 1px solid #0e0000;
    bottom: -1px;
}
.sttls{
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
}
.sttls::after{
    bottom: auto;
    top: -1px;
}
/* ----------------------------------------------------
MENU
---------------------------------------------------- */
.sideNav{
    width: 140px;
    position: fixed;
    z-index: 7;
    top: 0;
    left: 190px;
    height: 100vh;
    background: var(--bg-color);
    padding: 350px 0 0 35px;
}
.sideNav li a{
    margin-bottom: 20px;
    position: relative;
    display: block;
    transition: all ease 0.3s;
}
.sideNav li a::before{
    content: "";
    width: 8px;
    height: 1px;
    display: inline-block;
    border-top: 1px solid #0e0000;
    position: absolute;
    left: -15px;
    bottom: 50%;
}
.sideNav li a:hover{
    transform: translateX(3px);
}
.menu .container{
    margin-left: 330px;
}
.menu .sttl img{
    width: 106px;
}
.menu_ttl{
    padding: 10vw 0;
    background: url(../images/img_food.jpg) no-repeat right top / contain;
    font-size: 14px;
    font-weight: 500;
    margin-left: 60px;
    letter-spacing: 0.2em;
}
.drink .menu_ttl{
    background: url(../images/img_drink.jpg) no-repeat right top / contain;
}
.sweets .menu_ttl{
    background: url(../images/img_sweets.jpg) no-repeat right top / contain;
}
.goods .menu_ttl{
    background: url(../images/img_goods.jpg) no-repeat right top / contain;
}
.food .menu_ttl img{
    width: 136px;
    margin-bottom: 15px;
}
.drink .menu_ttl img{
    width: 152px;
    margin-bottom: 15px;
}
.sweets .menu_ttl img{
    width: 192px;
    margin-bottom: 15px;
}
.goods .menu_ttl img{
    width: 174px;
    margin-bottom: 15px;
}
.menuBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 110px;
    margin: 0 60px 120px;
}
.menuBox h3{
    margin-bottom: 30px;
    letter-spacing: 0.2em;
}
.menuL,.menuR{
    width: 46%;
    font-size: 14px;
}
.menuBox dt{
    float: left;
    clear: both;
}
.menuBox dd{
    text-align: right;
    font-weight: 500;
    margin-bottom: 20px;
}

/* ----------------------------------------------------
RECRUIT
---------------------------------------------------- */
.recruit .sttl img{
    width: 144px;
}
.read{
    line-height: 2em;
    margin: 45px 0;
}
.read2{
    line-height: 2em;
    margin: 200px 0;
}
.recruit article{
    border: 1px solid #0e0000;
    padding: 25px;
    border-radius: 5px;
    display: flex;
    margin-bottom: 60px;
}
.recruit figure{
    width: 30%;
    margin-right: 3%;
}
.tab{
    display: flex;
    margin-bottom: 15px;
}
.tab li{
    padding: 5px 10px;
    background: var(--thme-color);
    margin-right: 10px;
    
}
.recruit h2{
    margin-bottom: 25px;
}
.recruit dt{
    float: left;
    clear: both;
    background: #0e0000;
    color: #fff;
    width: 80px;
    text-align: center;
    padding: 2px 5px;
}
.recruit dd{
    margin:0 0 15px 95px;
    padding: 2px;
}
.recruit article p{
    margin: 40px 0 10px;
}
.recruit article p::before{
    content: "";
    display: inline-block;
    border: 5px solid transparent;
    border-left: 8px solid #0e0000;
}
.bnr{
    display: flex;
}
.bnr li{
    border: 1px solid var(--thme-color);
    margin-right: 15px;
    transition: all ease 0.3s;
}
.bnr li:hover{
    opacity: .5;
}

/* ----------------------------------------------------
CONCEPT
---------------------------------------------------- */
.concept .sttl img{
    width: 160px;
}
.read_img img{
    width: 440px;
    margin-top: 80px;
}
.concept .conceptSlider .slick-slide img{
    width: 100%;
}
.conceptBox{
    display: flex;
    margin-top:120px;
    position: relative;
}
.conceptBox.right{
    justify-content:flex-end;
}
.conceptL{
    width: 30%;
    min-width: 400px;
    margin-right: 3%;
}
.conceptBox.right .conceptL{
    order:2
}
.conceptL img{
    height: 100%;
}
.conceptL{
    background: url(../images/img_area01.jpg) no-repeat center center / cover;
    height: auto;
}
.conceptBox h2{
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
}
.conceptBox.right .conceptL{
    margin-right: 0;
}
.conceptBox.right .conceptR{
    margin-right: 3%;
}
.conceptBox p{
    line-height: 2em;
}
.conceptBox ul{
    margin-top: 50px;
    display: flex;
}
.conceptBox ul li{
    margin-right: 3%;
}
.menuBnr ul{
    margin-top: 120px;
    display: flex;
    width: 100%;
}
.menuBnr li{
    width: 25%;
    text-align: center;
}
.menuBnr li a{
    display: block;
    padding: 12vw 0;
    height: 100%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;    
    background: url(../images/btn_concept01.jpg) no-repeat left center / cover;
}
.menuBnr li:nth-of-type(2) a{
    background: url(../images/btn_concept02.jpg) no-repeat left center / cover;
}
.menuBnr li:nth-of-type(3) a{
    background: url(../images/btn_concept03.jpg) no-repeat left center / cover;
}
.menuBnr li:nth-of-type(4) a{
    background: url(../images/btn_concept04.jpg) no-repeat left center / cover;
}

/* ----------------------------------------------------
PREOPEN
---------------------------------------------------- */
.pre h1{
    width: 16vw;
    margin: 100px auto 70px;
}

.pre .sub{
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.2em;
    display: inline-block;
    
}
.bgsub{
    padding: 80px 0;
    background: #d2ba9b;
    text-align: center;
}
.ticket{
    background: rgba(256, 256, 256, 0.8);
    padding: 50px;
}
.ticket h2{
    font-size: 30px;
}
.ticket figure{
    max-width: 180px;
    margin: 30px auto;
}
.ticket .opn{
    max-width: 200px;
    margin-bottom: 33px;
}
.ticket dt{
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
}
.ticket dd{
    margin: 10px 0 30px;
    font-size: 16px;
}
.ticket dd span{
    font-size: 12px;
}
.ticket dd a{
    text-decoration: underline;
}
.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.movieBox{
    max-width: 1000px;
    margin: auto;
    padding: 100px 0;
}
.premap{
    height: 0;
    overflow: hidden;
    padding-bottom: 42.25%;
    position: relative;
}
.premap iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.address{
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}
.address b{
    display: block;
    font-size: 18px;
    line-height: 1.3em;
}
.day{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 20px;
    background: #000;
    color: #fff;
    padding: 15px 0;
}
.sub p span{
    font-size: 14px;
    letter-spacing: 0;
}
.wbg{
    border: 1px solid #000;
    margin: 30px;
}

.opening{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.openL{
    width: 50%;
    order: 1;
}
.openR{
    width: 50%;
    text-align: center;
    order: 2;
}
.openL ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.openL li{
    width: 50%;
}
.opening h1{
    margin: 0 auto;
}
.add{
    text-align: center;
    margin: 40px 0;
    line-height: 2em;
    font-size: 19px;
    font-weight: bold;
}
.pre .txt{
    display: inline-block;
    position: relative;
    padding: 20px 10vw;
    margin: auto;
    text-align: center;
    border: 1px solid #000;
    line-height: 2em;
    font-weight: bold;
}
.openR h2{
    font-size: 14px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    
}
.openR h2 span{
    background: #fff;
    padding: 0 10px;
}
.coming{
    background: #000;
}
.add a{
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .openL{
        width: 40%;
    }
    .openR{
        width: 60%;
    }
    .openL li{
        width: 50%;
    }
    
}
@media screen and (max-width: 850px) {
    .tb{
        display: block;
    }
    .add{
        line-height: 1.3em;
        margin: 0 0 30px;
    }
    .opening{
        display: block;
    }
    .openR,
    .openL{
        width:100%;
    }
    .openR{
        background: #000;
        padding-bottom: 80px;
    }
    .pre h1{
        width: 120px;
        margin: auto;
    }
    .movieBox{
        margin-bottom: 0;
    }
    .pre .sub{
        padding: 30px 0;
        display: block; margin: 0 20px;
    }
    .day{
        font-weight: bold;
        font-size: 16px;
    }
    .premap{
        height: 0;
        overflow: hidden;
        padding-bottom: 72.25%;
        position: relative;
    }
    .coming ul{
        margin-bottom: 0;
    }
    .coming li{
        width: 48%;
        margin-bottom: 5%;
    }
    .movie{
        margin-top: 0;
    }
    .pre .txt{
        display: block;
        padding: 20px 2vw 30px;
        padding-bottom: 30px;
        
    }
    .pre .txt strong{
        letter-spacing: 0;
        margin-top: 0;
        padding-top: 10px;
    }
    .movieBox{
        padding: 30px 0;
    }
    .bgopen{
        margin: 0 20px;
        padding: 30px 0 0;
        border: #fff solid 1px;
        color: #fff;
    }
    .openR h2 span{
        background: none;
    }
    .bg_b{
        background: #000;
        padding: 50px 0;
    }
    .add span{
        font-size: 12px;
        display: block;
        letter-spacing: 0.3em;
    }
    .add a{
        color: #fff;
        text-decoration: underline;
    }
    .pre .txt{
        background: #333;
        margin-top: 20px;
    }

}
/* ----------------------------------------------------
SP
---------------------------------------------------- */
@media screen and (max-width: 1024px) {
    /*CONCEPT==========================*/
    .top_contept{
        padding: 50px 0;
    }
    .top_contept .inner{
        display: block;
    }
    .top_contept .txtArea{
        width: 100%;
        line-height: 2em;
    }
    .top_contept .ttl img{
        width: 120px;
        margin-bottom: 40px;
    }
    .top_contept .txtArea p img{
        width: 300px;
        margin-bottom: 20px;
    }
    .top_contept .btn{
        right: 0;
        margin: 15px 0 0 0;
    }
    .top_contept .photoArea{
        width: 100%;
        margin-top: 80px;
    }
    .conceptBox{
        flex-wrap: wrap;
    }
    .conceptL{
        width: 100%;
        min-width: auto;
        height: 300px;
        order: 2;
    }
    .conceptR {
        margin-bottom: 20px;
    }
    .conceptL{
        margin-right: 0;
    }
    .conceptBox.right .conceptR{
        margin-right: 0;
    }
    .conceptBox ul li:last-of-type{
        margin-right: 0;
    }
    .sideNav{
        width: 120px;
    }
    .menu .container,
    .menu footer{
        margin-left: 310px;
    }
    .lineupMenu .ttlArea{
        margin-right: 0;
    }
    .f_nav{
        width: 50%;
    }
    .logo_f{
        margin-left: 0;
    }

}
@media screen and (max-width: 768px) {
   
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .container{
        margin: 0;
    }
    /*HEADER==========================*/
    header{
        display: block;
        width: 100%;
        height: 50px;
        padding: 0;
    }
    header p{
        width: 65px; 
    }
    header p img{
        width: 65px;
    }
    header p{
        padding: 10px;
        text-align: center;
    }
    .inner{
        margin: 0 20px;
    }

    /*NAVI==========================*/
    .overlayMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        opacity: 0;
        visibility: hidden;
        transition: .5s linear;                
    }
      .overlayMenu.open {
        opacity: 1;
        visibility: visible;
    }
      
    .overlayMenuBtn  {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 50px;
        cursor: pointer;
        z-index: 100001;
        padding: 10px;
        box-sizing: border-box;
        z-index: 99999;background: #0e0000;
    }
    .overlayMenuBtn span {
        position: relative;
        display: block;
        width: 28px;
        border: 1px solid #d2ba9b;
        transition: .5s;
    }
    .overlayMenuBtn span:nth-child(1) { top: 5px; }
    .overlayMenuBtn span:nth-child(2) { top: 11px; }
    .overlayMenuBtn span:nth-child(3) { top: 18px; }
    .overlayMenu {
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow: auto;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 1);
    }
    
    .overlayMenuInner {
        padding: 10px 4% 0 4%;
    }
    .overlayMenuHeader {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 32px;
    }
    .overlayMenuItem{
        padding: 0 15px;
        box-sizing: border-box;
    }
    nav{
        display: table;
        width: 100%;
    }
    nav ul{
        display:table-cell;
        height: 98vh;
        vertical-align: middle;
        width: 100vh;        
    }
    nav li{
        text-align: center;
        margin-bottom: 20px;
        transition: all ease 0.3s;       
    }
    nav li a:hover{
        color: #fff;
        background: #0e0000;
    }
    nav li a {
        display: block;
        padding: 15px 0;
        font-size: 17px;
        font-weight: normal;
    }
    nav li img{
        width: 120px;
        margin: 0 auto 50px;
    }    
    #header{
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        transition: .5s;
        z-index: 100;
    }
    #header p{
        transition: 0.8s all ease;
        width: 100%;
        
        transform: translateX(100%);
        will-change: transform;
        padding: 8px 10px 7px 10px;
    }
    #header.extend p{
        transform: translateX(0%);
        will-change: transform;
    }
    #header p img{
        opacity: 0;
    }
    #headerimg{
        opacity: 0;
    }
    #header.extend img{
        animation: 1s fadesame 0.5s 1 both;
        opacity: 1;
    }
    

    
    /*MAIN SLIDER==========================*/
    .main-slider .s1{
        background: url(../images/img_main01_sp.jpg) no-repeat top center / cover;
    }
    .main-slider .s2{
        background: url(../images/img_main02_sp.jpg) no-repeat center center / cover;
    }
    .catch{
        top: 35%;
    }
    .catch p{
        width: 116px;
        margin: 0 auto 30px;
    }
    .catch h1 img{
        width: 70%;
    }
    .catch h1{
        font-size: 18px;
    }
    .news{
        width: 100%;
        background: rgba(256, 256, 256, 0.8);
        padding: 10px 20px;
        font-size: 12px;
    }

    /*PICKUP MENU==========================*/

    .lineupMenu{
        margin: 0 5px 0 20px;
        padding: 50px 0 100px;
        position: relative

    }
    .lineupMenu h2 img{
        width: 200px;
        margin-bottom: 30px;
    }
    .lineupMenu .slick-slide{
        margin-right: 15px;
    }
    .lineupMenu .ttlArea{
        position: static;
    }
    .lineupMenu .btn{
        bottom: 50px;
        right: 15px;
    }
    .lineupMenu .ttlArea{
        margin: 0 20px 0 0;
    }
    .lineup-slider .slick-slide p{
        font-size: 12px;
        padding: 10px;
    }

    

    /*ACCESS==========================*/
    .access{
        margin: 0;
        padding: 0;
    }
    .access .ttl img{
        width: 98px;
    }
    .shop{
        position: static;
        width: 100%;
    }
    .mapArea{
        position: static;
        width: 100%;
    }
    .info{
        margin: 0;
        width: 100%;
        padding: 50px 20px;
    }
     /*FOOTER==========================*/
    footer{
        margin-left: 0;
        padding: 40px 40px 20px;
    }
    footer .inner{
        display: block;
        margin-bottom: 0;
    }
    .logo_f{
        margin: 30px auto 70px;
        width: 100px;
    }
    .f_nav{
        width: 100%;
    }
    .f_nav ul{
        width: 50%;
    }
    .f_nav ul:nth-of-type(2){
        width: 30%;
        margin-left: 20%;
    }
    .f_nav li a{
        font-size: 14px;
    }
    .f_nav li li a{
        font-size: 10px;
    }
    .copy{
        text-align: center;
        font-size: 10px;
        padding: 20px 0 0 0;
    }
    .outlink a::after{
        width: 14px;
        height: 14px;
        margin-left: 5px;
    }

    /*SECOND==========================*/
    .sideNav{
        position: fixed;
        width: 100%;
        height: auto;
        padding: 65px 15px 15px;
        margin: 0;
        left: 0;z-index: 1;
    }
    .sideNav ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        margin: auto;
    }
    .sideNav li a{
        font-size: 12px;
        margin-bottom: 0;
    }
    .second footer{
        margin-left: 0;
    }
    .sttl{
        margin: 0 0 0 20px;  
        padding: 160px 0 30px 0;
        font-size: 12px;
    }
    

    /*MENU==========================*/
    .menu_deco{
        margin-top: -96px;
        padding-top: 96px;
    }
    .menu .container{
        margin-left: 0;
    }
    .menu .sttl img{
        width: 72px;
    }
    .menuBox{
        margin: 0 20px 50px;
    }
    .menuL, .menuR{
        width: 100%;
    }
    .menuBox h3{
        margin-bottom: 10px;
    }
    .menuBox dl{
        margin-bottom: 40px;
        letter-spacing: 0;
        font-size: 12px;
    }
    .menuBox dd{
        margin-bottom: 10px;
    }
    .menu_ttl{
        padding: 14vw 0;
        margin-left: 20px;
        background: url(../images/img_food.jpg) no-repeat right top / 55%;
    }
    .drink .menu_ttl {
        background: url(../images/img_drink.jpg) no-repeat right top / 55%;
    }
    .sweets .menu_ttl {
        background: url(../images/img_sweets.jpg) no-repeat right top / 55%;
    }
    .goods .menu_ttl {
        background: url(../images/img_goods.jpg) no-repeat right top / 49%;
    }
    .menu_ttl .txt{
        font-size: 12px;
        letter-spacing: 0.1em;
    }
    .food .menu_ttl img{
        width: 90px;
    }
    .drink .menu_ttl img{
        width: 102px;
    }
    .sweets .menu_ttl img{
        width: 126px;
    }
    .goods .menu_ttl img{
        width: 116px;
    }


    /*RECRUIT==========================*/
    .recruit .container{
        margin-bottom: 80px;
    }
    .recruit .sttl img{
        width: 107px;
    }
    .read{
        margin: 30px 0;
    }
    .recruit article{
        display: block;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .recruit figure{
        width: 100%;
        margin-bottom: 20px;
        height: 250px;
        overflow: hidden;
    }
    .tab li{
        font-size: 12px;
        padding: 2px 10px;
    }
    .recruit h2{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .recruit dt{
        font-size: 12px;
    }
    .recruit dd{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .recruit article p{
        margin: 20px 0 5px;
        font-size: 12px;
    }
    .bnr{
        justify-content:space-between;
        flex-wrap: wrap;
    }
    .bnr li{
        width: 48%;
        margin-right: 4%;
    }
    .bnr li:nth-of-type(2n){
        margin-right: 0;
    }

    .concept .sttl img{
        width: 114px;
    }
    .conceptBox h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .conceptBox{
        margin-top: 80px;
    }
    .menuBnr ul{
        flex-wrap: wrap;
    }
    .menuBnr li{
        width: 50%;
    }
    .conceptBox ul{
        margin-top: 30px;
    }
    .menuBnr ul{
        margin-top: 80px;
    }
    .menuBnr li a{
        font-size: 25px;
    }
    
}





/*---------------------------------------------------
ANIMATION
---------------------------------------------------- */
/*FADE======================*/
.fd,.fl,.fr,.fade{
    opacity: 0;
}
.fd.active{
    animation: 1s fadebottom 0.2s 1 both;
    opacity: 1;
}
.fl.active{
    animation: 1s fadeleft 0.2s 1 both;
    opacity: 1;
}
.fr.active{
    animation: 1s faderight 0.2s 1 both;
    opacity: 1;
}
.fade.active{
    animation: 1s fadesame 0.5s 1 both;
    opacity: 1;
}
@keyframes fadebottom {
    0% {transform: translateY(30px);opacity: 0;}
    45% {transform: translateY(0px);opacity: 1;}
}
@keyframes fadeleft {
    0% {transform: translateX(-30px);opacity: 0;}
    45% {transform: translateX(0px);opacity: 1;}
}
@keyframes faderight {
    0% {transform: translateX(30px);opacity: 0;}
    45% {transform: translateX(0px);opacity: 1;}
}
@keyframes fadesame {
    0% {opacity: 0;}
    45% {opacity: 1;}
}

