@charset "UTF-8";
div.access > #header div.img_title{
    background-image:url(../image/top-access.jpg);
}
div.access > #header .globalMenuSp ul{
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}
/*アクセス*/
iframe{
    width:100%;
    margin:10px auto;
    height:500px;
}
#access{
    width:85%;
    max-width:1000px;
    margin:10px auto;
    font-size: 1.5rem;
}
#access .sub-title{
    margin-bottom:80px;
}
#access .catch{
    margin:20px auto 50px;
}
#map {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  
  #map iframe {
    width: 100%;
    height: 860px;
    margin-top: -170px;
  }
/* タブレット以下・ハンバーガーメニュー設定 */
@media screen and (max-width: 768px) {
    #access .sub-title{
        margin-bottom:30px;
    }
    #access .catch{
        margin:10px auto 30px;
    }
}