#key {
  background-image: url("../img/lunch/key.jpg");
}

.boxStyle {
  position: relative;
  display: inline-block;
}

.boxStyle:before {
  background: #f6f0e8;
  height: 0;
  position: absolute;
  top: 0;
  right: 100%;
  left: 0;
  z-index: 2;
  content: "";
  -webkit-transition: height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), right 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, left 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 1.3s;
  transition: height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), right 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, left 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 1.3s;
}

.boxStyle[style*="visible"]:before {
  height: 100%;
  right: 0;
  left: 100%;
}

.boxStyle[style*="visible"] > * {
  opacity: 1 !important;
}

.boxStyle > * {
  opacity: 0 !important;
  width: 100%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 1.3s !important;
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 1.3s !important;
}

.photo .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fnt-spar {
  font-family: "Spartan", sans-serif;
}

#sec1 {
  padding-bottom: 73px;
  margin-top: 117px;
  position: relative;
}

#sec1:before {
  content: "";
  position: absolute;
  height: 390px;
  right: 0;
  top: 420px;
  background: #e5ddd3;
  width: calc(50% + 150px);
}

#sec1 h2 {
  padding-top: 539px;
  position: relative;
}

#sec1 h2 .ttl1 {
  font-size: 40px;
  position: absolute;
  right: 67px;
  top: 2px;
  letter-spacing: 4px;
  height: 580px;
}

#sec1 h2 .ttl2 {
  color: #fff;
  font-weight: 100;
  font-size: 38px;
  letter-spacing: 3.8px;
  margin-left: -5px;
  line-height: 1;
}

#sec1 .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% + 340px);
  height: 570px;
}

#sec1 .photo .bg {
  background-image: url("../img/lunch/sec1_img.jpg");
}

#sec1 .txt {
  width: 325px;
  margin-top: 32px;
  letter-spacing: 1.4px;
  line-height: 2.15;
}

#sec1 .icoArea {
  background: url("../img/lunch/sec1_line.png") no-repeat top left 28px;
  width: 602px;
  margin-top: -9px;
}

#sec1 .icoArea h3 {
  padding-top: 56px;
  padding-bottom: 42px;
  font-size: 30px;
  padding-left: 73px;
  letter-spacing: 3px;
}

#sec1 .icoArea h3 span {
  font-weight: 100;
  display: block;
  margin-bottom: 17px;
}

#sec1 .icoArea ul:nth-child(2) {
  margin-top: -2px;
}

#sec1 .icoArea li {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 2.5px;
  border: 1px solid #000;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  background: url("../img/shared/bg.jpg");
}

#sec1 .icoArea li + li {
  margin-left: 29px;
}

#sec2 {
  position: relative;
  padding-bottom: 115px;
}

#sec2:before {
  content: "";
  position: absolute;
  top: 0;
  background: #e5ddd3;
  width: calc(50% - 50px);
  bottom: 0;
}

#sec2 .wrap {
  z-index: 2;
}
#sec2 .ttls {
  font-size: 22px;
	padding: 15px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
}

#sec2 .ttlArea {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 850px;
  background: #191817;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  box-sizing: border-box;
  padding: 36px 80px 38px 0;
}

#sec2 .ttlArea:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -50vw;
  z-index: -1;
  position: absolute;
  background: #191817;
}

#sec2 .ttlArea:after {
  content: "";
  top: 80px;
  height: 14px;
  right: -50vw;
  left: 100%;
  z-index: -1;
  position: absolute;
  background: #191817;
}

#sec2 .ttlArea .note {
  color: #ccbaa5;
  position: absolute;
  letter-spacing: 1.6px;
  top: 130px;
  left: 0;
}

#sec2 .ttlArea h2 {
  font-size: 60px;
  letter-spacing: 6px;
  font-weight: 100;
  line-height: 1;
  margin: -10px 0 0 -8px;
}

#sec2 .ttlArea ul li {
  text-align: center;
  border: 1px dotted #fff;
  border-radius: 55px;
  width: 302px;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 12px 0 11px;
}

#sec2 .ttlArea ul li + li {
  margin-top: 15px;
}

#sec2 .txtArea {
  background: #fff;
  box-sizing: border-box;
}

#sec2 .txtArea h3 {
  font-size: 22px;
  letter-spacing: 3.8px;
  line-height: 1;
}

#sec2 .txtArea h3 span {
  font-weight: 100;
  font-size: 50px;
  color: #eb7b1b;
  display: block;
  letter-spacing: 9px;
  margin-bottom: 25px;
}

#sec2 .txtArea .txt {
  line-height: 2.15;
  letter-spacing: 1.5px;
}

#sec2 .menuList dl {
  font-size: 18px;
  border-bottom: 1px solid #e5ddd3;
  letter-spacing: 2px;
  zoom: 1;
  padding: 15px 0 14px;
}

#sec2 .menuList dl:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#sec2 .menuList dt {
  float: left;
}

#sec2 .menuList dd {
  float: right;
  margin-right: -3px;
}

#sec2 .set1 {
  padding-top: 79px;
  position: relative;
}

#sec2 .set1 .photo {
  position: absolute;
  right: 0;
  top: -106px;
  width: calc(50% + 50px);
  height: 750px;
  z-index: -1;
}

#sec2 .set1 .photo .bg {
  background-image: url("../img/lunch/sec2_set1_img1.jpg");
}

#sec2 .set1 .img {
  margin-left: -50px;
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

#sec2 .set1 .img:after {
  content: url("../img/lunch/sec2_set1_ttls.png");
  position: absolute;
  line-height: 0;
  top: -20px;
  right: -54px;
}

#sec2 .set1 .txtArea {
  width: 510px;
  padding: 70px 20px 77px 36px;
}

#sec2 .set1 .txt {
  margin-top: 30px;
}

#sec2 .set1 .menuList {
  margin-top: 152px;
  width: 450px;
}

#sec2 .set1 .menuList dd {
  margin-right: -3px;
}

#sec2 .set2 {
  margin-top: 168px;
  position: relative;
}

#sec2 .set2 .img {
  position: absolute;
  top: -14px;
  left: -140px;
}

#sec2 .set2 h3 span {
  letter-spacing: 10.2px;
}

#sec2 .set2 .txt {
  margin-top: 30px;
}

#sec2 .set2 .menuList {
  margin-top: 30px;
  margin-left: 4px;
}

#sec2 .set2 .txtArea {
  width: 630px;
  margin-left: auto;
  margin-right: -80px;
  padding: 60px 80px 75px 136px;
}

#sec2 .set3 {
  margin-top: 206px;
  position: relative;
}

#sec2 .set3 .txtArea {
  width: 510px;
  padding: 70px 40px 48px 36px;
}

#sec2 .set3 .txt {
  margin-top: 21px;
}

#sec2 .set3 h3 span {
  letter-spacing: 10px;
}

#sec2 .set3 .menuList {
  margin: 7px 20px 0 4px;
}

#sec2 .set3 .img {
  margin-top: -33px;
  margin-left: 92px;
}

#sec2 .set3 .photo {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + 50px);
  height: 750px;
}

#sec2 .set3 .photo .bg {
  background-image: url("../img/lunch/sec2_set3_img2.jpg");
}

#sec2 .set4 {
  position: relative;
  margin-top: 75px;
}

#sec2 .set4 .wrap {
  padding-top: 375px;
}

#sec2 .set4 .photo {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 1100px;
  height: 530px;
}

#sec2 .set4 .photo .bg {
  background-image: url("../img/lunch/sec2_set4_img2.jpg");
}

#sec2 .set4 .img {
  margin-left: -94px;
}

#sec2 .set4 h3 span {
  letter-spacing: 10px;
}

#sec2 .set4 .txt {
  margin-top: 20px;
}

#sec2 .set4 .menuList {
  margin-top: 25px;
}

#sec2 .set4 .txtArea {
  margin-top: 105px;
  width: 660px;
  padding: 60px 45px 60px 45px;
}

#sec3 {
  padding-top: 270px;
  position: relative;
  padding-bottom: 133px;
}
#sec3 .btn a {
  margin: 0 auto;
}
#sec3 .prr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-image: url("../img/lunch/sec3_prr.jpg");
  min-height: 400px;
}

#sec3 .txtArea {
  color: #fff;
  background: #191817;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 50px 0 63px 78px;
}

#sec3 .txtArea:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -50vw;
  z-index: -1;
  background: #191817;
}

#sec3 .txtArea:after {
  content: url("../img/lunch/sec3_deco.png");
  line-height: 0;
  position: absolute;
  top: 81px;
  right: -90px;
}

#sec3 .txtArea h2 {
  font-size: 30px;
  letter-spacing: 6.2px;
  line-height: 1;
}

#sec3 .txtArea h2 span {
  margin-bottom: 25px;
  display: block;
  font-weight: 100;
  font-size: 50px;
  letter-spacing: 10px;
  margin-left: -7px;
}

#sec3 .txt {
  line-height: 2.15;
  letter-spacing: 1.5px;
  margin-top: 27px;
}

#sec3 .imgArea {
  position: relative;
  margin: 130px -50px 0;
  padding-bottom: 67px;
}

#sec3 .imgArea h3 {
  position: absolute;
  box-sizing: border-box;
  width: 215px;
  bottom: 0;
  top: -64px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: url("../img/lunch/sec3_ttls_deco.png") no-repeat center top;
}

#sec3 .imgArea h3 span {
  padding-top: 92px;
  font-size: 40px;
  letter-spacing: 8px;
  display: inline-block;
}

#sec3 .imgArea h3:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  bottom: 0;
  top: 270px;
  background: #000;
}

.flexBox {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#sec4 {
  padding-top: 93px;
  padding-bottom: 90px;
  border: 20px solid #e5ddd3;
}

#sec4 h2 {
  font-size: 30px;
  line-height: 1;
  padding-left: 8px;
  letter-spacing: 7.5px;
  text-align: center;
  font-weight: 100;
}
#sec4 .wrap:first-child{
	margin-bottom: 60px;
}
#sec4 .note {
  margin-top: 36px;
  text-align: center;
  letter-spacing: 1.5px;
  padding-left: 10px;
}


#sec4 .photo{
	margin-top: 30px;
}
#sec4 .menuList {
  margin-top: 44px;
}

#sec4 .menuList .col3 {
  width: 300px;
}


#sec4 .menuBox h3 {
  font-size: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 13px;
  letter-spacing: 4px;
  padding-left: 5px;
  margin-bottom: 5px;
}

#sec4 .menuBox h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  box-sizing: border-box;
  border-top: 3px solid #9a8c7b;
  border-bottom: 1px solid #9a8c7b;
}

#sec4 .menuBox small {
  font-size: 13px;
  color: #bf0000;
  display: block;
}

#sec4 .menuBox dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  padding: 12px 0 17px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #e5ddd3;
}

#sec4 .menuBox dt {
  max-width: 220px;
}

#sec4 .menuBox + .menuBox {
  margin-top: 33px;
}
.oshirase02{
	width: 700px;
	background:#FFFFFF;
	color: #3A230B;
	margin: 20px auto 0 auto;
	padding: 10px 0;
}
.oshirase02 .waku{
	width: 680px;
	border: solid 1px #3A230B;
	margin: 0 auto;
}
.oshirase02 .waku .tit{
	text-align: center;
	font-size: 23px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
	margin-top: 20px;
	letter-spacing: 1px;
}
.oshirase02 .waku .txtx{
	text-align: center;
	line-height: 24px;
	margin: 15px 0 20px 0;
	font-size: 15px;
}
.oshirase02 .waku hr{
	margin: 0 15px;	
	background-color: #4F2D13;	
	border: none;
	height: 1px;
}
.oshirase02 .botan a{
		width: 500px;
	margin: 30px auto;
	padding: 15px 0;
	display: block;
	color: #fff;
text-shadow: 0px 0px 5px rgba(146,119,83,0.5);	
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background: #D3680B;
	border-bottom: 4px #3E1500 solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	font-weight: bold;
}