.access .c-access-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
.access .c-access-column .c-access-column-ttl-sp {
  display: none;
}
.access .c-access-column .c-access-column-lft {
  margin-right: 135px;
}
.access .c-access-column .c-access-column-lft-txt-pc {
  display: block;
}
.access .c-access-column .c-access-column-lft-txt-sp {
  display: none;
}
.access .c-access-column .c-access-column-lft-txt {
  max-width: 84px;
  width: 100%;
}
.access .c-access-column .c-access-column-rig {
  padding-top: 110px;
}
.access .access-venue {
  margin-bottom: 135px;
}
.access .access-ttl-pc {
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
.access .access-venue-name {
  font-size: 28px;
  line-height: 1.5714285714;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.access .access-venue-add {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.access .access-venue-map {
  margin-bottom: 30px;
}
.access .access-venue-map iframe {
  max-width: 810px;
  width: 100%;
  height: 356px;
}
.access .access-venue-time {
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 10px;
  line-height: 1.4;
}
.access .access-ttl {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 25px;
}
.access .access-coming {
  background-color: #fff;
  padding: 17px 15px;
}
.access .access-coming-txt {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.access .access-parking {
  margin-bottom: 100px;
}
.access .access-bus .access-ttl {
  margin-bottom: 45px;
}
.access .shuttlebus-info-box {
  margin-bottom: 60px;
}
.access .shuttlebus-info-ttl {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
}
.access .shuttlebus-info-ttl-txt {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}
.access .shuttlebus-info-box {
  padding-top: 45px;
}
.access .shuttlebus-info-place:not(:last-child) {
  margin-bottom: 55px;
}
.access .shuttlebus-info-place-ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.access .shuttlebus-info-place-txt {
  font-size: 17px;
  line-height: 1.7647058824;
  margin-bottom: 15px;
}
.access .shuttlebus-info-place-txt span {
  font-size: 16px;
}
.access .shuttlebus-info-place-map iframe {
  max-width: 767px;
  width: 100%;
  height: 338px;
}
.access .shuttlebus-info-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  width: 100%;
  border: 3px solid #000000;
  background-color: #fff;
  height: 74px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.access .shuttlebus-info-link-btn img {
  max-width: 40px;
  width: 100%;
  margin-left: 15px;
}
@media (max-width: 1100px) {
  .access .c-access-column {
    display: block;
    padding: 30px 24px 0;
  }
  .access .c-access-column .c-access-column-lft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 0;
  }
  .access .c-access-column .c-access-column-lft-txt {
    max-width: 60px;
  }
  .access .c-access-column .c-access-column-lft-txt-pc {
    display: none;
  }
  .access .c-access-column .c-access-column-lft-txt-sp {
    display: block;
  }
  .access .c-access-column .c-access-column-ttl-sp {
    display: block;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .access .c-access-column .c-access-column-rig {
    padding-top: 25px;
  }
  .access .access-ttl-pc {
    display: none;
  }
  .access .access-venue-map iframe {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .access .c-access-column {
    padding: 30px 14px 0;
    margin-bottom: 55px;
  }
  .access .c-access-column-lft {
    padding: 0 18px;
  }
  .access .access-venue {
    padding: 0 18px;
    margin-bottom: 70px;
  }
  .access .access-venue-name {
    font-size: 22px;
    line-height: 1.3636363636;
    margin-bottom: 5px;
  }
  .access .access-venue-add {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 20px;
  }
  .access .access-venue-map {
    margin-bottom: 20px;
  }
  .access .access-venue-map iframe {
    height: 276px;
  }
  .access .access-venue-time {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .access .access-parking {
    margin-bottom: 65px;
  }
  .access .access-ttl {
    padding-left: 5px;
  }
  .access .access-coming {
    padding: 9.5px 10px;
  }
  .access .shuttlebus-info-ttl-txt {
    font-size: 29px;
  }
  .access .shuttlebus-info-place:not(:last-child) {
    margin-bottom: 60px;
  }
  .access .shuttlebus-info-place-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .access .shuttlebus-info-place-txt {
    font-size: 17px;
  }
  .access .shuttlebus-info-place-txt span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
  .access .shuttlebus-info-place-map iframe {
    height: 328px;
  }
  .access .shuttlebus-info-link-btn {
    height: 70px;
    font-size: 18px;
  }
  .access .shuttlebus-info-link-btn img {
    max-width: 30px;
  }
}