@charset "utf-8";
/* CSS Document */
body{	
	background-color:#12301b;
	color:#fff;
}
#mainvisual{
	padding-bottom: 30px;
}
#slider_wrapper{
	height: 500px;
	background-image: url(/public/img/slide/mainslide03.webp);
	background-position: center center;
	background-size: 100% auto;
}
.lunchMenu #slider_wrapper{
	background-image: url(/public/img/slide/main-lunchmenu.webp);
}
.takeoutMenu #slider_wrapper{
	background-image: url(/public/img/slide/main-takeoutmenu.webp);
}
/* #menuList */
#menuList{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:100px;
}
#menuList h1{
	color: #FFCD2E;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	font-size: 28px;
}
#menuList h1 span{
	display: block;
	font-size: 16px;
}
#menuList h2{
	width: 100%;
	background-image: url(/public/img/menu/menu-bar.png);
	background-size: 100% 1px;
	background-position: center center;
	background-repeat: repeat-y;
	color: #12301b;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	font-size: 24px;
	margin-top: 100px;
	margin-bottom: 30px;
}
#menuList.takeout h2{
	margin-top:50px;
}
#menuList h2 span{
	display: block;
	font-size: 14px;
}
#menuList #Appetizer h2{
	margin-top:0px;
}
#achorMenu ul{
	padding:0 5%;
	display: flex;
	justify-content:center;
	align-items:stretch;
}
#achorMenu li{
	margin-bottom: 20px;
}
#achorMenu li a{
	padding: 5px 20px;
	margin-right: 20px;
	border: 1px solid #FFCD2E;
	border-radius: 5px;
	color: #FFCD2E;
}
#achorMenu li a:hover{
	background-color: #FFCD2E;
	color: #12301b;
}
.menu ul{
	width:90%;
	max-width:1200px;
	padding:0 5%;
	margin:0 auto;
}

.menu ul li{
	float:left;
	width:32%;
	margin-right:1%;
	margin-top:1%;
	font-weight:normal;
	line-height:1.5;
	font-size:16px;
}

.menu ul li:nth-child(3n){
	margin-right:0;
}
.menu p.topping{
	margin-top:30px;
	font-size:20px;
	text-align:center;	
}
.menu p.title{
	color: #FFCD2E;
	font-size:16px;
	text-align:left;
	width: 90%;
	line-height: 1.8;
	margin-bottom: 20px;
}

.menu.lunchset ul li{
	float:left;
	width:24%;
	margin-right:1%;
	margin-top:1%;
	font-weight:normal;
	line-height:1.5;
	font-size:16px;
}
.menu.topping ul li{
	float:left;
	width:19%;
	margin-right:1%;
	margin-top:1%;
	font-weight:normal;
	line-height:1.5;
	font-size:16px;
}

.menu.lunchset ul li:nth-child(3n){
	margin-right:1%;
}
.menu.lunchset ul li:nth-child(4n){
	margin-right:0;
}
.menu ul li p.nameFood,.nameFood{
	margin:10px auto 0px;
	color:#FFCD2E;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
.menuTxt{
	margin-bottom: 20px;
}
/*.menu.lunchset ul li p.nameFood,.nameFood{
	color:#FFF;
	text-align:center;
	font-weight:normal;
	font-size:16px;
}*/
.nameFood span{
	font-size:14px;
	font-weight:normal;
}
.nameFood span.submenu{
	display: block;
	color:#fff;
}
.tax{
	display: inline-block;
}
.nameFood span.tax{
	color:#FFCD2E;
}
.menu ul li p.nameFoodJp,
.menu ul li p.nameFoodEng,
.menu ul li p.nameFoodThai{
	font-size: 14px;
	word-break:break-all;
}
.menu ul li p.nameFoodJp,.nameFood{
	font-family:"NotoSerifJP";
}
#SideMenu.menu ul li{
	width:20%;	
	margin-right:0%;
}

#menuList #RecommendMenu li{
	width:49%;
	margin-right:2%;
}
#menuList #RecommendMenu li:nth-child(2n){
	margin-right:0;
}
.time{
	text-align:center;
	font-weight:bold;
	color:#FFCD2E;
	margin-bottom:20px;
	padding:0 5%;
}
.lunchSet{
	color:#FFCD2E;
	width:600px;
	border:1px solid #FFCD2E;
	text-align:center;
	padding:20px;
	margin:0 auto;
	margin-top:20px;
	box-sizing:border-box;
}
.lunchSet img{
	margin-top:20px;
	max-width:300px;
	width:100%;
}
#drink{
	text-align:center;
}
.twoCol{	
    width: 90%;
    max-width: 1200px;
    padding: 0 5%;
    margin: 0 auto;
	margin-bottom:30px;
}
.twoCol .title{
	color: #12301b;
	background-color:#FFCD2E;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;		
}
.twoCol .colL{
	float:left;
	width:49%;
}
.twoCol .colR{
	float:right;
	width:49%;
}
.twoCol .menuListL{
	float:left;
	width:60%;	
}
.twoCol .menuListR{
	float:left;
	width:40%;
	text-align:right;
}
.menu .twoCol ul li{
	width:100%;
	margin-top:10px;
	color:#FFCD2E;
	font-size:18px;
	font-weight:bold;
}
.caption{
	margin-top:10px;
	text-align:center;
	font-size:16px;
	color:#FFCD2E;
}
#drink dl{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	max-width:600px;
	width:100%;
	margin:0 auto;
	border-bottom:dotted 1px #fff;
	padding:5px 2px;
}
#drink dl.noDot{
	border:none;
}
#drink dt{
	width:70%;
	text-align:left;
}
#drink dt .smallTxt{
	font-size:12px;
	line-height:1.5;
	margin-bottom:5px;
}
#drink dt .smallTxt span{
	display:inline-block;
}
#drink dd{
	display:table-cell;
	vertical-align:top;
	width:30%;
	text-align:right;
}

/*------- SMART PHONE ------*/
@media only screen and (max-width : 450px) {
    #mainvisual{
		padding-top: 50px;
        padding-bottom: 20px;
    }
	#slider_wrapper{
		height: 150px;
	}
	#achorMenu ul{display: none;}
	.menu ul li,.menu.lunchset ul li{
		width:49%;
		margin-right:2%;
		margin-top:5%;
		line-height:1.5;
		font-size:14px;
	}
	
	
    #menuList h1{
        font-size: 22px;
		margin-bottom: 20px;
    }
    #menuList h1 span{
        font-size: 14px;
    }
	#menuList h2{
		margin-bottom: 10px;
	}

	.takeout #dinner.menu ul li:last-child{
		width:100%;
		margin-right:0;
	}
	.menu ul li:nth-child(3n){
		margin-right:2%;
	}
	.menu ul li:nth-child(2n){
		margin-right:0;
	}
	.menu.lunchset ul li:nth-child(3n){
		margin-right: 2%;
	}
	.menu.topping ul li{
		width: 32%;
		margin-right: 2%;
	}
	.menu.topping ul li:nth-child(3n){
		margin-right:0;
	}
	.menu.topping ul li:nth-child(2n){
		margin-right:2%;
	}
	#achorMenu li a{
		padding: 5px 10px;
		margin-right: 10px;
	}
	#menuList #RecommendMenu li{
		width:100%;
		margin-right:0;
	}
	#SideMenu.menu ul li{
		width:50%;
	}
	.menu ul li p.nameFood,.nameFood{
		font-size:15px;
	}
	.menu ul li p.nameFoodJp,
	.menu ul li p.nameFoodEng,
	.menu ul li p.nameFoodThai{
		font-size: 13px;
	}
	#menuList.takeout h2{
		margin-top: 20px;
		padding:10px 5%;
		box-sizing:border-box;
	}
  	.lunchSet{
		width:90%;
	}
  .twoCol .colL,
  .twoCol .colR{
	  float:none;
	  width:100%;
  }
  .menu .twoCol ul{
	  width:100%;
	  padding:0;
  }
  .menu .twoCol ul li{
	  font-size:15px;
  }
  .caption{
	  margin-bottom:20px;
	  font-size:13px;
  }
  .menu p.topping{
	  margin-top:20px;
	  font-size:16px;
	  text-align:left;
	  padding:0 5%;
  }
  .menu p.title{
	  font-size:18px;
	  padding:0 5%;
  }
  #drink dl{
	  width:90%;
  }
}