.main p {
  margin: 0 auto;
  width: 80%;
  font-size: 13px;
}

.main {
  font-family: "Adobe Garamond Pro", "Cambria";
  text-align: center;
}

.main .title {
  padding: 130px 0 50px;
}

.main .title h1 {
  font-size: 40px;
}

.main .title h2 {
  font-size: 15px;
}

.main .first .text {
  position: relative;
}

.main .first .text img {
  position: absolute;
  top: -10px;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 330px;
  opacity: 0.3;
  z-index: -1;
}

.main .second {
  margin-top: 60px;
}

.main .second h1 {
  font-size: 20px;
  padding-bottom: 10px;
}

.main .second p {
  margin-top: 30px;
}

.main .access-title {
  padding-top: 80px;
}

.main .access {
  width: 350px;
  margin: 30px auto;
}

.main .access .map-text {
  margin-top: 20px;
  text-align: left;
}

.main .access .map-text .map-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .access .map-text .map-title h1 {
  font-size: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  margin-left: 10px;
}

.main .access .map-text h2 {
  margin-left: 70px;
  font-size: 20px;
}

.main .access .map-text p {
  font-size: 15px;
}

@media screen and (min-width: 500px) {
  .main p {
    font-size: 17px;
    line-height: 1.8em;
  }
  .main .first .text img {
    top: -20px;
    width: 90%;
    height: 110%;
  }
}

@media screen and (min-width: 800px) {
  .main .title {
    padding-top: 70px;
  }
  .main p {
    font-size: 20px;
    line-height: 1.8em;
  }
  .main .first .text img {
    top: -20px;
    width: 90%;
    height: 110%;
  }
}

@media screen and (min-width: 1000px) {
  .main p {
    font-size: 30px;
  }
  .main .first .title h1 {
    font-size: 60px;
  }
  .main .first .title h2 {
    font-size: 20px;
  }
  .main .first img {
    height: 50vw;
  }
  .main .second {
    margin-top: 200px;
  }
  .main .second h1 {
    font-size: 35px;
  }
  .main .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 750px;
    margin: 30px auto;
  }
  .main .access .map-text {
    margin-top: 0;
    margin-left: 50px;
  }
  .main .access .map-text .map-title h1 {
    font-size: 32px;
    margin-left: 10px;
  }
  .main .access .map-text h2 {
    font-size: 22px;
  }
  .main .access .map-text p {
    font-size: 17px;
  }
}
/*# sourceMappingURL=about.css.map */