#header {
	height: 881px;
}
#key {
	background: url(../img/menu/bg_key.jpg) no-repeat center/cover;
	min-height: 881px;
}
#header h3 {
	padding-top: 163px;
}
#key-txt {
	position: absolute;
	top: 405px;
	left: 0;
	right: 0;
	text-align: center;
}
#read {
	text-align: center;
	position: relative;
	padding: 154px 0 114px;
}
#read:before {
	border: 10px solid #6c0b0b;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	content: '';
	z-index:1;
}
#read .txt {
	padding-top: 25px;
}
#read .bg_read {
	position: absolute;
	width: 100%;
	height: 735px;
	top: 0;
	left: 0;
}
#read .bg_read:after {
	background:url(../img/menu/read-bg.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
#read .bg_read[style*="visible"]:after {
	opacity: 1 !important;
}
#sec1 .info1 {
	padding: 151px 0 43px;
	position: relative;
}
#sec1 .bg_sec1 {
	position: absolute;
	width: 100%;
	height: 1090px;
	top: 0;
	left: 0;
}
#sec1 .bg_sec1:after {
	background:url(../img/menu/sec1-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
#sec1 .bg_sec1[style*="visible"]:after {
	opacity: 1 !important;
}
#sec1 .info1 h2 {
	padding-bottom: 375px;
	text-align: right;
}
.list1 {
	background: #FFF;
	position: relative;
	font-weight: bold;
	text-align: center;
	padding: 65px 0 66px;
	color: #000;
}
.list1:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 11px;
	border-left: 10px solid #000;
	content: '';
}
.list1:after {
	position: absolute;
	right: 0;
	bottom: 11px;
	left: 11px;
	border-bottom: 10px solid #000;
	content: '';
}
.list1 dt {
	font-size: 28px;
	color: #640b0b;
	line-height: 35px;
	padding-bottom: 24px;
}
.list1 dd {
	line-height: 40px;
	font-size: 25px;
}
.list1 dd span {
	font-size: 20px;
}
#sec1 .info1 .txt {
	float: left;
	padding-top: 40px;
}
#sec1 .info1 .list1 {
	float: right;
    width: 497px;
    position: absolute;
    top: 425px;
}
#sec1 .info2 {
	position: relative;
}
#sec1 .info2:before {
	background: url(../img/menu/sec1-bg2.png) no-repeat center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 746px;
	content: '';
}
#sec1 .info2 .txttop {
	padding: 80px 0 33px;
	text-align: center;
}
#sec1 .info2 .photo {
	margin-right: -100px;
}
#sec1 .info2 .txt {
	padding: 45px 0 232px 280px;
	width: 449px;
}
#sec1 .info2 dl {
	position: absolute;
	top: 490px;
	left: 0;
	width: 496px;
	padding: 59px 0 57px;
	z-index: 100;
}
#sec2 {
	position: relative;
}
#sec2 h2 {
	text-align: center;
	position: absolute;
	top: -127px;
	left: 0;
	right: 0;
	z-index: 9;
}
#sec2 {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 600px;
	position: relative; width:100%;
	overflow:inherit;
}
#sec2 .main > div {
	position: relative;
	width: 50%;
	min-height: 600px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	background-repeat: repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#sec2 .sec2-left {
	background-image: url(../img/menu/sec2-bg_01.jpg);
	background-repeat: no-repeat;
	float: left;
}
#sec2 .sec2-right {
	background-image: url(../img/menu/sec2-bg_02.jpg);
	background-repeat: no-repeat;
	float: right;
}
#sec2 .main:hover .sec2-col {
	width: 37.5%;
}
#sec2 .main .sec2-col:hover {
	width: 62.5%;
	z-index: 1;
}
#sec2 dl {
	position: absolute;
	top: 73px;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	width: 450px;
	font-weight: bold;
	padding: 28px 0 22px;
}
#sec2 dl dt span {
	font-size: 20px;
	font-weight: normal;
}
#sec2 dl dd span {
	font-size: 25px;
}
#sec2 .sec2-left dl {
	right: 50px;
	background: url(../img/menu/sec2-dl1.png) no-repeat center top;
}
#sec2 .sec2-right dl {
	left: 50px;
	background: url(../img/menu/sec2-dl1.png) no-repeat center top;
}
#sec2 .sec2-col .txt {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: absolute;
	height: 300px;
	top: 270px;
	opacity: 0;
}
#sec2 .sec2-left .txt {
	right: 50px;
}
#sec2 .sec2-right .txt {
	left: 50px;
}
#sec2 .sec2-left:hover .hover {
	opacity: 1 !important;
}
#sec2 .sec2-right:hover .hover {
	opacity: 1 !important;
}
#sec3 {
	margin: 153px auto 52px;
}
#sec3 .photo {
	padding-top: 46px;
	margin-left: -170px;
}
#sec3 .box {
	position: absolute;
	top: 0;
	right: -139px;
	z-index: 100;
}
#sec3 .box h2 {
	padding: 0 0 28px 40px;
}
#sec3 .box dl {
	background: rgba(100,11,11,0.80);
	font-size: 28px;
	line-height: 40px;
	padding: 24px 0 19px 40px;
	width: 410px;
	font-weight: bold;
}
#sec3 .box dl dd {
	font-size: 25px;
}
#sec3 .box dl dd span {
	font-size: 20px;
}
#sec3 .box .txt {
	padding-top: 23px;
}
#sec4 {
	margin-bottom: 150px;
}
#sec4 .photo {
	padding-top: 46px;
	margin-left: -170px;
}
#sec4 .box {
	position: absolute;
	top: 0;
	right: -46px;
	z-index: 100;
}
#sec4 .box h2 {
	padding: 0 0 28px 45px;
}
#sec4 .box dl {
	background: rgba(100,11,11,0.80);
	font-size: 28px;
	line-height: 40px;
	padding: 24px 0 19px 40px;
	width: 410px;
	font-weight: bold;
}
#sec4 .box dl dd {
	font-size: 25px;
}
#sec4 .box dl dd span {
	font-size: 20px;
}
#sec4 .box .txt {
	padding-top: 23px;
}
#sec5 {
	position: relative;
}

#sec5 .bg_sec5 {
	position: absolute;
	width: 100%;
	height: 602px;
	top: 0;
	left: 0;
}
#sec5 .bg_sec5:after {
	background:url(../img/menu/sec5-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
#sec5 .bg_sec5[style*="visible"]:after {
	opacity: 1 !important;
}

#sec5 h2 {
	padding: 105px 0 224px;
}
#sec5 .bnr {
	position: absolute;
	bottom: -64px;
	right: 0;
}
#sec6 .info1 {
	margin: 129px auto 100px;
	position: relative;
}
#sec6 .info1 .fr {
	position: relative;
	z-index: 100;
}
#sec6 .info1 h2 {
	margin-right: -130px;
}
#sec6 .info1 .txt {
	padding: 21px 0 64px;
}
#sec6 .info1 .photo {
	position: absolute;
	top: 70px;
	left: -300px;
}
#sec6 .info2 {
	max-width: 1150px;
	margin: 0 auto;
	padding: 59px 0 70px;
	background: #000;
}
#sec6 .info2 .wrap {
	background: url(../img/menu/sec6-deco1.png) no-repeat center 30px, url(../img/menu/sec6-deco2.png) no-repeat center bottom;
	padding-bottom: 59px;
}
#sec6 .info2 .txttop {
	padding: 36px 0 40px;
	line-height: 28px;
	text-align: center;
}
#sec6 .info2 .txttop span {
	font-size: 20px;
	font-weight: bold;
}
#sec6 .info2 dl {
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 20px;
}
#sec6 .info2 dl dt {
	float: left;
}
#sec6 .info2 dl dd {
	float: right;
}
#sec6 .info2 .box {
	float: left;
	margin-left: 54px;
	width: 152px;
}
#sec6 .info2 .w-197 {
	width: 197px;
	margin-left: 63px;
}
#sec6 .info2 .w-206 {
	width: 206px;
	margin-left: 36px;
}
#sec6 .info2 .w-214 {
	width: 214px;
	margin-left: 28px;
}
#sec6 .info3 {
	margin: 101px auto 100px;
}
#sec6 .info3 .box {
	position: relative;
	z-index: 100;
	padding-top: 129px;
}
#sec6 .info3 .box .txt {
	padding: 19px 0 150px;
}
#sec6 .info3 .photo {
	position: absolute;
	top: 0;
	right: -300px;
}
#sec6 .info3 dl {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	position: absolute;
	top: 175px;
	left: 0;
	z-index: 101;
}
#sec6 .info3 dl dd {
	font-size: 25px;
}
#sec6 .info3 dl dd span {
	font-size: 20px;
}
#sec7 {
	width: 100%;
	position: relative;
}
#sec7 .bg_sec7 {
	position: absolute;
	width: 100%;
	height: 849px;
	top: 0;
	left: 0;
}
#sec7 .bg_sec7:after {
	background:url(../img/menu/sec7-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
#sec7 .bg_sec7[style*="visible"]:after {
	opacity: 1 !important;
}


#sec7 .info1 {
	text-align: center;
	padding: 134px 0 53px;
	position: relative;
	z-index:100;
}
#sec7 .info1 .txt {
	padding-top: 29px;
}
#sec7 .info2 {
	padding: 62px 0 41px;
	background: url(../img/menu/sec7-bgrp.png) repeat center top;
	position: relative;
	z-index:1;
}
#sec7 .info2 .fl {
	padding-top: 41px;
	padding-left: 50px;
	width: 412px;
}
#sec7 .info2 .fr {
	padding-top: 42px;
	padding-right: 48px;
	width: 412px;
}
#sec7 .info2 dl {
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 20px;
}
#sec7 .info2 dl dt {
	float: left;
}
#sec7 .info2 dl dd {
	float: right;
}
#menu {
	color: #fefefe;
	margin: 83px 0 120px;
}
#menu h3 {
	background: #dfac33;
	position: relative;
}
#menu h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/menu/menu_h3_1_01.png) no-repeat center top;
	width: 116px;
	height: 80px;
}
#menu h3:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/menu/menu_h3_1_03.png) no-repeat center top;
	width: 201px;
	height: 80px;
}
#menu dl {
	border-bottom: 1px solid #515151;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0;
	letter-spacing: 1.3px;
}
#menu dl dt {
	float: left;
	padding-left: 10px;
}
#menu dl dd {
	float: right;
	text-align: right;
	color: #b5b5b5;
	font-weight: bold;
	padding-right: 7px;
}
#menu h4 {
	background: #403b36;
	height: 37px;
	display: table;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	width: 100%;
	margin: 50px 0 17px 0;
	letter-spacing: 2px;
}
#menu h4:first-of-type {
	margin-top: 0;
}
#menu h4 span {
	display: table-cell;
	vertical-align: middle;
}
#menu h5 {
	font-size: 14px;
	color: #dac3a7;
	line-height: 30px;
}
#menu .toggle-main {
	margin-top: 50px;
	padding-bottom: 110px;
}
#menu #menuFood {
	margin-bottom: 1px;
}
#menu #menuFood .note {
	line-height: 36px;
	margin: 39px 0 54px 0;
	font-weight: bold;
}
#menu #menuFood .col {
	width: 300px;
	float: left;
}
#menu #menuFood .color {
	color: #dac3a7;
}
#menu #menuFood .col + .col {
	margin-left: 50px;
}
#menu #menuDrink .block1 {
	margin-bottom: 35px;
}
#menu #menuDrink .block1 .col {
	width: 300px;
	float: left;
}
#menu #menuDrink .block1 .col + .col {
	margin-left: 50px;
}
#menu #menuDrink .block2 {
	margin-bottom: 57px;
}
#menu #menuDrink .block2 .col1 {
	float: left;
	width: 650px;
}
#menu #menuDrink .block2 .col1 .col {
	float: left;
}
#menu #menuDrink .block2 .col1 .col + .col {
	margin-left: 50px;
}
#menu #menuDrink .block2 .col2 {
	float: right;
	width: 300px;
}
#menu #menuDrink .block3 {
	position: relative;
	margin-bottom: 55px;
}
#menu #menuDrink .block3 .note2 {
	font-size: 12px;
position: absolute;
top: 13px;
right: 19px;
letter-spacing: 2px;
}
#menu #menuDrink .block3 .col {
	width: 475px;
	float: left;
}
#menu #menuDrink .block3 .col + .col {
	margin-left: 50px;
}
#menu #menuDrink .block3 h5 {
	margin: 10px 0 0 10px;
}
#menu #menuDrink .block4 {
	margin-bottom: 60px;
}
#menu #menuDrink .block4 .col {
	width: 300px;
	float: left;
}
#menu #menuDrink .block4 .col + .col {
	margin-left: 50px;
}
#menu #menuDrink .block4 h5 {
	margin: 10px 0 0 10px;
}
#menu #menuDrink .block5 .col {
	width: 300px;
	float: left;
}
#menu #menuDrink .block5 .col + .col {
	margin-left: 50px;
}
#menu #menuDrink .block5 h5 {
	margin: 10px 0 0 10px;
}

#menu .w-300 {
	width: 300px;	
}