:root {
  --gray: #707070;
  --white_gd: linear-gradient(to bottom, #fcfcfc, #ebebeb);
  --shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

/* section */
section.access {
  padding: 50px 0;
  margin-top: 64px;
  color: var(--gray);
  text-align: left;
}
section.access img {
  max-width: 100%;
  height: auto;
}
section.access picture img {
  display: block;
  border-radius: 4px;
  box-shadow: var(--shadow);
}
@media (max-width: 1000px) {
  section.access {
    margin-top: calc(64px + 45px);
  }
}

/* wrapper*/
@media (max-width: 1000px) {
  section.access .wrapper {
    width: 100%;
    padding: 0 3%;
  }
}

/* headings */
@media (max-width: 1000px) {
  .hl-lv01 {
    font-size: 22px;
  }
  .hl-lv02 {
    font-size: 14px;
  }
}

.hl-lv01 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.hl-lv01 hr {
  height: 2px;
  background: #17abe8;
  align-self: stretch;
  margin: 0;
  opacity: 0.5;
}
.hl-lv01 small {
  font-size: 0.6em;
  display: block;
  font-weight: normal;
}
.hl-lv02 {
  color: #17abe8;
  text-align: center;
  background: var(--white_gd);
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: var(--shadow);
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .hl-lv01 {
    font-size: 26px;
  }
}

/* grid */
.grid-access {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 35px;
  margin-top: 50px;
}
.grid-access .gmap iframe {
  width: 100%;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.grid-2 p {
  font-size: 14px;
}
.grid-2 .gmap {
  aspect-ratio: 16 / 9;
}
.grid-2 .gmap iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {
  .grid-access {
    grid-template-columns: 1fr;
  }
  .grid-access__sidebar {
    position: static;
    order: 1;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

/* sidebar */
.grid-access__sidebar {
  --height: 65px;
  position: sticky;
  top: 74px;
  align-self: start;
}
.hl-access-nav {
  font-size: 16px;
  font-weight: bold;
  background: var(--white_gd);
  display: flex;
  align-items: center;
  height: var(--height);
  box-shadow: var(--shadow);
  padding: 10px 20px;
}
.access-nav {
  font-size: 14px;
}
.access-nav ul,
.access-nav li {
  list-style: none;
}
.access-nav li {
  margin-top: 2px;
}
.access-nav a {
  display: flex;
  align-items: center;
  padding: 10px 40px 10px 20px;
  width: 100%;
  height: var(--height);
  background-color: rgba(239, 239, 239, 0.28);
  background-image: url(../images/office/arrow.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
}

/* table */
.col-th {
  background: var(--white_gd);
}
.table-access {
  border-radius: 4px;
  box-shadow: var(--shadow);
}
.table-access tr {
  border: none;
}
.table-access td {
  width: unset;
}
.table-access th {
  white-space: nowrap;
}
.table-access th,
.table-access td {
  padding: 10px 20px;
  background: unset;
}
.table-access tr:first-child th,
.table-access tr:first-child td {
  padding-top: 20px;
}
.table-access tr:last-child th,
.table-access tr:last-child td {
  padding-bottom: 20px;
}
.access-tel {
  color: #17abe8;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  height: 100%;
}
.access-tel a {
  color: inherit;
}
.access-tel div {
  height: fit-content;
}

/* utility */
.mt-5 {
  margin-top: 50px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-1 {
  margin-top: 10px;
}
br.sp {
  display: none;
}
@media (max-width: 400px) {
  br.sp {
    display: inline;
  }
}

.movie {
    max-width: 1000px;
    margin: 0 auto;
}
