@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-operation-subway .main-body {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body {
    padding: 35px 0px 60px;
    border-radius: 12px;
  }
}
.p-page-operation-subway .main-body .subway-wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-wrap {
    padding: 0 20px;
  }
}
.p-page-operation-subway .main-body h1 {
  margin: 0;
}
.p-page-operation-subway .main-body .subway-time {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-time {
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-time {
    padding-right: 170px;
  }
}
.p-page-operation-subway .main-body .subway-container {
  padding-top: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-container {
    padding-top: 15px;
  }
}
.p-page-operation-subway .main-body .subway-container .select-wrap {
  position: absolute;
  right: 0;
  top: 10px;
}
.p-page-operation-subway .main-body .select-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 162px;
  max-width: 100%;
  position: relative;
}
.p-page-operation-subway .main-body .select-wrap::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(../../../img/common/icon_earth.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-page-operation-subway .main-body .select-wrap select {
  width: 100%;
  height: 40px;
  border: 1px solid #dfe3e0;
  background-image: url(../../../img/common/arrow_down-black.svg);
  background-position: center right 14px;
  background-size: 10px 8px;
  padding: 0 15px 0 38px;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-page-operation-subway .main-body .subway-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -10px 27px;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info {
    margin: 20px -5px 27px;
  }
}
.p-page-operation-subway .main-body .subway-info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  margin-inline: 10px;
  border: 2px solid #f4f4f4;
  border-radius: 12px;
  text-align: center;
  padding: 17px 15px;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info__btn {
    margin-inline: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-page-operation-subway .main-body .subway-info__btn h2 {
  border: none;
  margin: 0;
  padding-bottom: 10px;
  letter-spacing: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info__btn h2 {
    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;
    min-height: 60px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info__btn h2 span {
    display: none;
  }
}
.p-page-operation-subway .main-body .subway-info__btn h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info__btn h2 br {
    display: block;
  }
}
.p-page-operation-subway .main-body .subway-info__btn p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info__btn p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-page-operation-subway .main-body .subway-info__btn--sankaku p {
  color: #f09100;
  font-weight: 700;
}
.p-page-operation-subway .main-body .subway-info__btn--batsu p {
  color: #d94b4b;
  font-weight: 700;
}
.p-page-operation-subway .main-body .subway-info-example {
  margin-bottom: 35px;
}
.p-page-operation-subway .main-body .subway-info-example h2 {
  border: none;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 0;
}
.p-page-operation-subway .main-body .subway-info-example__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f6f6;
  border-radius: 8px;
  padding: 18px 23px;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info-example__content {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-page-operation-subway .main-body .subway-info-example__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info-example__icon {
    margin: 0;
  }
}
.p-page-operation-subway .main-body .subway-info-example__icon__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info-example__icon__img {
    width: 20px;
    text-align: center;
  }
}
.p-page-operation-subway .main-body .subway-info-example__icon__img--maru {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info-example__icon__img--maru {
    margin-bottom: 3px;
    margin-right: 10px;
  }
}
.p-page-operation-subway .main-body .subway-info-example__icon__img--sankaku {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info-example__icon__img--sankaku {
    margin-bottom: 8px;
    margin-right: 10px;
  }
}
.p-page-operation-subway .main-body .subway-info-example__icon__img--batsu {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .main-body .subway-info-example__icon__img--batsu {
    margin-right: 10px;
  }
}
.p-page-operation-subway .subway-language-content {
  display: none;
}
.p-page-operation-subway .subway-language-content.is-active {
  display: block;
}
.p-page-operation-subway .subway-dialog {
  border-radius: 10px;
  border: none;
}
.p-page-operation-subway .subway-dialog.is-active {
  display: block;
}
.p-page-operation-subway .subway-dialog::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.p-page-operation-subway .subway-dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.p-page-operation-subway .subway-dialog__inner {
  width: 800px;
  max-width: 100%;
  text-align: center;
  padding: 20px 40px;
}
.p-page-operation-subway .subway-dialog__inner > * {
  margin: 0;
}
.p-page-operation-subway .subway-dialog__close {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #31413e;
  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;
}
.p-page-operation-subway .subway-dialog__close span::before, .p-page-operation-subway .subway-dialog__close span::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
}
.p-page-operation-subway .subway-dialog__close span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-page-operation-subway .subway-dialog__close span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -1px;
}
.p-page-operation-subway .subway-dialog__heading {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #dfe3e0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.p-page-operation-subway .subway-dialog__info {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .subway-dialog__info {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-page-operation-subway .subway-dialog__info--green {
  color: #009a78;
}
.p-page-operation-subway .subway-dialog__info--orange {
  color: #f56d43;
}
.p-page-operation-subway .subway-dialog__info--red {
  color: #d94b4b;
}
.p-page-operation-subway .button-wrap {
  border-top: 1px solid #Dfe3e0;
  padding: 30px 0;
}
.p-page-operation-subway .button-container {
  width: 388px;
  max-width: 100%;
  margin-inline: auto;
}
.p-page-operation-subway .button-x {
  margin-bottom: 25px;
}
.p-page-operation-subway .button-x a {
  letter-spacing: 0.05em;
  padding: 22px 30px;
  color: #31413E;
  text-decoration: none;
  display: block;
  border-radius: 38px;
  text-align: center;
  border: 1px solid #dfe3e0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .button-x a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-page-operation-subway .button-x a::before {
  content: "";
  width: 25px;
  height: 26px;
  left: 33px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../../img/common/icon_x-gray.svg);
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .button-x a::before {
    left: 20px;
  }
}
.p-page-operation-subway .button-x a::after {
  width: 17px;
  height: 17px;
  right: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../../img/common/icon_external-gray.svg);
}
@media screen and (max-width: 767px) {
  .p-page-operation-subway .button-x a::after {
    right: 20px;
    width: 14px;
    height: 14px;
  }
}

body.is-modal {
  overflow: hidden;
}