/* 複数画像切り替え---------------------------------------------- */  
  /* 各スライドのアニメーションタイミングを均等にずらす */
  /* .slideimg:nth-of-type(1){
    background-image: url(../img/gourmet/gourmet_08-topimg-01.png);
    animation-delay: 0s;
    background-position:100%;
  }
  
  .slideimg:nth-of-type(2) {
    background-image: url(../img/common/ishikawa_gate-img.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%;
  } */
  .slider-container{
    background-image: url(../img/gourmet/gourmet_11-topimg-01.jpg);
    background-size: cover;
  }
