@charset "utf-8";

.title {
  height: 610px;
  background-image: url(../images/gamagori/page-title-area-gamagori.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
  font-family: serif;
}

.title h1 {
  font-size: 80px;
}

.title p {
  font-size: 20px;
  margin-top: 15px;
}

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

.main h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.map {
  background-color: #d8faff;
  padding-top: 45px;
  padding-bottom: 55px;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.map iframe {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 25px;
  filter: grayscale(40%);
}

.grid-item-list {
  width: 1630px;
  max-width: 90%;
  margin-top: 95px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 480px);
  column-gap: 95px;
  row-gap: 70px;
  justify-content: center;
}

.item3 {
  grid-row-start: span 2;
}

.item4 {
  grid-row-start: span 2;
}

.footer {
  color: #000000;
  margin-top: 100px;
  background-color: #9ff2ff;
}

.site-menu-color-footer {
  color: #0058aa;
}

@media (max-width: 800px) {
  .title {
    background-position: 45% center;
  }

  .title h1 {
    font-size: 50px;
  }

  .title p {
    font-size: 17px;
  }

  .grid-item-list {
    display: block;
    width: 280px;
    margin-top: 75px;
  }

  .grid-item-list li {
    margin-top: 70px;
  }
}