@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*=============================================================
 pc style
=============================================================*/
#access article.contents figura {
  display: block;
  position: relative;
}

#access article.contents h3 {
  position: relative;
  margin-bottom: 80rem;
  padding-bottom: 90rem;
  text-align: center;
  line-height: 1.7;
  font-weight: normal;
  font-size: 24rem;
  color: #547BA8;
}

#access article.contents h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 5rem);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #547BA8;
}

#access article.contents .sections {
  margin: auto;
  max-width: 1124rem;
}

#access article.contents .sections > header {
  position: relative;
  padding-bottom: 120rem;
  text-align: center;
  z-index: 2;
}

#access article.contents .sections > header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - .5rem);
  width: 1rem;
  height: 80rem;
  background: #547BA8;
}

#access article.contents .sections > header h4 {
  padding-bottom: 30rem;
  line-height: 1.7;
  font-weight: normal;
  font-size: 22rem;
}

#access article.contents .sections > header .lead {
  line-height: 1.9;
  font-size: 16rem;
}

#access article.contents .section01 {
  padding-bottom: 90rem;
}

#access article.contents .section01 > header {
  margin-bottom: -40rem;
}

#access article.contents .section01 .stations {
  display: flex;
  gap: 0 40rem;
  position: relative;
  padding-bottom: 80rem;
  z-index: 1;
}

#access article.contents .section01 .stations:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 430rem;
  background: #EAF1FF;
  z-index: -1;
}

#access article.contents .section01 .stations .image {
  margin-bottom: 12rem;
}

#access article.contents .section01 .stations .image .name {
  position: absolute;
  bottom: 25rem;
  left: 32rem;
  font-size: 24rem;
  color: #fff;
}

#access article.contents .section01 .stations .text {
  line-height: 3;
  font-size: 11rem;
}

#access article.contents .section01 .map .image {
  padding-bottom: 20rem;
  max-width: 800px;
  margin: auto;
}

#access article.contents .section01 .start-time {
  max-width: 720px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-evenly;
}

#access article.contents .section02 {
  position: relative;
  padding: 170rem 0 80rem;
  z-index: 1;
}

#access article.contents .section02:before {
  content: '';
  display: block;
  position: absolute;
  top: 85rem;
  left: calc(50% - 5rem);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #547BA8;
}

#access article.contents .section02:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: #EAF1FF;
  z-index: -1;
}

#access article.contents .section02 > header {
  margin-bottom: 60rem;
}

#access article.contents .section02 .simulationName {
  display: block;
  padding-bottom: 10rem;
  line-height: 1;
  text-align: center;
  font-size: 18rem;
}

#access article.contents .section02 .trainSimulation {
  display: flex;
  gap: 0 46rem;
  padding-bottom: 60rem;
}

#access article.contents .section02 .trainSimulation .simulations {
  width: 48%;
}

#access article.contents .section02 .taxiSimulation {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60rem;
}

#access article.contents .section02 .taxiSimulation .simulationName {
  flex: 0 0 100%;
  padding-bottom: 20rem;
}

#access article.contents .section02 .taxiSimulation .stations {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  background: #F7F9FF;
}

#access article.contents .section02 .taxiSimulation .stations li {
  box-sizing: border-box;
  flex: 0 0 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 27rem;
}

#access article.contents .section02 .taxiSimulation .stations li:nth-child(2) {
  background: #DFE7F5;
}

#access article.contents .section02 .taxiSimulation .stations .destination {
  padding-bottom: 10rem;
  line-height: 1;
  font-size: 19rem;
}

#access article.contents .section02 .taxiSimulation .stations .fee {
  display: flex;
  align-items: center;
  gap: 0 8rem;
  padding-left: 8rem;
  line-height: 1;
  font-size: 14rem;
}

#access article.contents .section02 .taxiSimulation .stations .fee:before {
  content: '';
  display: block;
  position: relative;
  width: 27rem;
  height: 27rem;
  background: url(../images/access/icon-en.svg) no-repeat center center;
  background-size: 100% 100%;
}

#access article.contents .section02 .taxiSimulation .image {
  flex: 0 0 50%;
}

#access article.contents .section02 .bus {
  display: flex;
  background: #547BA8;
}

#access article.contents .section02 .bus .image {
  flex: 0 0 50%;
}

#access article.contents .section02 .bus .textArea {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 45rem 0 0 80rem;
  color: #fff;
}

#access article.contents .section02 .bus .textArea .catch {
  padding-bottom: 12rem;
  line-height: 1.3;
  font-size: 16rem;
}

#access article.contents .section02 .bus .textArea .lead {
  padding: 0 0 30rem;
  line-height: 1.7;
  font-size: 14rem;
}

#access article.contents .section02 .bus .textArea .busStops li {
  box-sizing: border-box;
  padding: 10rem 10rem;
  width: 440rem;
  text-align: center;
  line-height: 1.4;
  font-size: 14rem;
  color: #2C343B;
  background: #fff;
}

#access article.contents .section02 .bus .textArea .busStops li:not(:last-child) {
  margin-bottom: 8rem;
}

/*=============================================================
 sp style
=============================================================*/
@media (max-width: 768px) {
  #access article.contents {
    overflow: hidden;
  }
  #access article.contents h3 {
    margin: 0 auto 40rem;
    padding-bottom: 50rem;
    width: 94%;
    text-align: left;
    font-size: 22rem;
  }
  #access article.contents h3:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 5rem);
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: #547BA8;
  }
  #access article.contents .sections {
    max-width: none;
  }
  #access article.contents .sections > header {
    text-align: left;
  }
  #access article.contents .sections > header br {
    display: none;
  }
  #access article.contents .section01 {
    padding-bottom: 40rem;
  }
  #access article.contents .section01 .stations {
    flex-direction: column;
    gap: 20rem 0;
    padding: 40rem 0;
    margin-bottom: 40rem;
  }
  #access article.contents .section01 .stations:after {
    bottom: 0;
    height: auto;
  }
  #access article.contents .section01 .stations .image {
    margin-bottom: 8rem;
  }
  #access article.contents .section01 .stations .image .name {
    bottom: 13rem;
    left: 25rem;
  }
  #access article.contents .section01 .stations .text {
    padding: 0 10rem;
  }
  #access article.contents .section01 .map .image {
    padding-bottom: 20rem;
  }
  #access article.contents .section01 .start-time {
    display: block;
    margin: 0 auto;
  }
  #access article.contents .section01 .start-time .img01 {
    margin-bottom: 10px;
  }
  #access article.contents .section02 {
    padding: 90rem 0 40rem;
  }
  #access article.contents .section02:before {
    top: 40rem;
  }
  #access article.contents .section02 > header {
    margin-bottom: 40rem;
  }
  #access article.contents .section02 .trainSimulation {
    flex-direction: column;
    gap: 24rem 0;
    padding-bottom: 40rem;
  }
  #access article.contents .section02 .taxiSimulation {
    display: block;
    padding-bottom: 40rem;
  }
  #access article.contents .section02 .taxiSimulation .simulationName {
    padding-bottom: 15rem;
  }
  #access article.contents .section02 .taxiSimulation .stations {
    display: block;
  }
  #access article.contents .section02 .taxiSimulation .stations li {
    display: block;
    padding: 15rem 15rem;
  }
  #access article.contents .section02 .taxiSimulation .stations .destination {
    padding-bottom: 8rem;
    line-height: 1.5;
    font-size: 16rem;
  }
  #access article.contents .section02 .taxiSimulation .stations .fee {
    display: flex;
    align-items: center;
    gap: 0 8rem;
    line-height: 1.4;
    font-size: 14rem;
  }
  #access article.contents .section02 .taxiSimulation .stations .fee:before {
    content: '';
    display: block;
    position: relative;
    width: 27rem;
    height: 27rem;
    background: url(../images/access/icon-en.svg) no-repeat center center;
    background-size: 100% 100%;
  }
  #access article.contents .section02 .bus {
    display: block;
    padding-bottom: 24rem;
  }
  #access article.contents .section02 .bus .textArea {
    padding: 24rem 20rem 0;
  }
  #access article.contents .section02 .bus .textArea .busStops li {
    padding: 8rem 8rem;
    width: auto;
    text-align: left;
  }
}

/*# sourceMappingURL=access.css.map */
