
.room1_wrap {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: right;
}
.room1_wrap .title {
	position: absolute;
	top: 0; bottom: 0; right: calc(824px + 13vw); left: 0;
	margin: auto;
	width: auto; height: 100%;
	padding-top: 120px;
	padding-left: 13vw;
	text-align: left;
	z-index: 1;
}
.room1_wrap .title .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto; height: auto;
	z-index: -1;
}
.room1_wrap .title .deco {
	margin-bottom: 30px;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-style: italic;
	color: #666;
}
.room1_wrap .title .ttl {
	position: relative;
}
.room1_wrap .title .ttl::after {
	content: '';
	position: absolute;
	bottom: 38px; left: 0;
	margin: auto;
	width: 440px; height: 2px;
	background: #333;
}
.room1_wrap .title .eng {
	position: relative;
	font-family: 'Playfair Display', serif;
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	text-transform: uppercase;
}
.room1_wrap .title .name {
	margin-top: 28px;
	font-size: 20px;
	color: #555;
}
.room1_wrap .title .btn_commR {
	display: inline-block;
	width: 270px; height: 60px;
	margin-top: 30px;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	background: #4a8c5b;
	text-align: center;
	transition: background 0.3s;
}
.room1_wrap .title .btn_commR:hover {
	background: #bf3434;
}

.room1_wrap .roomInfo {
	display: inline-block;
	width: calc(824px + 13vw);
	min-height: 695px;
	padding-top: 120px;
	padding-left: 80px;
	text-align: left;
	vertical-align: top;
}

.room1_wrap .roomInfo dl dd .info_red {
    font-size: 13px;
    color: #bf3434;
}


.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: #193441;
}
.room1_wrap .roomInfo .btn_commR {
	display: none;
}

@media ( max-width: 1620px ) {
	.room1_wrap .title {
		right: calc(824px + 8vw);
		padding-left: 8vw;
	}
	.room1_wrap .roomInfo {
		width: calc(824px + 8vw);
	}
}


@media ( max-width: 1420px ) {
	.room1_wrap .title {
		right: calc(824px + 3vw);
		padding-left: 3vw;
	}
	.room1_wrap .roomInfo {
		width: calc(824px + 3vw);
	}
}




@media ( max-width: 1200px ) {
	.room1_wrap {
		max-width: calc(100% - 30px);
		text-align: left;
	}
	.room1_wrap .title {
		position: relative;
		top: auto; bottom: auto; right: auto; left: auto;
		height: auto;
		padding-top: 68px;
		padding-left: 0;
	}
	.room1_wrap .title .loader {
		display: none;
	}
	.room1_wrap .title .deco {
		display: none;
	}
	.room1_wrap .title .ttl {
		padding-bottom: 4px;
	}
	.room1_wrap .title .ttl::after {
		bottom: 0; right: 0;
		margin: auto;
		width: auto; height: 1px;
	}
	.room1_wrap .title .eng {
		display: inline-block;
		font-size: 36px;
	}
	.room1_wrap .title .eng::after {
		display: none;
	}
	.room1_wrap .title .name {
		display: inline-block;
		margin-top: 0;
		padding-left: 10px;
		font-size: 15px;
	}
	.room1_wrap .title .btn_commR {
		display: none;
	}

	.room1_wrap .roomInfo {
		width: 100%;
		min-height: auto;
		padding-top: 40px;
		padding-left: 0;
	}
	.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.infoB {
		font-size: 15px;
	}
	.room1_wrap .roomInfo .btn_commR {
		position: relative;
		display: inline-block;
		width: 100%; height: 40px;
		font-size: 15px;
		color: #fff;
		line-height: 40px;
		background: #4a8c5b;
		text-align: center;
		transition: background 0.3s, color 0.3s;
	}
	.room1_wrap .roomInfo .btn_commR:hover {
		color: #fff;
		background: #bf3434;
	}