:root {
  --borderWidth: 0.3rem;
  --innerWidth: 115.8rem;
}
@media screen and (max-width: 768px) {
  :root {
    --innerWidth: calc(100% - calc(2rem * 2));
  }
}

.l-map_access_txt {
  text-align: center;
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_txt {
    width: var(--innerWidth);
    margin-inline: auto;
    margin-top: 5.8rem;
  }
}
.l-map_access_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1.5rem;
  width: 82.1rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_lists {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: 78.93%;
  }
  .l-map_access_lists::after {
    content: "";
    height: 100%;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 14rem;
  }
}
.l-map_access_list {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-map_access_list {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 14rem;
  }
}
.l-map_access_list_btn {
  border: var(--borderWidth) solid var(--color-blue);
  border-radius: 1rem;
  display: grid;
  place-items: center;
  width: 100%;
  height: 5.8rem;
  outline-offset: 5px;
  color: var(--color-blue);
  position: relative;
  transition: background var(--transition), color var(--transition), opacity var(--transition);
}
@media screen and (max-width: 768px) {
  .l-map_access_list_btn {
    min-height: 6.8rem;
  }
}
.l-map_access_list_btn[aria-selected=true] {
  background-color: var(--color-blue);
  color: #fff;
  pointer-events: none;
}
.l-map_access_list_btn[aria-selected=true] .line1 {
  fill: var(--color-blue);
  stroke: #fff;
}
.l-map_access_list_btn[aria-selected=true] .line2 {
  fill: #fff;
}
.l-map_access_list_btn svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_list_btn svg {
    width: 2rem;
    height: 2rem;
    transform: translateY(0);
    top: auto;
    bottom: calc(1rem - var(--borderWidth));
    right: calc(0.6rem - var(--borderWidth));
  }
}
.l-map_access_list_btn svg .line1 {
  transition: fill var(--transition), stroke var(--transition);
}
.l-map_access_list_btn svg .line2 {
  transition: fill var(--transition);
}
@media (hover: hover) {
  .l-map_access_list_btn:hover {
    opacity: 0.8;
  }
}
.l-map_access_view {
  color: var(--color-blue);
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-left: -0.5rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_view {
    margin-left: 0;
    gap: 0.8rem;
  }
}
.l-map_access_view_wrapper {
  width: var(--innerWidth);
  max-width: 100%;
  margin-inline: auto;
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_view_wrapper {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-map_access_view svg {
    width: 3rem;
    height: 3rem;
  }
}
.l-map_access_view_inner {
  position: relative;
  text-align: left;
}
.l-map_access_view_inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
}
.l-map_access_modal_contents {
  position: relative;
  padding: 7.8rem 21rem 7.8rem 22.2rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_modal_contents {
    padding: 1.4rem 1.8rem;
  }
}
.l-map_access_modal_contents > * {
  position: relative;
  z-index: 1;
}
.l-map_access_modal_contents_heading {
  margin-bottom: 2.8rem;
  font-size: 2.8rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-text-blue);
}
@media screen and (max-width: 768px) {
  .l-map_access_modal_contents_heading {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.l-map_access_modal_contents_icons {
  display: grid;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  gap: 2rem 6.7rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_modal_contents_icons {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: 1fr;
    gap: 1.8rem;
    width: 100%;
    max-width: 29.5rem;
    margin: auto;
    margin-bottom: 2rem;
  }
}
.l-map_access_modal_contents_icons_item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_modal_contents_icons_item {
    gap: 1rem;
    max-width: 100%;
  }
}
.l-map_access_modal_contents_icons_item_img {
  flex-shrink: 0;
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_modal_contents_icons_item_img {
    width: 3.2rem;
  }
}
.l-map_access_modal_contents_icons_item_text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_modal_contents_icons_item_text {
    line-height: 1.6;
  }
}
.l-map_access_modal_contents_illust-balloon {
  position: absolute;
  top: 3.6rem;
  left: 5.2rem;
  z-index: 0;
  width: 9.6rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_modal_contents_illust-balloon {
    top: 3rem;
    left: 2.4rem;
    width: 5rem;
  }
}
.l-map_access_areas {
  position: relative;
  width: var(--innerWidth);
  max-width: 100%;
  margin-inline: auto;
  margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_areas {
    margin-top: 9.9rem;
  }
}
.l-map_access_area[aria-hidden=true] {
  position: static;
}
.l-map_access_area[aria-hidden=true] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.l-map_access_area_img_wrapper {
  position: relative;
}
.l-map_access_area_img02_wrapper {
  text-align: center;
  color: #fff;
  margin-top: 8rem;
  background-color: #fff;
  border-radius: 1rem;
  border: var(--borderWidth) solid var(--color-blue);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-map_access_area_img02_wrapper {
    margin-top: 2rem;
    border-radius: 0.5rem;
  }
}
.l-map_access_area_img02_txt {
  background-color: var(--color-blue);
  line-height: calc(11.3rem - var(--borderWidth));
}
@media screen and (max-width: 768px) {
  .l-map_access_area_img02_txt {
    line-height: calc(6rem - var(--borderWidth));
  }
}
.l-map_access_area_illust {
  position: absolute;
  width: 14.8rem;
  left: 2.8rem;
  top: 41.5rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-map_access_area_illust {
    display: none;
  }
}
.l-map_access_area_illust02 {
  position: absolute;
  z-index: 10;
  width: 28.8rem;
  max-width: 100%;
  top: -6.4rem;
  left: 49rem;
}
@media screen and (max-width: 768px) {
  .l-map_access_area_illust02 {
    width: 66.57%;
    max-width: 22.3rem;
    left: 7%;
    top: -13vw;
  }
}

.l-arch {
  position: relative;
  z-index: -1;
  margin-top: -26.4rem;
}
@media screen and (max-width: 768px) {
  .l-arch {
    margin-top: -3.4rem;
  }
}
.l-arch::after {
  content: "";
  display: block;
  width: 100%;
  height: 45rem;
  background-color: var(--color-bg-blue);
}
@media screen and (max-width: 768px) {
  .l-arch::after {
    height: 10.2rem;
  }
}
