@charset "utf-8";
/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh;
    z-index: 2;
}

@media (max-width: 991.98px) {
  #slider {
    display:block;
    width: 100%;
    height: 350px;
    z-index: 2;
    margin:74px 0 0 0;
    clear:both;
  }
  .tl_banner{
    margin: 100px 0 30px 0;
  }
}

/*========= レイアウトのためのCSS ===============*/

a{
  color: #fff;
}

a:hover,
a:active{
  text-decoration: none;
}



