@charset "utf-8";

.pageTitle {
	background-image: url(../../images/room2/page_title_img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 100%;
	height: 300px;
	position: relative;
}

.roomTypeArea {
	width: 960px;
	margin: 0 auto;
}

.roomType1 {
	float: left;
	margin: 30px 0 0 0;
	position: relative;
	/*background-image: url(../../images/room2/thumbnail_type01.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	/* background-color: #000; */
	background-color: #fff;
	width: 465px;
	height: 200px;
}

.roomType2 {
	float: right;
	margin: 30px 0 0 0;
	position: relative;
	/*background-image: url(../../images/room2/thumbnail_type02.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	/* background-color: #000; */
	background-color: #fff;
	width: 465px;
	height: 200px;
}

.roomType3 {
	float: left;
	margin: 30px 0 0 0;
	position: relative;
	background-image: url(../../images/room2/thumbnail_type03.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 465px;
	height: 200px;
}

.roomType4 {
	float: right;
	margin: 30px 0 0 0;
	position: relative;
	background-image: url(../../images/room2/thumbnail_type04.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 465px;
	height: 200px;
}

.roomType5 {
	float: left;
	margin: 30px 0 0 0;
	position: relative;
	background-image: url(../../images/room2/thumbnail_type05.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 465px;
	height: 200px;
}

.roomType6 {
	float: right;
	margin: 30px 0 0 0;
	position: relative;
	background-image: url(../../images/room2/thumbnail_type06.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 465px;
	height: 200px;
}

.roomType7 {
	float: left;
	margin: 30px 0 0 0;
	position: relative;
	background-image: url(../../images/room2/thumbnail_type07.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 465px;
	height: 200px;
}

.roomType8 {
	float: right;
	margin: 30px 0 0 0;
	position: relative;
	background-image: url(../../images/room2/thumbnail_type08.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 465px;
	height: 200px;
}

.layerTransparent {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	width: 465px;
	height: 200px;
	z-index: 0;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.layerTransparent:hover {
	background-color: rgba(0,0,0,0);
	height: 200px;
}

.tag1 {
	position: absolute;
	top: 10px;
	left: -10px;
	background-image: url(../../images/room2/tag01.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 132px;
	height: 38px;
	color: #FFF;
	font-size: 16px;
	text-align: left;
	padding: 6px 0 0 10px;
	z-index: 1;
}
.en .tag1, .ko .tag1, .zh-tw .tag1{
	background-image: url(../../images/room2/tag01-1.png), url(../../images/room2/tag01-2.png), url(../../images/room2/tag01-3.png);
	background-position: left top, left top, right top;
	background-repeat: no-repeat, repeat-x, no-repeat;
	width: 116px;
}
.ko .tag1{
	width: 115px;
}
.zh-tw .tag1{
	width: 90px;
}
.tag2 {
	position: absolute;
	top: 10px;
	left: -10px;
	background-image: url(../../images/room2/tag02.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 90px;
	height: 37px;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	padding: 8px 0 0 10px;
	z-index: 1;
}
.en .tag2, .ko .tag2, .zh-tw .tag2{
	background-image: url(../../images/room2/tag02-1.png), url(../../images/room2/tag02-2.png), url(../../images/room2/tag02-3.png);
	background-position: left top, left top, right top;
	background-repeat: no-repeat, repeat-x, no-repeat;
	width: 155px;
}
.ko .tag2{
	width: 96px;
}
.zh-tw .tag2{
	width: 108px;
}

.roomName {
	position: relative;
	font-size: 30px;
	line-height: 35px;
	margin: 30px 0 0 0;
	color: #FFF;
	
	-webkit-text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #000;
	-ms-text-shadow: 1px 1px 2px #000;
	-o-text-shadow: 1px 1px 2px #000;
	text-shadow: 0px 0px 3px #000;
}

.en .roomName {
	margin-top: 35px;
}

.roomName span {
	display: block;
	font-size: 18px;
	line-height: 35px;
	margin: 30px 0 0 0;
}

.roomName>.withRuby {
	ruby-align:center;
}

.detailBtn,
.detailBtn2,
.detailBtn3,
.detailBtn4,
.detailBtn5,
.detailBtn6,
.detailBtn7,
.detailBtn8 {
	border: 1px solid #FFF;
	padding: 10px 20px;
	color: #FFF;
	font-size: 16px;
	width: 125px;
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	bottom: 20px;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.ja .detailBtn,
.ja .detailBtn2,
.ja .detailBtn3,
.ja .detailBtn4,
.ja .detailBtn5,
.ja .detailBtn6,
.ja .detailBtn7,
.ja .detailBtn8 {
	font-weight: bold;
}

.roomName2 {
	font-size: 30px;
	line-height: 35px;
	margin: 50px 0 0 0;
	color: #000;
}

.roomName2 span {
	display: block;
	font-size: 18px;
	line-height: 35px;
	margin: 30px 0 0 0;
}

.roomInfoText {
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
}

.infiniteslide1 {
	margin: 20px 0 0 0;
}

.infiniteslide1 li {
	margin: 0 3px;
	font-size: 0;
	line-height: 0;
}

.infiniteslide2 {
	margin: 20px 0 0 0;
}

.infiniteslide2 li {
	margin: 0 3px;
	font-size: 0;
	line-height: 0;
}

.equipmentBox {
	width: 960px;
	margin: 30px auto 0;
}

.equipment {
	float: left;
	width: 420px;
	background-image: url(../../images/room2/punctuation_line.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
}

.equipment.ne {
	float: none;
	width: 100%;
	background-image:none;
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
}

.equipment h5 {
	font-size: 18px;
	text-align: left;
}

.equipment p {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 10px 0 0 0;
}

.amenity {
	float: left;
	width: 420px;
	margin: 0 0 0 20px;
}

.amenity h5 {
	font-size: 18px;
	text-align: left;
}

.amenity p {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 10px 0 0 0;
}

.panoramaBtn {
	float: right;
	font-size: 0;
	line-height: 0;
}

.panoramaBtn a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panoramaBtn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.typeBox {
	width: 960px;
	margin: 30px auto 0;
}

.typeBox h5 {
	font-size: 18px;
	text-align: left;
}

.typeBox p {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin: 15px 0 0 0;
}

.typeBox p span {
	background-color: #000;
	white-space: nowrap;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	padding: 5px 10px;
	color: #FFF;
	text-align: center;
	margin: 0 5px 0 0;
}
.en .typeBox p span {
	display: inline-block;
	margin: 3px 1px;
	padding: 0 10px;
}

.btnArea {
	width: 960px;
	margin: 30px auto 0;
	position: relative;
}

.planBtn {
	font-size: 0;
	line-height: 0;
}
.en .planBtn, .ko .planBtn, .zh-tw .planBtn{
	visibility: hidden;
}

.planBtn a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.planBtn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.retrunBtn {
	position: absolute;
	top: 18px;;
	right: 0;
	z-index: 2;
	font-size: 15px;
}

.retrunBtn a {
	background-image: url(../../images/room2/retrun_icon.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 0;
	color: #000;
}

.hall {
	width: 960px;
	margin: 0 auto;
}

.hallInfo {
	margin: 30px 0 0 0;
}

.sliderArea {
	float: left;
	width: 457px;
}

.textArea {
	float: right;
	width: 473px;
}

.textArea h5 {
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}

.textArea p.suginomaText {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	text-justify: distribute;
	margin: 20px 0 0 0;
}

.textArea p.suginomaText span {
	display: block;
	margin-top: 1em;
}

.btnArea2 {
	margin: 30px 0 0 0;
	position: relative;
}

.panoramaBtn2 {
	float: left;
	font-size: 0;
	line-height: 0;
}

.panoramaBtn2 a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panoramaBtn2 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.retrunBtn2 {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 2;
	font-size: 15px;
}

.retrunBtn2 a {
	background-image: url(../../images/room2/retrun_icon.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 0;
	color: #000;
}

.yosanoArea {
	margin: 30px 0 0 0;
}

.yosanoInfo {
	margin: 20px 0 0 0;
}

.yosanoInfo .photo {
	float: left;
	font-size: 0;
	line-height: 0;
}

.yosanoText {
	float: left;
	margin: 0 0 0 20px;
}

.yosanoText {
	float: left;
	margin: 0 0 0 20px;
	width: 325px;
}

.yosanoText .name {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

.yosanoText .description {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	text-justify: distribute;
	margin: 15px 0 0 0;
}

.yosanoInfo .ka {
	float: right;
	font-size: 0;
	line-height: 0;
}