@charset "utf-8";

/* =============================================
	
============================================= */
.shortest_nav a:hover{
  opacity: 0.8;
}

#index_header #main_ttl h1{
  padding: 0 35px;
  background-image: url(/nikken/img/bg_n.svg), url(../img/header_bg.jpg);
  background-position: right -5% center, center center;
  background-size: auto 100%, cover;
  color: #fff;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px){

	
}

/* PC----------------------------- */
@media screen and (min-width: 768px){
  .shortest_nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  
}