img{
	border: none;
}

img{
	border: none;
}

body{
	background-color: Black;
	margin: 0;
	padding: 0;
	font-family: "Sawarabi Mincho";
	font-size: 100%;
	color: white;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}


#wrapper{
	overflow: hidden;
}

.main-wrapper{
	width: 1000px;
	margin: auto;
}


ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li a{
	text-decoration: none;
	color: #D4C079;
}





.menu_list{
	list-style-type: disc;
	padding-left: 30px;
}



h2 {
	width: 1000px;
	text-align: center;
	margin: auto;
	font-size: 30px;
	border-bottom: solid 2px #fff;
	letter-spacing: 0.1em;
	font-weight: normal;
}


.content-wrapper{
	width: 1000px;
	margin: auto;
	margin-bottom: 30px;
}

.content-wrapper h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: solid 2px #B69B68;
	padding-left: 5px;
}


.content-wrapper h3 span{
	font-size: 0.78em;
}

.content-wrapper .desc{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}


.menu-wrapper{
	margin-top: 30px;
}


.special-left{
	float: left;
	width: 400px;
}


.special-left img{
	width: 400px;
}

.special-right{
	float: right;
	width: 570px;
}

.special-right .menu_list{
	float: left;
	padding-right: 50px;
	margin-bottom: 20px;
	line-height: 25px;
}

.special-right a{
	color: #D4C079;
	text-decoration: none;
}


.special-right a:hover{
	text-decoration: underline;
}


h4{
	font-weight: normal;
	clear: both;
	margin-bottom: 5px;
}

.cocktail-box{
	float: left;
}


.breadcrumbs {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 20px;
}

.breadcrumbs li {
	list-style-type: none;
	float: left;
	font-size: 14px;
}


.breadcrumbs li span {
	padding-left: 0.5em;
	padding-right: 0.5em;
}



.banner_line3{
	width: 1024px;
	height: 60px;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 50px;
	position: relative;
}

.banner_line3 img{
	width: 180px;
	height: 45px;
}

.banner_line3 > div{
	float: left;
	margin-right: 30px;
	width: 180px;
	height: 70px;
}


.banner_line3 > div > img{
	cursor: pointer;
}

.banner_line3 > div span{
	color: #c1bcae;
	font-size: 0.8em;
}

.banner_line3 > div:last-child{
	margin-right: 0px;
}


.access-inner-l{
	width: 480px;
	float: left;
}


.access-inner-r{
	width: 420px;
	float: right;
}


.access-inner-r img{
	width: 100%;
}

.access-table {
	border-collapse: collapse;
	width: 550px;
}

th, td {
	border: 1px solid white;
	padding: 10px;
	font-weight: normal;
}

.margin-bottom-m{
	margin-bottom: 40px;
}



