@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-access-train__spot {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-access-train__spot {
    grid-template-columns: 1fr;
  }
}
.p-access-train__spot__cap {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.p-access-train__spot__cap em {
  font-size: 1.5em;
}
.p-access-train__rosenzu {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-access-train__rosenzu {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .p-access-train__rosenzu__img {
    width: 150vw;
    height: auto;
  }
}
.p-access-train__lineInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-access-train__lineInfo {
    gap: 1rem;
  }
}
.p-access-train__lineInfo--simu__detail {
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 767px) {
  .p-access-train__lineInfo--simu__detail {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-access-train__lineInfo__ttl {
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-access-train__lineInfo__ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access-train__lineInfo__ttl {
    font-size: 1.6rem;
  }
}
.p-access-train__lineInfo__ttl span {
  color: #597d7d;
}
.p-access-train__lineInfo__ttl:after {
  content: "";
  height: 1px;
  display: block;
  flex-grow: 1;
  background-color: #597d7d;
}
.p-access-train__lineInfo__detail {
  width: calc(33.3333333333% - 2rem);
}
@media only screen and (max-width: 767px) {
  .p-access-train__lineInfo__detail {
    width: 100%;
  }
}
.p-access-train__lineInfo__detail .detail-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: min(2.4rem, 3vw);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-access-train__lineInfo__detail .detail-wrap {
    font-size: 2.4rem;
  }
}
.p-access-train__lineInfo__detail .detail-wrap em {
  font-size: 1.5em;
  line-height: 1;
  color: #866a25;
}
.p-access-train__lineInfo__detail .detail-wrap .sta,
.p-access-train__lineInfo__detail .detail-wrap .time {
  background-color: #fff;
}
.p-access-train__lineInfo__detail .detail-wrap .sta {
  padding-right: 1rem;
}
.p-access-train__lineInfo__detail .detail-wrap .time {
  padding-left: 1rem;
}
.p-access-train__lineInfo__detail .detail-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  height: 10px;
  background: radial-gradient(circle farthest-side, gray, gray 30%, transparent 30%, transparent);
  background-size: 10px 10px;
  z-index: -1;
}
.p-access-train__lineInfo__cap01 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-access-train__lineInfo__cap01 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access-train__lineInfo__cap01 {
    font-size: 1rem;
  }
}
.p-access-train__lineInfo__cap02 {
  font-size: 16px;
  font-size: 1.6rem;
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-access-train__lineInfo__cap02 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access-train__lineInfo__cap02 {
    font-size: 1.6rem;
  }
}
.p-access-train__dentoFeature {
  background-color: #f3f2ee;
  padding: 5rem 0;
}
.p-access-train__dentoFeature__inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
}
.p-access-train__dentoFeature__ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-access-train__dentoFeature__ttl {
    display: block;
    font-size: 2rem;
  }
}
.p-access-train__dentoFeature__ttl img {
  height: 2.4rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-access-train__dentoFeature__ttl img {
    height: 2rem;
    margin-right: 0.5rem;
  }
}
.p-access-train__dentoFeature__ttl em {
  font-size: 1.5em;
  color: #c8161d;
}
.p-access-train__dentoFeature__catch {
  font-size: 2rem;
  text-align: center;
}
.p-access-train__dentoFeature__lead {
  text-align: 1.6rem;
  text-align: center;
}
.p-access-train__dentoFeature__atten {
  background-color: rgba(189, 157, 36, 0.2);
  padding: 1rem;
  text-align: center;
  font-size: 3rem;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-access-train__dentoFeature__atten {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access-train__dentoFeature__atten {
    font-size: 2.4rem;
  }
}
.p-access-train__dentoFeature__atten span {
  font-size: 1.8em;
}
.p-access-train__dentoFeature__atten em {
  color: #c8161d;
}
.p-access-train__dentoSchedule {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-access-train__dentoSchedule {
    grid-template-columns: 1fr;
  }
}
.p-access-train__dentoSchedule__time {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-access-train__dentoSchedule__time .timeSchedule {
    overflow-x: scroll;
  }
  .p-access-train__dentoSchedule__time .timeSchedule figure {
    width: 200vw;
    height: auto;
  }
}
.p-access-train__dentoSchedule__time .cap {
  font-size: 1.2rem;
  text-align: right;
}
.p-access-train__dentoSchedule__time .cap .red {
  color: #c8161d;
}
.p-access-train__dentoSchedule__time .cap .green {
  color: #147e5a;
}

.p-access-romancecar__wrap {
  border: 1px solid #514f4e;
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-access-romancecar__wrap {
    padding: 2rem;
  }
}
.p-access-romancecar__detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-access-romancecar__detail {
    grid-template-columns: 1fr;
  }
}
.p-access-romancecar__detail__ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-access-romancecar__detail__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access-romancecar__detail__ttl {
    font-size: 1.8rem;
  }
}
.p-access-romancecar__schedule {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .p-access-romancecar__schedule {
    grid-template-columns: 1fr;
  }
}
.p-access-romancecar__schedule__item {
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .p-access-romancecar__schedule__item {
    padding: 2rem 0;
  }
}
.p-access-romancecar__schedule__item:nth-child(2) {
  border-left: 1px dotted #514f4e;
}
@media only screen and (max-width: 767px) {
  .p-access-romancecar__schedule__item:nth-child(2) {
    border-left: none;
    border-top: 1px dotted #514f4e;
  }
}
.p-access-romancecar__cap {
  font-size: 1.1rem;
  padding: 1rem;
}

.p-access-car__icimg {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-access-car__icimg {
    overflow-x: scroll;
  }
  .p-access-car__icimg img {
    max-width: 150vw;
    height: auto;
  }
  .p-access-car__icimg figcaption {
    width: 150vw;
  }
}
.p-access-car__spot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-access-car__spot {
    flex-direction: column;
  }
}
.p-access-car__spot__ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  line-height: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-access-car__spot__ttl {
    display: block;
    font-size: 1.8rem;
  }
  .p-access-car__spot__ttl span {
    font-size: 0.7em;
  }
}
.p-access-car__spot__ttl em {
  font-size: 1.2em;
}
.p-access-car__spot__ttl:after {
  content: "";
  height: 1px;
  display: block;
  background-color: #514f4e;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .p-access-car__spot__ttl:after {
    margin-top: 1rem;
  }
}
.p-access-car__spot__item {
  width: calc(33.3333333333% - 2rem);
  text-align: center;
  font-size: 3rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-access-car__spot__item {
    font-size: 2.4rem;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-access-car__spot__item em {
  font-size: 1.6em;
  color: #ac8900;
}
.p-access-car__spot__item .ic_name {
  border-bottom: 1px solid #d0c8c5;
}
/*# sourceMappingURL=../../map/access/style.css.map */