#page_access.azabu .under_mv {
  background-image: url(/assets/img/azabu/ph_access_mv.jpg);
}
#page_access.shibuya .under_mv {
  background-image: url(/assets/img/shibuya/ph_access_mv.jpg);
}
#page_access.kanda .under_mv {
  background-image: url(/assets/img/kanda/ph_access_mv.jpg);
}
#page_access .under_mv {
  background-repeat: no-repeat;
  background-position: center top;
}
#page_access .lead {
  color: var(--main-color);
  font-size: 18rem;
  font-weight: bold;
  text-align: center;
}
#page_access .address iframe {
  width: 960rem;
  margin: auto;
  display: block;
  height: 450rem;
}
#page_access .address .detail {
  background: #f6f6f6;
  line-height: 1.6;
  padding: 80rem 0 120rem;
}
#page_access .address .detail.inner {
  background: none;
  padding: 80rem 0;
}
#page_access .address .detail .text {
  margin: 0 0 40rem;
  text-align: center;
}
#page_access .address .detail .text strong {
  font-size: 58rem;
  display: block;
  line-height: 1.2;
}
#page_access .address .detail .text span {
  display: block;
  margin: 20rem 0 0;
}
#page_access .address .detail .qanda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#page_access .address .detail .qanda dt {
  font-weight: bold;
  width: 30%;
  padding: 20rem;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page_access .address .detail .qanda dd {
  width: 70%;
  padding: 20rem;
  border-bottom: 1px solid #d2cdcd;
}
#page_access .address .detail .qanda + .text {
  margin: 80rem 0 40rem;
}

@media screen and (min-width: 681px) {
  .inner {
    width: 960rem;
    position: relative;
  }
}
@media screen and (max-width: 680px) {
  #page_access .lead {
    font-size: 14rem;
  }
  #page_access iframe {
    width: 960rem;
    width: 100%;
    margin: auto;
    display: block;
  }
  #page_access .address iframe {
    height: 400rem;
    width: 100%;
  }
  #page_access .address .detail {
    margin: auto;
    padding: 60rem 0 100rem;
  }
  #page_access .address .detail:inner {
    width: 335rem;
    padding: 60rem 0;
  }
  #page_access .address .detail .text {
    margin: 0 0 20rem;
  }
  #page_access .address .detail .text span {
    font-size: 14rem;
  }
  #page_access .address .detail .text strong {
    font-size: 29rem;
    font-weight: 500;
  }
  #page_access .address .detail .qanda {
    font-size: 13rem;
  }
  #page_access .address .detail .qanda dt {
    padding: 20rem 10rem;
  }
  #page_access .address .detail .qanda dd {
    padding: 20rem 10rem;
  }
  #page_access .under_mv {
    background-size: cover;
  }
}/*# sourceMappingURL=access.css.map */