.room1_wrap {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 150px auto 0;
	text-align: right;
}
.room1_wrap .leftCon {
	position: absolute;
	top: 0; right: 950px; left: 0;
	margin: auto;
	width: auto;
}
.room1_wrap .leftCon .loader {
	height: 800px;
}

.room1_wrap .roomInfo {
	display: inline-block;
	width: 870px;
	min-height: 800px;
	text-align: left;
	vertical-align: top;
}
.room1_wrap .roomInfo .name {
	margin-bottom: 35px;
	font-size: 38px;
	font-weight: bold;
	transform: translateX(5%);
}
.room1_wrap .roomInfo dl {
	margin-bottom: 40px;
}
.room1_wrap .roomInfo dl dt {
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.room1_wrap .roomInfo dl dd {
	display: table;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4;
	word-break: keep-all;
}
.room1_wrap .roomInfo dl dd span {
	display: table-cell;
	width: 130px;
	color: #666;
}
.room1_wrap .roomInfo dl dd span.infoB {
	font-size: 16px;
	font-weight: bold;
	color: #222;
}
.room1_wrap .roomInfo dl dd .info_point {
	font-size: 13px;
	color: #9f81cd;
}
.room1_wrap .roomInfo .button_wrap {
	text-align: left;
}
.room1_wrap .roomInfo .button_wrap .btn_reser {
	margin-top: 40px;
}






@media ( max-width: 1024px ) {
	.room1_wrap {
		max-width: calc(100% - 30px);
		margin: 70px auto 0;
		text-align: left;
	}
	.room1_wrap .leftCon {
		display: none;
	}

	.room1_wrap .roomInfo {
		width: 100%;
		min-height: auto;
		margin: auto;
	}
	.room1_wrap .roomInfo .name {
		margin-bottom: 20px;
		font-size: 25px;
		text-align: center;
	}
	.room1_wrap .roomInfo dl dt {
		margin-bottom: 18px;
		font-size: 15px;
	}
	.room1_wrap .roomInfo dl dd {
		padding-left: 3px;
		font-size: 14px;
		margin-bottom: 8px;
	}
	.room1_wrap .roomInfo dl dd span {
		width: 100px;
	}
	.room1_wrap .roomInfo dl dd span.infoB {
		font-size: 15px;
	}
	.room1_wrap .roomInfo .btn_commR {
		position: relative;
		display: inline-block;
		width: 100%; height: 50px;
		font-family: 'Ubuntu';
		font-size: 28px;
		font-weight: bold;
		color: #292f40;
		line-height: 48px;
		border: 1px solid #292f40;
		text-transform: uppercase;
		text-align: center;
		transition: color 0.3s, background-color 0.3s;
	}
	.room1_wrap .roomInfo .btn_commR:hover {
		color: #f2c36b;
		background-color: #292f40;
	}
	.room1_wrap .roomInfo .button_wrap {
		text-align: center;
	}
}