@charset "utf-8";

.title {
  height: 500px;
  background-image: url(../images/access/bg-main.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 #131212;
}

.title h1 {
  font-family: 'Yuji Syuku', serif;
  font-size: 32px;
  font-weight: bold;
}

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

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

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

.map {
  width: 930px;
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

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

.main h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 50px;
}

.main h3::after {
  content: '';
  display: block;
  width: 36px;
  height:  3px;
  background-color: #000000;
  margin-top: 10px;
}

.main p {
  margin-top: 10px;
  font-size: 18px;
}

.main p strong {
  color: rgb(187, 31, 31);
}

.highlighter {
  background: linear-gradient(transparent 90%,#000000 10%);
}

@media (max-width: 800px) {
  .title {
    height: 450px;
  }

  .map {
    margin-top: 70px;
  }

  .main p {
    font-size: 19px;
  }
}