/* ------------------------------------
// access
----------------------------------- */
main #pagetitle .vi {
  background-image: url(img/access/vi.jpg);
}
main #access {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
main #access .detail {
  width: 37%;
}
main #access .detail h2.htype01 {
  margin-bottom: 20px;
}
main #access .detail .address {
  margin: 0 0 35px 20px;
}
main #access .detail .address p {
  margin-bottom: 0;
}
main #access .detail .address .btn01 {
  margin: 15px 20px 0 0;
}
main #access .detail .address .btn01 a {
  min-width: 0;
  font-size: 2.2rem;
  position: relative;
  display: block;
}
main #access .detail .address .btn01 a::after {
  content: "";
  width: 33px;
  height: 33px;
  background: url(img/cmn/icon_arrow_01.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
main #access .detail .distance {
  background: rgba(234, 206, 209, 0.3);
  border-radius: 20px;
  text-align: center;
  padding: 30px 0 40px;
  position: relative;
}
main #access .detail .distance p {
  margin-bottom: 15px;
}
main #access .detail .distance .park_train {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
main #access .detail .distance .park_train > * {
  margin: 0 15px;
}
main #access .detail .distance::after {
  content: "";
  width: 101px;
  height: 126px;
  background: url(img/access/img_fox.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 40px;
  right: -40px;
}
main #access .map {
  width: 58%;
}
main #access .map iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
main #transport {
  margin-bottom: 20px;
}
main #transport .transport {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 20px;
}
main #transport .transport::after {
  content: "";
  display: block;
  width: 32.5%;
  height: 0;
}
main #transport .transport > * {
  width: 32.5%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 60px;
}
main #transport .transport > * .num {
  position: absolute;
  left: 0;
  top: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #a2cb96;
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 50%;
  padding-bottom: 3px;
}
main #transport .transport > * img {
  border-radius: 10px;
}
main #transport .transport > * p {
  margin: 10px 0 0 10px;
  color: #4b3614;
}
main .car_bike {
  display: flex;
  justify-content: space-between;
}
main .car_bike > * {
  width: 45%;
  margin-bottom: 0;
}
main .car_bike > * img {
  border-radius: 10px;
}
main .car_bike > * p {
  margin: 10px 0 0 20px;
  color: #4b3614;
}
@media screen and (max-width: 1023px) {
  main #access .detail {
    width: 53%;
  }
  main #access .map {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  main #pagetitle .vi {
    background-position: right -97vw top;
  }
  main #access {
    margin-bottom: 3rem;
    display: block;
  }
  main #access .detail {
    width: auto;
  }
  main #access .detail h2.htype01 {
    margin-bottom: 1rem;
  }
  main #access .detail .address {
    margin: 0 0 2rem 0;
  }
  main #access .detail .address .btn01 {
    margin: 1rem 0 0 0;
  }
  main #access .detail .address .btn01 a {
    font-size: 2rem;
  }
  main #access .detail .address .btn01 a::after {
    width: 2.8rem;
    height: 2.8rem;
    right: 2rem;
  }
  main #access .detail .distance {
    border-radius: 2rem;
    padding: 2rem 0;
  }
  main #access .detail .distance p {
    margin: 0 1rem 1rem 0;
  }
  main #access .detail .distance .park_train > * {
    margin: 0 1rem;
  }
  main #access .detail .distance::after {
    content: "";
    width: 7rem;
    height: 8.6rem;
    bottom: auto;
    top: -1.5rem;
    right: -1.5rem;
  }
  main #access .map {
    width: auto;
    height: 70vw;
    margin-top: 2rem;
  }
  main #transport {
    margin-bottom: 2rem;
  }
  main #transport .transport {
    display: block;
    padding-right: 0;
    margin-top: 2rem;
  }
  main #transport .transport::after {
    display: none;
  }
  main #transport .transport > * {
    width: auto;
    position: relative;
    padding-left: 0;
    margin-bottom: 3rem;
  }
  main #transport .transport > * .num {
    top: -1.5rem;
    left: -1.5rem;
    width: 4rem;
    height: 4rem;
    font-size: 3.2rem;
    border-width: 0.2rem;
    padding-bottom: 0.3rem;
  }
  main #transport .transport > * img {
    border-radius: 1rem;
  }
  main #transport .transport > * p {
    margin: 0.5rem 0 0 0;
  }
  main .car_bike {
    display: block;
  }
  main .car_bike > * {
    width: auto;
    margin-bottom: 2rem;
  }
  main .car_bike > *:last-child {
    margin-bottom: 0;
  }
  main .car_bike > * img {
    border-radius: 1rem;
  }
  main .car_bike > * p {
    margin: 0.5rem 0 0 0;
  }
}