@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/field-533541_1280.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: 'Noto Serif JP', serif;
  font-family: 'Noto Serif SC', serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
}

.title p {
  font-family: 'Noto Serif JP', serif;
  font-family: 'Noto Serif SC', serif;
  font-size: 32px;
  margin-top: 15px;
}

.main h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.map {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Serif JP', serif;
}

.map iframe {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 25px;
}

.map p {
  display: block;
  width: 930px;
  max-width: 90%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 800px) {
  .map {
    width: 500px;
    margin-top: 45px;
  }

}