@charset "UTF-8";
/* @content */
#view360 #page_header {
  background-image: url(../images/360/underlayer-main@2x.jpg);
}
#view360 #section01{
  text-align: center;
}
#view360 #section10{
  background-image: url(../images/360/bg.jpg);
  text-align: center;
  background-size: contain;
}
#view360 #section10 .section10_con{
  margin-top: 90px;
}
#view360 #section10 iframe{
  border:none;
  width: 100%;
  height: 480px;
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #view360 #section10 iframe{
    height: 50vw;
  }
  #view360 #section01 {
    margin-top: 140px;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #view360 #section10 .section10_con{
    margin-top: 60px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #view360 #section10 .section10_con{
    margin-top: 40px;
  }
  #view360 #section10 iframe{
    margin-top: 20px;
  }
   #view360 #section01 {
    margin-top: 130px;
  }
}