

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.headerwrap {
	background: url(../image/header_bg2.jpg) no-repeat center top;
	padding-top:170px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 545px;
	width: 100%;
	vertical-align:middle;
	position:relative;
		
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}
.headerwrap .row { padding-bottom:70px; box-sizing:border-box; /*background:rgba(0,0,0,0.54);*/ }
.headerwrap  p { margin-top:80px; }

#menu { padding:100px 0; }
#dining_menu { max-height:730px; overflow-y:scroll;}

#top_lunch_hl {
    background-image: url(../image/contents/top/back_lunch2.jpg);
}
#top_dining_hl {
    background-image: url(../image/contents/top/back_dining2.jpg);
}

@media (max-width: 630px) {
#top_candle .col-lg-offset-1 img { float:none; margin:0 auto 20px; }
#top_candle .col-lg-offset-1 p { display:inline-block; }
#top_candle .col-lg-offset-1 p.pos_ar { display:block; }
}
@media (max-width: 768px) {

.headerwrap .row {
	padding-bottom:0;
	background:none;
	
}
.headerwrap p {
    max-width: 500px;
    text-align: center;
    margin: 46px auto 0;
}
.headerwrap h1 img { max-width:250px; }

}