@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:-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%;
	margin-bottom: 48px;
}
.index_room .room_number ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4.25%;
	row-gap: 20px;
}
.index_room .room_number ul li {
	width: 30.5%;
	text-align: center;
	margin: 0 !important;
	box-sizing: border-box;
}
.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(top, #f94141, #cc1c1c);
	background-image: -moz-linear-gradient(top, #f94141, #cc1c1c);
	background-image: -o-linear-gradient(top, #f94141, #cc1c1c);
	background-image: -ms-linear-gradient(top, #f94141, #cc1c1c);
	background-image: linear-gradient(to bottom, #f94141, #cc1c1c);
	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%;
	margin: 0 10px 10px 0px;
	padding:1px;
	color:#FFF;
	text-align:center;

}