* {
  box-sizing: border-box;
}

.slider2 {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0px 0;
}

.slides2 {
  display: flex;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  
  
  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides2::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
  padding-left: 10px;
}
.slides2::-webkit-scrollbar-track {
  background: transparent;
}
.slides2 > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  margin-right: 50px;
  border-radius: 10px;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yazirusi_wrap {
  position: relative;
	right:38%;
	bottom:50px;
} 


.yazirusi {
	position: absolute;
display: flex;
	right:0;
} 


.yazirusi::after {
  content: '';
  width: 100px;
  height: 15px;
  color:#999999;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

@keyframes anim_h {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(30px, 0);
  }
}
/************************************************* 
 *  トップスライダー
 **************************************************/

.teaser {
	width: 48%;
	text-align:center;
	margin-top: 8%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#222;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding: 1%;
}

#concept_main {
	width: 100%;
	padding: 8% 10% 3% 10%;
}

#concept_main2 {
	width: 100%;
	padding: 8% 10% 3% 10%;
	text-align:center;
}

#concept_hbg {
	width: 100%;
	padding: 7% 10% 7% 10%;
	clear:both;
}

#concept_hbg2 {
	width: 100%;
	padding: 7% 10% 7% 10%;
	clear:both;
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f5f5f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	}

#concept_hbg_r {
	width: 30%;
	float:right;
}

#concept_hbg_l {
	width: 65%;
	float:left;
}



#slider_lunch {
	width: 100%;
	height: auto;
	position: relative;
	text-align:center;
	background-color:#FFFFFF;
	}
	
	
/* ランチ */
#lunch_main_box {
	width: 100%;
	padding: 4% 0% 4% 0%;
	margin: 0 auto;
}


.lunch_main_box2 {
	width: 50%;
	padding: 0% 0% 0% 0%;
	text-align:center;
	float:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #f5f5f5;
	border-bottom-color: #f5f5f5;
}

.lunch_main_box3 {
	width: 50%;
	padding: 0%;
	margin:0px;
	text-align:center;
	float:left;
}

.lunch_main_box4 {
	width: 50%;
	padding: 0%;
	margin:0px;
	text-align:center;
	float:left;
border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f5f5f5;
	}


.catch {
	font-size: 18px;
	margin-bottom: 10px;
	display:block;
	color: #000;
	margin-top: 10px;
}


.catch2 {
	font-size: 2em;
	margin-bottom: 0.5em;
	display:block;
	color: #000;
	margin-top: 1em;
}



.hbg_name {
	font-size: 12px;
	display:inline-block;
	color: #666;
	vertical-align: middle;
}

.point {
	font-size: 12px;
	margin-bottom: 10px;
	display:block;
	color: #999;
}

.point2 {
	font-size: 12px;
	margin-bottom: 10px;
	display:block;
	color: #fff;
}

.white {
	color: #fff;
}

.main {
	margin-bottom:0px;
}

.main2 {
	margin-bottom:8%;
}

.foca {
	max-width:398px;
	width:100%;
}

.menu_box {
	width:90%;
	margin: 0 auto;
	padding: 0% 0% 4% 0%;
}

.menu_box2 {
	width:90%;
	margin: 0 auto;
	padding: 0% 0% 8% 0%;
}

#time {  
    width: 333px;  
    height: 112px;  
    position: absolute;  
    top: 50%;  
    left: 50%;  
    margin: -56px 0 0 -165px; 
    padding: 0px;  
	z-index:99;
}  	



.menu {
	margin-bottom:1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	color: #000;
	font-weight: bold;
	letter-spacing:0pt;
}

.new {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing:0pt;
	background-color: #ea991a;
	padding: 6px 8px 3px 8px;  
	margin-top:6px;
	margin-left:4px;
	z-index:99;
	position:absolute;
	line-height:14px;
}

.new2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	letter-spacing:0pt;
	 
	margin-top:1em;
	margin-left:0.5em;
	z-index:99;
	position:absolute;
	line-height:10px;
}


.set {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	letter-spacing:0pt;
	background-color: #000;
	display: inline-block;
	padding: 1% 3% 1% 3%;
	margin-top:2em;
	margin-bottom:3em;
	line-height:1.5em;
}


.set_foca {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	letter-spacing:0pt;
	margin-top:4%;
}

.set_foca2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	letter-spacing:0pt;
	margin-top:-1%;
}

.price {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ea991a;
	font-weight: bold;
	margin-top:1%;
}

.price1 {
	font-size: 14px;
	vertical-align:top;
}

.price2 {
	font-size: 30px;
	margin-left:1%;
	margin-right:0.5%;
}


.info_top {
	padding-bottom:4em;
	color: #6e5a23;
	clear:both;
	width:90%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}
	
.info {
	padding-top:2em;
	color: #6e5a23;
	clear:both;
	width:90%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	}

/* レスポンシブ */



@media screen and (max-width: 1024px) {



.set {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	letter-spacing:0pt;
	background-color: #000;
	display: inline-block;
	padding: 2% 6% 2% 6%;
	margin-top:2em;
	margin-bottom:3em;
	line-height:1.5em;
}

.new {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing:0pt;
	background-color: #ea991a;
	padding: 6px 8px 3px 8px;  
	margin-top:4px;
	margin-left:4px;
	z-index:99;
	position:absolute;
	line-height:14px;
}

	
.info_top {
	padding-bottom:1em;
	color: #6e5a23;
	clear:both;
	width:80%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}


.info {
	font-size: 12px;
	padding-top:2em;
	color: #6e5a23;
	clear:both;
	width:80%;
	margin: 0 auto;
	}
	
	
}


@media screen and (max-width: 768px) {

.teaser {
	width: 80%;
	text-align:center;
	margin-top: 8%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#222;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 1%;
}

.catch {
	font-size: 16px;
}

.menu {
	margin-bottom:1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	letter-spacing:0pt;
}



.new {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing:0pt;
	background-color: #ea991a;
	padding: 4px 8px 2px 8px;  
	margin-top:5px;
	margin-left:4px;
	z-index:99;
	position:absolute;
	line-height:14px;
}


.new2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	letter-spacing:0pt;
	 
	margin-top:1em;
	margin-left:0.5em;
	z-index:99;
	position:absolute;
	line-height:8px;
}


.lunch_main_box2 {
	width: 100%;
	padding: 0% 0% 4% 0%;
	text-align:center;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}

.lunch_main_box3 {
	width: 100%;
	padding: 0% 0% 0% 0%;
	margin:0;
	text-align:center;
	float:left;
}

.lunch_main_box4 {
	width: 100%;
	padding: 0%;
	margin:0px;
	text-align:center;
	float:left;
border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f5f5f5;
	}
	
.set {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	letter-spacing:0pt;
	background-color: #000;
	display: inline-block;
	padding: 2% 6% 2% 6%;
	margin-top:2em;
	margin-bottom:3em;
	line-height:1.5em;
}


	
#time {  
    width: 200px;  
    height: 67px;  
    position: absolute;  
    top: 50%;  
    left: 50%;  
    margin: -33px 0 0 -100px; 
    padding: 0px;  
	z-index:99;
} 

#concept_hbg_l {
	width: 100%;
	float:left;
}

#concept_hbg_r {
	width: 50%;
    margin: 0 25% 0 25%; 
}

}
