
main {
  padding-bottom: 150px;
  padding-top: 50px;
}
.sec_access {
  padding-top: 30px;
}
.wrap_access {
  padding: 1px 3% 20px 3%;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
}
.p_topi_deta h3 {
  margin-top:0;
}
.wrap_access {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.p_topi_deta .ttl_access {
  width: 100%;
  padding-left: 50px;
}
.img_access {
  display: block;
  width: 280px;
}
.txtblk_access {
  flex:1;
}
.img_access img,.img_map img {
  border-radius: 10px;
}
.img_map {
  display: block;
  margin-bottom: 1em;
}
.p_topi_deta .ttl_access::before{
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 45px;
  height: 1.5em;
  top: 10px;
  left: 0px;
  background-color: inherit;
}
.p_topi_deta .ttl_car::before{
  background-image: url(../img/access/ico_access_car.svg);
}
.p_topi_deta .ttl_jr::before{
  background-image: url(../img/access/ico_access_jr.svg);
}
.p_topi_deta .ttl_bus::before{
  background-image: url(../img/access/ico_access_bus.svg);
}
.p_topi_deta .ttl_plane::before{
  background-image: url(../img/access/ico_access_plane.svg);
}
@media screen and (max-width:1000px){
  .wrap_about {
    padding: 0;
    background-color: inherit;
  }
  .img_access {
    width: 30%;
  }
  .wrap_access {
    column-gap: 20px;
    width: 85%;
    padding: 5px 5% 30px 5%;
    border-radius: 5px;
  }
  .img_access img,.img_map img {
    border-radius: 5px;
  }
}
@media screen and (max-width:640px){
  main {
    padding-top: 0px;
  }
  .wrap_access {
    display: block;
  }
  .img_access {
    width: 100%;
  }
  .p_topi_deta h3 {
    font-size: 1rem;
  }
  .p_topi_deta h3 {
    margin-top: 10px;
  }
}