/* タブレット向けレイアウト */
@media screen and (max-width: 1000px) {



}

/* モバイル向けレイアウト */
@media screen and (max-width: 670px) {



.header{
    display:none;
  }

.header-mobile{
  display:none;
}

.header-mobile.is-active{
  display:block;
}

.icon{
      display: block;
}

.topimage video{
  display: none;
}

.topimagemobile{
  display:block;
}

.title{
  top: 20%;
  left: 50%;
}


.title h1{
  font-size: 28px;
  text-align: center;
  color: hsl(60, 20%, 98%);
}

.title h3{
  top:10px;
  font-size: 18px;
  text-align: center;
  color: hsl(60, 20%, 98%);
}

.title p{
  text-align: center;
}

.aboutexplain{
  padding: 10px 10px;
}

.movieBox{
  margin: 20px auto;
  position: relative;
  width: 95%;
  padding-top: 53.44%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}



.opendate h3{
  font-size: 16px;
  color: rgba(34, 79, 160, 1);
  text-shadow: -1px -2px 7px rgba(0,175, 235, 1); 
  text-shadow: -1px 2px 7px rgba(0,175, 235, 1); 
  text-shadow: 1px -2px 7px rgba(0,175, 235, 1); 
  text-shadow: 1px 2px 7px rgba(0,175, 235, 1); 
}

.opendateMobile {
  display:block;
}

.title{
  top: 80%;
}

.title h1{
  font-size: 18px;
}

.title h3{
  font-size: 14px;
  padding-left: 0px;
}

.title p{
  font-size: 12px;
}


.overview{
  padding: 20px 10px;
}

.application{
  margin:20px auto;
}

.aboutexplain h1{
  font-size: 20px;
}

.houkoku{
  margin:30px 10px;
  padding: 0px 10px;
  flex-direction: column;
}

.past{
  margin: auto;
  padding: 10px 5px;
  width: 100%;
}


.lastoverview{
  padding: 20px 10px 20px 10px;
}

.apply{
  margin:50px 10px;
  padding: 10px 0px;
  background-color: #00abe5;
  border-radius: 20px;
}

.apply h3{
  font-size: 16px;
}


}
