#page_access .tit_wrap h1 {
  font-size: 36rem;
}
#page_access .nav_position {
  padding: 100rem 0;
  text-align: center;
}
#page_access .common_tit {
  display: inline-block;
  margin: 0 0 50rem;
}
#page_access .text_wrap {
  text-align: left;
  margin: 20rem 0 0;
}
#page_access .text_wrap .on_foot {
  margin-top: 20rem;
}
#page_access .text_wrap .tel {
  margin-top: 45rem;
}
#page_access .text_wrap .time_wrap {
  padding-top: 40rem;
  border-top: 1px solid #C2C2C2;
  margin: 40rem 0 50rem;
}
#page_access .text_wrap .time_wrap .time {
  font-size: 24rem;
  margin-top: 10rem;
}
#page_access .text_wrap .ico_pin {
  display: flex;
  align-items: center;
  margin: 0 0 10rem;
}
#page_access .text_wrap .ico_pin::before {
  content: "";
  display: block;
  width: 15rem;
  height: 19rem;
  background: url(../../img/ico_pin.svg) no-repeat center top/contain;
  margin: 0 10rem 0 0;
}
#page_access .text_wrap .ico_tel {
  display: flex;
  align-items: center;
  margin: 40px 0 10rem;
}
#page_access .text_wrap .ico_tel::before {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  background: url(../../img/ico_tel.svg) no-repeat center top/contain;
  margin: 0 10rem 0 0;
}
#page_access .text_wrap .ico_fax {
  display: flex;
  align-items: center;
}
#page_access .text_wrap .ico_fax::before {
  content: "";
  display: block;
  width: 14rem;
  height: 16rem;
  background: url(../../img/ico_fax.svg) no-repeat center top/contain;
  margin: 0 10rem 0 0;
}

@media screen and (max-width: 680px) {
  #page_access .common_lead {
    padding: 100rem 0;
  }
  #page_access .common_tit {
    writing-mode: horizontal-tb;
    text-align: center;
    margin: 0 0 20rem;
    letter-spacing: 2rem;
    display: block;
  }
  #page_access .common_tit:before {
    position: static;
    transform: none;
    margin: auto;
  }
}/*# sourceMappingURL=access.css.map */