.map_block {
  display: grid;
}
@media (min-width: 769px) {
  .map_block {
    grid-template-columns: 29rem 1fr;
  }
}
@media (max-width: 768px) {
  .map_block {
    grid-template-columns: 1fr;
    row-gap: 9rem;
  }
}
@media (min-width: 769px) {
  .map_block .map_list {
    grid-column: 2/3;
  }
}
@media (min-width: 769px) {
  .map_block + .map_block {
    padding-top: 13rem;
  }
}
@media (max-width: 768px) {
  .map_block + .map_block {
    padding-top: 15rem;
  }
}

.map_h2 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .map_h2 {
    grid-column: 1/2;
    line-height: 2.154;
    font-size: 2.6rem;
  }
  .map_h2 > h2 {
    font: inherit;
  }
  .map_h2 > h2:first-of-type {
    margin-top: -0.576em;
  }
  .map_h2 > h2:last-of-type {
    margin-bottom: -0.576em;
  }
}
@media (max-width: 768px) {
  .map_h2 {
    line-height: 1.348;
    font-size: 4.6rem;
  }
  .map_h2 > h2 {
    font: inherit;
  }
  .map_h2 > h2:first-of-type {
    margin-top: -0.173em;
  }
  .map_h2 > h2:last-of-type {
    margin-bottom: -0.173em;
  }
}

.map_list {
  display: grid;
}
@media (min-width: 769px) {
  .map_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
  }
}
@media (max-width: 768px) {
  .map_list {
    grid-template-columns: 1fr;
    row-gap: 5rem;
  }
}
.map_list > li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .map_list > li {
    row-gap: 2.7rem;
  }
}
@media (max-width: 768px) {
  .map_list > li {
    row-gap: 5rem;
  }
}
@media (min-width: 769px) {
  .map_list > li.full {
    grid-column: 1/3;
  }
}

.map_list_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .map_list_sub {
    padding-bottom: 1.4rem;
    line-height: 1.334;
    font-size: 2.1rem;
  }
  .map_list_sub > span {
    font: inherit;
  }
  .map_list_sub > span:first-of-type {
    margin-top: -0.166em;
  }
  .map_list_sub > span:last-of-type {
    margin-bottom: -0.166em;
  }
}
@media (max-width: 768px) {
  .map_list_sub {
    padding-bottom: 3rem;
    line-height: 1.324;
    font-size: 3.4rem;
  }
  .map_list_sub > span {
    font: inherit;
  }
  .map_list_sub > span:first-of-type {
    margin-top: -0.161em;
  }
  .map_list_sub > span:last-of-type {
    margin-bottom: -0.161em;
  }
}
.map_list_sub i {
  flex-shrink: 0;
  background: #fdf002;
  border-radius: 50%;
  stroke: #141414;
  fill: none;
  line-height: 0;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .map_list_sub i {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 768px) {
  .map_list_sub i {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.map_list_sub:hover i {
  background: #b2243c;
  stroke: #fff;
}

.map_list_child {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 769px) {
  .map_list_child {
    gap: 2.5rem 6rem;
    padding-left: 1.2rem;
  }
  .map_list > li.full .map_list_child {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .map_list_child {
    row-gap: 4rem;
  }
}
.map_list_child > li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .map_list_child > li {
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .map_list_child > li {
    row-gap: 3.4rem;
  }
}
@media (min-width: 769px) {
  .map_list_child > li.row5 {
    grid-row: span 5;
  }
}

.map_list_index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .map_list_index {
    column-gap: 0.8rem;
    padding-bottom: 1.2rem;
    line-height: 1.353;
    font-size: 1.7rem;
  }
  .map_list_index > span {
    font: inherit;
  }
  .map_list_index > span:first-of-type {
    margin-top: -0.176em;
  }
  .map_list_index > span:last-of-type {
    margin-bottom: -0.176em;
  }
}
@media (max-width: 768px) {
  .map_list_index {
    column-gap: 1.4rem;
    padding-bottom: 3rem;
    line-height: 1.215;
    font-size: 2.8rem;
  }
  .map_list_index > span {
    font: inherit;
  }
  .map_list_index > span:first-of-type {
    margin-top: -0.107em;
  }
  .map_list_index > span:last-of-type {
    margin-bottom: -0.107em;
  }
}
.map_list_index::before {
  content: "";
  border-radius: 50%;
  background: #fdf002;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .map_list_index::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 768px) {
  .map_list_index::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.map_list_index i {
  flex-shrink: 0;
  stroke: #141414;
  fill: none;
  margin-left: auto;
  line-height: 0;
}
@media (min-width: 769px) {
  .map_list_index i {
    width: 1.4rem;
    height: 1rem;
  }
}
@media (max-width: 768px) {
  .map_list_index i {
    width: 2.4rem;
    height: 1.6rem;
  }
}
.map_list_index:hover::before {
  background: #b2243c;
}

.map_list_links {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .map_list_links {
    row-gap: 0.9rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .map_list_links {
    row-gap: 2.4rem;
    padding-left: 2.4rem;
  }
}
.map_list_links > li {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .map_list_links > li {
    column-gap: 0.2rem;
  }
}
@media (max-width: 768px) {
  .map_list_links > li {
    column-gap: 0.4rem;
  }
}
.map_list_links > li::before {
  content: "-";
}
@media (min-width: 769px) {
  .map_list_links > li::before {
    line-height: 1.667;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .map_list_links > li::before {
    line-height: 1.385;
    font-size: 2.6rem;
  }
}

.map_list_link {
  display: flex;
  align-items: center;
  column-gap: 0.267em;
  position: relative;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .map_list_link {
    line-height: 1.667;
    font-size: 1.5rem;
  }
  .map_list_link::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0.2rem;
    scale: 0 1;
    transform-origin: left center;
    transition: 0.2s linear;
  }
}
@media (max-width: 768px) {
  .map_list_link {
    line-height: 1.385;
    font-size: 2.6rem;
  }
}
@media (min-width: 769px) {
  .map_list_link[target=_blank]::before {
    width: calc(100% - 1.5rem);
  }
}
.map_list_link[target=_blank]::after {
  content: "";
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/blank01_k.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.734em;
  height: 0.734em;
}
@media (min-width: 769px) {
  .map_list_link:hover::before {
    scale: 1 1;
  }
}