/* Scss Document */
.lead {
	background: url(../img/shared/bg1.jpg) repeat-y top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 15% 20px;
}
.lead h2 {
	text-align: center;
	font-size: 18px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.lead h2::before {
	content: "";
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	position: absolute;
	width: 150px;
	margin-left: -75px;
	left: 50%;
	bottom: 0;
}
.lead .list {
	padding-top: 20px;
}
#sec1 {
	padding: 15% 0;
	background: url(../img/index/s1_bg1.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec1 .text {
	padding: 10px 5% 40px;
	border-left: 1px solid #fff;
	margin-left: 20px;
}
#sec2 {
	background: url(../img/index/s2_bg.jpg) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 15% 20px;
}
#sec2 .txt {
	position: relative;
	padding: 10px 35px 20px;
	background: url(../img/index/s2_line1.png) repeat-y top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec2 .txt::before {
	content: "";
	background: url(../img/index/s2_line3.png) no-repeat top center;
	height: 51px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
	position: absolute;
	bottom: -51px;
	left: 0;
	right: 0;
}
#sec2 .blk-1 {
	background: url(../img/index/s2_deco1.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding-bottom: 20%;
}
#sec2 .blk-1 .photo {
	margin-bottom: -15%;
}
#sec2 .blk-2 .photo {
	margin-bottom: -12%;
}
#sec3 {
	background: url(../img/index/bg3.jpg) repeat-y top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	color: #000;
	padding-bottom: 15%;
}
#sec3 .txt {
	padding: 0 20px 20px;
}
#sec3 .btn {
	width: 80%;
	margin: 0 auto;
}
#sec4 {
	position: relative;
	background: no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec4 h2 {
	position: relative;
	z-index: 10;
	padding-bottom: 80px;
}
#sec4 .blk-2 {
	background: url(../img/index/s4_bg1.png), url(../img/shared/bd_bg.jpg);
	background-position: bottom center, top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: relative;
	z-index: 2;
	padding-bottom: 15%;
}
#sec4 .blk-2 h3 {
	float: left;
	width: 100%;
	margin-top: -15%;
}
#sec4 .blk-2 .txt {
	padding: 5% 20px 20px;
	clear: both;
}
#sec5 {
	background: url(../img/index/s5_bg.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
	padding: 15% 0;
}
#sec5 #feed {
	padding: 20px 20px 30px;
}
#sec5 dl {
	display: table;
	width: 100%;
}
#sec5 dl dt, #sec5 dl dd {
	display: table-cell;
	padding: 5px 0;
}
#sec5 dl dt {
	width: 30%;
}
#sec5 dl dd {
	width: 65%;
}
#sec5 .btn {
	width: 50%;
}

.lunch_bnr a{
	margin: 0px auto 50px auto;
	padding: 15px 0;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	background:#593906; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 95%;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}