.access main .tab_togle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.access main .tab_togle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24%;
  max-width: 220px;
  height: 90px;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #7C8398;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.access main .tab_togle li span {
  color: #fff;
  font-size: 18px;
}

.access main .tab_togle li:hover {
  top: -10px;
}

.access main .tab_togle li::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.access main .tab_togle li:nth-child(1)::before {
  background-image: url(../img/access/ico_train.svg);
}

.access main .tab_togle li:nth-child(2)::before {
  background-image: url(../img/access/ico_bus.svg);
}

.access main .tab_togle li:nth-child(3)::before {
  background-image: url(../img/access/ico_car.svg);
}

.access main .tab_togle li:nth-child(4)::before {
  background-image: url(../img/access/ico_bicycle.svg);
}

.access main .tab_togle li.on {
  background-color: #2c4083;
}

.access main .tab_togle li.on::after {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 22px 13px 0 13px;
  border-style: solid;
  border-color: #2c4083 transparent transparent transparent;
  content: "";
}

.access main .tab_togle li.on:hover {
  top: 0;
}

.access main .tab_cont {
  display: none;
}

.access main .tab_cont.show {
  display: block;
}

.access main .tab_cont .map_area {
  position: relative;
}

.access main .tab_cont .map_area iframe {
  width: 100%;
  height: 434px;
}

.access main .tab_cont .map_area div {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 360px;
  height: calc(100% - 40px);
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95);
}

.access main .tab_cont .map_area div .ico_p {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background-image: url(../img/access/ico_p.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.access main .tab_cont h3 {
  margin: 40px auto 24px;
  font-size: 20px;
  text-align: center;
}

.access main .tab_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.access main .tab_cont ul li {
  width: 23%;
  max-width: 220px;
  margin-bottom: 24px;
}

.access main .tab_cont ul li:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.access main .tab_cont ul figure {
  display: block;
}

.access main .tab_cont ul figcaption {
  margin-top: 6px;
  text-align: center;
}

.access main .tab_cont ul img {
  width: 100%;
  height: auto;
}

.access main .address_area {
  margin: 30px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid #D8D8D8;
}

.access main .address_area p:nth-child(1) {
  margin-bottom: 20px;
  font-size: 18px;
}

.access main .address_area p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .access main .tab_togle li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 23%;
    height: 100px;
  }
  .access main .tab_togle li span {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 4px;
    font-size: 14px;
    text-align: center;
  }
  .access main .tab_togle li::before {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  .access main .tab_cont {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .access main .tab_cont .map_area iframe {
    height: 410px;
  }
  .access main .tab_cont .map_area div {
    position: relative;
    top: 0;
    right: auto;
    width: calc(100% - 40px);
    height: auto;
    margin: -50px auto 0;
  }
  .access main .tab_cont ul {
    margin-bottom: 52px;
    padding: 0 15px;
  }
  .access main .tab_cont ul li {
    width: 100%;
    max-width: none;
  }
  .access main .tab_cont ul li:nth-last-child(-n+4) {
    margin-bottom: 24px;
  }
}

/*# sourceMappingURL=maps/access.css.map */
