<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainImg img {
  margin: 0 auto;
}

.fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#route{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top:-47px;
	flex-flow: row-reverse wrap;
}

#route .rootLine{
	margin-top:70px;
}

.triangle {
  text-align: center;
}

.inner100per {
  text-align: center;
}

.trainTimes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inner100per .rootBox img {
  margin-left: auto;
  margin-right: auto;
}

.inner100per .rootBox .container {
  padding: 20px 20px 10px;
}

.inner100per .rootBox .yellowBox {
  border: 3px solid #FEEBC8;
}

.inner100per .rootBox .orangeBox {
  border: 3px solid #FCDFCB;
}

.bus img{
  width: 960px;
}

.car .carTitle img {
  margin: 60px auto;
}

.car .carRoot img {
  margin: 0 auto;
}

.blueBox {
  background: url("../../images/access/01/access01_img21.png") center 0 repeat;
  background-size: cover;
}

.blueBox h3 {
  padding-top: 45px;
}

.blueBox h3 .pc {
  margin: 0 auto;
}

.blueBox .caption {
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .train {
    width: 95% !important;
  }
  .train .fbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .inner100per {
    width: 100% !important;
  }
  .inner100per .trainTitle img {
    margin: 0 auto;
  }
  .inner100per .trainText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    text-align: left;
  }
  .inner100per .trainText img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .inner100per .rootBox {
    position: static;
  }
  .inner100per .rootBox .trainTimes {
    margin-top: 20px;
  }
  .inner100per .rootBox .trainTimes img {
    width: 95%;
  }
  .inner100per .rootBox .trainTimes .leftBox img {
    margin-left: 0;
  }
  .inner100per .rootBox .trainTimes .rightBox img {
    margin-right: 0;
  }
  .inner100per .rootBox .fbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .inner100per .rootBox .fbox .fblock .container {
    margin-top: 6px;
  }
  .inner100per .rootLine {
    margin-left: 0;
  }
  .inner100per .rootLine img {
    margin: 0 auto;
  }
  .inner100per .blueBox {
    position: relative;
  }
  .inner100per .blueBox h3{
    padding-top: 16px;
  }
  .inner100per .blueBox h3 p {
    position: absolute;
    text-align: left;
    left: 50%;
    top: 18vw;
    width: 85%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .inner100per .blueBox .fbox {
    display: none;
  }
  .inner100per .blueBox .caption {
    margin-left: 20px;
    margin-right: 20px;
  }
  .inner100per .bus p {
    position: relative;
  }
  .inner100per .bus p img {
    margin: 0 auto;
  }
  .inner100per .bus .txt {
    position: absolute;
    top: 23vw;
    left: 0;
    width: 65%;
    text-align: left;
  }
  .inner100per .bus .limousineBus .sp {
    margin-bottom: 20px;
  }
	.inner100per .car{
		margin-top:55px;
	}
  .inner100per .car .carTitle{
    text-align: left;
  }
  .inner100per .car .carTitle img {
    margin-bottom: 40px;
  }
  .inner100per .car .carRoot .fbox {
    display: none;
  }
  .inner100per .car .carRoot .carTimes .pb{
    padding-bottom: 35px;
  }
	
	#route{
		justify-content: center;
		margin-top:45px;
	}

	#route .rootLine{
		margin-top:0;
	}
	
	#route .rootBox{
		margin-top:45px;
	}
}
/*# sourceMappingURL=access01.css.map */</pre></body></html>