/* Scss Document */
.price {
	text-align: center;
	margin-top: 20px;
}
.price span {
	font-size: 20px;
	font-weight: 500;
}
#sec1, #sec2, #sec3, #sec4, #drink {
	padding-bottom: 13%;
}
#sec1 {
	background: url(../img/menu/sec1_bg.jpg) repeat-y top center/100% auto;
}
#sec1 .sec1_txt {
	text-align: center;
	margin-top: -10px;
}
#sec1 .slick-arrow {
	top: 29%;
}
#sec1 .slick-dots {
	position: static;
	margin-top: 20px;
}
#sec1 .slick-dots button {
	width: 10px;
	height: 10px;
	background: #fff;
}
#sec1 .slick-dots li.slick-active button {
	background: #a9241d;
}
#sec1 h3 {
	margin: 15px 0 25px;
}
#sec2 {
	background: url(../img/menu/sec2_bg2.jpg) no-repeat top center/100% auto, url(../img/menu/sec2_bg.jpg) repeat-y top center/100% auto;
}

#sec2 .sec2_dl1 .price{
	width: 68%;
}
#sec3 {
	background: url(../img/menu/sec1_bg.jpg) repeat-y top center/100% auto;
}
#sec3 .price {
	margin-top: 0;
}
#sec4 {
	background: url(../img/menu/sec4_bg.jpg) no-repeat top center/100% auto;
}
#sec4 .price {
	margin-top: 0;
}
#sec5, #sec7 {
	background: url(../img/main/sec1_bg.jpg) repeat-y top center/100% auto;
	padding-bottom: 8%;
	color: #000;
}
#drink .price {
	margin-top: 0;
}
.ttls {
	border: 1px #000000 solid;
	width: 150px;
	margin: 20px auto 0;
	text-align: center;
}
