.fv {
  background: url("../img/info/fv.jpg") no-repeat center center;
  background-size: cover;
}

.infoSlider {
  margin-bottom: 10%;
}

.infoTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: solid 1px #222;
  text-align: left;
  margin-bottom: 14%;
}
.infoTable th, .infoTable td {
  display: block;
  width: 100%;
  padding: 3% 1rem;
  border-bottom: solid 1px #222;
  box-sizing: border-box;
}
.infoTable th {
  background: #e8eaf1;
}

.mapArea {
  margin-bottom: 8%;
}
.mapArea h3 {
  text-align: center;
  font-size: 6.4vw;
  margin-bottom: 2%;
}
.mapArea .map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 2%;
}
.mapArea .map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
}
.mapArea .txtLink {
  text-align: right;
  margin-right: 1rem;
}
.mapArea .txtLink a {
  text-decoration: underline;
  position: relative;
  transition: .3s;
}
.mapArea .txtLink a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 0px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1rem;
  margin: auto;
}
.mapArea .txtLink a:hover {
  opacity: .8;
}
.mapArea .txtLink a:hover:after {
  right: -1.3rem;
}

@media screen and (min-width: 768px) {
  .infoWrap {
    width: 82%;
    margin: 0 auto;
  }

  .infoTable {
    margin-bottom: 8%;
  }
  .infoTable th, .infoTable td {
    display: table-cell;
    width: auto;
    padding: 2.5%;
  }
  .infoTable th {
    width: 20%;
  }
  .infoTable td {
    width: 80%;
  }

  .mapArea h3 {
    font-size: 2.7142857143vw;
  }
}
