@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;900&display=swap');


html {
	scroll-behavior: smooth;
	overflow-y: scroll!important;
	width: 100%;
	box-sizing: border-box;
	font-family: "M PLUS 1p","Noto Sans JP","游ゴシック","メイリオ",serif;
	/*font-family: "Roboto Slab",Garamond,"Times New Roman","游明朝","Yu Mincho",
	"游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;*/
}
body{
	font-family: 'Zen Kaku Gothic New','Zen Kaku Gothic',"M PLUS 1p","Noto Sans JP","游ゴシック","メイリオ",serif!important;
	overflow-x: hidden!important;
}

a{
	text-decoration: none;
	transition: 0.7s;
}
a:hover{
	opacity: 0.7;
}

body{
	background-color: #ffffff;
	/*overflow: auto;
  scrollbar-gutter: stable;*/
}
*{
	padding: 0;
	margin: 0;
}
p{
	color: #333;
	line-height: 1.7;
}

img{
	width: 100%;
	vertical-align:top;
	image-rendering: -webkit-optimize-contrast;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

.sp_only{
	display: none;
}
.tb_sp{
	display: none;
}

.expent{
	font-size: 0.8em;
	vertical-align: top;
}

.footer_cont.menu_footer{
	display: none;
}

.enmenu{
	font-size: 26px;
	font-weight: bold;
	font-family: 'Noto Serif JP','游明朝';
	color: #fff!important;
}
.jpmenu{
	font-size: 16px;
	font-weight: bold;
	font-family: 'Noto Serif JP','游明朝';
	color: #fff!important;
}

/*ヘッダー*/
.header{
	display: flex;
	width: 100%;
	height: 85px;
	justify-content: space-between;
	background-color: #1e1e1e;
	padding: 0;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 10;
}
.header_select{
	display: flex;
	justify-content: space-between;
	color: #ffffff;
	width: 70%;
	max-width: 900px;
}
.header_select .h_sel1{
	display: flex;
	justify-content: space-between;
	width: 530px;
	margin-right: 10px;
}
.header_select .h_sel1 li{
	width: auto;
	list-style: none;
	font-size: 12px;
	display: flex;
    align-items: center;
    justify-content: center;
}
/*.header_select .h_sel1 li a:after{
	content: '|';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #ffffff;
}*/
.header_select .h_sel1 span{
	display: flex;
	align-items: center;
	margin-top: 3px;
	color: #b3b3b3;
}
.header_select .h_sel1 li a{
	color: #ffffff;
	position: relative;
}
.header_select .h_sel2{
	max-width: 180px;
    width: 55%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header_select .h_sel2 a{
	height: 42px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #666d72;
	color: #fff;
	text-decoration: none;
}
.header_select .h_sel2 a:nth-of-type(1){
/*	margin-bottom: 3px;*/
	border-bottom: solid 1px #fff;
}
.header_select .h_sel23 {
    max-width: 355px;
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.header_select .h_sel3{
	width: 45%;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #aa1b49;
	color: #ffffff;
	position: relative;
	text-align: center;
	line-height: 14px;
	font-weight: bold;
}
.header_select .h_sel3 p{
	line-height: 14px;
}
.header_select .h_sel1 li a p,.header_select .h_sel3 p{
	color: #fff;
	margin: 0;
}
.header_select .h_sel3::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 8px 8px 0 8px;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 5px;
    right: 0px;
}


.header{
    width: 100%;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .header_nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #header_box{
    display: none;
  }
  #header_box .header_right{
    width: 20%;
    position: relative;
  }
  #nav_toggle{
    width: 35px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
  }
  #nav_toggle span {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: relative;
    transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
  }
  
  #nav_toggle span:nth-child(1) {
    top: 0;
  }
  
  #nav_toggle span:nth-child(2) {
    margin: 10px 0;
  }
  
  #nav_toggle span:nth-child(3) {
    top: 0;
  }

  /* ハンバーガーメニュークリック後のスタイル */
  .active#nav_toggle {
    transform: translateX(0);
  }

  .active#nav_toggle span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
  }

  .active#nav_toggle span:nth-child(2) {
    opacity: 0;
  }

  .active#nav_toggle span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }

  .menu_close{
  	display: none;
  }

  .top_bunr{
  	position: fixed;
  	right: 3%;
  	bottom: 50px;
  	width: 45px;
  	height: 45px;
  	background-color: #aa1b49;
  	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  .triangle {
	  content: '';
    position: absolute;
    right: 0px;
    left: 0;
    top: 6px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
	}



  /*menuホバーメニュー*/
  .menu_wrapper{
  	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 1000;
    height: 0;
    transition: 0.5s;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #272727;
    top: 85px;
  }
  .menubtn:hover .menu_wrapper{
  	height: 270px;
  }
  /*.menu_wrapper{
  	height: 270px;
  }*/
  /*.menu_inwrap {
    max-width: 590px;
    padding: 63px 0;
    margin: 0 auto;
	}
	.menu_ttl_wrap {
    float: left;
    width: calc(100% - 495px);
	}
	.g_nav_mega_list_wrap {
    float: right;
    width: 495px;
    padding-left: 32px;
    border-left: 1px solid #BDBDBD;
	}*/
	.menu_inwrap{
		max-width: 850px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
	}
	.menu_ttl_wrap{
		width: 20%;
	}
	.g_nav_mega_list_wrap{
		width: 80%;
	}
	.g_nav_mega_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.header_select .h_sel1 li .menu_wrapper li{
		width: 24%;
	}



/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#header{
	position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
    height: 90vh;/*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background: url("../img/movie.jpg") no-repeat;
    background-size: cover;
    z-index: 1;
}

/* ローディングアイコン設定 */

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/

#loading.disappear{
     display: none;   
}

/*動画*/
.movie{
/*	height: 56.25vw;*/
	  height: 46.25vw;
    width: 100%;
    /* height: 100vh; */
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
.movie_cont{
	margin-top: 85px;
	height: auto;
	aspect-ratio: 12 / 7;
	position: absolute;
	top: 5%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	/*box-sizing: border-box;
  	height: 56.25vw; 
  	left: 50%;
  	min-height: 100%;
  	min-width: 100%;
  	position: absolute;
  	top: 38%;
  	transform: translate(-50%, -50%);
  	width: 177.77777778vh; */
}


/*トップバナー・スライダー*/
.top_banner{
	margin: 0px 30px 100px;
}
#container{
	padding-top: 30px;
}
.top_bnr_cont{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.bnr_img{
	width: 32.5%;
}
.bnr_img img{
	max-width: 615px;
}
.bnr_img p{
	font-size: 12px;
	margin-top: 10px;
}
.container {
	width: 100%;
	margin-top: 20px;
}
.splide__list {
	height: auto;
}
.splide__slide{
	max-width: 615px;
	width: 100%;
}
.splide__slide img {
	width: 100%;
	height: auto;
}
.splide__slide img{
	max-width: 615px;
}
.splide__slide p{
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px;
}

/*トップ新店お知らせ*/
.new_shop_open{
	background-color: #f3ede2;
	padding: 15px 20px;
	margin-bottom: 35px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-top: 0px;
}
.new_shop_open p{
	font-family: '游明朝','Noto Serif JP';
	font-weight: bold;
	color: #7f6e44;
	text-align: center;
	line-height: 38px;
}
.new_shop_open p:nth-of-type(1){
	font-size: 20px;
}
.new_shop_open p:nth-of-type(2){
	font-size: 32px;
}
.new_shop_open p span.new_shop_youbi{
	font-size: 28px;
	margin: 0 0 0 -10px;
	position: relative;
	top: -1px;
}

/*news*/
.news{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	max-width: 850px;
	padding-top: 0;
	flex-direction: column;
}
.topic_img img{
	max-width: 168px;
}
.news_cont{
/*  display: none;*/
  margin-top: 15px;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 30px 30px;
  box-sizing: border-box;
  position: relative;
}
.news_cont p{
	font-size: 14px;
	line-height: 24px;
}

.nai_title{
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: solid 1px #4d4d4d;
	padding-right: 45px;
}
.news_cont p:nth-of-type(2){
	
}
.news_naiyo{
  padding: 20px 10px 25px;
   background-color: unset; 
  border-top: #333 solid 1px;
}
.fair_news{
	max-width: 300px;
	margin: 0 auto 20px;
}
.topic_img{
	max-width: 168px;
  width: 33%;
  margin: 0 auto 35px;
}
.news ul{
  max-width: 850px;
  width: 100%;
  margin: 0 0 0 auto;
  font-size: 14px;
  line-height: 24px;
  overflow-y: auto;
/*  height: 250px;*/
	max-height: 300px;
/*	min-height: 250px;*/
  padding-right: 20px;
}

/*.news ul::-webkit-scrollbar {
    width: 8px;
    background-color: #dbdbdb;
    border-radius: 5px;
}
.news ul::-webkit-scrollbar-thumb {
    background: #848484;
    width: 6px;
    border-radius: 5px;
}*/
.news li{
  display: flex;
  align-items: center;
/*  justify-content: space-between;*/
  border-bottom: solid 1px #333;
  padding: 15px 20px;
}
.news_date{
  width: 80px;
  max-width: 100px;
}
.news_text{
  width: 80%;
  margin-left: 20px;
}
.news_title p{
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.news_title p:after {
	content: '';
  position: absolute;
  /*right: -20px;
  content: "▼";*/
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
	width: 7px;
	height: 7px;
	border-top: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news_title p.sanka:after {
  content: "▲";
}
.aka{
	color: #FF0000;
}
.newslink{
	color: #3366CC;
	border-bottom: solid 1px #3366CC;
}

#news{
  margin: -120px auto 120px;
  padding-top: 120px;
}
.news_contetn ul li div{
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.news_contetn ul li .news_date{
  position: relative;
  display: flex;
  align-items: center;
  max-width: unset;
}
.ncate {
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 50px;
  text-align: center;
  width: 65px;
  margin-left: 5px;
  font-size: 14px;
}
.news_icon{
  display: flex;
  align-items: center;
}
.news_catego1{
  border: solid 1px #db6d1b;
  color: #db6d1b;
}
.news_catego2{
  border: solid 1px #b72a5d;
  color: #b72a5d;
}
.news_catego3{
  border: solid 1px #666666;
  color: #666666;
}
.news_cont p.nai_title{
  font-size: 16px;
}

.news_pop_title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-right: 30px;
}
.pop_news_title{
  width: 100%;
  margin-top: 7px;
}

.news_tab_select{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 25px;
}
.news_btn{
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 13px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.news_btn:before{
  content: '';
  background-color: #e6e6e6;
  height: 8px;
  width: 100%;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.news_btn p{
  color: #666666;
}
.news_btn.tive p{
  color: #b72a5d;
}
.news_btn.tive:before{
  background-color: #b72a5d;
}
.news_content_wrap{
  width: 100%;
}
.news_contetn{
  display: none;
}
.news_contetn.tive{
  display: block;
}

#no-category-message{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 15px 0;
}




/*popupanimation*/
/* オーバーレイ 初期状態 */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* オーバーレイ 表示アニメーション */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .3;
}
/* オーバーレイ 非表示アニメーション */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* コンテンツ 初期状態 */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* コンテンツ 表示アニメーション */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* コンテンツ 非表示アニメーション */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}




/*コンセプト*/
.concept{
	background-color: #272e33;
	padding: 0px 20px 90px;
}
.contitle{
	text-align: center;
	padding-top: 70px;
}
.contitle img{
	max-width: 278px;
	margin: 0 auto 25px;
}
.concept .contitle p{
	color: #fff;
}
.contitle p{
	font-size: 20px;
	font-family: '游明朝','Noto Serif JP';
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 35px;
}
.concept_cont{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.concept_img{
	width: 32%;
	max-width: 380px;
}
.concept_img p:nth-of-type(1){
	font-size: 32px;
	color: #e0d19d;
	font-weight: bold;
	font-family: 'Noto Serif JP','游明朝';
}
.concept_img p:nth-of-type(1) span{
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
	margin-left: 10px;
}
.concept_img p:nth-of-type(2){
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 10px;
}
.concept .mroe_btn{
	padding: 0 20px;
	box-sizing: border-box;
}
.mroe_btn{
	max-width: 360px;
	width: 100%;
	margin: 50px auto 0;
}
.mroe_btn p{
	font-size: 14px!important;
	font-family: "游ゴシック","メイリオ",serif!important;
	font-weight: bold;
	color: #fff;
	padding: 15px 20px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 40px;
	position: relative;
}
.mroe_btn p:after{
	content: '';
	width: 15%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.splide-controller {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    margin-top: 3.2rem;
  }
  .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    margin: 0 auto 0 0;
    text-align: center;
  }

/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}




/*menu*/
#menu{
	background-color: #f3ede2;
	padding-bottom: 50px;
}
.menu_topimg{
	background-image: url(../img/new/menu_top.jpg?2504);
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
}
#menu .contitle{
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 0;
}
#menu .contitle:before{
	content: '';
	background-image: url(../img/new/menu_face.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30%;
	max-width: 360px;
	height: 414px;
	position: absolute;
	left: 0;
	margin: auto;
	z-index: -1;
}
#menu .contitle img{
	max-width: 183px;
	margin-bottom: 20px;
}
#menu .contitle p{
	margin-bottom: 20px;
}
#menu .contitle p:nth-of-type(1) span{
	font-size: 45px;
}
#menu .contitle p:nth-of-type(1) span:nth-of-type(2){
	font-size: 0.7em;
}
#menu .contitle p:nth-of-type(2){
	font-size: 14px;
	font-weight: unset;
	line-height: 24px;
}
#menu .contitle p:nth-of-type(2) span{
	font-size: 14px;
	font-weight: unset;
}

.menu_con{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: sapce-between;
	position: absolute;
/*    top: 0;*/
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
}
.menu_text{
	max-width: 655px;
	width: 56%;
	background-color: #fff;
	padding: 30px 50px;
	box-sizing: border-box;
	height: fit-content;
}
.menu_text p:nth-of-type(1){
	font-size: 36px;
	font-weight: bold;
	font-family: 'Noto Serif JP','游明朝';
	margin-bottom: 10px;
}
.menu_text p:nth-of-type(2){
	font-size: 14px;
}
#menu .mroe_btn{
	margin: 40px auto 0 0;
	max-width: 210px;
}
#menu .mroe_btn p{
	padding: 7px 10px;
	background-color: #a58e7a;
	color: #fff;
}
.menu_wrap{
	width: 100%;
	position: relative;
	/*display: flex;
	justify-content: space-bwtween;*/
	margin-bottom: 90px;
}

.menu_img{
	display: flex;
	justify-content: space-between;
}
.menu_img img{
	max-width: 1260px;
	margin: 0 0 0 auto;
    width: 70%;
}
.lefty .menu_img img{
	margin: 0 auto 0 0;
}
#menu .fair_wrap .mroe_btn p{
	background-color: #fff;
    color: #a58e7a;
}
.fair_wrap .mroe_btn p:after{
	background-color: #a58e7a;
}
.fair_wrap .menu_text{
	background-color: #a58e7a;
	color: #fff;
	position: relative;
	padding-top: 40px;
}
.menu_text:hover{
	opacity: unset;
}
.moree{
	transition: 0.7s;
}
.moree:hover{
	opacity: 0.7;
}
.fair_wrap .menu_text:before{
	content: '期間限定';
	background-color: #fff;
	color: #7f6e44;
	font-size: 18px;
	padding: 5px 10px;
	font-family: 'Noto Serif JP','游明朝';
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 50px;
}
.fair_wrap .menu_text p:nth-of-type(1){
	color: #fff;
}
.fair_wrap .menu_text p:nth-of-type(2){
	color: #fff;
}
.menu_text_empty{
	width: 46%;
}
.menu_img_empty{
	width: 30%;
}
.menu_img_on{
	content: '';
/*	background-image: url(../img/new/menu_fairmenu.jpg);*/
	background-image: url(../img/new/menu_fairmenu2.png?0508);
	background-size: cover;
    width: 100%;
    max-width: 1360px;
    height: 400px;
}
#grand .menu_img_on{
	background-image: url(../img/new/menu_grandmenu.jpg?0508);
}
#drink .menu_img_on{
	background-image: url(../img/new/menu_drinkmenu.jpg?0508);
	background-position: center;
}
#dessert .menu_img_on{
	background-image: url(../img/new/menu_dessertmenu.jpg?0508);
}
.menu_bottom{
	height: 1px;
}


/*shopinfo*/
#shopinfo{
	position: relative;
	background-color: #ead9c3;
}
#shopinfo .menu_img_on{
	background-image: url(../img/new/shopinfo.jpg?0508);
	width: 53%;
	height: 420px;
}
#shopinfo .menu_img_empty{
	width: 47%;
	position: relative;
}
#shopinfo .menu_con{
/*	position: unset;*/
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
#shopinfo .menu_img_empty:before{
	content: '';
	background-image: url(../img/new/right_face2.png);
	width: 288px;
	height: 330px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}
#shopinfo .contitle img{
	max-width: 217px;
}
#shopinfo .menu_text_empty {
    width: 60%;
}
#shopinfo .contitle{
	text-align: left;
	width: 40%;
	padding: 50px;
	height: fit-content;
	margin: auto;
}
#shopinfo .contitle:hover{
	opacity: unset;
}
#shopinfo .mroe_btn div{
	transition: 0.7s;
}
#shopinfo .mroe_btn div:hover{
	opacity: 0.7;
}
#shopinfo .contitle p{
	font-size: 14px;
	font-weight: unset;
	text-align: left;
}
#shopinfo .mroe_btn{
	margin: 40px auto 0 0;
	max-width: 280px;
}
#shopinfo .contitle .mroe_btn p{
	text-align: center;
	margin-bottom: 0;
	padding: 12px;
	background-color: #c6b19d;
	color: #fff;
	font-weight: bold;
}
.rese_tui {
    position: fixed;
    top: 15%;
    right: 3%;
    z-index: 100;
    cursor: pointer;
    width: 100%;
    max-width: 50px;
}
.rese_tui p{
	writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 16px;
  font-weight: bold;
  color: #aa1b49;
  padding: 20px 10px;
  border: solid 2px #aa1b49;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.7s;
  font-family: 'Noto Serif JP','游明朝';
}
.rese_tui:hover p{
  color: #fff;
  background-color: #aa1b49;
}


/*foodtakeout*/
#takeout{
	background-color: #f3ede2;
	padding: 60px 20px;
}
.takecont{
	background-color: #fff;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px 70px;
	box-sizing: border-box;
}
#takeout .contitle img{
	max-width: 358px;
}
#takeout .contitle p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.taketop{
	max-width: 1000px;
	margin: 0 auto;
}
.taketop_img{
	display: flex;
	flex-direction: column;
}
.takelost{
	max-width: 420px;
	width: 100%;
	margin: 30px auto 35px;
	border: solid 1px #7f6e44;
	padding: 20px;
	text-align: center;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}
.takelost:after{
	content: '';
	position: absolute;
	bottom: -19px;
	right: 0;
	left: 0;
	margin: auto;
	background: #ffffff;
	width: 35px;
	height: 35px;
	border-bottom: solid 1px #7f6e44;
	border-left: solid 1px #7f6e44;
	transform: rotate(-45deg);
}
.takelost p{
	color: #7f6e44;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Noto Serif JP','游明朝';
}
.takelost p span{
	font-size: 20px;
}
.lo{
	position: relative;
	padding: 40px 60px 0;
}
.eru{
	position: relative;
	height: 40px;
}
.lo:before,.lo:after,.eru:before,.eru:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
}
.lo:before{
	top: 0;
	left: 0;
	border-top: solid 1px #a58e7a;
	border-left: solid 1px #a58e7a;
}
.lo:after{
	top: 0;
	right: 0;
	border-top: solid 1px #a58e7a;
	border-right: solid 1px #a58e7a;
}
.eru:before{
	bottom: 0;
	left: 0;
	border-bottom: solid 1px #a58e7a;
	border-left: solid 1px #a58e7a;
}
.eru:after{
	bottom: 0;
	right: 0;
	border-bottom: solid 1px #a58e7a;
	border-right: solid 1px #a58e7a;
}
.loimg{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 830px;
	margin: 0 auto;
}
.loimg img{
	max-width: 378px;
	width: 48%;
}
.loimg img:nth-of-type(2){
	max-width: 400px;
	width: 48%;
}
.lochuki{
	width: 100%;
	margin: 30px auto 0;
	font-size: 12px;
	text-indent: -1em;
  padding: 0 0 0 1em !important;
  line-height: 1.7;
}
#takeout .mroe_btn p{
	background-color: #a58e7a;
	padding: 12px;
}
#takeout .mroe_btn{
	max-width: 280px;
	margin: 40px auto 0;
}


/*footer*/
.footer_select{
	background-color: #ead9c3;
	padding: 20px 20px 50px;
}
.footer_cont{
	max-width: 1000px;
	margin: 30px auto 20px;
	display: flex;
	justify-content: space-between;
}
.footer_btn{
	max-width: 287px;
	width: 24%;
}
.snsbnr_cont{
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.snsbnr{
	width: 49%;
}

.footer{
	background-color: #272e33;
	padding: 45px 0 0;
}
.footer_menu_inner{
	width: 100%;
	max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_menu_box {
/*    width: 15%;*/
}
.footer_menu_box a{
	color: #fff!important;
	font-size: 12px;
}
.footer_menu_box dl {
    text-align: left;
}
.footer_menu_box dt {
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 20px;
}
.footer_menu_box dd {
    margin-top: 4%;
}
.footer_logo{
	background-color: #000;
	padding: 20px;
	text-align: center;
}
.footer_logo img{
	max-width: 340px;
	margin: 0 auto;
}
.footer_logo p{
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.sab_kaso{
	display: none;
}

.header_left{
	display: flex;
  align-items: center;
}
.header_left img,.header_nav img{
	width: 100%;
	max-width: 265px;
/*	height: 80px;*/
	margin: auto 0;
}


@media screen and (max-width: 1300px){
	.header_select .h_sel1 li a{
		font-size: 12px;
	}
	.header_select .h_sel2 a{
		font-size: 12px;
	}
	.header_select .h_sel3{
		font-size: 12px;
	}
	.header_select .h_sel3 p{
		padding: 20px 5px;
	}

	.movie_cont{
		top: 9%;
	}
}
/*ipadレイアウト*/
@media screen and (max-width: 1024px){
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	#header_box{
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
    }
    .header{
      padding: 0 0px;
      height: 65px;
    }
    .header_nav{
      position: fixed;
      display: block;
      transform: translate(100%);
      transition: .5s;
      background-color: #ffffff;
      width: 100%;
      max-width: unset;
      height: 100vh;
      overflow-y: scroll;
      padding-bottom: 120px;
      margin-top: 65px;
    }
    .header_nav.active {
      transform: translate(0);
    }
    .header_nav a .left{
    	display: none;
    }
    .header_nav a img{
/*      display: none;*/
			display: block;
    }
    .header_nav .header_select .h_sel1{
      display: block;
      width: 90%;
      margin: 5px auto 15px;
    }
    .header_nav .header_select{
      display: block;
      width: 100%;
      max-width: unset;
      margin: 0 auto;
    }
    .header_nav .header_select .h_sel1 li{
      width: 100%;
      display: flex;
      justify-content: flex-start;
      border-bottom: solid 1px #3333;
    }
    .header_nav .header_select .h_sel1 li a{
      color: #333;
      font-weight: bold;
      font-weight: 14px;
      padding: 15px;
      width: 100%;
    }
    .header_select .h_sel2 a{
    	background-color: #433733;
    }

	.header_left img{
      width: 90%;
      height: auto;
      position: relative;
	}
	.header_select .h_sel1 span{
		display: none;
	}
	.header_select .h_sel1 .menu_ttl_text span{
		display: block;
		margin: 0;
	}
	.header_select .h_sel23{
		max-width: unset;
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.header_select .h_sel3{
		width: 100%;
		border-radius: 50px;
	}
	.header_select .h_sel2{
		max-width: unset;
		width: 100%;
		flex-direction: unset;
		margin-bottom: 15px;
	}
	.header_select .h_sel2 a{
		width: 48.5%;
		font-weight: bold;
		padding: 20px 5px;
		color: #fff;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.header_select .h_sel2 a:nth-of-type(1){
		margin: 0;
		border-right: solid 1px #fff;
	}
	.header_select .h_sel3 p{
		font-weight: bold;
		font-size: 14px;
	}

	.header_select .h_sel3::after{
		right: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-90deg);
	}
	.header_select .h_sel1 .menubtn a p{
		position: relative;
		color: #333;
	}
	.header_nav{
		overflow: hidden;
	}
	.menu_wrapper{
		transform: translate(100%);
		top: 0;
		height: 100vh;
	}
	/*.menubtn .menu_wrapper{
		height: 100vh;
	}*/
	.menubtn.open .menu_wrapper{
		height: 100vh;
		transform: translate(0%);
	}
	.menubtn:hover .menu_wrapper{
		height: 100vh;
	}
	
	.menubtn a p:after{
		content: '';
/*    position: absolute;*/
		display: inline-block;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 15px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #4d4d4d;
    border-right: 1.5px solid #4d4d4d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

	}

	.movie{
		height: 50.25vw;
	}
	.movie_cont{
		top: 15%;
	}

	.new_shop_open{
		margin-top: -20px;
	}
	.new_shop_open p{
		line-height: 30px;
	}
	.new_shop_open p:nth-of-type(1){
		font-size: 16px;
	}
	.new_shop_open p:nth-of-type(2){
		font-size: 24px;
	}
	.new_shop_open p span.new_shop_youbi{
		font-size: 20px;
		top: -1px;
		margin: 0 0 0 -7px;
	}
	
	.menu_inwrap{
		display: block;
	}
	.menu_ttl_wrap,.g_nav_mega_list_wrap{
		margin: 0 auto;
	}
	.header_nav .header_select .h_sel1 .menu_wrapper li{
		margin-bottom: 10px;
	}
	.header_nav .header_select .h_sel1 .menu_wrapper li a{
		padding: 0;
	}
	.menu_ttl_wrap{
		width: 80%;
		position: relative;
	}
	.menu_ttl_wrap:before{
		content: '';
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(255deg);
    transform: rotate(225deg);
	}
	.menu_ttl_text{
		text-align: center;
		margin-bottom: 20px;
	}

	.closenhai{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}


	.splide__slide p{
		font-size: 12px;
	}


	/*.movie{
		height: 56.25vw;
	}
	.movie_cont{
		margin-top: 27px;
	}*/

	.menu_topimg{
		background-size: cover;
		height: 330px;
		background-position: center;
	}

	.top_banner{
		margin: 0px 20px 80px;
	}
	#container{
		padding-top: 20px;
	}
	.news{
		padding: 0 20px;
		box-sizing: border-box;
		margin: -10px auto 80px;
	}

	#container .contitle{
		padding-top: 50px;
	}
	.contitle{
		padding-top: 40px;
	}
	#menu .contitle:before{
		display: none;
	}

	.footer_menu_inner{
		display: none;
	}
	.footer{
		padding-top: 0;
	}
	.header_select .h_sel2 a{
		height: 35px;
	}
	.sab_kaso{
		display: block;
		margin-top: 15px;
		width: 90%;
		margin: 20px auto 0;
	}
	.sab_kaso a{
		padding: 0px;
    width: 100%;
    display: inline-block;
		
	}
	.sab_kaso a p{
		color: #333;
		font-size: 12px!important;
	}
}
@media screen and (max-width: 767px){
	.tb_sp{
		display: block;
	}
	.pc_tb{
		display: none;
	}

	.top_bunr{
		bottom: 3%;
	}

	#header_box{
		padding: 0 15px 0 15px;
	}
	.header_left img{
		width: 75%;
		top: unset;
	}
	#nav_toggle span:nth-child(2) {
    margin: 7px 0;
	}
	#nav_toggle{
		width: 25px;
		height: 25px;
	}
	.active#nav_toggle span:nth-child(1){
		top: 10px;
	}
	.active#nav_toggle span:nth-child(3){
		top: -10px;
	}

	/*.header_select .h_sel3 p {
        padding: 15px 5px;
    }*/


	.movie{
		margin-top: 35px;
/*		height: 38vw;*/
		height: 56.25vw;
	}
	
	.movie_cont{
/*		margin-top: 27px;*/
/*		aspect-ratio: 7 / 10;*/
		height: 70.25vw;
    left: 50%;
    min-height: 120%;
/*    min-width: 120%;*/
    position: absolute;
    top: 120%;
    transform: translate3d(-50%, -50%, 0);
/*    width: 177.77777778vw;*/
	}

	.top_banner{
		margin: 0px 10px 70px;
	}
	#container{
		padding-top: 0px;
	}

	.header_select .h_sel1 li .menu_wrapper li{
		width: 48%;
	}



	

	.splide__slide p{
		font-size: 12px;
		line-height: 18px;
		margin-top: 5px;
	}
	.splide__pagination{
		padding: 15px 1em 0px;
	}

	.topic_img.new_shop_img{
		margin: 0 auto 25px;
	}
	.new_shop_open{
		margin: 0 auto 20px;
		width: 90%;
		padding: 15px 15px;
	}
	.new_shop_open p{
		line-height: 24px;
	}
	.new_shop_open p:nth-of-type(1){
		font-size: 14px;
		margin-bottom: 5px;
    line-height: 20px;
	}
	.new_shop_open p:nth-of-type(2){
		font-size: 22px;
	}
	.new_shop_open p span{
		display: inline-block;
	}
	.new_shop_open p span.new_shop_youbi{
		font-size: 17px;
		display: unset;
	}

	.news{
		flex-direction: column;
		justify-content: center;
		margin: 0 auto 65px;
	}
	.news_cont p{
		font-size: 13px;
		line-height: 1.7;
	}
	.topic_img{
		/*width: 25%;
    max-width: 158px;*/
    margin-bottom: 10px;
	}
	.news ul{
		width: 100%;
		max-height: 300px!important;
		box-sizing: border-box;
/*		height: 350px;*/
		font-size: 12px;
		padding-right: 10px;
	}
	.news li{
    padding: 13px 30px 13px 10px;
		display: block;
		line-height: 20px;
	}
	.fair_news{
    width: 95%;
  }
	.news_text{
		width: 100%;
		margin-left: 0;
	}
	.news_date{
		width: 70px;
	}
	.news_title p{
		font-weight: bold;
	}
	.news_cont{
		padding: 15px 15px 20px;
	}
	.news_naiyo{
    padding: 20px 5px 25px;
  }
	.nai_title{
		padding-right: 30px;
		padding-left: 10px;
	}

	.news_icon{
 	  width: 100%;
 	  margin-bottom: 5px;
 	}
 	.news_contetn ul li div{
 	  font-size: 13px;
 	}
 	#no-category-message{
 	  font-size: 13px;
 	}
 	.news_contetn ul li div.ncate{
 	  padding: 2px 5px;
 	  font-size: 12px;
 	  width: 65px;
 	}
 	.pop_news_title{
 	  margin-top: 5px;
 	}
 	.news_pop_title{
 	  font-size: 14px;
 	  margin-top: 8px;
 	}
 	.ncate {
 	  display: inline-block;
 	  padding: 3px 10px;
 	  margin-left: 5px;
 	  font-size: 12px;
 	  width: 45px;
 	}
 	.news_cont p.nai_title{
 	  font-size: 14px;
 	}
 	.news_btn{
 	  font-size: 14px;
 	}
 	.news_btn:hover{
 	  opacity: 1;
 	}
 	.news_btn p{
 	  line-height: 16px;
 	}

  #news{
    margin-bottom: 70px;
  }
  .news_btn:before{
    height: 5px;
  }
	


	.concept{
		padding: 0 0 100px;
	}
	.concept_img{
		width: 100%;
		max-width: unset;
	}
	.concept .concept_tex{
		padding: 0px 20px 0;
		position: absolute;
	}
	.concept .mroe_btn{
		margin-top: 20px;
	}
	.concept .splide__track{
    	padding-bottom: 190px;
    }
	.splide2{
		position: relative;
	}
	.concept .splide__arrows{
		position: absolute;
    background-color: #272e33;
    height: 50px;
    width: 120px;
    z-index: 1;
    /* top: 0; */
    bottom: 0px;
    right: 20px;
    margin: auto;
	}
	.button::before{
		position: absolute;
	}
	.concept .splide__pagination{
		bottom: 15px;
		width: fit-content;
		left: 20px;
	}
	.concept .splide__slide{
		max-width: unset;
	}
	.concept .splide__slide img{
		max-width: unset;
	}
	.concept_img p:nth-of-type(2){
		font-size: 13px;
		line-height: 1.7;
	}
	.mroe_btn p{
		padding: 12px 20px;
		font-size: 13px;
	}
	.concept_img p:nth-of-type(1){
		margin-top: 25px;
	}

	#container .contitle{
		padding-top: 65px;
	}
	.contitle{
		padding-top: 35px;
	}
	.contitle p{
		font-size: 16px;
		line-height: 24px;
	}
	.contitle img{
		width: 60%;
	}
	#menu .contitle img{
		width: 45%;
	}
	#menu .contitle p{
		font-size: 18px;
		line-height: 27px;
	}
	#menu .contitle p:nth-of-type(1) span {
    font-size: 28px;
	}
	#menu .contitle p:nth-of-type(1) span:nth-of-type(2){
		vertical-align: top;
	}
	#menu .contitle p:nth-of-type(2){
		text-align: left;
		font-size: 14px;
		line-height: 1.7;
	}



	#menu{
		padding-bottom: 10px;
	}
	
	.menu_con{
		position: unset;
/*		margin-top: -200px;*/
		margin-top: -120px;
		z-index: 1;
	}
	.menu_img{
		position: relative;
		z-index: 0;
	}
	.menu_wrap{
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	.menu_wrap.lefty{
		flex-direction: column;
	}
	.menu_wrap.lefty .menu_con{
		justify-content: flex-end;
	}
	.menu_img_empty{
/*		width: 30px;*/
		width: 0px;
	}
	.menu_img_on{
		background-size: cover;
		background-position: 0%;
		background-repeat: no-repeat;
	}
	.menu_text_empty{
		width: 20px;
	}
	.menu_text{
		width: 90%;
		padding: 20px;
	}
	.menu_text p:nth-of-type(1){
		font-size: 28px;
	}
	.menu_text p:nth-of-type(2){
		font-size: 12px;
		line-height: 1.7;
	}
	.fair_wrap .menu_text:before{
		left: 20px;
		font-size: 16px;
	}
	#menu .mroe_btn{
		margin: 30px auto 0 0;
	}
	.fair_wrap .menu_text{
		padding-top: 35px;
	}
	#menu .mroe_btn p{
		margin-bottom: 10px;
	}
	.menu_img_on{
		content: '';
/*		background-image: url(../img/new/menu_fairmenu_sp.jpg);*/
		background-image: url(../img/new/menu_fairmenu_sp4.png?0508);
    width: 100%;
    max-width: 1260px;
/*    height: 438px;*/
		height: 364px;
		background-position: center;
	}
	#fair .menu_img_on{
		background-position: center;
	}
	#grand .menu_img_on{
		background-image: url(../img/new/menu_grandmenu_sp.jpg?0508);
	}
	#drink .menu_img_on{
		background-image: url(../img/new/menu_drinkmenu_sp.jpg?0508);
	}
	#dessert .menu_img_on{
		background-image: url(../img/new/menu_dessertmenu_sp.jpg?0508);
	}



	#shopinfo{
		display: flex;
		flex-direction: column-reverse;
	}
	#shopinfo .menu_img_on{
		width: 100%;
		height: 260px;
	}
	#shopinfo .menu_img_empty,#shopinfo .menu_text_empty{
		width: 0;
	}
	#shopinfo .contitle{
		width: 100%;
		padding: 50px 30px;
	}
	#shopinfo .contitle p{
		font-size: 14px;
		line-height: 1.7;
	}
	#shopinfo .mroe_btn{
		margin: 45px auto 0;
	}
	#shopinfo .menu_img_empty:before{
		display: none;
	}


	#takeout{
		padding: 65px 10px;
	}
	.takecont{
		padding: 0 20px 60px;
	}
	#takeout .contitle img{
		width: 90%;
	}
	#takeout .contitle p{
		font-size: 18px;
		line-height: 27px;
	}
	.loimg img{
		width: 100%;
		max-width: unset;
	}
	.takelost p{
		font-size: 15px;
		line-height: 24px;
	}
	.takelost p span{
		font-size: 18px;
	}
	.takelost{
		padding: 10px 10px 20px;
	}
	.lo{
		padding: 40px 20px 0;
	}
	.lo:before,.lo:after,.eru:before,.eru:after{
		width: 20px;
		height: 20px;
	}
	.lochuki{
		font-size: 12px;
		margin: 40px auto 0;
	}
	.bento_img{
		max-width: 136px;
		margin: 0 auto;
	}


	.footer_cont{
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.footer_btn{
		max-width: unset;
		width: 48%;
		margin-bottom: 5px;
	}
	.snsbnr_cont{
		flex-direction: column;
	}
	.snsbnr{
		width: 100%;
		margin-bottom: 5px;
	}
	.footer_select{
		padding-bottom: 20px;
	}
	.footer_logo img{
		width: 75%;
	}
	


}
@media screen and (max-width: 500px){
	.catego1 {
    	margin-bottom: 80px;
	}
	.rese_tui{
		top: 60%;
	}
}
@media screen and (max-width: 430px){
	.concept .splide__arrows{
		bottom: 0px;
	}
}
@media screen and (max-width: 380px){
	.concept .splide__track{
		padding-bottom: 190px;
	}
	#takeout .contitle p{
		font-size: 17px;
	}
	.new_shop_open p{
		line-height: 23px;
	}
	.new_shop_open p:nth-of-type(2){
		font-size: 21px;
	}
	.new_shop_open p:nth-of-type(1){
		font-size: 13px;
	}
}

@media screen and (max-width: 304px){
	.concept .splide__arrows{
		bottom: 0px;
	}
}
