.c-pageNav__inner {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.c-pageNav._toggleTabs .c-pageNav__inner {
  width: 100%;
}
.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: 55px;
  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 18px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #001e46;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  transition-property: color, background;
}
._concert .c-pageNav__link, ._concert .c-pageNav__button {
  color: #0c3b2c;
}
._ag .c-pageNav__link, ._ag .c-pageNav__button {
  color: #e46a00;
}
.c-pageNav__link:hover, .c-pageNav__button:hover {
  color: #fff;
  background: #001e46;
}
._concert .c-pageNav__link:hover, ._concert .c-pageNav__button:hover {
  background: #0c3b2c;
}
._ag .c-pageNav__link:hover, ._ag .c-pageNav__button:hover {
  background: #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;
  transition: fill 0.3s ease;
}
._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: 28px;
  height: 32px;
}
.c-pageNav__linkIcon._bus, .c-pageNav__buttonIcon._bus {
  width: 28px;
  height: 28px;
}
.c-pageNav__linkIcon._car, .c-pageNav__buttonIcon._car {
  width: 28px;
  height: 22.4px;
}
.c-pageNav__linkIcon._walk, .c-pageNav__buttonIcon._walk {
  width: 30px;
  height: 32.25px;
}
a:hover .c-pageNav__linkIcon, a:hover .c-pageNav__buttonIcon {
  fill: #fff;
}
._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 {
  box-sizing: content-box;
  display: grid;
  grid-template-columns: repeat(3, minmax(230px, auto));
  gap: 2px;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  direction: rtl;
}
.c-pageNav__subContents {
  display: contents;
}
.c-pageNav__subList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  direction: ltr;
}
.c-pageNav__subList._large {
  grid-column: span 3;
}
.c-pageNav__subListItem {
  position: relative;
  font-weight: 700;
}
.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__subListLink {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  height: 67px;
  padding-right: 21px;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #001e46;
  text-decoration: none;
}
.c-pageNav__subListItem:first-child .c-pageNav__subListLink {
  padding-left: 0;
}
._concert .c-pageNav__subListLink:not([class*=_color]) {
  color: #0c3b2c;
}
._ag .c-pageNav__subListLink:not([class*=_color]) {
  color: #e46a00;
}
.c-pageNav__subListItem:not(._current) .c-pageNav__subListLink:hover {
  text-decoration: underline;
}
.c-pageNav__subListLinkIcon {
  width: auto;
  fill: #04a7c4;
}
.c-pageNav__subListLinkIcon._bus {
  width: 24px;
  height: 24px;
}
.c-pageNav__subListLinkIcon._car {
  width: 28px;
  height: 23px;
}
.c-pageNav__subButtons {
  display: flex;
  gap: 7px;
  direction: ltr;
}
.c-pageNav__subButtons:only-child {
  padding-bottom: 16px;
  margin-top: 16px;
}
.c-pageNav__subButtonsLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #001e46;
  text-decoration: none;
  background: #fff;
  border: 1px solid #001e46;
  border-radius: 20px;
  transition: all 0.2s ease-out;
  transition-property: color, background;
}
._concert .c-pageNav__subButtonsLink {
  border-color: #0c3b2c;
}
._ag .c-pageNav__subButtonsLink {
  border-color: #e46a00;
}
.c-pageNav__subButtonsLink:hover {
  color: #fff;
  background: #001e46;
}
._concert .c-pageNav__subButtonsLink:hover {
  background: #0c3b2c;
}
._ag .c-pageNav__subButtonsLink:hover {
  background: #e46a00;
}

.c-section {
  line-height: 2;
}
html:not([lang=en]) .c-section {
  word-break: break-all;
}
.c-section:last-child {
  padding-bottom: 80px;
}
.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: 80px;
  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: 80px;
}
._medium .c-section__inner {
  padding-bottom: 0;
}
.c-section__description + .c-section__body {
  margin-top: 32px;
}
.c-section__body:first-child {
  padding-top: 60px;
}
._medium .c-section__body {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
._medium .c-section__body:first-child {
  padding-top: 48px;
}
._large .c-section__body {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}
._large .c-section__body:first-child {
  padding-top: 48px;
}
.c-section__body + .c-section__body {
  padding-top: 60px;
}
.c-section__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.c-section__title._colorCommon {
  color: #001e46;
}
.c-section__title:not(._left) {
  padding-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}
.c-section__title03 {
  margin-bottom: 18px;
  font-size: 22px;
  font-size: 1.375rem;
}
.c-section__description:last-of-type {
  margin-bottom: 32px;
}
.c-section__description + .c-section__description {
  margin-top: 16px;
}
.c-section__panel {
  padding: 43px 40px 40px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-section__panel + .c-section__panel {
  margin-top: 40px;
}
.c-section__more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}
.c-section__more:not([class*=_align]) {
  align-items: center;
}
.c-section__moreDescription {
  margin-top: 2em;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-section__moreNotes {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  font-weight: 700;
}
.c-section__moreNotesLarge {
  font-size: 24px;
  font-size: 1.5rem;
}
.c-section__message {
  padding-bottom: 235px;
  text-align: center;
}

.p-floor {
  display: flex;
  flex-wrap: wrap;
}
.p-floorList {
  width: 50%;
}
.p-floorList__index {
  font-weight: 700;
}
.p-floorList__content {
  padding-left: 1em;
}

.p-closestStation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
[lang=en] .p-closestStation {
  margin-top: 0;
}
.p-closestStation__image {
  order: 2;
  width: 56.0909090909%;
}
.p-closestStation__text {
  order: 1;
  width: 41.8181818182%;
}
.p-closestStation__text:only-child {
  width: 100%;
}
.p-closestStation__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
[lang=en] .p-closestStation__title {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-closestStation__detail:not(:first-child) {
  margin-top: 20px;
}
.p-closestStation__detailIndex {
  font-weight: 700;
}
.p-closestStation__detailContent {
  padding-left: 1em;
}

.p-gmap {
  margin-top: 40px;
}

.p-route__pdf {
  position: absolute;
  right: 0;
}
.p-route__pdfButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 147px;
  min-height: 39px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #04a7c4;
  text-decoration: none;
  vertical-align: bottom;
  border: 1px solid #04a7c4;
  border-radius: 4px;
  transition: all 0.2s ease-out;
  transition-property: color, background;
}
.p-route__pdfButton:not(._active):not(.is-active) {
  display: none;
}
.p-route__pdfButton::before {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  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;
  transition: background-color 0.2s ease-out;
}
.p-route__pdfButton:hover {
  color: #fff;
  background: #04a7c4;
}
.p-route__pdfButton:hover::before {
  background-color: #fff;
}
.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: 68px;
}
.p-route__map:not(:first-child) {
  padding-top: 68px;
  border-top: 1px solid #ccc;
}
.p-route__mapTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 43px;
  border: 1px solid #707070;
  border-radius: 30px;
}
.p-route__mapContent {
  width: 81.8181818182%;
  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: 81.8181818182%;
  margin-top: 40px;
}
.p-route__imgTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.p-route__imgTitle:not(:first-child) {
  margin-top: 40px;
}
.p-route__imgTitle._detail01 {
  color: #1C2788;
}
.p-route__imgTitle._detail02 {
  color: #D7191A;
}
.p-route__imgContent {
  margin-top: 8px;
}
.p-route__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-route__detail {
  width: calc((100% - 20px) / 2);
}
.p-route__detail:only-child {
  width: 100%;
}
.p-route__detailTitle {
  margin-bottom: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
[lang=en] .p-route__detailTitle {
  margin-bottom: 10px;
}
.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-columns: 1fr 1fr;
  gap: 40px 20px;
}
.p-route__car:not(:first-child) {
  padding-top: 20px;
  margin-top: 48px;
  border-top: 1px solid #ccc;
}
.p-route__carDetail {
  position: relative;
}
.p-route__carDetail._flex {
  display: flex;
  flex-direction: column;
}
.p-route__carDetail dt {
  font-weight: 700;
}
.p-route__carDetail dd {
  padding-left: 1em;
}
.p-route__carButton {
  max-width: 392px;
  height: 83px;
  padding-right: 0;
  padding-left: 0;
  margin-top: auto;
  margin-bottom: 0;
  border-radius: 100px;
}
.p-route__carButton strong {
  display: block;
  margin-bottom: 8px;
}
.p-route__button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.p-route__button .c-btn {
  width: 490px;
}