.page-title {
  background: no-repeat top center/cover;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    background-image: -webkit-image-set(url("../img/access/mv-img.webp") type("image/webp"), url("../img/access/mv-img.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/access/mv-img.webp") type("image/webp"), url("../img/access/mv-img.jpg") type("image/jpeg"));
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: -webkit-image-set(url("../img/access/sp/mv-img.webp") type("image/webp"), url("../img/access/sp/mv-img.jpg") type("image/jpeg"));
    background-image: image-set(url("../img/access/sp/mv-img.webp") type("image/webp"), url("../img/access/sp/mv-img.jpg") type("image/jpeg"));
    margin-bottom: 13.7rem;
  }
}

.pankuzu {
  margin: 0.7rem auto 11.5rem;
}

.inner h2 {
  text-align: center;
  margin-bottom: 4.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ff0014;
}
@media only screen and (max-width: 767px) {
  .inner h2 {
    font-size: 3.6rem;
    letter-spacing: 0;
    margin-bottom: 6.5rem;
  }
}

.access {
  margin-bottom: 15rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .access {
    margin-bottom: 18.6rem;
  }
}
.access::before {
  content: "";
  position: absolute;
  right: 0;
  top: -9.3rem;
  width: 100%;
  height: 151.1rem;
  background: url("../img/access/content_bg.svg") no-repeat top right/cover;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .access::before {
    top: -9.7rem;
  }
}
.access .googlemap {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .access .googlemap {
    margin-bottom: 9.7rem;
  }
}
.access .googlemap .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .access .googlemap .inner {
    width: 120rem;
  }
}
.access .googlemap--box {
  position: relative;
}
.access .googlemap--box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1rem;
  left: 1rem;
  background: url("../img/access/map-bg.svg") repeat center/cover;
}
.access .googlemap--box iframe {
  width: 100%;
  height: 45rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .access .googlemap--box iframe {
    height: 62.4rem;
  }
}
.access .accessmap .inner {
  margin: auto;
  background-image: repeating-linear-gradient(-45deg, #f4f4f4, #f4f4f4 10px, #fafafa 10px, #fafafa 20px);
  padding: 3.7rem 5rem 5rem;
}
@media print, screen and (min-width: 768px) {
  .access .accessmap .inner {
    width: 110rem;
  }
}
@media only screen and (max-width: 767px) {
  .access .accessmap .inner {
    padding: 5.6rem 4rem 7.4rem;
  }
}
.access .accessmap .inner .section-ttl {
  margin-bottom: 3rem;
}
.access .accessmap .inner .section-ttl mark::before {
  z-index: 0;
}
.access .accessmap .inner .section-ttl span {
  font-size: inherit;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .access .accessmap .inner .section-ttl {
    margin-bottom: 2.7rem;
  }
}
.access .accessmap--info dl {
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .access .accessmap--info dl {
    margin-bottom: 1.2rem;
  }
}
.access .accessmap--info dl dt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .access .accessmap--info dl dt {
    font-size: 3.4rem;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
}
.access .accessmap--info dl dd {
  padding: 0.12em 0.1em 0.1em 0.1em;
  background: #000;
  -webkit-clip-path: polygon(1% 0%, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(1% 0%, 100% 0%, 99% 100%, 0% 100%);
  width: 80rem;
  height: 4.4rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .access .accessmap--info dl dd {
    width: 100%;
    height: 16.4rem;
    -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
            clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  }
}
.access .accessmap--info dl dd div {
  background: #fff;
  -webkit-clip-path: polygon(1% 0%, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(1% 0%, 100% 0%, 99% 100%, 0% 100%);
  line-height: 4rem;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .access .accessmap--info dl dd div {
    -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
            clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    font-size: 3.2rem;
    height: 15.8rem;
    padding: 1.2rem;
    text-align: center;
    line-height: 4.3rem;
    letter-spacing: 0;
  }
}
.access .accessmap--info dl dd div .address {
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .access .accessmap--info dl dd div .address {
    font-size: 2.8rem;
  }
}
.access .accessmap--info ul {
  margin-bottom: 4rem;
}
.access .accessmap--info ul li {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .access .accessmap--info ul li {
    font-size: 3.2rem;
  }
}
.access .accessmap--info ul li span {
  font-size: 2.8rem;
  font-weight: inherit;
}
@media only screen and (max-width: 767px) {
  .access .accessmap--info ul li span {
    font-size: 3.733rem;
  }
}
.access .accessmap--info ul li span strong {
  font-size: 3.8rem;
  font-weight: inherit;
}
@media only screen and (max-width: 767px) {
  .access .accessmap--info ul li span strong {
    font-size: 5rem;
  }
}
.access .accessmap--info ul li::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  display: inline-block;
  margin-right: 2rem;
  position: relative;
  top: 1rem;
}
@media only screen and (max-width: 767px) {
  .access .accessmap--info ul li::before {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.access .accessmap--info ul li.blue::before {
  background: #00b1dd;
}
.access .accessmap--info ul li.orange::before {
  background: #ff9600;
}
.access .accessmap--img {
  width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .access .accessmap--img {
    width: 100%;
  }
}