.p-overview th {
  white-space: nowrap;
}
.p-overview a {
  text-decoration: underline;
}
@media all and (min-width: 960px) {
  .p-overview .c-tbl--default {
    --the-th-width: 20%;
    font-size: 1.125em;
  }
}
.p-group {
  background-color: var(--color_sub-pale);
}
.p-group__history {
  margin-bottom: 0;
}
.p-group__history__item {
  display: flex;
  --the-gap: 1em;
  column-gap: var(--the-gap);
}
.p-group__history__item dt {
  min-width: 3em;
  color: var(--color_main);
  font-family: var(--ff-en);
  font-weight: 400;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.5;
}
.p-group__history__item dd {
  position: relative;
  margin-left: 0;
  padding: .25em 0 1.5em var(--the-gap);
}
.p-group__history__item dd::before,
.p-group__history__item dd::after {
  content: '';
  display: block;
  position: absolute;
  top: 1em;
  background-color: var(--color_sub);
}
.p-group__history__item dd::before {
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-group__history__item:not(:last-child) dd::after {
  left: 0;
  width: 1px;
  height: 100%;
  opacity: .6;
}
.p-group .c-box {
  margin: 2em 0 3em;
  box-shadow: 0 2px 12px rgb(133 195 239 / 20%);
}
.p-group__image {
  margin: 3em 0 0;
}
@media all and (min-width: 600px) {
  .p-group__history__item {
    --the-gap: min(4vw, 56px);
  }
}
@media all and (min-width: 960px) {
  .p-group__history__item dt {
    font-size: 2em;
    line-height: 1.25;
  }
  .p-group__history__item dd {
    font-size: 1.125em;
  }
  .p-group__history__item dd::before {
    left: -5px;
    width: 11px;
    height: 11px;
  }
  .p-group .c-box {
    margin: 3em 0 4em;
  }
  .p-group__image {
    margin: 2.5rem 0 0;
  }
}
.p-access__route {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color_sub);
}
.p-access__map {
  padding: 8px;
  border: 1px solid var(--color_sub);
  flex-grow: 1;
  flex-shrink: 1;
}
.p-access__map iframe {
  vertical-align: bottom;
}
@media all and (min-width: 600px) {
  .p-access .c-column {
    --the-gap: min(4vw, 40px)
  }
  .p-access__route {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media all and (min-width: 960px) {
  .p-access__address {
    max-width: 440px;
  }
  .p-access__route {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
  }
}