@charset "utf-8";
/* CSS Document */
#main .comPhotoBox {
	margin-bottom: 89px;
}

#main .comTableBox {
	margin-bottom: 68px;
}

#main .btns {
	text-align: center;
	float: none;
}

#main .comNodeList {
	margin-bottom: 99px;
}

#main .comTopBox .listTxt li {
	display: inline-block;
	float: none;
}

#main .comTopBox .listTxt .price {
	border-right-width: 0;
}

#main .comTopBox .listTxt .price.rent {
	font-size: 21px;
}

#main .comTopBox .listTxt .price span {
	margin: 0 5px;
	font-size: 36px;
}

#main .comTopBox.sell {
	margin-bottom: 47px;
}

/* comListPoint */
#main .comListPoint {
	margin-bottom: 55px;
}

#main .comListPoint dt {
	float: left;
	font-size: 21px;
	letter-spacing: 1px;
}

#main .comListPoint dd {
	padding-left: 6.1em;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 2.2;
}

#main .comListPoint dd:last-child {
	margin-bottom: 0;
}

#main .comPhotoBox.sell {
	margin-bottom: 30px;
}

#main .comLableUl {
	margin-bottom: 84px;
}

#main .headLine02.heigh {
	margin-bottom: 59px;
}

#main .movie {
	margin-bottom: 70px;
	width: 100%;
}

#main .movie p {
	margin-bottom: 29px;
	font-size: 15px;
}

#main .movie .movieInner {
	position: relative;
	width: 100%;
	padding-top: 56.24%;
}

#main .movie .movieInner .movieThumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	/*background: url(../img/room_detail/thumb_bg.jpg) no-repeat;*/
	background-size: cover;
}

#main .movie .movieInner .movieThumb img {
	width: 1000px;
}

#main .movie .movieInner .movieThumb:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/room_detail/thumb_play.png) no-repeat center;
	background-size: 70px 70px;
	transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

#main .movie .movieInner .movieThumb:hover:after {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

#main .movie iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 767px) {
	#main .ttlBox {
		position: relative;
	}

	#main .ttlBox .smalllTxt {
		margin-bottom: 5px;
	}

	#main .ttlBox .comListLable {
		margin-top: 0 !important;
		position: absolute;
		top: 0;
		right: 0;
	}

	#main .comPhotoBox {
		margin-bottom: 52px;
	}

	#main .comTableBox {
		margin-bottom: 40px;
	}

	#main .btns {
		text-align: center;
		float: none;
	}

	#main .comNodeList {
		margin-bottom: 54px;
	}

	#main .comTopBox.sell {
		margin-bottom: 25px;
	}

	#main .comTopBox .listTxt .price {
		margin-bottom: 10px;
		display: block;
	}

	#main .comTopBox .listTxt .price span {
		font-size: 30px;
	}

	#main .comTopBox .listTxt .price.rent {
		font-size: 16px;
	}

	#main .comTopBox.sell .listTxt li:nth-child(n+2) {
		padding: 0;
		width: 83px;
		text-align: center;
		box-sizing: border-box;
	}

	#main .comTopBox.sell .listTxt li:nth-child(2) {
		text-align: left;
	}

	#main .comListPoint {
		margin-bottom: 26px;
	}

	#main .comListPoint dt {
		margin-bottom: 5px;
		float: none;
		font-size: 18px;
	}

	#main .comListPoint dd {
		padding-left: 0;
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.6;
	}

	#main .comListPoint dd:last-child {
		margin-bottom: 0;
	}

	#main .headLine02.heigh {
		margin-bottom: 30px;
	}

	#main .movie {
		margin-bottom: 40px;
	}

	#main .movie p {
		margin-bottom: 22px;
		font-size: 12px;
	}

	#main .movie .movieInner .movieThumb:after {
		background-size: 40px 40px;
	}

	#main .movie .movieInner .movieThumb:hover:after {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	
	#main .movie .movieInner .movieThumb img {
		width: 100%;
	}

	#main .comLableUl {
		margin-bottom: 51px;
	}
}