#container {
  background: url("../img/access/bg.jpg") center top no-repeat fixed;
  background-size: cover;
}

h3.title {
  width: 274px;
  margin: 30px auto;
}

.access {
  margin: 0 auto 3rem;
}

.access:last-child {
  margin: 0 auto 0;
}

.access_inner {
  padding: 0;
}

.access_left {
  float: left;
  width: 38%;
  background: rgba(255, 255, 255, .8);
  padding: 0 1rem;
}

.access_left .logo {
  width: 200px;
  margin: 0 auto 14px;
}

.access_left table {
  text-align: left;
  width: 100%;
}

.access_left td, .access_left th {
  border-bottom: 1px solid #676767;
}

.access_left tr:last-child td,
.access_left tr:last-child th {
  border-bottom: none;
}

.access_left td {
  padding: 10px 0 10px 20px;
}

.access_left th {
  padding: 10px 0 10px 0px;
  white-space: nowrap;
  font-weight: normal;
  color: #916807;
  width: 75px;
}

.access_right {
  float: right;
  width: 60%;
}

.access_right iframe {
  width: 100%;
  height: 420px;
}

#google_map {
  height: 420px;
}

.route_link {
  padding: 40px 0 0;
}

.route_link a {
  background: #1a1502;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #615119;
  margin: 0 5px;
  border-radius: 3px;
}

.route_link a:hover {
  background: #282002;
}

.route_wrap{
  display: flex;
  flex-wrap: wrap;
}

.access .item {
  width: calc(100% / 3 - 5rem / 3 * 2);
  margin-right: 5rem;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
}
.access .item:nth-child(3n) {
  margin-right: 0;
}
.access .item:last-child {
  margin-bottom: 0;
}
.access .item:after {
  content: "";
  position: absolute;
  left: -2.9rem;
  top: 8rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/access/arrow_black.png") no-repeat center;
  background-size: cover;
}
.access .item:nth-child(3n+1):after {
  display: none;
}

.access .item.empty {
  background: none;
}

h4.route {
  border-bottom: 1px solid #777777;
  font-size: 20px;
  line-height: 1.5em;
  margin: 20px auto 30px;
  font-weight: normal;
  padding: 10px 0 10px;
  vertical-align: middle;
}

h4.route span {
  font-size: 12px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #container {
    background: none;
    position: relative;
  }
  #container>* {
    position: relative;
    z-index: 1;
  }
  #container header {
    z-index: 2;
  }
  #container::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url("../img/access/bg.jpg") center top no-repeat fixed;
    background-size: cover;
  }
  h3.title {
    width: auto;
    margin: 30px auto;
  }
  h3.title img {
    height: 70px;
    width: auto;
  }
  .access {
    width: auto;
    min-width: 320px;
  }
  .access_inner {
    display: block;
    padding: 0 0 0;
  }
  .access_left {
    float: none;
    width: auto;
  }
  .access_left .logo {
    width: 200px;
    margin: 0 auto 30px;
  }
  .access_left table {
    text-align: left;
    margin: 0 0 20px;
  }
  .access_left td {
    padding: 10px 0 10px 20px;
  }
  .access_left th {
    padding: 10px 0 10px 0px;
    white-space: nowrap;
    font-weight: normal;
  }
  .access_right {
    float: none;
    width: auto;
    padding: 0 0 0;
  }
  .access .box {
    padding: 0 0 0px;
    font-size: 14px;
  }
  .access .box img {
    margin: 0 0 10px;
  }
  .access .box.last {
    padding: 0 0 0px;
  }

  .route_wrap{
    display: block;
  }

  .access .item {
    margin: 0 0 2rem;
    width: 100%;
  }
  .access_right iframe {
    width: 100%;
    height: 400px;
  }
  #google_map {
    height: 400px;
  }
  h4.route {
    width: auto;
    min-width: 320px;
  }
  .route_link {
    padding: 30px 0 0;
    min-width: 320px;
  }
  .route_link a {
    display: block;
    width: 65%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #615119;
    margin: 10px auto 0;
  }

  header{
    z-index: 9999 !important;
  }

  header h1,
  header .info{
    position: relative;
    z-index: 3
  }

  nav,header{
    position: static !important;
    z-index: 9999 !important;
  }

}
