#access{
  background-color : black;
  color : #f8a900;
  min-height: auto;
}
#access .inner{
  padding:0;
  background-image : url(bgi_map.webp);
  background-repeat : no-repeat;
  background-position : center center;
  background-size : cover;
}
#access a{
  color : #f8a900;
  font-weight : 700;
  text-decoration : underline;
}
#access section{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap:0.6rem;
  margin:0 auto;
  padding:8rem 2rem;
  max-width:40rem;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1)) drop-shadow(0 0 2px rgba(0, 0, 0, 1));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1)) drop-shadow(0 0 2px rgba(0, 0, 0, 1));
}
#access h3{
  width:100%;
  margin-bottom : 1rem;
}
#access p{
  padding:0;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight : 700;
}
#access .sns{
  width:100%;
  display:flex;
  justify-content: center;
  gap:2rem;
}
#access .sns p{
  width:15%;
}
#access .sns p img{
  width:100%;
}
#access .link{
  width:100%;
  padding : 1rem 0px;
  font-size : 2.2rem;
  font-weight : 900;
  text-align : center;
}
small{
  font-size: 1.2rem;
}