@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

@media only screen and (min-width: 1025px){
#bigfooter,
#footer,
.header-image{
  width: 1024px;
  margin:0 auto;
}
}
.movie-wrap{
  position: relative;
  padding-top: 54.65%;
}
.movie-wrap iframe{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
}
       
.side-bnr{
  overflow: hidden;
  width: 100%;
}
.side-bnr__right,
.side-bnr__left{
  display:none;
  position: fixed;
  top:0;
  width: 300px;
}
.side-bnr__right a,
.side-bnr__left a{
  display: block;
}

@media all and (max-width: 1579px) {
  .side-bnr{
     display: none;
  }
}
