@charset "utf-8";

@media screen and (max-width: 767px){
  #subMv{
    background: url(../img/mv_sp.png) no-repeat top center;
  }
  .accessMap{
    width: 100%;
    height: 300px;
  }
  .accessMap iframe{
    width: 100%;
    height: 300px;
  }
  .mwideText h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px){
  #subMv{
    background: url(../img/mv.png) no-repeat top center;
  }
  .accessMap{
    width: 100%;
    height: 800px;
  }
  .accessMap iframe{
    width: 100%;
    height: 800px;
  }
  .mwideText h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
