<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.localnavigation-reien ul li {
  margin-bottom: 0;
}

.localnavigation-reien ul li + li:nth-child(4) {
  border-left: 0;
}

.lower-page-container {
  margin-top: 160px;
}

.train-container {
  margin-top: 80px;
}

.link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto;
}

.link-list li {
  width: 50%;
  text-align: center;
  list-style: none;
}

.link-list li a {
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  position: relative;
}

.link-list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 7px;
  height: 12px;
  background: url("../images/reien/access/icon-arrow.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.use-image-box {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 30px;
}

.use-image-box .image-box {
  width: 46.93%;
  text-align: center;
}

.use-image-box .text-box {
  width: 46.93%;
  margin-top: 11px;
}

.use-image-box .text-box p {
  margin: 1em 0;
  line-height: 1.94;
}

.use-image-box .text-box p:first-child {
  margin-top: 3px;
}

.use-image-box .text-box p:last-child {
  margin-bottom: 0;
}

.use-image-box .text-box ul {
  padding: 0;
  list-style: none;
}

.use-image-box .text-box ul li {
  position: relative;
  margin-top: 46px;
}

.use-image-box .text-box ul li:first-child {
  margin-top: 0;
}

.use-image-box .text-box ul li a {
  /* text-decoration: underline; */
  border-bottom: 1px solid #666;
}

.use-image-box .text-box ul li dl dd {
  margin: 0;
  padding-left: 10px;
}

.how-to-box {
  margin-top: 40px;
  padding-left: 20px;
}

.how-to-box dl dt {
  letter-spacing: 0.075em;
  position: relative;
  margin-bottom: 5px;
  padding-left: 0;
  text-indent: -15px;
}

.how-to-box dl dd {
  margin: 0;
  line-height: 2.0;
  margin-bottom: 70px;
}

.how-to-box dl dd:last-child {
  margin-bottom: 0;
}

.how-to-box span {
  position: relative;
}

/* .how-to-box span:before {
  top: 50%;
  left: -15px;
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: url("../images/reien/access/icon-dot.png") no-repeat;
  transform: translateY(-50%);
  background-size: contain;
} */

.timetable-container {
  width: 900px;
  margin: 70px auto 0;
}

.timetable-container .table-title {
  text-align: center;
  margin: 0 auto 35px;
  padding: 0 5px 5px;
  width: 67.3%;
  border-bottom: 1px solid #284200;
}

.timetable-container .table-title.kanazawa {
  width: 50.55%;
}

.timetable-container .table-title p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  display: block;
  letter-spacing: 0.08em;
}

.timetable-container .timetable-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.timetable-container .timetable-box .weekday-block {
  width: 55.55%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.timetable-container .timetable-box .weekendday-block {
  width: 44.45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.timetable-container .timetable-box .weekendday-block ul li {
  border-left: 1px solid #e6e8e3;
  border-right: none;
}

.timetable-container .timetable-box .weekendday-block .hour-line {
  display: none;
}

.timetable-container .timetable-box .weekendday-block .minute-line {
  width: 100%;
}

.timetable-container .timetable-box .weekendday-block .minute-line li {
  border-left: 1px solid #fff;
}

.timetable-container .timetable-box .hour-line {
  width: 20%;
}

.timetable-container .timetable-box .hour-line ul.columnhead li {
  background: #e3e6e0;
  padding: 6px 0;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  border-left: none;
}

.timetable-container .timetable-box .hour-line ul.columnhead li:last-child {
  border-bottom: none;
}

.timetable-container .timetable-box .minute-line {
  width: 80%;
}

.timetable-container .timetable-box ul {
  padding: 0;
}

.timetable-container .timetable-box ul li {
  list-style: none;
  padding: 6px 0 6px 43px;
  border-bottom: 1px solid #e6e8e3;
  border-left: 1px solid #ffffff;
}

.timetable-container .timetable-box ul li:nth-child(odd) {
  background: #f4f4f4;
}

.timetable-container .timetable-box ul li:nth-child(even) {
  background: #ffffff;
}

.timetable-container .timetable-box ul li:first-child {
  text-align: center;
  padding-left: 0;
  background: #e3e6e0;
}

.timetable-container .timetable-box ul li:last-child {
  border-bottom: none;
}

.timetable-container span {
  height: 27px;
  display: inline-block;
  margin: 0 10px 0;
}

.googlemaps {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #ddd;
}

.googlemaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

span.list-symbol {
  position: relative;
}

span.list-symbol:before {
  top: 50%;
  left: -15px;
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: url("../images/reien/access/icon-dot.png") no-repeat;
  transform: translateY(-50%);
  background-size: contain;
}

.lower-page-container.currentlocation {
  margin-top: 180px;
}

.lower-page-container .lower-sub-container {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .timetable-box {
    border: 1px solid #e6e8e3;
  }
}

@media screen and (max-width: 767px) {
  .localnavigation-reien ul li + li + li:nth-child(4) {
    margin-bottom: 0;
  }
  .lower-page-container {
    margin-top: 70px;
  }
  .lower-page-container .lower-sub-container + .lower-sub-container {
    margin-top: 40px;
  }
  .lower-page-container h2.heading-box {
    margin-bottom: 0.75em;
  }
  .train-container {
    margin-top: 65px;
  }
  .link-list {
    margin: 40px auto;
    padding-inline-start: 20px;
  }
  .link-list li {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
  .link-list li:last-child {
    margin-bottom: 0;
  }
  .link-list li a {
    display: inline;
  }
  .localnavigation-reien ul li {
    margin-bottom: 30px;
  }
  .localnavigation-reien ul li:last-child {
    margin-bottom: 0;
  }
  .timetable-container {
    width: 100%;
    margin-top: 32px;
  }
  .timetable-container span {
    margin: 0 5px;
    height: 9px;
  }
  .timetable-container .table-title {
    border-bottom: 2px solid #284200;
    width: 267.875px;
    padding: 0 0 5px;
    margin: 0 auto 20px;
  }
  .timetable-container .table-title.kanazawa {
    width: 207.94px;
  }
  .timetable-container .table-title p {
    font-size: 1.142rem;
    line-height: 1.5;
    margin-bottom: 2px;
  }
  .timetable-container .table-title span {
    margin: 0 5px 0;
  }
  .timetable-container .timetable-box {
    margin-top: 20px;
    font-size: 0.64285rem;
  }
  .timetable-container .timetable-box ul li {
    padding-left: 10px;
  }
  .timetable-container .timetable-box .hour-line {
    background: #e3e6e0;
  }
  .timetable-container .timetable-box .minute-line {
    width: 80%;
  }
  .timetable-container .timetable-box .weekday-block {
    width: 100%;
    border: 1px solid #e6e8e3;
  }
  .timetable-container .timetable-box .weekday-block .hour-line ul li {
    background: #e3e6e0;
    padding: 6px 10px;
    text-align: center;
  }
  .timetable-container .timetable-box .weekday-block .hour-line ul li:first-child {
    border-top: none;
  }
  .timetable-container .timetable-box .weekendday-block {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #e6e8e3;
  }
  .timetable-container .timetable-box .weekendday-block .hour-line {
    display: block;
  }
  .timetable-container .timetable-box .weekendday-block .hour-line ul li {
    background: #e3e6e0;
    padding: 6px 10px;
    text-align: center;
  }
  .timetable-container .timetable-box .weekendday-block .minute-line {
    width: 80%;
  }
  .use-image-box {
    width: 100%;
    margin-top: 0;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .use-image-box .image-box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .use-image-box .text-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .use-image-box .text-box ul li {
    margin-top: 2.8em;
  }
  .use-image-box .text-box ul li dt {
    padding-left: 15px;
    text-indent: -15px;
  }
  .use-image-box img {
    width: 100%;
    height: auto;
  }
  .googlemaps {
    padding-bottom: 100%;
  }
  .how-to-box {
    margin-top: 2px;
    padding-left: 1em;
  }
  .how-to-box dl {
    margin: 0;
  }
  .how-to-box dl dt {
    text-indent: -1em;
    line-height: 1.7;
  }
  .how-to-box dl dd {
    margin-bottom: 2.7em;
    line-height: 1.7;
  }
}
</pre></body></html>