@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Readex+Pro:wght@160..700&display=swap");
body,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.readex {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #31413E;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #F5F6F6;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
body.is-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
body.is-modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #31413E;
}

button {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}

table {
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

a {
  color: #31413E;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

@media (scripting: none) {
  .loading {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
::before,
::after {
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@-webkit-keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@-webkit-keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@-webkit-keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/* ---------------------------
  地下鉄 駅構内・バリアフリー案内図ページ
--------------------------- */
.p-page-barrier-free .main-body {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body {
    padding: 35px 0px 0px;
    border-radius: 12px;
  }
}
.p-page-barrier-free .main-body .timetable-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-header {
    padding: 0 20px;
  }
}
.p-page-barrier-free .main-body .timetable-wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-wrap {
    padding: 0;
  }
}
.p-page-barrier-free .main-body h1 {
  margin: 0;
}
.p-page-barrier-free .main-body h1 + p {
  margin: 15px 0 40px;
}
.p-page-barrier-free .main-body .timetable-heading {
  background: #f4f4f4;
  position: relative;
  text-align: center;
  border: none;
  padding: 12px 15px;
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-heading {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-page-barrier-free .main-body .timetable-heading::before {
  content: "";
  width: 100px;
  height: 4px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
}
.p-page-barrier-free .main-body .timetable-heading.green::before {
  background: #009a78;
}
.p-page-barrier-free .main-body .timetable-heading.blue::before {
  background: #0191d7;
}
.p-page-barrier-free .main-body .timetable-list__col {
  position: relative;
  z-index: 0;
}
.p-page-barrier-free .main-body .timetable-list__col::before {
  content: "";
  position: absolute;
  width: 22px;
  height: calc(50% + 1px);
  left: 17px;
  top: -1px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-list__col::before {
    width: 18px;
    left: 15px;
  }
}
.p-page-barrier-free .main-body .timetable-list__col::after {
  content: "";
  position: absolute;
  width: 22px;
  height: calc(50% + 1px);
  left: 17px;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-list__col::after {
    width: 18px;
    left: 15px;
  }
}
.p-page-barrier-free .main-body .timetable-list__col:first-of-type::before {
  content: none;
}
.p-page-barrier-free .main-body .timetable-list__col:first-of-type::after {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: calc(50% + 12px);
  top: calc(50% - 12px);
}
.p-page-barrier-free .main-body .timetable-list__col:last-of-type::before {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: calc(50% + 12px);
}
.p-page-barrier-free .main-body .timetable-list__col:last-of-type::after {
  content: none;
}
.p-page-barrier-free .main-body .timetable-list__col.brown + .timetable-list__col::before {
  background: #9f7301;
}
.p-page-barrier-free .main-body .timetable-list__col.brown::after {
  background: #9f7301;
}
.p-page-barrier-free .main-body .timetable-list__col.brown a::after {
  background-image: url(../../../img/common/arrow_circle-brown.svg);
}
.p-page-barrier-free .main-body .timetable-list__col.green + .timetable-list__col::before {
  background: #009a78;
}
.p-page-barrier-free .main-body .timetable-list__col.green::after {
  background: #009a78;
}
.p-page-barrier-free .main-body .timetable-list__col.green a::after {
  background-image: url(../../../img/common/arrow_circle-green.svg);
}
.p-page-barrier-free .main-body .timetable-list__col.blue + .timetable-list__col::before {
  background: #0191d7;
}
.p-page-barrier-free .main-body .timetable-list__col.blue::after {
  background: #0191d7;
}
.p-page-barrier-free .main-body .timetable-list__col.blue a::after {
  background-image: url(../../../img/common/arrow_circle-blue.svg);
}
.p-page-barrier-free .main-body .timetable-list__col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #31413E;
  font-weight: 700;
  padding: 16px 30px 16px 65px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #f5f6f6;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-list__col a {
    padding: 10px 50px;
  }
}
.p-page-barrier-free .main-body .timetable-list__col a .hover {
  opacity: 1 !important;
}
.p-page-barrier-free .main-body .timetable-list__col a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-list__col a::before {
    width: 12px;
    height: 12px;
    left: 18px;
  }
}
.p-page-barrier-free .main-body .timetable-list__col a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-list__col a::after {
    right: 12px;
  }
}
.p-page-barrier-free .main-body .timetable-list__col a .name {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-list__col a .name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-page-barrier-free .main-body .timetable-list__col a .furigana {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-list__col a .furigana {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.p-page-barrier-free .main-body .timetable-list-number {
  font-family: "Roboto", sans-serif;
  width: 44px;
  height: 44px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-style: solid;
  border-width: 2px;
  line-height: 1;
  margin-right: 10px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-list-number {
    width: 36px;
    height: 36px;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 10px;
  }
}
.p-page-barrier-free .main-body .timetable-list-number.brown {
  border-color: #9f7301;
  color: #9f7301;
}
.p-page-barrier-free .main-body .timetable-list-number.green {
  border-color: #009a78;
  color: #009a78;
}
.p-page-barrier-free .main-body .timetable-list-number.blue {
  border-color: #0191d7;
  color: #0191d7;
}
.p-page-barrier-free .main-body .timetable-list-number__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5px;
}
.p-page-barrier-free .main-body #timetable-b .timetable-list__col:last-child a {
  border: none;
}
.p-page-barrier-free .main-body .timetable-content:not(:first-of-type) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-page-barrier-free .main-body .timetable-content:not(:first-of-type) {
    margin-top: 64px;
  }
}
.p-page-barrier-free .main-body .timetable-content.green .timetable-heading::before {
  background: #009a78;
}
.p-page-barrier-free .main-body .timetable-content.blue .timetable-heading::before {
  background: #0191d7;
}
.p-page-barrier-free .button-wrap {
  border-top: 1px solid #DFE3E0;
  padding: 20px 0;
}
.p-page-barrier-free .button-container {
  width: 388px;
  max-width: 100%;
  margin-inline: auto;
}