/*/////////////////////////////////////////////////////////////////////////////////////////////////

 Theta Layout

/////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Roll Over */
*:hover.over {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
  transition: all 300ms ease;
}

.facilities-info .appearance .appearance02 {
  height: 630px;
}
.facilities-info .appearance .appearance02 .theta-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

#theta-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  letter-spacing: -.4em;
}
#theta-thumb li {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin: 10px 5px 0;
  letter-spacing: normal;
  font-size: 12px;
  color: #fff;
}
#theta-thumb li a {
  display: block;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}

#theta-thumb li a.act::before,
#theta-thumb li a::after{
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease;
}
#theta-thumb li a.act::before {
  border: #007fb8 4px solid;
}
#theta-thumb li a::after {
  background-color: rgba(0,0,0,0.5);
}
#theta-thumb li a:hover::after,
#theta-thumb li a.act::after {
  opacity: 0;
}
#theta-thumb li a img {
  display: block;
  width: 100%;
  height: auto;
}

#scene-prev, #scene-next {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  cursor: pointer;
}
#scene-prev { left: 0;  background: url(../images/common/facilities/ARROW_theta_l.png) no-repeat center center;}
#scene-next { right: 0; background: url(../images/common/facilities/ARROW_theta_r.png) no-repeat center center;}

#theta-viewer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/* 767px以下用（タブレット／スマートフォン用）の記述 */
@media screen and (max-width: 767px) {

  .pc-only { display: none;}
  .facilities-info .appearance .appearance02 {
    height: auto;
    padding: 10px;
  }

  #theta-thumb {
    position: static;
    height: auto;
    padding: 10px 0 10px;
    background: none;
    text-align: left;
  }
  #theta-thumb li {
    width: 32%;
    margin: 0 2% 5px 0;
    text-align: center;
    font-size: 11px;
    color: #000;
  }
  #theta-thumb li:nth-child(3n) {
    margin-right: 0;
  }

  #theta-viewer {
    height: 220px;
  }


}
