@charset "utf-8";

.access_map {
  text-align: center;
}

iframe {
  width: 70%;
  aspect-ratio: 16/9;
}

.access_introduction dl {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 50px;
  font-weight: 1000;
}

.access_introduction dt {
  background: var(--color_sub);
  width: 30%;
  padding: 10px;
  border: 1px solid var(--color_main);
  border-left: none;
}

.access_introduction dd {
  padding: 10px;
  margin: 0;
  border: 1px solid var(--color_main);
  border-right: none;
  border-left: none;
  width: 70%;
  box-sizing: border-box;
}