@charset "UTF-8";


html {
    overflow: hidden;
}

body {
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, sans-serif;
    background-color: #000;

}

#all {
    overflow: hidden;
    position: relative;
}

.cf:after,
.cf:before {
    content: "";
    display: block;
    overflow: hidden
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

/*
temporary
*/

#pin18_window_min_text {
    font-size: 0.85em;
}

#s-floor-100 {
    font-size: 0.8em;
}


/*メニューバー*/
#menubar {
    margin: 0;
    padding: 0;
    height: 60px;
    font-size: 0;
    /*border-top: 5px solid #346046;*/
    background: #00190a;
    background: -moz-linear-gradient(top, #00190a 0%, #004c1f 100%);
    background: -webkit-linear-gradient(top, #00190a 0%, #004c1f 100%);
    background: linear-gradient(to bottom, #00190a 0%, #004c1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00190a', endColorstr='#004c1f', GradientType=0);
}

#menubar li {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    border-right: 1px solid #3d7954;
    text-align: center;
    vertical-align: top;
}

#menubar li:last-child {
    border-right: none;
}

#menubar li img {
    border: none;
}

#menubar li a {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    height: 60px;
    color: #e5c45d;
    text-shadow: 1px 1px 3px #ab8922;
    text-decoration: none;
    vertical-align: middle;
}

#menubar li a:hover {
    background: #274f37;
}

#menubar li.logo a,
#menubar li.logo img {
    width: 162px;
}

#menubar li.panospeed a,
#menubar li.panospeed img {
    width: 23px;
}

#menubar li.panolink a {
    width: 42px;
}

#menubar li.panolink span {
    font-size: 0.8em;
}

#menubar li.panomap a,
#menubar li.panoclose a {
    width: 45px
}


/*ローディング*/
#loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00190a;
    background: -moz-linear-gradient(top, #00190a 0%, #004c1f 100%);
    background: -webkit-linear-gradient(top, #00190a 0%, #004c1f 100%);
    background: linear-gradient(to bottom, #00190a 0%, #004c1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00190a', endColorstr='#004c1f', GradientType=0);
    z-index: 2000;
}

#loading img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*注意書き*/
#attention {
    position: fixed;
    top: 60px;
    margin: 5px;
    font-weight: bold;
    color: #00190a;
    text-shadow: 1px 1px 3px #ffffff;
    z-index: 100;
    display: none;
}


@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    #mapicon {
        display: none;
    }
}

.parts_window,
.parts_route {
    display: none;
    position: absolute;
    z-index: 10;
}

.route_visible {
    display: block;
    position: absolute;
}

.no_event {
    pointer-events: none
}


/*PINスタイル*/
.parts_pin_left div,
.parts_pin_right div,
.parts_pin_upper_left div,
.parts_pin_upper_right div {
    position: absolute;
    padding: 5px 7px;
    background: #003312;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.parts_pin_left div:before {
    content: "";
    position: absolute;
    bottom: -23px;
    /*
    吹き出し左    bottom: -23px;
    吹き出し右    right: 10px; bottom: -23px;
    吹き出し上    left: 10px; top: -23px;
    吹き出し中央  left: 50%; margin-left: -10px; bottom: -23px;
    */
    border: 10px solid transparent;
    border-top: 20px solid #003312;
}

.parts_pin_upper_left div::before {
    content: "";
    position: absolute;
    left: 10px;
    top: -23px;
    border: 10px solid transparent;
    border-bottom: 20px solid #003312;
}

.parts_pin_right div:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -23px;
    border: 10px solid transparent;
    border-top: 20px solid #003312;
}

.parts_pin_upper_right div::before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: auto;
    top: -23px;
    border: 10px solid transparent;
    border-bottom: 20px solid #003312;
}

.parts_pin_upper_right .pin15::before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: auto;
    top: -50px;
    border: 10px solid transparent;
    border-bottom: 40px solid #003312;
    border-right: 1px solid #003312;
}

.parts_pin_left div span,
.parts_pin_right div span,
.parts_pin_upper_left div span,
.parts_pin_upper_right div span {
    font-size: 12px;
}

.parts_pin_left div:hover,
.parts_pin_right div:hover,
.parts_pin_upper_left div:hover,
.parts_pin_upper_right div:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*PINスタイル(表示のみ)*/
.parts_road div {
    position: absolute;
    padding: 5px 7px;
    background: rgba(255, 0, 0, 0.6);
    border-radius: 5px;
    color: #fff;
    cursor: default;
    text-align: center;
}

/*.parts_road div:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -23px;*/
/*    right: 10px;*/
/*    border: 10px solid transparent;*/
/*    border-top: 20px solid #238700;*/
/*}*/

.parts_road div span {
    font-size: 12px;
}

/*.parts_road div:hover {*/
/*    opacity: 0.7;*/
/*    filter: alpha(opacity=70);*/
/*}*/

/*各PINの絶対位置指定*/
.pin1 {
    width: 120px;
    left: 2740px;
    top: 80px;
}

.pin2 {
    width: 110px;
    left: 3680px;
    top: 50px;
}

.pin3 {
    width: 200px;
    left: 3880px;
    top: 20px;
}

.pin4 {
    width: 180px;
    left: 3630px;
    top: 170px;
}

.pin5 {
    width: 110px;
    left: 2910px;
    top: 160px;
}

.pin6 {
    width: 110px;
    left: 2090px;
    top: 165px;
}

.pin7 {
    width: 110px;
    left: 2260px;
    top: 110px;
}

.pin8 {
    width: 150px;
    left: 820px;
    top: 150px;
}

.pin9 {
    width: 120px;
    left: 1000px;
    top: 100px;
}

.pin10 {
    width: 150px;
    left: 1230px;
    top: 110px;
}

.pin11 {
    width: 200px;
    left: 1500px;
    top: 100px;
}

.pin12 {
    width: 250px;
    left: 2640px;
    top: 220px;
}

.pin13 {
    width: 150px;
    left: 3180px;
    top: 210px;
}

.pin14 {
    width: 110px;
    left: 3280px;
    top: 50px;
}

.pin15 {
    width: 120px;
    left: 3510px;
    top: 45px;
}

.pin16 {
    width: 150px;
    left: 1180px;
    top: 200px;
}

.pin17 {
    width: 200px;
    left: 2040px;
    top: 85px;
}

.pin18 {
    width: 150px;
    left: 4060px;
    top: 150px;
}

.pin19 {
    width: 150px;
    left: 4200px;
    top: 60px;
}

/*各PINの絶対位置指定*/

/*WINDOWスタイル*/
.parts_window {
    overflow: hidden;
    width: 300px;
    height: 230px;
    border-radius: 4px;
    border: 1px solid #b2dbb4;
    background: #009500;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .5);
}

.parts_window .bar {
    display: block;
    background: #00190a;
    background: -moz-linear-gradient(top, #00190a 0%, #004c1f 100%);
    background: -webkit-linear-gradient(top, #00190a 0%, #004c1f 100%);
    background: linear-gradient(to bottom, #00190a 0%, #004c1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00190a', endColorstr='#004c1f', GradientType=0);
}

.parts_window .title {
    float: left;
    padding: 0 0 0 10px;
    width: 260px;
    height: 30px;
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
}

.parts_window img {
    display: block;
    clear: both;
    width: 300px;
}

.parts_window .close {
    top: 2px;
    right: 2px;
    display: inline-block;
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: transparent;
    cursor: pointer;
}

.parts_window .close span {
    display: inline-block;
    position: relative;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 4px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}

.parts_window .close span:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 20px;
    height: 4px;
    margin-top: -2px;
    background: #fff;
}

/*各WINDOWの絶対位置指定(topの値は420px以下)*/
.window_pin1 {
    left: 2740px;
    top: 180px;
}

.window_pin2 {
    left: 3680px;
    top: 150px;
}

.window_pin3 {
    left: 3880px;
    top: 120px;
}

.window_pin4 {
    left: 3630px;
    top: 270px;
}

.window_pin5 {
    left: 2910px;
    top: 260px;
}

.window_pin6 {
    left: 2090px;
    top: 265px;
}

.window_pin7 {
    left: 2260px;
    top: 210px;
}

.window_pin8 {
    left: 820px;
    top: 250px;
}

.window_pin9 {
    left: 1000px;
    top: 200px;
}

.window_pin10 {
    left: 1230px;
    top: 210px;
}

.window_pin11 {
    left: 1500px;
    top: 200px;
}

.window_pin12 {
    left: 2640px;
    top: 320px;
}

.window_pin13 {
    left: 3180px;
    top: 310px;
}

.window_pin14 {
    left: 3280px;
    top: 150px;
}

.window_pin15 {
    left: 3510px;
    top: 145px;
}

.window_pin16 {
    left: 1180px;
    top: 300px;
}

.window_pin17 {
    left: 2040px;
    top: 185px;
}

.window_pin18 {
    left: 4060px;
    top: 250px;
}

.window_pin19 {
    left: 4200px;
    top: 160px;
}


/*各WINDOWの絶対位置指定(topの値は420px以下)*/

.parts_route path {
    fill: none;
    stroke: #FFDA00;
    stroke-width: 10;
    stroke-miterlimit: 10;
    stroke-dasharray: 1 20;
    stroke-dashoffset: 300;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-animation: dash 5s linear forwards;
    animation: dash 5s linear forwards infinite
}

.route_pin1 path {
    stroke: rgba(255, 255, 255, 0.66);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.route_pin2 path {
    stroke: rgba(255, 0, 0, 0.24);
    stroke-width: 17;
    stroke-linecap: round;
    stroke-linejoin: round;
}


@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}


.route_box {
    animation: blink-animation 2.5s infinite;
}

/*各ROUTEの絶対位置指定*/
.route_pin1 {
    left: 0;
    top: 0;
    width: 1500px;
    height: 1500px;
    z-index: 2;
}

/*各ROUTEの絶対位置指定*/
.route_pin2 {
    left: 0;
    top: 0;
    width: 1500px;
    height: 1500px;
}

.route_pin3 {
    left: 3000px;
    top: 0px;
    width: 1500px;
    height: 1500px;
}

.route_pin4 {
    left: 700px;
    top: 10px;
    width: 1500px;
    height: 1500px;
}

.route_pin5 {
    left: 800px;
    top: 10px;
    width: 1500px;
    height: 1500px;
}

.route_pin6 {
    left: 1000px;
    top: 0px;
    width: 1500px;
    height: 1500px;
}

.route_pin7 {
    left: 1000px;
    top: 0px;
    width: 1500px;
    height: 1500px;
}

.route_pin8 {
    left: 1000px;
    top: 0;
    width: 1500px;
    height: 1500px;
}

.route_pin9 {
    left: 2000px;
    top: 0;
    width: 1500px;
    height: 1500px;
}

.route_pin10 {
    left: 2000px;
    top: 0;
    width: 1500px;
    height: 1500px;
}

.route_pin11 {
    left: 2000px;
    top: 0;
    width: 1500px;
    height: 1500px;
}

.route_pin12 {
    left: 2900px;
    top: 0px;
    width: 1500px;
    height: 1500px;
}

.route_pin13 {
    left: 3000px;
    top: 0px;
    width: 1500px;
    height: 1500px;
}

.route_pin14 {
    left: 3000px;
    top: 0px;
    width: 1500px;
    height: 1500px;
}

.route_pin15 {
    left: 2400px;
    top: 0px;
    width: 1500px;
    height: 1500px;
}

.route_pin16 {
    left: 1645px;
    top: 0px;
    width: 1500px;
    height: 1500px;
}

.route_pin17 {
    left: 170px;
    top: 0px;
    width: 1500px;
    height: 1500px;
}

.route_pin18 {
    left: 170px;
    top: 0px;
    width: 1500px;
    height: 1500px;
}

/*各ROUTEの絶対位置指定*/