.page-top .kv{
    display:block;
    width:100%
}
.page-top .kv>img{
    display:block;
    width:100%
}
.page-top .menu{
    display:block;
    width:100%
}
.page-top .menu>img{
    display:block;
    width:100%
}
/* .page-top .menu_movie{
    display:block;
    width:calc(100% - 32px);
    margin:0 auto
}
.page-top .menu_movie>iframe{
    display:block;
    width:100%
}
.page-top .menu_map{
    display:block;
    aspect-ratio:1/.75;
    width:calc(100% - 64px);
    margin:0 auto
}
.page-top .menu_map>iframe{
    display:block;
    width:100%;
    height:100%
}
.page-top .online{
    display:block;
    width:100%
}
.page-top .online_btn{
    display:block;
    width:100%;
    max-width:242px;
    margin:0 auto
}
.page-top .online_btn>img{
    display:block;
    width:100%
} */
.page-top .footer{
    display:block;
    width:100%
}
.page-top .footer>img{
    display:block;
    width:100%
}
.slick-slide{
    margin: 0 10px!important;
}

/* 複数画像切り替え---------------------------------------------- */  
  /* 各スライドのアニメーションタイミングを均等にずらす */
  .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%;
  }
/* .top-image:before {
    content: "";
    display: block;
    background-image: url(../img/common/ishikawa_gate-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
} */

.kanazawa_castle_town{
    width: 75%;
    margin: 25px 0 0;
}

.news_topics::before{
    content: "News&topics";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 50px;
    white-space: nowrap;
    opacity: 15%;
}
.news_topics::after{
    content: "";
    background-image: url(../img/top/Lantern-img.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 165px;
    position: absolute;
    top: -20px;
    left: 250px;
}
.instagram-btn{
    display: block;
    text-align: center;
    border: #fff solid 1px;
    border-radius: 30px;
    width: 240px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.instagram-btn:hover {
    background: #fff;
    color: #5D4F38;
}
.instagram-btn::before{
    content: "";
    background-image: url(../img/common/instagram-logo_white.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 8px;
    position: relative;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.instagram-btn:hover::before{
    background-image: url(../img/common/instagram-logo_brown.png);
}
.shops_guide{
    position: relative;
    font-size: 22px;
    text-align: center;
    margin-bottom: 70px;
    color: #fff;
    padding-top: 100px;
    margin-top: -100px;
}
.shops_guide::before{
    content: "Shops guide";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 50px;
    white-space: nowrap;
    opacity: 15%;
}
.shops_guid-btn{
    display: block;
    text-align: center;
    border: #fff solid 1px;
    border-radius: 30px;
    width: 240px;
    line-height: 50px;
    margin: 50px auto 100px;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.shops_guid-btn:hover {
    background: #fff;
    color: #5D4F38;
}
.shops_guid-btn::before{
    content: "";
    background-image: url(../img/common/logo_s-img_white.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 8px;
    position: relative;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.shops_guid-btn:hover::before{
    background-image: url(../img/common/logo_s-img_brown.png);
}
.shops_btspace{
    padding-bottom: 10px;
}
.airspace{
    height: 600px;
}


@media screen and (min-width:768px){
    .page-top .online_btn{
        -webkit-transition:opacity .3s;
        transition:opacity .3s
    }
    .page-top .online_btn:hover{
        opacity:.6
    }
    
}

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