#access #access_map {
  padding-top: 30%;
  height: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin: auto;
}
#access #access_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
}
@media screen and (max-width: 719px) {
  #access #access_map {
    padding-top: 100%;
    width: 90%;
  }
}
#access #access_around .wp-block-columns {
  gap: 4%;
}
#access #access_around .wp-block-columns .wp-block-column {
  flex-basis: 46%;
}
#access #access_around .wp-block-columns .wp-block-column .ph_hotels {
  display: block;
  width: 45%;
}
#access #access_around .wp-block-columns .wp-block-column .ph_hotels figcaption {
  background-color: var(--wp--preset--color--theme-subcolor);
  font-size: 0.9em;
  padding: 0.5em 1em;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: -1.5em;
  width: 80%;
  text-align: center;
}
#access #access_around .wp-block-columns .wp-block-column .ph_hotels:nth-of-type(1), #access #access_around .wp-block-columns .wp-block-column .ph_hotels:nth-of-type(3) {
  margin-right: 0;
  margin-left: auto;
}
#access #access_around .wp-block-columns .wp-block-column .ph_hotels:nth-of-type(2) {
  margin-top: -2em;
  margin-bottom: -2em;
}
#access #access_around .wp-block-columns .wp-block-column .ph_hotels:nth-of-type(1) {
  margin-top: 4em;
}
#access #access_route h2 + p {
  padding-left: 2em;
}
#access #access_route h2 + p + p {
  padding-left: 2.5em;
}
#access #access_route .wp-block-table {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#access .access_distance {
  list-style: none;
  display: flex;
  margin: var(--wp--preset--spacing--40) auto;
  padding: 0;
  text-align: center;
}
#access .access_distance > li:last-of-type ul > li:last-of-type {
  background-color: var(--wp--preset--color--theme-maincolor);
  color: var(--wp--preset--color--theme-white);
}
#access .access_distance > li:has(mark)::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-color: var(--wp--preset--color--theme-subcolor);
  z-index: 0;
}
#access .access_distance > li mark {
  display: grid;
  place-content: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 2rem;
  border-radius: 2em;
  line-height: 1;
  word-break: keep-all;
}
#access .access_distance > li em {
  display: block;
  position: absolute;
  font-style: normal;
  line-height: 1;
  z-index: 2;
}
#access .access_distance ul {
  list-style: none;
  display: flex;
  padding: 0;
}
#access .access_distance ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: dotted 0 var(--wp--preset--color--theme-gray);
  z-index: 0;
}
#access .access_distance ul > li {
  display: grid;
  place-content: center;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--wp--preset--color--theme-lightgray);
  line-height: 1.25;
}
@media screen and (max-width: 719px) {
  #access .access_distance,
  #access .access_distance ul {
    flex-direction: column;
  }
  #access .access_distance > li:first-of-type ul li:first-of-type {
    margin-top: 0;
  }
  #access .access_distance > li:has(mark)::after {
    top: 0;
    bottom: 0;
    left: 50%;
    margin: 2rem 0 2rem 7rem;
    width: 1.5rem;
    border-left: none;
  }
  #access .access_distance > li mark {
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto auto auto 8.5rem;
    translate: -50% 0;
    rotate: 90deg;
  }
  #access .access_distance > li em {
    display: grid;
    place-content: center;
    top: 0;
    bottom: 0;
    right: 50%;
    bottom: 0;
    margin: 0 0.5em 4rem auto;
  }
  #access .access_distance > li:has(li:nth-child(2)) em {
    margin-top: 4rem;
  }
  #access .access_distance ul::before {
    width: 0;
    height: auto;
    border-left-width: 2px;
  }
  #access .access_distance ul > li {
    margin-top: 3rem;
    width: 12rem;
    height: 4rem;
  }
}
@media (min-width:720px) {
  #access .access_distance {
    justify-content: space-between;
  }
  #access .access_distance > li {
    flex-grow: 1;
  }
  #access .access_distance > li:has(mark) {
    padding-bottom: 3rem;
  }
  #access .access_distance > li:has(mark)::after {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 4.5rem 1rem;
    width: auto;
    height: 1rem;
    border-top: none;
  }
  #access .access_distance > li mark {
    min-width: 10rem;
    translate: -50% 0;
  }
  #access .access_distance > li em {
    top: 2.5rem;
    right: 0;
    left: 0;
    padding-bottom: 0.5em;
    margin-right: 9rem;
    translate: 0 -100%;
  }
  #access .access_distance > li:has(li:nth-child(2)) em {
    margin-left: 9rem;
  }
  #access .access_distance ul {
    justify-content: space-between;
  }
  #access .access_distance ul::before {
    width: auto;
    height: 0;
    border-top-width: 2px;
  }
  #access .access_distance ul > li {
    width: 9rem;
    height: 5rem;
  }
  #access .access_distance ul > li:first-of-type:not(:last-of-type) {
    margin-left: 0;
  }
  #access .access_distance ul > li:last-of-type {
    margin-right: 0;
  }
}/*# sourceMappingURL=access.css.map */