body {
  font-family: "Noto Sans JP", sans-serif;
  /* width: 100%; */
  margin: 0 auto;
  /* max-width: 1200px; */
  width: 1200px;
}

.section-1 {
  height: 30vh;
  background-image: url("../images/image1.jpg");
  background-size: cover;
  
  animation: bg-scroll 9s ease-out forwards;
  background-position: top;
  position: relative;
  margin-bottom: 40px;
}

@keyframes bg-scroll {
  0% {
    background-position: center top;
  }
  50% {
    background-position: center bottom;
  }
  100% {
    background-position: center 40%;
  }
}

.section-1 .midasi {
  position: absolute;
  top: 35px;
  left: 250px;
}

.section-1 h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #f5f2f2;
  
}

iframe {
  margin-bottom: 50px;
}

.rekisi {
  text-align: center;
}

.rekisi h2 {
  text-align: center;
  font-size: 30px;
  color: brown;
  padding: 10px;
  margin-bottom: 20px;
}

.rekisi a {
  display: inline-block;
  margin: 0 auto 15px;
  color: blue;
  padding: 10px;
  border: solid 2px #863434;
  border-radius: 5px;
}


.section-2 h3 {
  font-size: 40px;
  margin: 10px ;
  text-align: center;
  margin-bottom: 30px;
}




footer {
  padding: 30px;
  text-align: center;
  font-size: 18px;
}