#key li.slide1 {
	background-image: url(../img/meat/img_key.jpg);
}


#lead {
  background: url(../img/shared/line_ft.jpg) repeat-x top center, url(../img/meat/bg_lead.jpg) no-repeat top right;
  position: relative;
}

#lead .wrap::before {
  background: url(../img/index/bg_lead_01.jpg) repeat-y;
  content: "";
  position: absolute;
  top: 7px;
  left: -145px;
  width: 240px;
  height: 1155px;
}

#lead .wrap::after {
  background: url(../img/meat/bg_lead_01.png) no-repeat bottom center;
  content: "";
  position: absolute;
  bottom: 0;
  left: 820px;
  width: 578px;
  height: 626px;
}

#lead .wrap {    
  padding: 115px 0 25px;
}

#lead .txt {  
  width: 803px;
  margin: auto;
  padding: 0px 0 56px;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}

#lead p {  
  position: relative;
  z-index: 2;
}

#lead h2 {  
  padding: 24px 0 30px;
  color: #392817;
  text-align: center;
}

#lead h2::before {  
  background: url(../img/meat/deco_lead.png) no-repeat bottom center;
  content: "";
  position: absolute;
  top: 26px;
  left: -112px;
  width: 111px;
  height: 347px;
}

#lead ul {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

#lead ul li {
  background: url(../img/meat/bg_btn.png) no-repeat bottom center;
  width: 300px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lead ul li a {
  color: #FFF;
  text-decoration: none;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  padding-bottom: 35px;
  letter-spacing: 0.35em;
}

#lead ul li a:hover {
  opacity: 0.8;
}

.lunch-menu {
  background: url(../img/index/bg_line.jpg) repeat;
  position: relative;
  padding: 30px 0;
  margin-top: 90px;
}

.lunch-menu::before {
  background: url(../img/meat/bg_lunch.png) no-repeat top center;
  background-size: cover;
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 91px;
}

.lunch-menu h2 {
  text-align: center;
  padding: 16px 0 20px;
  background: url(../img/meat/line.png) no-repeat top center, url(../img/meat/line.png) no-repeat bottom center;
}

.lunch-menu .note {
  text-align: center;
  padding: 27px 0 40px;
}

.box-common{
  display: flex;
  justify-content: space-between;
  margin-bottom: 95px;
	position: relative;
}


.is-left {
  margin-left: -100px;
}

.is-right {
  margin-right: -100px;
}

.price {
  width: 430px;
}

.ttl-price-normal {
  color: #392817;
  font-size: 35px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.ttl-price-normal span {
  color: #392817;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 4;
}

.number {
  color: #392817;
  font-size: 35px;
  letter-spacing: 0.2em;
}

.number span {
  font-size: 25px;
}

.price dt {
  /* padding: 33px 0 38px; */
}

.price .number {
  text-align: right;
  padding-right: 20px;
  margin-bottom: 36px;
}

.price .text {
  letter-spacing: 0;
}

#meat-demo {
  background: url(../img/meat/bg_demo.jpg) no-repeat center center;
  background-size: cover;
}
#meat-demo h2{
	text-align: left
}
#meat-demo h3{
	text-align: left;
	border: 1px solid #fff;
	padding: 15px;
	font-size: 25px;
	margin-bottom: 30px;
}
#meat-demo2 h3{
	text-align: left;
	border: 1px solid #fff;
	padding: 15px;
	font-size: 25px;
	margin-bottom: 30px;
}
#meat-demo h4{
	text-align: left;
	font-size: 25px;
	line-height: 3;
}


#meat-demo .box {
  min-height: 700px;
  background: rgba(0,0,0,0.5);
  color: #FFF !important;
  width: calc(50% - 200px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  #meat-demo .box {
    height: 700px;
  }
}

#meat-demo .box h2,
#meat-demo .box dl dt {
  color: #FFF;
}

#meat-demo .box dl {
  padding-top: 30px;
  max-width: 430px;
  /* text-align: center; */
  margin: 0 20px;
}

#meat-demo .box dl dd {
  padding-top: 50px;
  letter-spacing: 0.05em;
}
#meat-demo2 {
  background: url("../img/meat/bg_demo2.jpg") no-repeat center center;
  background-size: cover;
}
#meat-demo2 h2{
	text-align: left
}

#meat-demo2 .box {
  min-height: 700px;
  background: rgba(0,0,0,0.5);
  color: #FFF !important;
  width: calc(50% - 200px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  #meat-demo2 .box {
    height: 700px;
  }
}

#meat-demo2 .box h2,
#meat-demo2 .box dl dt {
  color: #FFF;
}

#meat-demo2 .box dl {
  padding-top: 30px;
  max-width: 430px;
  /* text-align: center; */
  margin: 0 20px;
}

#meat-demo2 .box dl dd {
  padding-top: 50px;
  letter-spacing: 0.05em;
}

.lunch-menu.is-background {
  background: url(../img/meat/bg_is_lunch.png) no-repeat top right, url(../img/shared/bg_ft.jpg) repeat;
  position: relative;
  color: #FFF;
  padding: 130px 0 0px;
  margin-top: 0;
  margin-bottom: -15px;
}

.lunch-menu.is-background::before {
  display: none;
}

.lunch-menu.is-background h2 {
  text-align: center;
  padding: 16px 0 20px;
  background: url(../img/meat/line_white.png) no-repeat top center, url(../img/meat/line_white.png) no-repeat bottom center;
}

.is-background .ttl-price-normal,
.is-background .number {
  color: #FFF;
}
.is-background .ttl-price-normal span,
.is-background .number span {
	font-size: 20px;
  color: #FFF;
}
.ttl-price-normal_rimited{
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	padding: 20px !important;
	line-height: 0.5;
	margin-bottom: 20px;
	width: 220px;
	text-align: center;
}
.menu-list {
  background: url(../img/shared/bg_ft.jpg) repeat;
  position: relative;
  color: #FFF;
  padding: 90px 0 10px;
}
.menu-list .btn-common a{
margin:0 auto 50px;
}
.menu-list h2{
	text-align: center;
	margin-bottom: 70px;
}


.menu-list::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #FFF;
  opacity: 0.05;
}

.menu-list .ttl-price-normal,
.menu-list .number {
  color: #FFF;
  font-size: 30px;
}
.menu-list .ttl-price-normal span,
.menu-list .number span {
  color: #FFF;
  font-size: 18px;
  line-height: 1;
}


.menu-list-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu-list .item {
  width: 470px;
  /*text-align: center;*/
  padding-bottom: 50px;
}

.menu-list .item dl {
  padding-top: 20px;
}

.menu-list .item dl .number {
  padding: 11px 0 14px;
}

.menu-list .item dl dd.text {
  letter-spacing: 0.05em;
  margin: 20px 10px;
  border-top: 1px solid #fff;
  padding-top: 20px;
  font-size: 18px;
}

.menu-list-box {
  background: url(../img/shared/bg_ft.jpg) repeat;
  position: relative;
  color: #FFF;
  padding: 90px 0 78px;
  position: relative;
}

.menu-list-box .wrap::before {
  background: url(../img/meat/deco_bg_list.png) no-repeat;
  width: 479px;
  height: 478px;
  content: "";
  position: absolute;
  top: 128px;
  left: -345px;
}

.menu-list-box .item {
  width: 320px;
  text-align: center;
  padding-bottom: 30px;
}

.menu-list-box .ttl-price-normal,
.menu-list-box .number {
  color: #FFF;
  font-size: 30px;
}

.menu-list-box .number span {
  font-size: 20px;
}

.menu-list-box .item dl {
  padding-top: 45px;
}

.menu-list-box .item dl .number {
  padding: 11px 0 14px;
}

.menu-list-box .item dl dd.text {
  letter-spacing: 0.05em;
  margin: 0 10px;
}

.menu-list-box .btn-common {
  padding-top: 60px;  
}

.menu-list-box .btn-common a {
  margin: auto;
}

.lunch-common {
  padding-bottom: 55px;

}


.lunch-common .wrap::before {
  background: url(../img/index/bg_lead_01.jpg) repeat-y;
  content: "";
  position: absolute;
  top: 0px;
  left: -145px;
  width: 240px;
  height: 564px;
}

.lunch-common .wrap::after {
  background: url(../img/index/deco_lead_02.png) no-repeat;
  content: "";
  position: absolute;
  top: 150px;
  right: -35px;
  width: 266px;
  height: 312px;
}

.lunch-common h2 {
  padding: 82px 0 10px;
  z-index: 5;
  position: relative;
  font-size: 40px;
  line-height: 75px;
  color: #392817;
}

.lunch-common h2 span {
  padding: 14px 45px;
  line-height: 30px;
  display: block;  
  font-size: 25px;
  color: #8a0000;
  border: 1px solid #8a0000;
  width: fit-content;
}

.lunch-common h2::before {
  background: #000;
  content: "";
  position: absolute;
  top: 0px;
  left: -60px;  
  width: 1px;
  height: 470px;
}

.lunch-common h2::after {
  background: url(../img/index/deco_lead_01.png) no-repeat;
  content: "";
  position: absolute;
  top: 90px;
  left: -200px;
  width: 90px;
  height: 203px;
}

.lunch-common .text {
  position: relative;
  z-index: 5;
  padding: 20px 0 20px;
  width: 692px;
  letter-spacing: 0;
}

.lunch-common .note {
  padding: 42px 0 28px;
  text-align: center;
}

.course {
  padding: 50px 50px;
  width: 1300px;
  background: url(../img/index/bg_line.jpg) repeat;
  margin-left: -275px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.course .box {
  padding-top: 15px;
  margin-right: 65px;
}

.course .box dl dd {
  /* text-align: center; */
  padding: 30px 0 47px;
  margin-right: 10px;
  border-bottom: 1px solid #000;
}

.course .box ul {
  padding-top: 26px;
  letter-spacing: 0.05em;
  line-height: 40px;
}

.course .box ul li span {
  display: block;
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
.course .box h3 {
 font-size: 20px;
	font-weight: bold;
	margin: 20px 0 20px;
}

.course .photo span {
  padding-top: 8px;
  display: block;
}

.is-bottom-right {
  display: block;
  text-align: right;
}

.course.is-course {  
  margin-right: -275px;
  margin-left: -130px;
}

.course.is-course .box {
  /* margin-left: 75px; */
  margin-right: inherit;
  padding-top: 7px;
	width: 420px;
}

.sake {
  background: url(../img/meat/bg_drink.jpg) no-repeat center center;
  background-size: cover;
  padding: 125px 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.sake::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #FFF;
  outline: 2px solid #FFF;
  outline-offset: 3px;
}

.sake .box {
  background: rgba(0,0,0,0.5);
  color: #FFF;
  width: 900px;
  text-align: center;
  padding: 90px 0 97px;
}

.sake h2,
.is-background h2 {
  color: #FFF;
}

.sake .text {
  width: 500px;
  margin: auto;
  padding: 45px 0 0;
  letter-spacing: 0.05em;
}