@charset "UTF-8";
/* map-PC
------------------------------------------------------- */
#map .smp {
  display: none !important;
}

#map .wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  text-align: center;
}

#top .wrap .content {
  position: relative;
  z-index: 50;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}


#map .wrap .content #map {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px auto;
  padding: 0;
}

#map .wrap .content #map p {
  border: 1px solid #DDD;
  overflow: hidden;
	margin: 0 0 40px 0;
}

/* map-SMP
------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  #map .smp {
    display: block !important;
  }
  #map .pc {
    display: none !important;
  }
}

/* map-tablet
------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #map {
    line-height: 2.0;
  }
}

/* map-TXT
------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1336px) {
  #map .wrap .content #leadArea h3 {
    font-size: 2.84431vw;
  }
}
