.c-pageNav {
  position: relative;
  z-index: 100;
  padding-right: 20px;
  padding-left: 20px;
}
.c-pageNav._toggleTabs {
  padding-right: 0;
  padding-left: 0;
}
.c-pageNav__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 2px;
}
.c-pageNav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border: 1px solid #001e46;
}
._concert .c-pageNav__item {
  border-color: #0c3b2c;
}
._ag .c-pageNav__item {
  border-color: #e46a00;
}
.c-pageNav__item._current, .c-pageNav__item._active, .c-pageNav__item.is-active {
  background: #001e46;
}
._concert .c-pageNav__item._current, ._concert .c-pageNav__item._active, ._concert .c-pageNav__item.is-active {
  background: #0c3b2c;
}
._ag .c-pageNav__item._current, ._ag .c-pageNav__item._active, ._ag .c-pageNav__item.is-active {
  background: #e46a00;
}
.c-pageNav__item._active, .c-pageNav__item.is-active {
  position: relative;
}
.c-pageNav__item._active::after, .c-pageNav__item.is-active::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 16px;
  margin-left: -8px;
  content: "";
  border: calc(16px / 2) solid transparent;
  border-top: 14px solid #001e46;
  border-bottom: 0;
}
._concert .c-pageNav__item._active::after, ._concert .c-pageNav__item.is-active::after {
  border-top-color: #0c3b2c;
}
._ag .c-pageNav__item._active::after, ._ag .c-pageNav__item.is-active::after {
  border-top-color: #e46a00;
}
.c-pageNav__link, .c-pageNav__button {
  display: flex;
  gap: 0 6px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  color: #001e46;
  text-align: center;
  text-decoration: none;
}
._concert .c-pageNav__link, ._concert .c-pageNav__button {
  color: #0c3b2c;
}
._ag .c-pageNav__link, ._ag .c-pageNav__button {
  color: #e46a00;
}
._current .c-pageNav__link, ._active .c-pageNav__link, .is-active .c-pageNav__link, ._current .c-pageNav__button, ._active .c-pageNav__button, .is-active .c-pageNav__button {
  position: relative;
  color: #fff;
}
.c-pageNav__linkIcon, .c-pageNav__buttonIcon {
  fill: #001e46;
}
._concert .c-pageNav__linkIcon, ._concert .c-pageNav__buttonIcon {
  fill: #0c3b2c;
}
._ag .c-pageNav__linkIcon, ._ag .c-pageNav__buttonIcon {
  fill: #e46a00;
}
.c-pageNav__linkIcon._train, .c-pageNav__buttonIcon._train {
  width: 22px;
  height: 25.6px;
}
.c-pageNav__linkIcon._bus, .c-pageNav__buttonIcon._bus {
  width: 22.4px;
  height: 22.4px;
}
.c-pageNav__linkIcon._car, .c-pageNav__buttonIcon._car {
  width: 22.4px;
  height: 18px;
}
.c-pageNav__linkIcon._walk, .c-pageNav__buttonIcon._walk {
  width: 24px;
  height: 25.8px;
}
._current .c-pageNav__linkIcon, ._active .c-pageNav__linkIcon, .is-active .c-pageNav__linkIcon, ._current .c-pageNav__buttonIcon, ._active .c-pageNav__buttonIcon, .is-active .c-pageNav__buttonIcon {
  fill: #fff;
}
.c-pageNav__button {
  padding: 0 3px;
  cursor: pointer;
  background: rgba(0, 30, 70, 0);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-pageNav__sub {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  font-size: 16px;
  font-size: 1rem;
  color: #001e46;
}
._concert .c-pageNav__sub {
  color: #0c3b2c;
}
._ag .c-pageNav__sub {
  color: #e46a00;
}
.c-pageNav__subContents {
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-pageNav__subList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  order: 1;
}
.c-pageNav__subListItem {
  position: relative;
}
.c-pageNav__subListItem:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 16px;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%);
}
.c-pageNav__subListItem:first-child a {
  padding-right: 10px;
}
.c-pageNav__subListItem:last-child a {
  padding-left: 10px;
}
.c-pageNav__subListLink {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #001e46;
  text-align: left;
  text-decoration: none;
}
._concert .c-pageNav__subListLink:not([class*=_color]) {
  color: #0c3b2c;
}
._ag .c-pageNav__subListLink:not([class*=_color]) {
  color: #e46a00;
}
.c-pageNav__subListLinkIcon {
  width: auto;
  fill: #04a7c4;
}
.c-pageNav__subListLinkIcon._bus {
  width: 15px;
  height: 15px;
}
.c-pageNav__subListLinkIcon._car {
  width: 17px;
  height: 14px;
}
.c-pageNav__subButtons {
  order: 2;
}
.c-pageNav__subButtonsLink {
  text-decoration: none;
}

.c-section {
  line-height: 1.75;
}
html:not([lang=en]) .c-section {
  word-break: break-all;
}
.c-section:last-child {
  padding-bottom: 40px;
}
.c-section._bgGray {
  background: #f7f7f5;
}
.c-section._bgGray:last-of-type {
  padding-bottom: 0;
}
.c-section__inner {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding-bottom: 56px;
  margin-right: auto;
  margin-left: auto;
}
.c-section:not(:last-child)._withBorderBottom .c-section__inner {
  border-bottom: 1px solid #707070;
}
.c-section:not(:last-child)._withBorderBottom._medium .c-section__inner {
  padding-bottom: 56px;
}
._medium .c-section__inner {
  padding-bottom: 0;
}
.c-section__description + .c-section__body {
  margin-top: 32px;
}
.c-section__body:first-child {
  padding-top: 40px;
}
._medium .c-section__body:first-child {
  padding-top: 48px;
}
._large .c-section__body:first-child {
  padding-top: 48px;
}
.c-section__body + .c-section__body {
  padding-top: 40px;
}
.c-section__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-section__title._colorCommon {
  color: #001e46;
}
.c-section__title:not(._left) {
  padding-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.c-section__title.u-pc_margin_bottom_0 {
  margin-bottom: 10px;
}
.c-section__body + .c-section__title {
  padding-top: 60px;
  margin-bottom: 24px;
}
.c-section__title03 {
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.125rem;
}
.c-section__description:last-of-type {
  margin-bottom: 32px;
}
.c-section__description + .c-section__description {
  margin-top: 16px;
}
.c-section__panel {
  padding: 21px 20px 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-section__panel + .c-section__panel {
  margin-top: 20px;
}
.c-section__more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.c-section__more:not([class*=_align]) {
  align-items: center;
}
.c-section__moreDescription {
  margin-top: 2em;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-section__moreNotes {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-weight: 700;
}
.c-section__moreNotesLarge {
  font-size: 20px;
  font-size: 1.25rem;
}
.c-section__message {
  text-align: center;
}

.p-floorList:not(:first-child) {
  margin-top: 2em;
}
.p-floorList__index {
  font-weight: 700;
}
.p-floorList__content {
  padding-left: 1em;
}

.p-closestStation__text {
  margin-top: 20px;
}
.p-closestStation__text:only-child {
  width: 100%;
}
.p-closestStation__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
.p-closestStation__detail:not(:first-child) {
  margin-top: 14px;
}
.p-closestStation__detailIndex {
  font-weight: 700;
}
.p-closestStation__detailContent {
  padding-left: 1em;
}

.p-gmap {
  margin-top: 20px;
}
.p-gmap iframe {
  height: 67vw;
}

.p-route__pdf {
  position: absolute;
  right: 0;
  bottom: 6px;
}
.p-route__pdfButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 8px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #04a7c4;
  text-decoration: none;
  vertical-align: bottom;
  border: 1px solid #04a7c4;
  border-radius: 2px;
}
.p-route__pdfButton:not(._active):not(.is-active) {
  display: none;
}
.p-route__pdfButton::before {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  content: "";
  background-color: #04a7c4;
  -webkit-mask: url(/common/img/global/icon__printer.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__printer.svg) no-repeat center center/contain;
}
.p-route__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.p-route__group:not(._active):not(.is-active) {
  display: none;
}
.p-route__map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 36px;
}
.p-route__map:not(:first-child) {
  padding-top: 36px;
  border-top: 1px solid #ccc;
}
.p-route__mapTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 38px;
  border: 1px solid #707070;
  border-radius: 30px;
}
.p-route__mapContent {
  width: 100%;
  margin-top: 30px;
}
.p-route__img {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: auto;
}
.p-route__img:not(:first-child) {
  width: 100%;
  margin-top: 24px;
}
.p-route__imgTitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-route__imgTitle:not(:first-child) {
  margin-top: 24px;
}
.p-route__imgTitle._detail01 {
  color: #1C2788;
}
.p-route__imgTitle._detail02 {
  color: #D7191A;
}
.p-route__imgContent {
  margin-top: 8px;
}
.p-route__detail:not(:first-child) {
  margin-top: 20px;
}
.p-route__detailTitle {
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
[lang=en] .p-route__detailTitle {
  margin-bottom: 8px;
}
.p-route__detailContent .c-arrowlinklist {
  margin-left: 1em;
}
.p-route__detailContent .c-arrowlinklist li:not(:first-child) {
  margin-top: 2em;
}
.p-route__car {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}
.p-route__car:not(:first-child) {
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid #ccc;
}
.p-route__carDetail {
  position: relative;
}
.p-route__carDetail._flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.p-route__carDetail:not(:last-child) {
  margin-bottom: 14px;
}
.p-route__carDetail:nth-child(1) {
  order: 1;
}
.p-route__carDetail:nth-child(2) {
  order: 3;
}
.p-route__carDetail:nth-child(3) {
  order: 2;
}
.p-route__carDetail:nth-child(4) {
  order: 4;
}
.p-route__carDetail dt {
  font-weight: 700;
}
.p-route__carDetail dd {
  padding-left: 1em;
}
.p-route__carButton {
  height: 72px;
  padding: 0 20px;
  border-radius: 100px;
}
.p-route__carButton strong {
  display: block;
  margin-bottom: 8px;
}
.p-route__carButton .u-textSub {
  font-size: 11px;
  font-size: 0.6875rem;
}
.p-route__button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-route__button .c-btn {
  width: 490px;
}