.access .container-l {
  position: relative; }
  @media (max-width: 1024px) {
    .access .container-l {
      display: flex;
      flex-direction: column;
      align-items: center; } }
.access-map {
  position: relative;
  margin-bottom: 205px; }
  @media (max-width: 1024px) {
    .access-map {
      margin-bottom: 50px; } }
  .access-map::before {
    content: "";
    width: 70%;
    height: 80%;
    position: absolute;
    background-color: #F7F3E7;
    z-index: -1; }
    @media (max-width: 1024px) {
      .access-map::before {
        margin-top: 24px;
        height: 70%; } }
  .access-map__inner {
    position: relative; }
    @media (max-width: 1024px) {
      .access-map__inner {
        display: contents; } }
  .access-map__if {
    position: relative;
    top: 40px;
    left: 0;
    width: 100%;
    margin-left: auto;
    padding-right: 1%;
    max-width: 1400px;
    height: 570px;
    margin-right: calc(40% - 40vw); }
    @media (max-width: 1024px) {
      .access-map__if {
        top: inherit;
        position: inherit;
        margin-right: inherit;
        height: 300px; } }
    @media (max-width: 599px) {
      .access-map__if {
        height: 200px; } }
    .access-map__if iframe {
      width: 100%;
      height: 100%; }
.access-ttl {
  font-size: 2.8rem;
  padding-top: 40px;
  padding-left: 72px; }
  @media (max-width: 1024px) {
    .access-ttl {
      font-size: 2.0rem;
      padding-left: inherit;
      padding-top: inherit;
      position: relative;
      top: -24px;
      text-align: center; } }
  .access-ttl__en {
    font-family: 'Cinzel', serif;
    font-size: 6.0rem;
    color: rgba(64, 39, 39, 0.14);
    position: absolute;
    top: -43px;
    left: 0; }
    @media (max-width: 1024px) {
      .access-ttl__en {
        position: relative;
        top: 0;
        font-size: 3.0rem; } }
.access-guide {
  margin-bottom: 120px; }
  .access-guide__inner {
    display: flex;
    align-items: flex-end; }
    @media (max-width: 1024px) {
      .access-guide__inner {
        flex-direction: column; } }
  .access-guide__left {
    width: 55%; }
    @media (max-width: 1024px) {
      .access-guide__left {
        width: 100%;
        margin-bottom: 40px; } }
  .access-guide__right {
    width: 45%; }
    @media (max-width: 1024px) {
      .access-guide__right {
        width: 100%; } }
    .access-guide__right--wrap {
      margin-left: auto;
      display: table; }
      @media (max-width: 1024px) {
        .access-guide__right--wrap {
          margin-left: inherit;
          margin-right: auto; } }
  .access-guide__logo {
    max-width: 183px;
    height: auto;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .access-guide__logo {
        margin-bottom: 15px; } }
.access-info {
  position: relative;
  padding-bottom: 72px;
  margin-bottom: 140px; }
  @media (max-width: 1024px) {
    .access-info {
      padding-bottom: 0;
      margin-bottom: 90px; } }
  @media (max-width: 599px) {
    .access-info {
      margin-bottom: 70px; } }
  .access-info::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #F7F3E7; }
    @media (max-width: 1024px) {
      .access-info::before {
        margin-top: 24px; } }
  .access-info__inner {
    position: relative; }
.access-bold {
  font-weight: 600; }
.access-table {
  margin-top: 80px;
  padding-left: 72px; }
  @media (max-width: 1024px) {
    .access-table {
      padding-left: 0;
      margin-top: 0; } }
.access-tr {
  margin-bottom: 70px; }
  @media (max-width: 1024px) {
    .access-tr {
      display: block;
      float: left;
      clear: both;
      width: 100%;
      margin-bottom: 20px; } }
.access-th {
  width: 20%;
  vertical-align: baseline;
  text-align: left; }
  @media (max-width: 1024px) {
    .access-th {
      display: block;
      float: left;
      clear: both;
      width: 100%; } }
.access-td {
  line-height: 2; }
  @media (max-width: 1024px) {
    .access-td {
      display: block;
      float: left;
      clear: both;
      width: 100%; } }
.access-tou {
  width: 100%;
  padding-top: 30px; }
  @media (max-width: 1024px) {
    .access-tou__inner {
      width: 100%; } }
  .access-tou__block {
    display: flex;
    padding: 72px;
    position: relative; }
    @media (max-width: 1024px) {
      .access-tou__block {
        padding: 40px 50px;
        flex-direction: column;
        width: 100%; } }
    @media (max-width: 599px) {
      .access-tou__block {
        padding: 30px 0;
        width: 100%; } }
    .access-tou__block--bcr::before {
      content: "";
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #F7F3E7;
      z-index: 1;
      margin-right: calc(50% - 50vw); }
      @media (max-width: 1024px) {
        .access-tou__block--bcr::before {
          right: 0;
          margin-left: calc(50% - 50vw);
          margin-right: 0; } }
    .access-tou__block--bcl::before {
      content: "";
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #F7F3E7;
      z-index: 1;
      margin-left: calc(50% - 50vw); }
      @media (max-width: 1024px) {
        .access-tou__block--bcl::before {
          left: 0; } }
  .access-tou__left {
    width: 50%;
    padding-right: 72px;
    z-index: 2; }
    @media (max-width: 1024px) {
      .access-tou__left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 10px; } }
  .access-tou__right {
    width: 50%;
    z-index: 2; }
    @media (max-width: 1024px) {
      .access-tou__right {
        width: 100%; } }
  .access-tou__heading {
    font-size: 2.8rem;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .access-tou__heading {
        font-size: 2.0rem;
        margin-bottom: 30px; } }
    @media (max-width: 599px) {
      .access-tou__heading {
        font-size: 1.8rem;
        margin-bottom: 20px; } }
  .access-tou__label {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .access-tou__label {
        margin-bottom: 30px; } }
    @media (max-width: 599px) {
      .access-tou__label {
        margin-bottom: 20px; } }
  .access-tou__icon {
    padding-top: 25px;
    padding-left: 60px;
    padding-right: 30px;
    padding-bottom: 25px;
    border: 1px solid #707070;
    position: relative; }
    @media (max-width: 1024px) {
      .access-tou__icon {
        font-size: 1.4rem;
        padding-top: 15px;
        padding-left: 45px;
        padding-right: 15px;
        padding-bottom: 15px; } }
    @media (max-width: 599px) {
      .access-tou__icon {
        font-size: 1.3rem; } }
    .access-tou__icon:nth-of-type(1) {
      margin-right: 5%; }
      @media (max-width: 1024px) {
        .access-tou__icon:nth-of-type(1) {
          margin-right: 3%; } }
    .access-tou__icon::before {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      top: 50%;
      transform: translateY(-50%);
      left: 15px; }
      @media (max-width: 1024px) {
        .access-tou__icon::before {
          width: 20px;
          height: 20px; } }
    .access-tou__icon--wal::before {
      background-image: url(../img/access/wal.png); }
    .access-tou__icon--fam::before {
      background-image: url(../img/access/fam.png); }
    .access-tou__icon--car::before {
      background-image: url(../img/access/car.png); }
  .access-tou__txt {
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .access-tou__txt {
        margin-bottom: 30px; } }
    @media (max-width: 599px) {
      .access-tou__txt {
        margin-bottom: 20px; } }
  .access-tou__link {
    word-wrap: break-word; }

.last {
  margin-bottom: 60px; }
  .last .access-ttl {
    z-index: 3; }
    .last .access-ttl__en {
      z-index: 2; }
  .last .access-tou__block::before {
    top: inherit;
    bottom: 0;
    padding-top: 47px; }
