.page-title {
  background-image: url("../img/access/mv.jpg");
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: url("../img/access/sp/mv.jpg");
    margin-bottom: 15.5rem;
  }
}

.access {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .access {
    margin-bottom: 15rem;
  }
}
.access .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .access .inner {
    width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  .access .inner {
    padding: 0 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .access .inner .flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .access .section-ttl span {
    margin-bottom: 2.7rem;
  }
}
.access .title {
  margin-bottom: 4rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .access .title {
    margin-bottom: 5.6rem;
  }
}
.access .title .section-ttl {
  margin-bottom: 3rem;
}
.access .title h3 {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .access .title h3 {
    font-size: 4.2rem;
    line-height: 1.542;
  }
}
.access--column {
  gap: 0;
}
@media only screen and (max-width: 767px) {
  .access--column {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .access--left {
    width: 55rem;
    margin-right: 10rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .access--left {
    margin-bottom: 6rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .access--right {
    width: calc(100% - 65rem);
  }
}
.access--map iframe {
  width: 100%;
  height: 37.2rem;
}
@media only screen and (max-width: 767px) {
  .access--map iframe {
    height: 45rem;
  }
}
.access--txt p.df {
  margin-bottom: 2rem;
}
.access--txt dl:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .access--txt dl:not(:last-of-type) {
    margin-bottom: 6.5rem;
  }
}
.access--txt dl dt {
  font-size: 1.8rem;
  line-height: 1.88;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .access--txt dl dt {
    font-size: 3.1rem;
  }
}
.access--txt dl dt::before {
  content: "";
  display: block;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .access--txt dl dt::before {
    margin-right: 2rem;
  }
}
.access--txt dl dt.car::before {
  background: url("../img/access/access-icon1.svg") no-repeat center/100%;
  width: 2.8rem;
  height: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .access--txt dl dt.car::before {
    width: 4.6rem;
    height: 2.1rem;
  }
}
.access--txt dl dt.train::before {
  background: url("../img/access/access-icon2.svg") no-repeat center/100%;
  width: 2rem;
  height: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .access--txt dl dt.train::before {
    width: 2.7rem;
    height: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .access--txt dl dd {
    line-height: 2.18;
  }
}
.access--movie {
  margin-top: 9rem;
}
@media only screen and (max-width: 767px) {
  .access--movie {
    margin-top: 7.3rem;
  }
}
.access--movie h3 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .access--movie h3 {
    font-size: 4rem;
    padding-bottom: 4rem;
  }
}
.access--movie .movie-thumb {
  width: 75rem;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.access--movie .movie-thumb:hover::before, .access--movie .movie-thumb:hover::after {
  transform: scale(1.1);
}
.access--movie .movie-thumb::before, .access--movie .movie-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
.access--movie .movie-thumb::before {
  width: 10rem;
  height: 6rem;
  border-radius: 1rem;
  background: #F00;
}
.access--movie .movie-thumb::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 2rem;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 767px) {
  .access--movie .movie-thumb {
    width: 100%;
  }
}

.traffic {
  background: url("../img/access/traffic.jpg") no-repeat top center/cover;
  padding: 10rem 0;
  text-align: center;
}
.traffic * {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .traffic {
    background: url("../img/access/sp/traffic.jpg") no-repeat center/cover;
    padding: 15rem 0;
  }
}
.traffic .title {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .traffic .title {
    margin-bottom: 5.7rem;
  }
}
.traffic p {
  margin-bottom: 4rem;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .traffic p {
    margin-bottom: 5.4rem;
  }
}
.traffic .link-btm {
  width: 33.4rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .traffic .link-btm {
    width: 54rem;
  }
}
/*# sourceMappingURL=access.css.map */