@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);

#navi-wrap {
	box-sizing:content-box ;
	width:100%;
	height:80px;/*52px*/
	margin:0 auto;
	background-color:#FFFFFF;
	border-top:1px solid ##0000ffff;
	border-bottom:1px solid ##0000ffff;
	z-index: 99999999;
}


#navi-bar {
	width:100%;
	height:52px;
	margin:0 auto;
	padding-top: 15px;
}

#navi-bar ul {
	padding:0;
	margin:0;
	
}

#navi-bar ul:after {
	content: "";
	clear: both;
}

#navi-bar ul li {
	
	float:left;
	padding:0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

/*
#navi-bar ul li a:hover {
	background-color:#ffffff;
	color:#000000;
	transition: all 100ms ease-in-out;
}
*/

#navi-bar > ul > li > a {
	display:block;
	width:100%;
	text-align:center;

	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 33px;
	color:#666666;
	text-decoration: none;
	line-height:52px;
	font-weight: 600;

}
#navi-bar > ul > li > a:last-child{
	padding-left: 10px;
} 

.navi li a:last-child {
	border:none;
}

.navi li img {
	vertical-align:middle;
}
.room_btn2 {
    position: relative;
    display: inline-block;
    padding: 3px;
    background-color: #e8bb2a!important;
    border-radius: 2px;
    font-size: 6px;
    top: -4px;
}
.lin{
	background:#e8bb2a!important;
}
.lin2{
	border-top: 2px solid #e8bb2a!important;
}