.site_navigation_list li:nth-child(2) p{
    background: rgb(0, 0, 0, 41%);
  }
.promotion_movie::before{
    content: "Promotion movie";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 50px;
    white-space: nowrap;
    opacity: 15%;
}
.section{
    margin-bottom: 100px;
}
.youtube_aria{
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}
/* .scroll{
    top: 85%;
} */


/* 複数画像切り替え---------------------------------------------- */  
  /* 各スライドのアニメーションタイミングを均等にずらす */
  .slideimg:nth-of-type(1){
    background-image: url(../img/common/ishikawa_gate-img.png);
    animation-delay: 0s;
    background-position:100%;
  }
  
  .slideimg:nth-of-type(2) {
    background-image: url(../img/shops_guide/store_00.png);
    animation-delay: 3s;
    background-position:10%;
  }
  
  .slideimg:nth-of-type(3) {
    background-image: url(../img/common/ishikawa_gate-img.png);
    animation-delay: 6s;
    background-position:0%;
  }
  
  .slideimg:nth-of-type(4) {
    background-image: url(../img/shops_guide/store_00.png);
    animation-delay: 9s;
    background-position:60%;
  }
  
  .slideimg:nth-of-type(5) {
    background-image: url(../img/common/ishikawa_gate-img.png);
    animation-delay: 12s;
    background-position:90%;
  }

@media screen and (max-width:750px) {
    
}

@media screen and (max-width:991px) {
   
}






/*# sourceMappingURL=map/style.css.map */