.p-access-map__iframe {
  position: relative;
  width: 100%;
  height: 48rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-access-map__iframe {
    height: 13.4rem;
  }
}
.p-access-map__iframe iframe {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% + 80rem);
  border: 0;
  transform: translateY(-50%);
}
.p-access-map-content {
  position: relative;
  padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-access-map-content {
    padding: 4rem 0 0;
  }
}
.p-access-map-content__btn {
  position: absolute;
  bottom: 0;
  right: 4rem;
  width: 44rem;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .p-access-map-content__btn {
    top: -1.5rem;
    bottom: auto;
    right: 1rem;
    width: 17.8rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}
.p-access-map-content__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  background: #1E201F;
  color: #fff;
  transition: 0.3s;
}
.p-access-map-content__btn a span {
  position: relative;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access-map-content__btn a span {
    padding-right: 1.2rem;
  }
}
.p-access-map-content__btn a span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.2rem);
  right: 0;
  width: 0.8rem;
  height: 1.4rem;
  background: url(../img/common/icn_access_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-access-map-content__btn a span::after {
    width: 0.4rem;
    height: 0.7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-access-map-content__btn a:hover {
    background: #343635;
    opacity: 1;
  }
}
.p-access-map-content__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-access-map-content__ttl {
    font-size: 1.6rem;
  }
}
.p-access-map-content__txt {
  line-height: 1;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-access-map-content__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 1.4rem;
  }
}
.p-access-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-access-detail {
    display: block;
    margin-top: 5rem;
  }
}
.p-access-detail__content {
  width: 51rem;
}
@media screen and (max-width: 767px) {
  .p-access-detail__content {
    width: auto;
  }
}
.p-access-detail__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 5rem 0 1.2rem;
  padding-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-access-detail__ttl {
    margin-top: 2.4rem;
  }
}
.p-access-detail__ttl:first-of-type {
  margin-top: 0;
}
.p-access-detail__ttl img {
  width: 1.6rem;
  margin: 0.7rem 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-access-detail__txt {
    font-size: 1.4rem;
  }
}
.p-access-detail__txt + .p-access-detail__txt {
  margin-top: 2.4rem;
}
.p-access-detail__txt a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #1E201F 0%);
}
.p-access-detail__txt a.u-red {
  color: #D91A2A;
  background: linear-gradient(transparent calc(100% - 1px), #D91A2A 0%);
}
@media (hover: hover) and (pointer: fine) {
  .p-access-detail__txt a:hover {
    background: none;
    opacity: 1;
  }
}
.p-access-detail__img {
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-access-detail__img {
    width: 100%;
    margin-top: 3.4rem;
  }
}
.p-access-hiroo {
  position: relative;
  width: 78rem;
  background: #F5F5EE;
  padding: 4rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-access-hiroo {
    width: 100%;
    margin-top: 5rem;
    padding: 3rem 2rem 2rem;
  }
}
.p-access-hiroo__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-access-hiroo__ttl {
    font-size: 1.8rem;
  }
}
.p-access-hiroo__txt {
  font-size: 1.4rem;
  line-height: 1;
}
.p-access-hiroo__arrow {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-access-hiroo__arrow {
    top: auto;
    bottom: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    margin: 1.5rem 0 0 auto;
    transform: none;
  }
}
.p-access-hiroo__arrow a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #D91A2A;
}
.p-access-hiroo__arrow a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-access-hiroo__arrow a:hover {
    opacity: 1;
  }
  .p-access-hiroo__arrow a:hover::before {
    opacity: 1;
  }
}
.p-access-hiroo__arrow a img {
  position: relative;
  width: 1.6rem;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-access-hiroo__arrow a img {
    width: 1.1rem;
  }
}