@charset "utf-8";

/***********************************
*	COMMON *
***********************************/
body{
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
footer.ftr{
    position: relative;
    margin-bottom: 150px;
}


/***********************************
*	CONTENTS *
***********************************/
/* ___ EFFECT ___ */  
.effect div.content_img {
  font-size: 100px;
  transition: .8s;
} 
.effect div.contents_txt {
  transition: .8s;
  transition-delay: 1.2s;
}
.effect div.ggmap{
  transition: .8s;
  transition-delay: 1.8s;
}

/* ___ LOADER ___ */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 10001;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 29px;
  margin-top: -15px;
  margin-left: -15px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* ___ SLIDESHOW ___ */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed;
	z-index: 90;
 	visibility: hidden;
}

.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
    display: none;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.fullSlideShow{
    opacity: 1;
    transition: .7s;
}
.fullSlideShow.fade{
    opacity: 0;        
}

/* ___ FIXED ITEM ___ */
.side {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
}
    .side__logo{
        position: absolute;
        top: 207px;
        left: 75px;
        padding: 0;
        background-color: transparent;
    }


.deliverly_mark{
    position: fixed;
    width:256px;
    bottom: 25px;
    right: 65px;
    z-index:997;
}

.copyright {
    position: fixed;
    top: 207px;
    right: 59px;
}

.effect{
    margin-top: 100px;
}

/* ___ AREA ___ */
#news_area,
#concept_area,
#menu_area,
#store_area{
}
#news_anker,
#concept_anker,
#menu_anker,
#store_anker{
}
.content_img{
    position: relative;
    height: 0;
    /* img Height ÷ img Width × 100 */
    padding-top: 57.45%;
}
#news_area .content_img{
    background:url('../img/ttl_bg_news.jpg') 0 0 no-repeat;
    background-size: contain;
}
#concept_area .content_img{
    background:url('../img/ttl_bg_concept.jpg?ver=20250528') 0 0 no-repeat;
    background-size: contain;
}
#menu_area .content_img{
    background:url('../img/ttl_bg_menu.jpg') 0 0 no-repeat;
    background-size: contain;
}
#store_area .content_img{
    background:url('../img/ttl_bg_store.jpg?ver=20250528') 0 0 no-repeat;
    background-size: contain;
}

.content_img h2{
    padding-left: 300px;
    padding-right: 75px;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#news_area .content_img h2{ width:200px; height:48px;}
#concept_area .content_img h2{ width:330px; height:48px;}
#menu_area .content_img h2{ width:200px; height:132px;}
#store_area .content_img h2{ width:222px; height:47px; }
.content_img h2 img{
    position: inherit;
}
.contents_inner{
    padding-left: 300px;
    padding-right: 75px; 
}    
.contents_txt{
    width: 100%;
    max-width: 565px;
    margin: auto;
    padding: 2em 0;
    font-size: 18px;
    line-height: 2.3;
}

/* ___ AREA_DETAILS ___ */

    /*_ MENU_DETAIL _*/
    .sttl_menus {
        margin: 0 1em 2em;
        
    }
    .sttl_menus img {
        max-width: 100%;
        
    }
    .menus{
        float: left;
        margin: 0 2px 3px 0;
        width: 32.5%;
    }
    .menus.alpha{
        margin: 0 2px 3px 2px;
    }
    .menus img{
        vertical-align: bottom;
        width: 100%;
        height: auto;
    }
    .btn_menu{
        margin-top: 30px;
    }
    .btn_menu.grand {
        margin-top: 60px;
    }
    .deli_area{
        margin:26px 26px 0;
        padding:1em 1.5em;
        border:solid #000 2px;
        font-size:14px;
    }
    .deli_area_note {
        position: relative;
        padding: 13px 26px 0 106px;
        font-size: 14px;
        line-height: 1.4;
    }
    
    .deli_area_note:before {
        content: "";
        position: absolute;
        top: 11px;
        left: 42px;
        display: block;
        width: 50px;
        height: 16px;
        border: 2px solid #e60012;
    }
    .deli_area_note.en {
        text-align: center;
        padding: 13px 0 0 ;
    }
    .deli_area_note.en:before {
        content: none;
    }
    .deli_area_note.en span {
        font-weight: bold;
        color: #e60012;
        display: inline-block;
        width: 50px;
        border: 2px solid #e60012;
        height: 16px;
        position: relative;
        top: 2px;
    }

    .deli_area .deli_time{
        margin: 0;
    }
    .deliverly{
        margin-top: 100px;
    }
    .sttl_deli{
        font-size: 13px;
        padding:0 1em;
    }
    .sttl_deli img{
        max-width: 100%;
    }
    .deli_time{
        margin: 10px 0;
        font-size: 18px;
    }
    .btn_menu.deli {
        margin-top: 60px;
    }
    .spn_specific{
      border: 2px solid #e60012;
      padding: 7px;
    }
    div.spn_specific{
      margin: 0 -7px;
      padding: 0 7px;
    }
@media screen and (max-width:1200px) {
  .deli_area_note {
      padding-left: 80px;
      padding-right: 36px;
      font-size: 12px;
  }
  .deli_area_note:before {
      width: 30px;
  }
}



    /*_ SRORE＿DETAIL _*/
    #store_area .contents_txt p{
        margin-bottom:1.5em;
        font-weight: bold;
    }
    .ggmap {
        position: relative;
        padding-bottom: 20%;
        height: 0;
        overflow: hidden;
        margin: 0 20px;
    }
    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    #pagetop{
        text-align: center;
        margin: 40px 0 120px;
        padding-left: 300px;
        padding-right: 75px;
    }



/***********************************
*	NAVIGATION	*
***********************************/
.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 3px;
  width: 33px;
  background-color: rgba(0, 0, 0, 1);
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 50px;
  right: 63px;
  height: 36px;
  width: 36px;
  z-index: 999;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
  padding-left: 300px;
  padding-right: 75px;
}

.bar {
  position: fixed;
  right: 65px;
  top: 68px;
}
.bar:before {
  top: -11px;
}
.bar:after {
  top: 11px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
  height: 1px;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 80px;
  height: 100% !important;
  width: 100% !important;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
  margin: 15% 0;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 42px;
  font-weight: bold;
  padding: 5px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}
.menu-expanded a:hover {
  transition: all .15s;
  letter-spacing: 2px;
}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}



/***********************************
*	UTILITY	*
***********************************/
a.btn {
    display: inline-block;
}
.btn img{
    transition: .2s;
    opacity: 1;
}
.btn:hover img{
    opacity: 0.5;
}
.tal_C{
    text-align: center;        
}
.fnt_B{
    font-weight: bold;
}

@media screen and (min-width:1201px) {
    .npc{
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .nsp{
        display: none;
    }
    .btn img {
    width: 70%;
    max-width: 267px;
    }
    .menu-collapsed {
    top: 0;
    right: 0;
    width: 70px;
    height: 60px;
    }
    .menu-collapsed ul {
    padding: 0 ;
    }
    .bar {
    right: 33px;
    top: 43px;
    }
    .deliverly_mark {
    bottom: 0;
    left: 0;
    }
    .copyright {
    right: 12px;
    }
    .flexslider{
    margin-bottom: 0!important;
    }
    .flex-control-nav,
    .flex-direction-nav {
    display: none;
    }
    .content_img{
    position: relative;
    height: 0;
    /* img Height ÷ img Width × 100 */
    padding-top: 110.625%;
    } 
    #news_area .content_img{
    background:url('../img/ttl_bg_news_sp.jpg') 0 0 no-repeat;
    background-size: contain;
    }
    #concept_area .content_img{
    background:url('../img/ttl_bg_concept_sp.jpg?ver=20250528') 0 0 no-repeat;
    background-size: contain;
    }
    #menu_area .content_img{
    background:url('../img/ttl_bg_menu_sp.jpg') 0 0 no-repeat;
    background-size: contain;
    }
    #store_area .content_img{
    background:url('../img/ttl_bg_store_sp.jpg?ver=20250528') 0 0 no-repeat;
    background-size: contain;
    }
    .content_img h2 {
    padding:0 20px;
    }
    #concept_area .content_img h2{ width:300px; height:44px;}
    #concept_area .content_img h2 img{ width:300px; height:44px;}
    .contents_inner {
    padding:0 20px;
    }
    #concept_area .contents_txt{
    text-align: left;
    line-height: 2.0;
    }
    p{
    padding-left: 1em;
    padding-right: 1em;
    }
    .ggmap {
    padding-bottom: 60%;
    }
    
    #pagetop {
    padding: 0 20px;
    }
}



/***********************************
*	BORDER	*
***********************************/
/* Create a series of empty pseudo-elements... */
html:before,html:after,body:before,body:after{
    content:"";
    background:#ECE500;
    position:fixed;
    display:block;
    z-index:1000;
}
/* ...and position them! */
html:before{
    height:20px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:20px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:20px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:20px;
    top:0;
    bottom:0;
    left:0;
}





/***********************************
*	MOD 20230502	*
***********************************/
#centerBoxFirst:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    display: block;
    z-index: 101;
}

.menu_disc{
    margin-top: 60px;
    margin-bottom: -30px;
    line-height: 1.6;
}

.kv_txt{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    z-index: 102;
    line-height: 1.8;
}
.kv_txt img{
    display: block;
    margin: 0 auto 15px;
}


@media screen and (max-width:1200px) {
    .kv_txt{
        position: relative;
        bottom: auto;
        margin: 40px 0 -50px;
        color: #000;
        font-size: 13px;
        letter-spacing: -0.5px;
    }
    .kv_txt img{
        max-width: 70%;
    }
}



/***********************************
*	NAV LANGAGE	*
***********************************/
.nav_lang {
    position: fixed;
    right: 110px;
    top: 55px;
    z-index: 1000;
    color: #000;
    display: block;
}
@media screen and (max-width:1200px) {
    .nav_lang {
        right: 80px;
        top: 30px;
    }
}
.nav_lang ul{
    display: flex;
}
.nav_lang ul li{
    margin: 0 8px;
}
.nav_lang ul li a{
    position: relative;
    font-size: 24px;
    color: #000;
    transition: opacity 0.3s;
}
.nav_lang ul li a:before {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #000;
}
.nav_lang ul li a:hover{
    opacity: 0.6;
}