<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#tour {
	display: none;
	opacity:0;
	transition:all 0.5s;
	
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	
	margin:0;
	padding:0;
}

#tour.show {
	opacity:1;
	transition:all 0.5s;
}


#pannellum {
	width: 100%;
	height: 100%;
}

#tour_ctrl {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
	
	pointer-events: none;
}

.touchable {
	pointer-events:auto !important;
}

/*.ch_move {
	height: 20px;
	width: 20px;
	background: #fcc;
}
.ch_move_up, .ch_move_down, .ch_move_left, .ch_move_right {
	background: #f99;
}

.ch_info {
	height: 20px;
	width: 20px;
	background: #cfc;
}
.ch_info_up, .ch_info_down, .ch_info_left, .ch_info_right {
	background: #9f9;
}
*/

/* z-index */
#tour {
	z-index:1030;
}

#tour #pannellum {
	z-index:1031;
}
#tour #tour_ctrl {
	z-index:1032;
}

/*#tour_map {
	z-index:2020;
}

#tour_modal {
	z-index:2021;
}

#overlay {
	z-index:2010;
}
#loading {
	z-index:2011;
}*/

/* youtube iframe */

.wrapper_yt {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 0;
}

.wrapper_yt iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* media query */
@media only screen and (max-width: 768px) and (min-width: 481px) {

}

@media only screen and (max-width: 480px) {


}
</pre></body></html>