/* fv */
body.access section#fv .txt {
}
body.access section#fv .annotation {
  color: var(--maincolor);
}

/* train */
body.access section#train {

}
body.access section#train .bg {
  background-image: url(../img/access/bg1.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

body.access section#train .copy {
  position: relative;
  padding: 6rem 0;
  color: var(--bodycolor);
}
body.access section#train .copy::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .2);
}
body.access section#train .copy .title {
  font-family: "mpd", serif;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
}
body.access section#train .copy .hcopy {
  padding-top: 2.5rem;
}
body.access section#train .copy .bcopy {
  padding-top: 2rem;
}

body.access section#train .station {
  padding-top: .5%;
  background-color: var(--themecolor3);
}
body.access section#train .station picture {
  display: block;
  margin: auto;
}
body.access section#train .station img {
  display: block;
  width: 100%;
}

body.access section#train .trainMap {
  margin: auto;
  padding: 4rem 0;
  width: fit-content;
}
body.access section#train .trainMap .title {
  font-size: 1.6rem;
  color: #ae934d;
}

body.access section#train .fromto {
  padding: 4rem 0;
  background-image: url(../img/access/bg5.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.access section#train .fromto ul {
  display: flex;
  gap: 30px;
  margin: auto;
  width: fit-content;
}
body.access section#train .fromto ul li {
  list-style: none;
}
body.access section#train .fromto ul li .title {
  margin-bottom: 2em;
  font-size: .95rem;
  line-height: 2.5rem;
  border-top: var(--maincolor) solid 1px;
  border-bottom: var(--maincolor) solid 1px;
}
body.access section#train .fromto ul li .title span {
  font-size: 1.2rem;
  color: #dd6b47;
}
body.access section#train .fromto ul li > div {
  display: flex;
  gap: 30px;
}

body.access section#train .fromto .annotation {
  position: static;
  padding-top: 1em;
  text-align: right;
  color: var(--maincolor);
}

body.access section#train .lines {

}
body.access section#train .lines .devide {
  position: relative;
  padding: 3rem 0;
  background-image: url(../img/access/bg2.webp);
  background-position: center;
  background-size: cover;
}
body.access section#train .lines .devide h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "mpd", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--bodycolor);
}
body.access section#train .lines .devide .annotation {
  left: unset;
  right: 5px;
}

body.access section#train .simulation {
  margin: auto;
  padding: 4rem 0;
  max-width: 1000px;
}
body.access section#train .simulation .title {
  padding: 1rem 0;
  font-size: 1.5rem;
  color: var(--bodycolor);
  text-align: center;
  background-color: #9a7f38;
}

body.access section#train .simulation ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 2rem 0;
}
body.access section#train .simulation ul li {
  list-style: none;
}
body.access section#train .simulation ul li p {
  display: flex;
  align-items: center;
  font-size: .8rem;
  padding-bottom: 1rem;
}
body.access section#train .simulation ul li p span {
  font-size: 1rem;
}
body.access section#train .simulation ul li img {
  width: 100%;
}


/* taxis */
body.access section#taxis {
  padding-bottom: 4rem;
}
body.access section#taxis .devide {
  position: relative;
  padding: 3rem 0;
  background-image: url(../img/access/bg3.webp);
  background-position: center;
  background-size: cover;
}
body.access section#taxis .devide h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "mpd", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--bodycolor);
}
body.access section#taxis .devide h2 span {
  padding: 0 1rem;
  font-size: 1.5rem;
}
body.access section#taxis .devide .annotation {
  position: absolute;
  left: unset;
  right: 5px;
  color: var(--bodycolor)
}

body.access section#taxis .information {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: auto;
  padding: 4rem 0 0;
  max-width: 1000px;
}
body.access section#taxis .information .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  width: 25%;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--bodycolor);
  text-align: center;
  background-image: url(../img/access/bg4.webp);
  background-position: center;
  background-size: cover;
}
body.access section#taxis .information ul {
  display: flex;
  width: calc(75% - 10px);
}
body.access section#taxis .information ul li {
  list-style: none;
  padding: 1rem 0;
  width: 33.33%;
}
body.access section#taxis .information ul li img {
  padding: 0 1rem;
  width: 100%;
}
body.access section#taxis .information ul li:nth-child(-n+2) img {
  border-right: var(--subcolor) solid 1px;
}

body.access section#taxis .annotation {
  position: static;
  margin: 1em auto 0;
  max-width: 1000px;
  line-height: 1.2em;
  color: var(--maincolor);
}




@media all and (min-width: 769px) and (max-width: 1000px) {


}




@media all and (max-width: 768px) {

  /* train */
  body.access section#train .lines .devide {
    position: relative;
    padding: 3rem 0 2rem;
  }
  body.access section#train .lines .devide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
  }
  body.access section#train .lines .devide h2 {
    flex-direction: column;
    gap: 20px;
  }

  body.access section#train .copy {
    padding: 2rem 0;
  }
  body.access section#train .copy .title {
    padding-top: 2rem;
    font-size: 2rem;
  }
  body.access section#train .copy .hcopy {
  }
  body.access section#train .copy .bcopy {
    padding-top: 1.3rem;
  }

  body.access section#train .trainMap {
    padding: 2rem 0;
  }
  body.access section#train .trainMap figure {
    margin-top: 1rem;
    padding: 1rem;
    /* overflow-x: scroll; */
  }
  body.access section#train .trainMap figure img {
    display: block;
    width: 110%;
    margin-left: -5%;
  }

  body.access section#train .fromto {
    padding: 2rem 0;
  }
  body.access section#train .fromto ul {
    flex-direction: column;
    width: 100%;
  }
  body.access section#train .fromto ul li img {
    padding: 0 5%;
    width: 100%;
  }

  body.access section#train .fromto ul li div {
    flex-direction: column;
  }
  body.access section#train .fromto .annotation {
    padding-top: 2rem;
    line-height: 1rem;
    text-align: justify;
  }

  body.access section#train .simulation {
    padding: 1rem 0 0;
  }

  body.access section#train .simulation ul li p {
    flex-direction: column;
  }
  body.access section#train .simulation ul li figure {
    padding-bottom: 1rem;
    /* overflow-x: scroll; */
  }
  body.access section#train .simulation ul li figure img {
    width: 100%;
  }
  

  /* taxis */
  body.access section#taxis {
    padding-bottom: 2rem;
  }
  body.access section#taxis .devide {
    position: relative;
    padding: 3rem 0 2rem;
  }
  body.access section#taxis .devide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
  }
  body.access section#taxis .devide h2 {
    flex-wrap: wrap;
    gap: 20px;
  }

  body.access section#taxis .information {
    flex-direction: column;
    padding: 1rem 0 0;
  }
  body.access section#taxis .information .title {
    flex-direction: row;
    width: 100%;
    padding: 1rem 0;
  }

  body.access section#taxis .information ul {
    width: 108%;
    margin-left: -4%;
  }


}


