@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/access/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}
body {
    font-size: 1.8rem;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* aroundMap
-----------------------------------------------------------------*/
.aroundMap{
  padding: 50px 0 80px;  
}
.aroundMap .txt-lead{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #7FBC26;  
}
.aroundMap .mapWrap .map{
  max-width: 900px;
  margin:0 auto;
  padding: 20px;
  background: #FCFFF8;
  border:3px solid #231815;
  border-radius: 20px;
}
.aroundMap .mapWrap ul{
  display: flex;
  max-width: 700px;
  margin:20px auto 0;
  justify-content: space-between;
}
.aroundMap .mapWrap ul li{
  display: flex;
  width: 49%;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
.aroundMap .mapWrap ul li span{
  width: 100%;
  max-width: 90px;
  margin-right:10px;
  padding:12px;
  border:2px solid #7F7F7F;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.aroundMap .mapWrap .btn-detail{
  margin:40px auto 0;
}
.aroundMap .mapWrap .btn_line_round a {
    background: url(../image/access/icon_map.svg) no-repeat right 30px center;
    background-size: 30px auto;
}


/* routeMap
-----------------------------------------------------------------*/
.routeMap{
  padding: 80px 0;  
  background: rgb(153,199,82,0.15);
}
.routeMap .txt-lead{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #7FBC26;  
}
.routeMap .mapWrap{
  display: flex;
  width: 90%;
  max-width: 1180px;
  margin:0 auto;
  justify-content: space-between;
}
.routeMap .mapWrap .txtWrap{
  width: 42%;
}
.routeMap .mapWrap .txtWrap dl{
  margin-bottom:15px;
}
.routeMap .mapWrap .txtWrap dl dt span{
  margin-right:5px;
  padding:2px 10px;
  border-radius: 10px;
  color:#ffffff;
  font-size: 1.8rem;
  line-height: 1;
}
.routeMap .mapWrap .txtWrap dl dt .sakai{
  background: #56361B;
}
.routeMap .mapWrap .txtWrap dl dt .nagahori{
  background: #99C752;
}
.routeMap .mapWrap .txtWrap dl dt .midosuji{
  background: #D92626;
}
.routeMap .mapWrap .txtWrap dl dt .kintetsu{
  background: #FF791F;
}
.routeMap .mapWrap .txtWrap dl dd{
  margin-top:5px;
  font-size: 2.0rem;
  font-weight: 700;
}
.routeMap .mapWrap .txtWrap .txt{
  margin-top:15px;
  text-align: center;
}
.routeMap .mapWrap .txtWrap .btn-detail{
  margin:30px auto 0;
}
.routeMap .mapWrap .txtWrap .btn_line_round a {
    background: url(../../common/image/icon_blank.svg) no-repeat right 30px center;
    background-size: 20px auto;
}

.routeMap .mapWrap .map{
  width: 56%;
  padding: 20px;
  background: #FFFFFF;
  border:3px solid #231815;
  border-radius: 20px;
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/access/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }    
  
  body {
      font-size: 1.4rem;
  }


/* aroundMap
-----------------------------------------------------------------*/
  .aroundMap{
    padding: 30px 0 50px;  
  }
  .aroundMap .txt-lead{
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .aroundMap .mapWrap .map{
    padding: 5%;
    border-radius: 20px;
  }
  .aroundMap .mapWrap ul{
    margin:7% auto 0;
    flex-wrap: wrap;
  }
  .aroundMap .mapWrap ul li{
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .aroundMap .mapWrap ul li:last-of-type{
    margin-top:10px;
  }
  .aroundMap .mapWrap ul li span{
    width: 100%;
    max-width: 80px;
    margin-right:10px;
    padding:3% 2%;
  }
  .aroundMap .mapWrap .btn-detail{
    margin:10% auto 0;
  }
  .aroundMap .mapWrap .btn_line_round a {
      background: url(../image/access/icon_map.svg) no-repeat right 30px center;
      background-size: 30px auto;
  }


  /* routeMap
  -----------------------------------------------------------------*/
  .routeMap{
    padding: 50px 0;  
    background: rgb(153,199,82,0.15);
  }
  .routeMap .txt-lead{
    margin-bottom: 15px;
    font-size: 1.8rem; 
  }
  .routeMap .mapWrap.reserve{
    width: 100%;
    margin:0 auto;
    flex-wrap: wrap-reverse;
  }
  .routeMap .mapWrap .txtWrap{
    width: 100%;
    margin-top:5%;
  }
  .routeMap .mapWrap .txtWrap dl{
    margin-bottom:3%;
  }
  .routeMap .mapWrap .txtWrap dl dt span{
    margin-right:5px;
    padding:2px 10px;
    border-radius: 8px;
    font-size: 1.4rem;
  }
  .routeMap .mapWrap .txtWrap dl dd{
    margin-top:1%;
    font-size: 1.65rem;
  }
  .routeMap .mapWrap .txtWrap .txt{
    margin-top:7%;
  }
  .routeMap .mapWrap .txtWrap .btn-detail{
    margin:7% auto 0;
  }

  .routeMap .mapWrap .map{
    width: 100%;
    padding: 5%;
  }

}

