@charset "utf-8";
/* CSS Document */
.map-img{
  margin: 240px auto 0;
  width: 60vw;
  height: 480px;
}
.map-img iframe{
  width: 100%;
  height: 100%;
}
.section-access ul{
  margin: 190px auto 0;
  width: 60vw;
}
.section-access ul li{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #999284;
  padding: 40px 0 ;
}
.section-access ul li:first-child{
  border-top: 1px solid #999284;
}
.access-title{
  padding-left: 100px;
  width: 165px;
  font-size: 1.6rem;
  text-align: left;
}
.access-contents{
  padding-left: 85px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 3.8rem;
}
@media(max-width:1000px){
  .map-img{
    margin-top: 60px;
    width: 80vw;
    height: 300px;
  }
  .section-access ul{
    margin-top: 45px;
    width: 80vw;
  }
  .section-access ul{
    padding: 25px 0;
  }
  .access-title{
    padding-left: 0;
    font-size: 1.4rem;
    width: 25vw;
  }
  .access-contents{
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 2;
  }
}























