@charset "UTF-8";
/*******************************************メニュー部分***************/
.menu_bar {
	background-image: url(../img/index/type_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 24px;
	color: #FFF;
	line-height: 24px;
	margin: -15px 0 0 0;
}
.menu_bar02 {
	background-image: url(../img/index/type_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 24px;
	color: #FFF;
	line-height: 24px;
	margin: -5px 0 0 0;
}
.menu_bar ul li {
	float: left;
	width: 20%;
	text-align: center;
	background-repeat:no-repeat;
	background-size:70%;
	background-position:center center;
}

.menu_bar ul a li{ color:#fff;}


/*************************************部屋******/
.index_room{}

.index_room {
	margin-top: 10px;
}
.index_room .room_number{ width:100%;}
.index_room .room_number ul { margin-bottom:10px;}
.index_room .room_number ul li {
	float: left;
	width: 30.5%;
	text-align: center;
}
.index_room .room_number ul li:hover {
	background-color:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms- filter:"alpha(opacity=60)";
}.index_room .text {
	margin-top: 20px;
	margin-bottom: 20px;
}
.index_room .text .icon {
	margin-top: 10px;
	letter-spacing: 0em;
	font-size: 10px;
}
.index_room .text .icon ul li {
	background-color: #927f62;
	width: 21%;
	float: left;
	color: #FFF;
	text-align: center;
	margin-right: 1%;
	margin-left: 1%;
	padding: 1%;
}
.index_room .btn {
	width:100%;
	height: 40px;
	line-height:40px;
	color:#fff;
	border:none;
	background-image: -webkit-linear-gradient(bottom, #000, #950202);
	background-image: -moz-linear-gradient(bottom, #000, #950202);
	background-image: -o-linear-gradient(bottom, #000, #950202);
	background-image: -ms-linear-gradient(bottom, #000, #950202);
	background-image: linear-gradient(to top, #000, #950202);
	font-weight: bold;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
ul a .selectoff{
	background-image: url(../img/room/room_bg_off.png);
	background-repeat: repeat-x;
	width: 100%;
	/*padding: 3% 0;*/
	color:#FFF;
	text-align:center;
	
}