@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN.woff") format("woff");
  font-weight: 400;
}

.access-section + .access-section {
  border-top: 1px solid  #d8d8d8;
}

@media print, screen and (min-width: 768px) {
  .access-section + .access-section {
    margin-top: 80px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .access-section + .access-section {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.access-text .link-blank {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .access-text + .access-map {
    margin-left: 30px;
  }
}

.access-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .access-contents {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .access-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.access-map {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .access-map {
    max-width: 435px;
    padding-bottom: 31%;
  }
}

@media only screen and (max-width: 767px) {
  .access-map {
    width: 100%;
    padding-bottom: 64.14%;
    margin-bottom: 15px;
  }
}

.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .access-btn-inner {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .access-btn-inner {
    margin-top: 40px;
  }
}

.access-sub main {
  margin-top: 0 !important;
}
