@charset "utf-8";@charset "UTF-8";
/* 
----------------------------------------------- *
 * パノラマ画像ビューアー
 * [適用twigテンプレート]
 * パノラマ全画面表示
 * ->php_include/src/Search/SpBundle/Resources/views/RaDetail/tour.html.twig
----------------------------------------------- */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.mod-panoramaTour {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 戻る導線（賃貸photoViewer風） */
.mod-panoramaTour .header {
  position: absolute;
  top: 0;
  background: #333;
  width: 100vw;
  height: 60px;
}

.mod-panoramaTour .header span {
  position: absolute;
  display: inline-block;
  left: 0;
  height: 60px;
  padding-left: 17px;
  font-size: 12px;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
  z-index: 9;
}

.mod-panoramaTour .header span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/* iframe */
.mod-panoramaTour .tourPlayerBox {
  margin-top: 60px;
  height: calc(100% - 60px);
  width: 100vw;
  border: none;
}
