@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-subway-route .main-body {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .main-body {
    border-radius: 0 0 12px 12px;
  }
}

.p-page-subway-route .tab-box {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
  box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .tab-box {
    margin: 0 calc(50% - 50vw);
    -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.0509803922);
    box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.0509803922);
  }
}

.p-page-subway-route .tab-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-page-subway-route .tab-box__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-color: #F5F6F6;
  height: 53px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  list-style: none !important;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .tab-box__list li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-page-subway-route .tab-box__list li::before {
  display: none;
}

.p-page-subway-route .tab-box__list li::after {
  content: "";
  background-color: rgba(49, 65, 62, 0.4);
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-page-subway-route .tab-box__list li button {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #31413E;
  opacity: 0.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  width: calc(100% - 4px);
  height: 48px;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .tab-box__list li button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-page-subway-route .tab-box__list li.is-active {
  background-color: #fff;
}

.p-page-subway-route .tab-box__list li.is-active button {
  color: #009A78;
  opacity: 1;
}

.p-page-subway-route .tab-box__list li.is-active::after {
  background-color: #009A78;
}

.p-page-subway-route .tab-box__content {
  padding: 28px 0 30px;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .tab-box__content {
    padding: 22px 20px;
  }
}

.p-page-subway-route .tab-box__item {
  display: none;
}

.p-page-subway-route .tab-box__item.is-active {
  display: block;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-page-subway-route .tab-box .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-page-subway-route .tab-box .btn_area .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-color: #F5F6F6;
  height: 53px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  list-style: none !important;
  margin: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #31413E;
  opacity: 0.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .tab-box .btn_area .tab_btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-page-subway-route .tab-box .btn_area .tab_btn::after {
  content: "";
  background-color: rgba(49, 65, 62, 0.4);
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-page-subway-route .tab-box .btn_area .tab_btn.active {
  background-color: #fff;
  color: #009A78;
  opacity: 1;
}

.p-page-subway-route .tab-box .btn_area .tab_btn.active::after {
  background-color: #009A78;
}

.p-page-subway-route .tab-box .btn_area .approach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-color: #F5F6F6;
  height: 53px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  list-style: none !important;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #31413E;
  opacity: 0.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .tab-box .btn_area .approach {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-page-subway-route .tab-box .btn_area .approach::before {
  content: "";
  background-color: rgba(49, 65, 62, 0.4);
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-page-subway-route .tab-box .btn_area .approach::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../../img/common/icon_external-gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: inline-block;
  top: 1px;
  left: 9px;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .tab-box .btn_area .approach::after {
    width: 12px;
    height: 12px;
    top: 8px;
    left: 2px;
  }
}

.p-page-subway-route .panel_area {
  padding: 0;
  /* ----------------------------------
    時刻表タブ　コンテンツ .tab-time
  ---------------------------------- */
  /* ----------------------------------
    バリアフリータブ　コンテンツ .tab-map
  ---------------------------------- */
}

.p-page-subway-route .panel_area .tab_panel {
  display: none;
}

.p-page-subway-route .panel_area .tab_panel.active {
  display: block;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-page-subway-route .panel_area .tab-time {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time {
    padding: 0 5%;
    padding-bottom: 35px;
  }

}

.p-page-subway-route .panel_area .tab-time .route-heading {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
  color: #31413E;
  border-bottom: 1px solid #dfe3e0;
  line-height: 1.1;
  padding-bottom: 20px;
}

.p-page-subway-route .panel_area .tab-time .route-heading::before {
  content: none;
}

.p-page-subway-route .panel_area .tab-time .route-heading .large {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-right: 3px;
}

.p-page-subway-route .panel_area .tab-time .route-heading .small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.p-page-subway-route .panel_area .tab-time .route-destination {
  margin-bottom: 0;
  margin-top: 25px;
}

.p-page-subway-route .panel_area .tab-time .route-destination__btn {
  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;
  text-align: center;
  border-radius: 8px;
  margin: 0;
  width: 50%;
  padding: 14px 20px;
  font-weight: 700;
  background: #f5f6f6;
  letter-spacing: 0.05em;
  color: #b9bcbb;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-destination__btn {
    padding: 5px 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-page-subway-route .panel_area .tab-time .route-destination__btn::before {
  content: none;
}

.p-page-subway-route .panel_area .tab-time .route-destination__btn.is-active {
  color: #fff;
  background: linear-gradient(179.52deg, #009A78 -0.03%, #0CAA87 100.02%);
}

.p-page-subway-route .panel_area .tab-time .route-destination__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-page-subway-route .panel_area .tab-time .route-destination__tab__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.p-page-subway-route .panel_area .tab-time .route-destination__tab__item {
  width: 50%;
}

.p-page-subway-route .panel_area .tab-time .route-destination__btn.only {
  width: 100%;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-destination__tab__item {
    display: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-destination__tab__item.is-active {
    display: block;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.p-page-subway-route .panel_area .tab-time .route-destination__tabitem {
  display: none;
}

.p-page-subway-route .panel_area .tab-time .route-destination__tabitem.is-active {
  display: block;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-page-subway-route .panel_area .tab-time .route-timetable {
  margin: 0;
}

.p-page-subway-route .panel_area .tab-time .route-timetable__pdf {
  margin-top: 0;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-page-subway-route .panel_area .tab-time .route-timetable__btn {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 3px solid currentColor;
  margin: 0;
  padding: 0 0 10px;
  width: 50%;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-timetable__btn {
    border-bottom: 1px solid #98a09e;
    padding: 5px 0 10px;
  }
}

.p-page-subway-route .panel_area .tab-time .route-timetable__btn::before {
  content: none;
}

.p-page-subway-route .panel_area .tab-time .route-timetable__btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: currentColor;
  opacity: 0;
}

.p-page-subway-route .panel_area .tab-time .route-timetable__btn--green {
  color: #009a78;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-timetable__btn--green {
    color: #7fccbb;
  }
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-timetable__btn--green.is-active {
    color: #009a78;
    background-color: rgba(0, 154, 120, 0.1);
  }
}

.p-page-subway-route .panel_area .tab-time .route-timetable__btn--red {
  color: #d94b4b;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-timetable__btn--red {
    color: #eca5a5;
  }
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-timetable__btn--red.is-active {
    color: #d94b4b;
    background-color: rgba(217, 75, 75, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-timetable__btn.is-active::after {
    opacity: 1;
  }
}



/* ----------------------------------
    tableスタイル
  ---------------------------------- */
/* 共通 */
.route-destination__tab__content [style*="width:0px;"] {
  width: auto !important;
  /* デフォルトの幅に戻す */
}

.route-destination__tab__content [style*="height:0px;"] {
  height: auto !important;
  /* デフォルトの高さに戻す */
}

.route-destination__tab__content colgroup {
  display: none;
}

.route-destination__tab__content table {
  margin-top: 0;
}

.route-timetable__col table tbody tr {
  display: flex;
  flex-direction: column;
}

.route-timetable__col table tbody tr td {
  padding: 0 5px;
  border: none;
}

.route-timetable__col table tbody tr td::before,
.route-timetable__col table tbody tr td::after {
  margin: 0;
}

/* 時間 */
.route-timetable__col table tbody tr td:nth-child(odd) {
  margin: 0;
  padding: 0 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;

  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;

  display: flex;
  align-items: baseline;
}

.route-timetable__col table tbody tr td:nth-child(odd)::after {
  content: "時";
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

/* 分 */
.route-timetable__col table tbody tr td:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  min-height: 40px;

  font-size: 18px;
  font-size: 1.125rem;
}

/* 平日 */
.route-timetable__col--green table tbody tr td:nth-child(odd) {
  background: rgba(34, 179, 147, 0.15);
}

/* 土日 */
.route-timetable__col--red table tbody tr td:nth-child(odd) {
  background: rgba(217, 75, 75, 0.15);
}


/* ----------------------------------
    tableスタイル(旧)
  ---------------------------------- */
.p-page-subway-route .panel_area .tab-time .route-timetable__col--green .route-timetable-time__hour {
  background: rgba(34, 179, 147, 0.15);
  /* done */
}

.p-page-subway-route .panel_area .tab-time .route-timetable__col--red .route-timetable-time__hour {
  background: rgba(217, 75, 75, 0.15);
  /* done */
}

.p-page-subway-route .panel_area .tab-time .route-timetable__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-bottom: 8px;
}

.p-page-subway-route .panel_area .tab-time .route-timetable-time__hour {
  margin: 0;
  padding: 0 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  /* done */
}

.p-page-subway-route .panel_area .tab-time .route-timetable-time__hour span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  /* done */
}

.p-page-subway-route .panel_area .tab-time .route-timetable-time__minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  min-height: 40px;
  /* done */
}

.p-page-subway-route .panel_area .tab-time .route-timetable-time__minutes li {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 5px;
  margin: 0;
  /* done */
}

.p-page-subway-route .panel_area .tab-time .route-timetable-time__minutes li::before {
  content: none;
}

.p-page-subway-route .panel_area .tab-time .route-timetable-time__minutes li.active {
  text-decoration: underline;
}

.p-page-subway-route .panel_area .tab-time .route-timetable-remarks h2 {
  border: none;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 0;
}

.p-page-subway-route .panel_area .tab-time .route-timetable-remarks__content {
  border-radius: 8px;
  padding: 10px 20px;
  background: #f5f6f6;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-timetable-remarks__content {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-page-subway-route .panel_area .tab-time .route-timetable-remarks__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.p-page-subway-route .panel_area .tab-time .route-accordion__item:first-of-type {
  border-top: none;
}

.p-page-subway-route .panel_area .tab-time .route-accordion__trigger {
  line-height: 1.25;
}

.p-page-subway-route .panel_area .tab-time .route-accordion__trigger .large {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-accordion__trigger .large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-page-subway-route .panel_area .tab-time .route-accordion__trigger .large span {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  padding-right: 0.3rem;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-accordion__trigger .large span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-page-subway-route .panel_area .tab-time .route-accordion__trigger .small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-time .route-accordion__trigger .small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-page-subway-route .panel_area .tab-map {
  padding: 48px 40px 65px;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-map {
    padding: 40px 20px 56px;
  }
}

.p-page-subway-route .panel_area .tab-map h2 {
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 2px solid #DFE3E0;
  margin-top: 0;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-map h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 18px;
  }
}

.p-page-subway-route .panel_area .tab-map .illust-map {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-page-subway-route .panel_area .tab-map .illust-map {
    padding-bottom: 56px;
  }
}

.p-page-subway-route .panel_area .tab-map .illust-map_item {
  width: 100%;
  text-align: center;
  padding-bottom: 26px;
}

.p-page-subway-route .panel_area .tab-map .illust-map .button {
  margin: 0 auto;
}