/*========================================================================
   access layout
========================================================================*/
#access #mainVisual {
  background: url(../img/access/mainimg.jpg) no-repeat center/cover;
}

#mapArea h3 {
  text-align: center;
  margin-left: -50px;
}
#mapArea .mapArea {
  width: 100%;
  margin-bottom: 1.5em;
  height: 400px;
}
@media screen and (min-width: 992px) {
  #mapArea .mapArea {
    height: 600px;
  }
}
#mapArea .mapArea iframe {
  width: 100%;
  height: 100%;
}
#mapArea .txtArea {
  text-align: center;
  margin-bottom: 2em;
}
#mapArea .txtArea h4 {
  margin-bottom: 0.6em;
}
#mapArea .txtArea span.min {
  font-size: 0.65em;
}
#mapArea .txtArea span.eng {
  display: block;
  font-family: sans-serif;
  font-size: 0.65em;
  font-weight: normal;
}
#mapArea .txtArea a {
  color: #222;
}

#kankou h3 {
  text-align: center;
  margin-left: -50px;
}
#kankou .bnrArea {
  text-align: center;
}
