.access {
  padding: 10vw 0;
}
.access:nth-child(odd) {
  background: #f9f9f9 url("../images/common/deco-tire-white-totop.png") no-repeat top;
  background-size: 100% auto,cover;
}
.access-map {
  width: 100%;
}
.access-google {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  margin-bottom: 5vw;
}
.access-google iframe, .access-google object, .access-google embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-info {
  width: 90%;
  margin: 0 auto;
}
.access-image img {
  width: 100%;
}
.access-text-inner {
  margin-bottom: 5vw;
}
.access-text-item {
  line-height: 1.5;
  margin-bottom: 1em;
}
.access-tel strong a {
  font-size: 6vw;
  font-weight: bold;
}
.access-roadservice {
  font-size: 4.5vw;
  font-weight: bold;
  color: #222;
}
.access-normal a {
  color: #009438;
}
.access-roadservice a {
  color: #aa000d;
}
