@charset "UTF-8";
.first {
  background-image: url(../image/access.jpg);
  background-position: center center;
}

.access {
  margin: 80px 0 50px;
  padding: 30px 50px 50px;
  /* Google Mapを囲う要素 */
  /* Google Mapのiframe */
}
.access h2 {
  font-size: 50px;
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
  text-align: center;
  margin: 0 0 30px 0;
}
.access .map {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .access .map {
    display: block;
    text-align: center;
  }
}
.access img {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .access .google_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    /* 比率を4:3に固定 */
  }
}
@media screen and (max-width: 767px) {
  .access .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.access .address {
  width: 500px;
  padding: 20px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .access .address {
    margin: auto;
    padding: 0;
    width: 100%;
  }
}
.access .address_flex {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .access .address_flex {
    margin-top: 0;
  }
}
.access h3 {
  font-size: 50px;
  margin: 0;
  font-family: "Gasoek One", sans-serif;
  font-family: "Lexend", sans-serif;
}
.access h4 {
  font-size: 20px;
  margin: 20px 0 5px 0;
}
.access p {
  margin: 0;
}/*# sourceMappingURL=access.css.map */