@charset "UTF-8";

/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須
 */
#adtag {
  opacity: 0;
}

main {
  font-family: "RyuminPro", serif;
  /* background-color: #0e3521;
  color: #fff; */
}

main img {
  max-width: 100%;
}

.train {
  background: #eaede7;
  padding-top: 139px;
}

.train h2 {
  font-size: 35px;
  border-top: #595757 1.3px solid;
  position: relative;
  padding-top: 10px;
}

h2::before {
  content: "";
  border: #595757 3px solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
}

h2 span {
  font-size: 17px;
  margin-left: 34px;
}

h3 {
  font-size: 35px;
}

.train p.subtitle {
  font-size: 28px;
  margin-top: 74px;
}

.kyodo p.subtitle {
  font-size: 28px;
  margin-top: 31px;
  margin-bottom: 87px;
}

.traffic p.subtitle {
  font-size: 28px;
  padding-top: 116px;
  margin-bottom: 87px;
}

.station {
  background: #eaede7;
  padding-top: 40px;
}

.train p.lead-text {
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 40px;
}

.station p.lead-text {
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 40px;
}

.station p.lead-text::after {
  content: "";
  display: block;
  border-bottom: #595757 1px solid;
}

.traffic p.lead-text {
  font-size: 20px;
  line-height: 2;
  margin-top: 32px;
  margin-bottom: 40px;
}

.station-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding-bottom: 110px;
  margin-top: 45px;
}

.station-header {
  display: flex;
  align-items: center;
}

.station-header .name {
  white-space: nowrap;
  font-size: clamp(18px, 3vw, 30px);
}

.station-header .line {
  flex-grow: 1;
  height: 2px;
  background: repeating-linear-gradient(to right,
      #595757 0,
      #595757 5px,
      transparent 10px);
  margin: 0 15px;
}

.station-header .time {
  white-space: nowrap;
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: normal;
  letter-spacing: 2px;
}

.time .minute {
  font-size: 35px;
}

.station-item .detail {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 12px;
}

.kyodo {
  background: #eaede7;
  padding-top: 122px;
  padding-bottom: 147px;
}

.kyodo .box {
  border: #000 solid 1px;
  border-radius: 10px;
  padding: 6px 12px;
  width: 260px;
  font-size: 24px;
  text-align: center;
}

.traffic {
  background-color: #eaede7;
  background-image: url('../images/access/traffic_bg.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  min-height: 1148px;
}

.traffic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  row-gap: 20px;
  margin-top: 100px;
}

.traffic-item {
  text-align: center;
}

.traffic-item img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.traffic-header {
  background: #595757;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.traffic-background {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  padding: 12px;
}

.traffic-inter {
  font-size: 33px;
  margin-top: 28px;
}

.traffic-time {
  font-size: 20px;
}

.traffic-minute {
  font-size: 40px;
}

.page-annotation {
  font-family: "Noto Sans JP", sans-serif;
}

.main-visual {
  position: relative;
  line-height: 0;
  border: none;
}

.main-visual .annotation {
  bottom: -12px;
}

.train sup {
  font-size: 10px;
  /* vertical-align: text-top; */
}

.page-annotation {
  padding: 60px 0 55px;
  /* background-color: #fff; */
}

@media screen and (max-width: 768px) {
  .train {
    background: #eaede7;
    padding-top: 139px;
  }

  .train h2 {
    font-size: 19px;
    border-top: #595757 1.3px solid;
    position: relative;
    padding-top: 10px;
  }

  h2::before {
    content: "";
    border: #595757 3px solid;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
  }

  h2 span {
    font-size: 14px;
    margin-left: 16px;
  }

  h3 {
    font-size: 24px;
  }

  .train p.subtitle {
    font-size: 19px;
    margin-top: 26px;
  }

  .train p.lead-text {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 40px;
  }

  .kyodo p.subtitle {
    font-size: 19px;
    margin-top: 32px;
    margin-bottom: 40px;
  }

  .traffic p.subtitle {
    font-size: 19px;
    padding-top: 32px;
    margin-bottom: 40px;
  }

  .station p.lead-text {
    font-size: 20px;
  }

  .station-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    column-gap: 0;
    padding-bottom: 40px;
    margin-top: 20px;
  }

  .station-header .name {
    white-space: nowrap;
    font-size: 24px;
  }

  .station-header .line {
    flex-grow: 1;
    height: 2px;
    background: repeating-linear-gradient(to right,
        #595757 0,
        #595757 3px,
        transparent 8px);
    margin: 0 8px;
  }

  .station-header .time {
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
  }

  .time .minute {
    font-size: 24px;
  }

  .station-item .detail {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 12px;
  }

  .kyodo {
    background: #eaede7;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .kyodo .box {
  padding: 3px 6px;
  width: 160px;
  font-size: 16px;
}

  .traffic-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    margin-top: 40px;
  }

  .traffic-item img {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .traffic-header {
    font-size: 14px;
    padding: 8px 0;
  }

  .traffic-background {
    padding: 6px;
  }

  .traffic-inter {
    font-size: 24px;
    margin-top: 16px;
  }

  .traffic-time {
    font-size: 16px;
  }

  .traffic-minute {
    font-size: 24px;
  }

  .image .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .image .swipe-img img {
    max-width: inherit;
    width: 200%;
  }

  .swipe {
    display: block;
    text-align: center;
  }

  .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }
}

/*# sourceMappingURL=access.css.map */