.room1_wrap {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 150px auto 0;
	text-align: right;
}
.room1_wrap .leftCon {
	position: absolute;
	top: 0; right: 876px; left: 0;
	margin: auto;
	width: auto;
}
.room1_wrap .leftCon .loader {
	height: 800px;
}

.room1_wrap .roomInfo {
	display: inline-block;
	width: 810px;
	min-height: 800px;
	text-align: left;
	vertical-align: top;
}
.room1_wrap .roomInfo .name {
	margin-bottom: 45px;
	font-family: 'Karla','Karla' ;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.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 .c-point {
	font-size: 13px;
	color: #2b6eac;
}
.room1_wrap .roomInfo .btn {
	margin-top: 40px;
}



@media ( max-width: 1420px ) {
	.room1_wrap {
		max-width: calc(100% - 30px);
	}
}



@media ( max-width: 1024px ) {
	.room1_wrap {
		max-width: calc(100% - 30px);
		margin: 75px 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: 30px;
		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;
	}
}


@media ( max-width: 767px ) {
	.room1_wrap .roomInfo .btn {
		margin-top: 10px;
		padding: 0;
		width: 100%; height: 50px;
		color: #fff;
		background-color: rgba(43,110,172,1);
		line-height: 50px;
		text-align: center;
	}
	.room1_wrap .roomInfo .btn span {
		position: relative;
		top: auto; right: auto;
		padding-left: 5px;
		line-height: 50px;
	}
}