@charset "utf-8";
/* access
-------------------------------------------------------------- */
#access {
  position: relative;
  padding: 150px 0;
  background: #e6f1f7 url(../images/access/bg.png) no-repeat top center;
  background-size: 100% auto;
}
#access h2 {
  margin: 0 0 60px -30px;
}
#access .add {
  font-size: 1.8rem;
}
#access .map {
  width: 100%;
  height: 650px;
  box-sizing: border-box;
  border: 4px solid #3a8959;
  position: relative;
  margin: 60px 0 20px;
  z-index: 10;
}
#access .map::after {
  content: "";
  background: url(../images/index/txt_access.svg) no-repeat;
  background-size: contain;
  width: 295px;
  height: 80px;
  position: absolute;
  top: -40px;
  right: -10px;
  z-index: 10;
}
#access dl {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#access dt {
  width: 18%;
  font-size: 3.2rem;
  font-weight: 700;
}
#access dt img {
  margin-right: 20px;
  vertical-align: middle;
}
#access dd.by {
  width: 22%;
  font-size: 1.8rem;
  font-weight: 500;
}
#access dd.txt {
  width: 60%;
  line-height: 2;
}
#access .box {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 40px;
  margin: 100px 0 0;
  position: relative;
  z-index: 50;
}
#access .box::after {
  content: "";
  background: url(../images/index/txt_access02.svg) no-repeat;
  background-size: contain;
  width: 185px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 40px;
}
#access .box h3 {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 30px;
  background:linear-gradient(transparent 70%, #f3e785 60%);
}
#access .box .park_img {
  margin-top: -30px;
  position: relative;
}


@media (max-width: 1200px) {
  #access::before {
    width: 100px;
    height: 100px;
  }
  #access::after {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  #access {
    padding: 100px 0 50px;
  }
  #access h2 {
    margin: 0 0 30px -30px;
  }
  #access h2 img {
    max-width: 200px;
  }
  #access .add {
    font-size: 1.5rem;
  }
  #access .map {
    height: 260px;
    margin: 40px 0 20px;
  }
  #access .map::after {
    width: 150px;
    height: 30px;
    top: -30px;
  }
  #access .map iframe {
    height: 250px;
  }
  #access dl {
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
  }
  #access dt {
    width: 40%;
    font-size: 2.4rem;
    font-weight: 700;
  }
  #access dt img {
    width: 40px;
  }
  #access dd.by {
    width: 60%;
    font-size: 1.6rem;
  }
  #access dd.txt {
    width: 100%;
    padding-left: 18%;
  }
  #access .box {
    padding: 30px 0;
    margin: 30px 0 0;
  }
  #access .box::after {
    width: 100px;
    height: 27px;
    top: -5px;
    left: 0;
  } 
  #access .box h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #access .box .park_img {
    margin-top: 0px;
  }

}