@charset "utf-8";
#access .access_map_img{
  background-color: #eff9c7;
  margin-bottom: 40px;
}
#access dl {
  margin: 25px 0;
  display: flex;
  line-height: 2;
}
#access dt {
  width: 200px;
}
#access dd {
  width: 800px;
}
#access dd a {
  text-decoration: underline;
  color: #11621c;
}
#access dd a:hover {
  text-decoration: none;
}
#access .gMap_title {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 20px;
}
#access .gMap {
  margin-bottom: 60px;
}

@media screen and (max-width:750px) {
  #access {
    width: 95%;
    margin: auto;
  }
  #access .access_map_img{
    margin-bottom: 20px;
  }
  #main section h2 {
    font-size: 30px;
  }
  #access dl {
    display: block;
  }
  #access dt {
    width: 100%;
  }
  #access dd {
    width: 100%;
    font-size: 14px;
  }
  #access .gMap_title {
    font-size: 20px;
  }
  #access .gMap {
    margin-bottom: 0;
  }
  #access .gMap iframe {
    height: 400px;
  }
}
