/* CSS Document */
.box.half_bg_room_list .box_content h1 {
	color:#376776;
}

.room_content {
	float:left;
	padding:50px 40px 40px 40px;
	width:300px;
	text-align:left;
	display:block;
	text-decoration: none;
}

.room_content .button {
	transition:all 0.2s;
}

.room_content:hover .button {
	background:#142841;
	color:#ffffff;
	border-color:#142841;
}

.room_img {
	width:calc(100% - 380px);
	height:100%;
	position:absolute;
	right:0;
	top:0;	
	overflow:hidden;
}

.room_img .slide {
	z-index:10;
	width:50%;
	position:absolute;
	height:100%;
	top:0;
	cursor:pointer;	
}

.room_img .slide.prev {
	left:0;	
}

.room_img .slide.prev.move:before {
	content:'';
	width: 48px;
    height: 48px;
    border: 1px solid #ffffff;
    background: url('/design/full_carousel_arrow_left.svg') 17px 14px no-repeat;
    background-color:rgba(0,0,0,0.15);
    background-size: 20px auto;
	position: absolute;
    display: block;
    left: 20px;
    top:calc(50% - 25px);
    
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.61);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.61);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.61);
}

.room_img .slide.next {
	right:0;    
}

.room_img .slide.next.move:before {
	content:'';
	width: 48px;
    height: 48px;
    border: 1px solid #ffffff;
    background: url('/design/full_carousel_arrow_right.svg') 11px 14px no-repeat;
    background-color:rgba(0,0,0,0.15);
    background-size: 20px auto;
	position: absolute;
    display: block;
    right: 20px;
    top:calc(50% - 25px);
    
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.61);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.61);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.61);
}

.room_img img.img {
	object-fit: cover;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.room_img img.img.hlp_img {
	display:none;
}

.room_img .lens {
	position:absolute;
	display:block;
	right:20px;
	bottom:20px;
	width:48px;
	height:48px;
	border: 1px solid #ffffff;
	background: url(/design/full_carousel_arrow_right.svg) 11px 14px no-repeat;
    background-size: 20px auto;
}

.room_img .lens img {
	width:50px;
	display:block;
}

.box .box_content .room_content h2 {
	color: #376776;
}

.box .box_content .room_content .text_content ul {
	color: #376776;
}

.box .box_content .room_content .for {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #376776;
	padding-top:25px;
}

.box .box_content .room_content .for span {
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;	
	letter-spacing: 0.5em;
	text-transform: uppercase;
	display:block;
}

.box .box_content .room_content .text_content ul li {
	padding-bottom:5px;
}