@charset "utf-8";


.logo {
    width: 1000px;
    margin: 0 auto;
    
}

.location {
   display: flex;
   justify-content: space-around;
   align-items: center;
   width: 1000px;
   margin: 0 auto;
   font-size: 17px;
}
figure {
    font-family: 'Noto Sans JP', sans-serif;
    width: 450px;
    height: 430px;
     /* background-color: #e8e6e5; */
    
}
figure img {
    width: 450px;
    height: 250px;
}
figure p {
    font-size: 15px;
}
h2 {
color: #457703;
background-color:#E1D737 ;
/* display: inline-block; */
}

#top #header_nav_location a {
    background-position: 0 -60px;
    pointer-events: none;
}

.location {
    display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  max-width: 1000px;
  margin: auto;
  padding: 30px;
}
.img-item {
    opacity: 0;
    width: 100%;
    /* aspect-ratio: 3 / 2; */
    object-fit: cover;
}