@charset "UTF-8";

/* =============================================================================

アクセス CSS

・アクセスページ用CSS「.access-×××」

上記はここに記述する

============================================================================= */
.access-section {
  margin-top: 4.5rem;
  padding-bottom: 0;
}
.access-section .catch {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: .04em;
  text-align: center;
}

.access-map {
  margin-top: 8rem;
}
.access-map-box {
  display: flex;
  align-items: center;
  column-gap: 6rem;
}
.access-map-box .map > img{
  border-radius: .3rem;
}

.access-map .googlemap {
  margin-top: 6rem;
}
.access-map .googlemap > iframe {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 1100 /460;
}

.access-parking {
  margin-top: 16rem;
}
.access-parking .l-heading-B > span {
  line-height: 1.7;
}
.access-parking .title {
  margin-top: 5.6rem;
}
.access-parking .title > span {
  font-size: 1.8rem;
  letter-spacing: .04em;
  line-height: 2;
}
.access-parking .text {
  line-height: 2.375;
}
.access-parking .l-table-A {
  margin-top: 2.4rem;
}
.access-parking .l-table-A tr {
  height: 7rem;
}
.access-parking .l-table-A tr th,
.access-parking .l-table-A tr th {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

@media (width <= 640px) {
  .access-section {
    margin-top: 3.2rem;
    padding-bottom: 0;
  }
  .access-section .catch {
    font-size: 1.4rem;
    line-height: 2.25;
  }
  .access-map {
    margin-top: 5rem;
  }
  .access-map-box {
    flex-direction: column;
    row-gap: 3rem;
  }
  .access-map-box .map > img{
    border-radius: .177rem;
  }
  
  .access-map .googlemap {
    margin-top: 3rem;
  }
  .access-map .googlemap > iframe {
    aspect-ratio: 335 /260;
  }
  
  .access-parking {
    margin-top: 5rem;
  }
  .access-parking .l-heading-B > span {
    line-height: 1;
  }
  .access-parking .title {
    margin-top: 5rem;
  }
  .access-parking .title > span {
    font-size: 1.6rem;
    line-height: 1;
  }
  .access-parking .text {
    line-height: 2.25;
  }
  .access-parking .l-table-A {
    margin-top: 2rem;
  }
  .access-parking .l-table-A tr {
    height: 8rem;
  }
  .access-parking .l-table-A tr th,
  .access-parking .l-table-A tr th {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}