.page-header {
  background: url(../header/access-pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  .page-header {
    background-image: url(../header/access-sp.jpg);
  }
}

@media screen and (max-width: 479px) {
  .contents {
    padding-bottom: 80px;
  }
}

.access-info {
  max-width: 320px;
}
.access-info .section__title {
  text-align: left;
}
@media screen and (max-width: 479px) {
  .access-info .section__title {
    font-size: 2.4rem;
  }
}
.access-info p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 479px) {
  .access-info p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.access-info p + p {
  margin-top: 40px;
}
@media screen and (max-width: 479px) {
  .access-info p + p {
    margin-top: 0;
  }
}
.access-info p.small {
  font-size: 1.4rem;
}

.access-map {
  width: calc(100% - 360px);
}
@media screen and (max-width: 479px) {
  .access-map {
    width: 100%;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
@media screen and (max-width: 479px) {
  .map {
    padding-top: 315px;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}