#access section {
  margin: 75px auto;
  width: 100%;
  max-width: 1050px;
}
#access section p {
  font-family: 'Noto Sans JP';
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.6em;
}
@media only screen and (min-width: 480px) {
  #access section p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #access section p {
    font-size: 15px;
  }
}
#access section #wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #access section #wrap {
    flex-direction: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#access section #info {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #access section #info {
    max-width: 440px;
    flex-basis: 440px;
  }
}
#access section #info .address, #access section #info .tel {
  padding-left: 8px;
}
@media only screen and (min-width: 480px) {
  #access section #info .address, #access section #info .tel {
    padding-left: 28px;
  }
}
@media only screen and (min-width: 768px) {
  #access section #info .address, #access section #info .tel {
    padding-left: 0px;
  }
}
#access section #info .station {
  padding: 8px;
  background: #efefef;
}
@media only screen and (min-width: 480px) {
  #access section #info .station {
    padding: 28px;
  }
}
#access section #info .station ul {
  margin-bottom: 0;
}
#access section #info .station ul li {
  font-family: 'Noto Sans JP';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
}
@media only screen and (min-width: 480px) {
  #access section #info .station ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #access section #info .station ul li {
    font-size: 15px;
  }
}
#access section #info .station ul li.indent {
  padding-left: 1em;
  text-indent: -1em;
}
#access section #map {
  width: 100%;
  text-align: center;
  margin: 36px auto 36px;
}
@media only screen and (min-width: 768px) {
  #access section #map {
    max-width: 555px;
    flex-basis: 555px;
  }
}
#access section #map img {
  width: 100%;
  border: 1px solid #000;
}
@media only screen and (min-width: 1024px) {
  #access section #map img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #access section #map img {
    width: 80%;
    max-width: 555px;
  }
}
#access h2 {
  margin-bottom: 45px;
}
#access h3 {
  font-family: 'Noto Sans JP';
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
