@charset "utf-8";
@import "style.css";

/*========================================================================================================================


  ◇◆◇ 施設概要動画 ◇◆◇
  
  
========================================================================================================================*/

/*----------------------------------------------------------------------------------------------------

  side nav
  
----------------------------------------------------------------------------------------------------*/

.or-spNav { display:none; }

@media screen and (max-width:640px) {
  .ct-side { display:none; }
  .or-spNav { display:inherit; text-align:left; }
}


/*----------------------------------------------------------------------------------------------------

  概要動画
  
----------------------------------------------------------------------------------------------------*/

#movie {
  position: relative;
  width: 100%;
}
#movie:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
#movie .movie-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#movie video {
  width: 100%;
  height: 100%;
  cursor: pointer
}