@charset 'UTF-8'


/*-----ダミー-----*/
#point1{
	top: 122px;
	left: 169px;
}
#point2{
	top: 122px;
	left: 33px;
}
#point3{
	top: 192px;
	left: 38px;
}
#point4{
	top: 221px;
	left: 91px;
}
#main-contents .hotSpot{
	top: 18%;
	left: 20%;
}
#main-contents .hotSpot img{
	top: 0;
	left: 0;
}
#main-contents .hotSpot span{
	top:0;
	right: 0;
}
#main-contents #circle-box{
	bottom: 3%;
	right: 2%;
}

/*-----common-----*/
body{
	font-family: Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #222;
}
.wrapper{
	width: 100%;
	min-width: 300px;
	margin: 0 auto;
}

/* bootstrap が修正した設定を解除 */
#main-block p {
	margin: 0;
}
#main-block ol {
	margin: 0;
}
#main-block ul {
	margin: 0;
}

#main-block{
	position: relative;
}
#main-header{
	background-color: #222;
	padding: 8px 12px;
	color: #fff;
}
#main-header p{
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
}
#main-header .sceneTitle{
	margin-left: 20px;
}
#main-header .sceneTitle:before{
	content: "|";
	padding-right: 20px;
}
#main-contents{
	position: relative;
	overflow: hidden;

	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
}
#main-contents .panorama-box{
	width: 100%;
	height: auto;
}
#main-contents .map-box{
	display: none;
	position: fixed;
	background: rgba(255,255,255,0.8);
	width: 300px;
	margin: 0 auto;
	z-index: 3;
}
#main-contents .map-box .sceneGroupTitle{
	padding: 10px;
	text-align: center;
}
#main-contents .map-box .sceneTitle{
	display: none;
}
#main-contents .map-box .map-box-imageContainer {
	position: relative;;
}
#main-contents .map-box #close-btn{
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 5;
}
#main-contents .map-box  #close-btn:hover{
	opacity: 0.6;
}
#main-contents .map-box  #close-btn button{
	cursor: pointer;
}
#main-contents .map-box .marker-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
}
#main-contents .map-box .marker-box .marker{
	position: absolute;
}
#main-contents .map-box .marker-box .marker button{
	display: block;
	width: 24px;
	height: 22px;
	background: url(../images/camera.png) no-repeat top left;
}
#main-contents .map-box .marker-box .marker.current button{
	background-position: -24px 0;
}
#main-contents .map-box .marker-box .marker button:hover{
	opacity: 0.6;
}
#main-contents .hotSpot{
	position: absolute;
	width: 135px;
	height: 116px;
}
#main-contents .hotSpot img{
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: auto;
}
#main-contents .hotSpot span{
	position: absolute;
	padding: 7px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #333;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
#main-contents .hotSpot span:hover{
	background-color: #9bcaf5;
}
#main-contents #circle-box{
	position: absolute;
	width: 10%;
	max-width: 69px;
	height: auto;
}
#main-contents #circle-box img{
	width: 100%;
	height: auto;
}
#main-contents #circle-box:hover{
	opacity: 0.6;
}
.insertion-box{
	// display: none;
	padding: 10px;
	position: fixed;
	top:61px;
	left: 0;
	right: 0;
	background-color: #fff;
	width: 45%;
	margin: 0 auto;
	z-index: 3;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
.insertion-box .buttons{
	margin-top: 20px;
	text-align: right;
}
.insertion-box .buttons button{
	margin-left: 10px;
}
.select-scenes{
	width: 96%;
	max-width: 400px;
}
.select-scenes li:not(:first-child){
	padding-top: 5px;
}
#main-block .select-scenes ul{
	padding-top: 10px;
	width: 100%;
	height: 360px;
	overflow-y: scroll;
}
.select-scenes ul a{
	text-decoration: none;
	color: #222;
}
.select-scenes ul a:hover{
	text-decoration: underline;
}
.select-scenes ul li .img{
	display: table-cell;
	width: 116px;
	height: 60px;
	border: 2px solid #fff;
}
.select-scenes ul li.current .img{
	border: 2px solid #222;
	box-sizing: border-box;
	overflow: hidden;
}
.select-scenes ul li .img img{
	width: 100%;
	height: auto;
}
.select-scenes ul li:hover img{
	opacity: 0.6;
}
.select-scenes ul li .caption{
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
}
.select-scenes ul li.current .caption{
	color: #222;
	font-weight: bold;
}
.insertion-hotspot{
	width: 96%;
	max-width: 480px;
}
.insertion-hotspot .heading{
	font-size: 22px;
	padding-bottom: 30px;
}
.insertion-hotspot .insertion-img{
	text-align: right;
}
#img-file{
	display: none;
}
.insertion-hotspot .insertion-img .imgView{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.balloon {
	position: absolute;
	z-index: 3;
	// display: none;
	max-width: 276px;
	margin-left: 10px;
	padding: 1px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-sizing: border-box;
}
.balloon > .arrow,
.balloon > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	box-sizing: border-box;
}
.balloon > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-width: 11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0;
}
.balloon > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-width: 10px;
	border-right-color: #fff;
	border-left-width: 0;
}
.balloon-content{
	padding: 9px 14px;
}
.balloon-content button{
	min-width: 5em;
	margin:5px 0;
}
#main-block .ul-menu-select{
	margin-top: 10px;
}
.ul-menu-select li{
	list-style: disc;
	margin-left: 10px;
	display: list-item;
}
#main-footer{
	background-color: #333;
	min-height: 50px;
}
#main-footer #icon-box{
	float: right;
	width: 90px;
	margin-right: 6px;
}
#main-footer #icon-box .icon{
	padding: 10px 6px;
	display: inline-block;
}
#main-footer #icon-box .icon:hover{
	opacity: 0.6;
}
#main-footer #icon-box #icon-origin,
#main-footer #icon-box #icon-full{
	display: none;
}
#main-footer .scenesGroupTitle-box {
	display: none;
}
#main-footer .scenesGroupTitle-box li a{
	color: #fff;
	text-decoration: none;
}
#main-footer .scenesGroupTitle-box li.current{
	background-color: #fff;
}
#main-footer .scenesGroupTitle-box li.current a{
	color: #333;
}
#main-footer .scenesGroupTitle-box li:hover{
	background-color: #fff;
}
#main-footer .scenesGroupTitle-box li:hover a{
	color: #333;
}
.scenes-box{
	display: none;
	padding: 10px;
	position: fixed;
	background-color: #fff;
	width: 96%;
	max-width: 450px;
	max-height: 96%;
	margin: 0 auto;
	z-index: 3;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.scenes-box .bxslider li:not(:first-child){
	padding-top: 10px;
}
.scenes-box .bxslider{
	display: table;
}
.scenes-box .bxslider a{
	text-decoration: none;
	color: #222;
}
.scenes-box .bxslider a:hover{
	text-decoration: underline;
}
.scenes-box .bxslider li .img{
	display: table-cell;
}
.scenes-box .bxslider li.current .img{
	border: 2px solid #222;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.scenes-box .bxslider li.select .img{
	background: #000;
}
.scenes-box .bxslider li .img img{
	width: 100%;
	height: auto;
}
.scenes-box .bxslider li.current .img img{
	position: absolute;
	top: -2px;
	left: -2px;
}
.scenes-box .bxslider li.select .img img{
	opacity: 0.2;
}
@media screen and (min-width: 470px) {
.scenes-box .bxslider li .img,
.scenes-box .bxslider li.current .img img{
	width: 167px;
	height: 86px;
}
}
@media screen and (max-width: 469px) {
.scenes-box .bxslider li .img,
.scenes-box .bxslider li.current .img img{
	width: 100px;
	height: 51px;
}
}
@media screen and (max-width: 400px) {
.scenes-box .bxslider li .img,
.scenes-box .bxslider li.current .img img{
	width: 90px;
	height: 46px;
}
}

.scenes-box .bxslider a:hover img{
	opacity: 0.6;
}
.scenes-box .bxslider li .caption{
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
}
.scenes-box .bxslider li.current .caption{
	color: #222;
	font-weight: bold;
}
#modal-bg{
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 1;
}
.hotSpots-box .hotSpot-box{
	position: absolute;
	top: 0;
	visibility: hidden;
	cursor: default;
	z-index: 1;
}
.hotSpots-box .hotSpot-box .hotSpot-img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.hotSpots-box .hotSpot-box.hotSpot-info .hotSpot-img{
	background:  url(../images/icon-magnify.png) no-repeat top left;
	background-size: 100%;
	width: 32px;
	height: 32px;
}
.hotSpots-box .hotSpot-box.hotSpot-scene{
	top: -16px;
	left: 7px;
}
.hotSpots-box .hotSpot-box.hotSpot-scene .hotSpot-img{
	background:  url(../images/arrow-big.png) no-repeat top left;
	background-size: 100%;
	width: 88px;
	height: 81px;
}
.hotSpots-box .hotSpot-box .hotSpot-text{
	position: relative;
	display: none;
	line-height: 25px;
	padding-left: 25px;
	padding-right: 2em;
	background: rgba(255, 255, 255, 0.4);
	font-weight: bold;
	text-shadow: 0 0 5px #fff;
}
.hotSpots-box .hotSpot-box.hotSpot-scene .hotSpot-text{
	transform: translate(58px,38px);
}
.hotSpots-box .hotSpot-box.hotSpot-info .hotSpot-text{
	transform: translate(28px,31px);
}
.hotSpots-box .hotSpot-box .hotSpot-text:before{
	content: " ";
	display: block;
	position: absolute;
	left: -5px;
	bottom:12px;
	width: 30px;
	height: 1px;
	border-bottom: 2px solid #012c7a;
	transform: rotate(54deg);
}
.hotSpots-box .hotSpot-box .hotSpot-text:after{
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 18px);
	height: 1px;
	border-bottom: 2px solid #012c7a;
}
.hotSpots-box .hotSpot-box:hover .hotSpot-text{
	display: block;
}
.hotSpots-box .hotSpot-box.hotSpot-scene{
	top: -81px;
}
.hotSpots-box .large-box .large-img{
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 1;
}
.hotSpots-box .large-box .large-img img:hover{
	opacity: 0.6;
}

.hotSpots-box .large-box .large-img{
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 1;
}
.hotSpots-box .large-box .large-img img:hover{
	opacity: 0.6;
}

.bx-wrapper * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

ul.bxslider {
	margin-bottom: 0;
}

.mapBox-image {
	 max-width: 300px;
	 max-height: 300px;
}

.mapBox-map {
	 width: 300px;
	 height: 300px;
}

.marker > button {
	border: 0;
}
.lightbox .lightbox-dialog .lightbox-content{
	background: rgba(0, 0, 0, 0.6);
	border-radius: 0;
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	padding: 9px;
}
.lightbox .lightbox-dialog .lightbox-content .lightbox-band{
	position: absolute;
	right: -1px;
	left: -1px;
	bottom: 18px;
	background: rgba(255, 255, 255, 0.85);
	width: calc(100% + 2px);
}
.lightbox .lightbox-dialog .lightbox-content .lightbox-band .inner{
	width: 100%;
	min-height: 28px;
	display: table;
}
.lightbox .lightbox-dialog .lightbox-content .lightbox-caption{
	position: relative;
	left: 0;
	right: 0;
	bottom: auto;
	display: table-cell;
	box-sizing: border-box;
	width: 68%;
	padding: 5px 5px 5px 35px;
	text-align: left;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	background: transparent;
}
.lightbox .lightbox-dialog .lightbox-content .lightbox-link-detail{
	background-color: #000;
	padding: 5px 7px 5px 20px;
	display: table-cell;
	width: 32%;
	min-width: 12em;
	height: 100%;
	min-height: 28px;
	vertical-align: middle;
	font-size: 12px;
	box-sizing: border-box;
}
.lightbox .lightbox-dialog .lightbox-content .lightbox-link-detail:hover{
	background-color: #222;
}
.lightbox .lightbox-dialog .lightbox-content .lightbox-link-detail a{
	color: #fff;
}
.lightbox .lightbox-dialog .lightbox-content .lightbox-link-detail:hover a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}

.lightbox-link-detail .caret{
	transform: rotate(-90deg);
	margin-left: 1em;
}
.lightbox .lightbox-dialog .lightbox-header .close{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 29px;
	height: 28px;
	background: url(../images/btn-lightbox-close.png) no-repeat left top;
	background-size: 58px 28px;
	opacity: 1;
	z-index: 5;
	margin: 0;
}
.lightbox .lightbox-dialog .lightbox-header .close:hover{
	background-position: -29px top;
}