﻿   /*--フッター固定CSS --*/
.content {
  min-height: calc(100vh - 120px);
}
.footer {
  height: 100px;
}

   /*--navbarリストCSS --*/
   @media (min-width: 768px) {
     nav ul li.dropdown:hover>div.dropdown-menu {
       display: block;
     }
   }
     /*-- jumbotronCSS --*/
    .jumbotron-extend {position: relative; height: 100vh; min-height: 300px;background:url('top/IMG_20240604_124502.jpg') no-repeat center; 
background-size: cover;
}
    
    /* FontAwesome*/
    .sns-button {    position: absolute;    bottom: 32px;    left: 46px; color:black;}
    
    


