header, footer, .foot_bnr_wrap, .to_top, .footconv { display: none;}

#common_header,
#t_live_balloon,
#common_footer_info, 
#common_footer_bnrs,
#common_footer,
#common_footer_ftag { display: none!important;}

.site-header {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  background: #000;
  z-index: 10;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
}
.site-header img.logo {
  display: block;
  height: 60px;
  width: auto;
}
.site-header h1 {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
}

div.site-link {
  display: block;
  white-space: nowrap;
  background-color: #F0F1F3;
  width: auto;
  text-align: center;
  color: black;
}
div.site-link a {
  display: block;
  padding: 12px 15px;
  font-size: 11px;
  font-family: sans-serif;
}

@media screen and (max-width: 670px) {
  .site-header {
    padding-top: 2em;
  }
  .site-header h1 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 10px;
    padding: 5px 0;
    background-color: black;
  }
  .site-header img.logo {
    height: 40px;
  }
  div.site-link a {
    font-size: 11px;
    padding: 7px 10px;
  }
}

/* pano-wrap
--------------------------------------------------*/
#panorama >p { text-align: right; margin: 30px 10px;}
#panorama >p span { display: inline-block; background: #b6a48a; color: #fff; padding: 0 10px;}

.pano-wrap { position: relative; overflow: hidden;}
.pano-wrap .figure img { position: relative; height: 480px; width: auto; max-width: none; left: calc(50vw - 1445px); vertical-align: top; cursor: move;}
.pano-wrap .pano { display: block; width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 1;}
.pano-wrap .pano .controls {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	height: 0;
    top: 50%;
    left: 0;
}
.pano-wrap .pano .controls a {
	width: 60px;
	height: 100px;
	display: block;
	cursor: pointer;
	transform: translateY(-50%);
}
.pano-wrap .pano .controls .left { background: url(../img/panorama/btn_panoPrev.png)   no-repeat center center/cover;}
.pano-wrap .pano .controls .right { background: url(../img/panorama/btn_panoNext.png)   no-repeat center center/cover;}

@media screen and (max-width: 768px) {
.pano-wrap { padding: 0 0 30px; }
.pano-wrap .figure img { height: 300px; left: calc(50vw - 575px); }
.pano-wrap .pano .controls a { width: 30px; height: 50px; }
}

.pano-caption { 
  /*position: absolute; */
  font-size: 10px; 
  line-height: 1.4; 
  right: 0; 
  bottom: 0; 
  padding: 5px; 
  letter-spacing: 0.05em; 
  color: #000; 
  /*text-shadow: 0 0 5px #000, 0 0 5px #000;*/
}

.pano_box {
  position: relative;
}
.pano_box .box {
  position: relative;
  overflow: hidden;
}
.pano_box .lbl_floor {
  top: 10%;
  left: 5%;
  padding: 10px;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  font-size: 2rem;
  line-height: 1;
  width: 120px;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.pano_box .boxButton {
  cursor: pointer;
  width: 150px;
  background: rgba(255,255,255,0.7);
  border: 1px solid #801d21;
  color: #801d21;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
  transition: all 0.3s ease;
}
.pano_box .boxButton.is_disable {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.pano_box .boxButton:hover {
  background: #fff;
}
.pano_anchor {
  position: relative;
  transform: translateY(-160px);
}
.pano_box .is_up {
  opacity: 0;
  transform: translateY(-10%);
}
.pano_box .is_down {
  opacity: 0;
  transform: translateY(10%);
}
.pano_box .on {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear 0.5s;
}
#panorama {
    background: url(../img/bg.jpg) no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 60px 0;
}
body {
    padding: 0 !important;
}
@media screen and (max-width: 767px) {
    .pano_box .lbl_floor {
        top: 15px;
        left: 15px;
        padding: 5px;
        font-size: 1.2rem;
        width: 90px;
    }
}

#common_header,
#t_live_balloon,
#common_footer_info, 
#common_footer_bnrs,
#common_footer,
#common_footer_ftag { display: none!important;}