<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
/* featured selection mt-fuji */
body {
  background: #fff;
  font-family: 'Amiko', sans-serif;
  -webkit-touch-callout: default;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.wrapper {
  color: #333;
}
.wrapper a {
  color: #333;
}
ul {
  list-style: none;
  padding: 0;
}
h1 {
  margin: 0;
}
.no-gutter &gt; [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.container-fluid.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
[class*='col-'].no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.icon {
  display: inline-block;
}
*:first-child + html body .icon {
  display: inline;
  zoom: 1;
}
.icon-arw {
  width: 12px;
  height: 18px;
  margin-top: -9px;
  background: url(../images/symbol_arw_right.png) 0 0 no-repeat;
}
.icon-arw-small {
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/symbol_arw_right_small2.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .icon-arw-small {
    width: 10px;
    height: 15px;
    margin-top: -8px;
    background: url(../images/symbol_arw_right_small.png) 0 0 no-repeat;
  }
}
.icon-arw-down {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../images/symbol_arw_down.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .icon-arw-down {
    width: 17px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_symbol_arw_down.png) 0 0 no-repeat;
  }
}
.icon-arw-up {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(../images/symbol_arw_up.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .icon-arw-up {
    width: 17px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_symbol_arw_up.png) 0 0 no-repeat;
  }
}
.icon-box {
  width: 21px;
  height: 17px;
  margin-top: -9px;
  background: url(../images/symbol_box.png) 0 0 no-repeat;
}
.icon-outer-small {
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/icon_outer_small.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .icon-outer-small {
    width: 13px;
    height: 11px;
    margin-top: -6px;
    background: url(../images/sm_icon_outer_small.png) 0 0 no-repeat;
  }
}
.icon-outer-mid {
  width: 16px;
  height: 13px;
  margin-top: -7px;
  background: url(../images/icon_outer_mid.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .icon-outer-mid {
    width: 21px;
    height: 17px;
    margin-top: -9px;
    background: url(../images/sm_icon_outer_mid.png) 0 0 no-repeat;
  }
}
.header__langList {
  position: relative;
  height: 20px;
}
@media screen and (min-width: 480px) {
  .header__langList {
    height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .header__langList {
    height: 17px;
  }
}
.langList {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 80px;
  min-height: 22px;
  overflow: hidden;
  font-size: 11px;
  margin-left: auto;
  background: #2287c8;
  color: #fff;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-transition: opacity height 0.1s linear;
  -moz-transition: opacity height 0.1s linear;
  transition: opacity height 0.1s linear;
  cursor: pointer;
}
.langList:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.langList.is-open:hover {
  opacity: 1;
  filter: none;
}
.langList ul {
  margin: 0;
}
.langList li {
  line-height: 2;
  display: none;
  height: 22px;
  text-align: center;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.langList li:hover {
  background: #3fa0de;
}
.langList li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.langList li.is-current {
  display: block;
}
.langList .iconContainer {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 0;
}
.langList .iconContainer .icon {
  vertical-align: top;
}
.langList li {
  text-indent: -12px;
}
@media screen and (min-width: 480px) {
  .langList {
    width: 159px;
    min-height: 35px;
    font-size: 20px;
  }
  .langList .iconContainer {
    right: 15px;
    top: 18px;
  }
  .langList li {
    height: 35px;
    text-indent: -15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .langList {
    width: 150px;
    min-height: 29px;
    font-size: 14px;
  }
  .langList .iconContainer {
    right: 16px;
    top: 14px;
  }
  .langList li {
    height: 29px;
    text-indent: -16px;
    line-height: 2;
  }
}
.titleLogo {
  position: relative;
  height: 40px;
}
.titleLogo:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}
.titleLogo img {
  min-width: 120px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  padding-right: 10px;
}
@media screen and (min-width: 480px) {
  .titleLogo {
    height: 56px;
  }
  .titleLogo img {
    margin-left: 0;
  }
}
.header__nav {
  height: 40px;
}
@media screen and (min-width: 480px) {
  .header__nav {
    height: 56px;
  }
}
.header__nav ul {
  /*clear float by parent div tag*/
  zoom: 100%;
  display: block;
  position: relative;
  height: 100%;
  font-size: 0;
  text-align: right;
}
.header__nav ul:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.header__nav ul:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}
.header__nav li {
  position: relative;
  padding-left: 1px;
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  padding: 0;
  line-height: 1.1;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
*:first-child + html body .header__nav li {
  display: inline;
  zoom: 1;
}
.header__nav li [class*='icon-'] {
  margin-left: 2px;
}
@media screen and (min-width: 480px) {
  .header__nav li [class*='icon-'] {
    margin-left: 4px;
  }
}
.header__nav li span {
  display: inline-block;
  text-align: left;
}
.header__nav li br {
  line-height: 2px;
}
@media screen and (min-width: 480px) {
  .header__nav li {
    text-align: center;
  }
  .header__nav li.nav__long_1 {
    width: 60%;
  }
  .header__nav li.nav__long_2 {
    width: 40%;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px) {
  .header__nav li {
    font-size: 15px;
  }
}
@media screen and (min-width: 701px) and (max-width: 767px) {
  .header__nav li {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav li {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav li {
    width: 14.68189233%;
  }
  .header__nav li.nav__long_1 {
    width: 28.54812398%;
  }
  .header__nav li.nav__long_2 {
    width: 19.57585644%;
  }
}
.header__nav li a {
  position: relative;
  display: block;
}
.header__nav li a:hover {
  text-decoration: none;
}
.header__nav li a:after {
  content: "";
  display: block;
  background: #444;
  margin-top: 3px;
  margin-right: 1px;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media screen and (min-width: 480px) {
  .header__nav li a:after {
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav li a:after {
    margin-top: 6px;
  }
}
.header__nav li a:hover:after {
  background: #2287c8;
}
.promoArea li img {
  width: 100%;
  height: auto;
}
.promoArea {
  max-width: 960px;
  margin: 0 auto;
  padding: 6px 0 0 0;
}
@media screen and (min-width: 480px) {
  .promoArea {
    padding: 11px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .promoArea {
    padding: 13px 0 0 0;
  }
}
.slider {
  position: relative;
  z-index: 1;
  width: 100%;
}
.slider__content__spacer {
  width: 100%;
  height: auto;
}
.slider__content__spacer img {
  display: block;
  width: 100%;
  height: auto;
}
.slider__content {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slider__content ul {
  height: 100%;
}
.slider__content li {
  position: absolute;
  top: 0;
  display: block;
  text-align: center;
  left: 0;
  width: 100%;
  height: auto;
}
.slider__content li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.slider__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 100%;
}
.slider__caption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.slider__caption p {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 1px #000;
  text-shadow: 0 0 2px #000,0 0 1px #000;
}
.snav {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.snav:active,
.snav:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (min-width: 480px) {
  .snav {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
.snav-left {
  left: 10px;
  background: url(../images/btn_slide_left.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) {
  .snav-left {
    left: 30px;
    background: url(../images/btn_slide_left.png) 0 0 no-repeat;
  }
}
.snav-right {
  right: 10px;
  background: url(../images/btn_slide_right.png) 0 0 no-repeat;
}
@media screen and (min-width: 480px) {
  .snav-right {
    right: 30px;
    background: url(../images/btn_slide_right.png) 0 0 no-repeat;
  }
}
.pnav {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 10px;
  height: 50px;
  /*@media screen and (min-width:600px){*/
}
.pnav ul {
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.pnav li {
  position: relative;
  display: inline-block;
  margin: 0 9px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.pnav li:active,
.pnav li:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.pnav li:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  border: 3px solid #ec5658;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pnav li.is-current {
  cursor: default;
}
.pnav li.is-current:hover {
  opacity: 1;
  filter: none;
}
.pnav li.is-current:after {
  opacity: 1;
  filter: none;
}
@media screen and (min-width: 960px) {
  .pnav {
    height: 36px;
    margin-left: 210px;
  }
  .pnav ul {
    text-align: right;
  }
  .pnav li {
    margin: 0 3px 0;
  }
}
.mainContent {
  width: 100%;
}
.access,
.sec-rh,
.sec-gr,
.sec-ea {
  font-family: 'Noto Sans', sans-serif;
}
@media screen and (min-width: 480px) {
  .sec-rh,
  .sec-gr,
  .sec-ea {
    padding: 0 10px;
  }
}
.sec-gr,
.sec-ea {
  margin: 0 auto 40px;
}
@media screen and (min-width: 480px) {
  .sec-gr,
  .sec-ea {
    margin: 0 auto 55px;
  }
}
.itemList {
  margin-top: 0;
  margin-bottom: 0;
}
.item__title {
  line-height: 1.41;
  font-size: 17px;
  font-weight: bold;
  margin-top: -2px;
  margin-bottom: 8px;
}
.item__desc {
  line-height: 1.42;
  font-size: 14px;
}
.item__txt {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .item__txt {
    margin-bottom: 0;
  }
}
.item__img img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  vertical-align: top;
}
.type1 .item__txt {
  margin-right: -10px;
}
@media screen and (min-width: 480px) {
  .type1 .item__txt {
    padding-bottom: 65px;
  }
  .type1 .btn {
    margin-top: -55px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .type1 .item__txt {
    padding-bottom: 90px;
  }
  .type1 .item__title {
    line-height: 1.38;
    font-size: 26px;
  }
  .type1 .item__desc {
    line-height: 1.62;
    font-size: 16px;
  }
  .type1 .btn-2 {
    margin-top: -80px;
    height: 70px;
    font-size: 24px;
  }
  .type1 .btn-2 span {
    padding-right: 36px;
  }
}
.type2 .item__desc {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .type2 .row {
    position: relative;
  }
  .type2 .item__txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    color: #fff;
    background: url(../images/type2_bg.png) 0 0 repeat;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
  }
  .type2 .item__txt:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .type2 .item__title {
    padding: 20px 50px 0 35px;
    line-height: 1.2;
    font-size: 26px;
  }
  .type2 .item__desc {
    padding: 0 50px 20px 35px;
    line-height: 1.62;
    font-size: 16px;
  }
  .type2 .btn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    background: none;
    box-shadow: none;
    font-size: 26px;
  }
  .type2 .btn a span {
    display: none;
  }
  .type2 .btn:hover {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .type2 .item__desc {
    min-height: 90px;
    margin-bottom: 10px;
  }
}
.type1 li {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (min-width: 480px) {
  .type1 li {
    margin-bottom: 23px;
  }
}
.type1 li a {
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.type1 li a:active,
.type1 li a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .type1 {
    margin-bottom: 23px;
  }
  .type1 li {
    margin-bottom: 0;
  }
  .type1 .img img {
    width: 100%;
    height: auto;
    transition: transform .1s linear;
  }
  .type1 a:hover .img img {
    transition: transform .2s linear;
    transform: scale(1.03);
  }
}
.type2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .type2 {
    margin-bottom: 23px;
  }
}
.type2 li {
  position: relative;
  margin-bottom: 5px;
  /*clear float by parent div tag*/
  zoom: 100%;
}
.type2 li &gt; div {
  width: 86.25%;
  margin-left: auto;
  margin-left: right;
  margin-bottom: 11px;
}
@media screen and (min-width: 480px) {
  .type2 li &gt; div {
    width: auto;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.type2 li:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.type2 li a {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.type2 li a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .type2 li a {
    display: table;
  }
}
.wrapper__bg1 {
  max-width: 960px;
  margin: 0 auto;
  background: #ebebeb;
}
.mc__bg2 {
  position: relative;
  z-index: 3;
  min-height: 195px;
  margin: 0 10px;
  margin-top: -5%;
  margin-bottom: 8%;
  padding: 10px 0 20px 0;
  background: #fff;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.mc__bg2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 189px;
  height: 27px;
  margin-top: -26px;
  background: url(../images/main_hd_bg_parts.png) 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 480px) {
  .mc__bg2 {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 27px;
    padding: 20px 0 20px 0;
  }
  .mc__bg2:before {
    width: 298px;
    height: 45px;
    margin-top: -43px;
  }
}
@media screen and (min-width: 768px) {
  .mc__bg2 {
    min-height: 175px;
  }
}
@media screen and (min-width: 960px) {
  .mc__bg2 {
    margin-left: 20px;
    margin-right: 20px;
    background-position: center 0;
  }
}
.mc__bg3 {
  background: #ebebeb url(../images/bg_gra1.png) 0 bottom repeat-x;
  padding-bottom: 10px;
}
.mc__bg4 {
  margin-bottom: 10px;
  padding-top: 25px;
  background: #ebebeb;
}
@media screen and (min-width: 480px) {
  .mc__bg4 {
    padding-top: 30px;
  }
}
.mc__title {
  margin: 0 24px;
  margin-top: 22px;
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 30px;
  font-family: 'Amiri', serif;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .mc__title {
    float: left;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-left: 34px;
    margin-right: 34px;
    font-size: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mc__title {
    margin-top: -24px;
    font-size: 47px;
    letter-spacing:-1.5px;
  }
}
.mc__desc {
  line-height: 1.33;
  margin: 0 24px;
  font-size: 12px;
  font-family: 'Amiri', serif;
}
.mc__desc p {
  display: block;
  margin-top: 0;
  white-space: normal;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 480px) {
  .mc__desc {
    clear: both;
    line-height: 1.37;
    margin-left: 34px;
    margin-right: 34px;
    font-size: 16px;
  }
}
.mc__hd {
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
  margin: 0 auto 26px;
  padding: 8px 3px 10px;
  color: #fff;
  background: #2287c8;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.mc__hd.mc__hd-small {
  font-size: 16px;
}
.mc__hd.mc__hd-bold {
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .mc__hd {
    line-height: 1.2;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 24px;
  }
  .mc__hd.mc__hd-small {
    font-size: 20px;
  }
  .mc__hd span {
    padding: 0 8px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .mc__hd {
    height: 130px;
    line-height: 1.1;
    font-size: 32px;
  }
  .mc__hd:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
  }
  .mc__hd span {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .mc__hd span {
    padding: 0 20px;
  }
}
.mc__hd2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .mc__hd2 {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    text-indent: 1px;
  }
}
@media screen and (min-width: 768px) {
  .mc__hd2 {
    font-size: 24px;
  }
}
.route {
  margin: 0 auto 18px;
  padding: 20px 5px 21px;
  border-top: 7px solid #2287c8;
  color: #333;
  background: #fff;
  width: 85.625%;
}
@media screen and (min-width: 480px) {
  .route {
    padding: 20px 5px 21px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .route {
    padding: 18px 3.64583333% 13px;
    border-top: 0;
    border-left: 3px solid #2287c8;
  }
}
.route__hd {
  text-align: center;
}
.route__hd span {
  display: block;
  line-height: 1.11;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .route__hd {
    display: inline-block;
    text-align: left;
  }
}
.route__time span {
  position: relative;
  top: -3px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 18px 20px 0;
  padding: 3px 10px;
  line-height: 1.66;
  background: #2287c8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .route__time span {
    margin: 25px 6px 12px;
  }
}
@media screen and (min-width: 768px) {
  .route__time {
    display: inline-block;
  }
  .route__time span {
    display: inline-block;
    margin: 0 0 0 12px;
    text-align: left;
  }
}
.route__diagram {
  display: block;
  margin: 12px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .route__diagram {
    float: right;
    padding: 0 17px 0 0;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .route__diagram {
    margin: 18px auto 0;
  }
}
.route__station {
  display: block;
  margin-left: auto;
  margin-right: 0;
  line-height: 1.25;
  font-size: 16px;
  font-weight: bold;
}
.route__line {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
  line-height: 2;
  font-size: 10px;
}
.route__line:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  margin: 6px 10px 6px 1px;
}
.route__line-train1:before {
  min-height: 41px;
  background: url(../images/sm_line_train1.png) 0 0 no-repeat;
}
.route__line-train2:before {
  min-height: 41px;
  background: url(../images/sm_line_train2.png) 0 0 no-repeat;
}
.route__line-bus1:before {
  min-height: 205px;
  background: url(../images/sm_line_bus.png) 0 0 no-repeat;
}
.route__line-bus2:before {
  min-height: 41px;
  background: url(../images/sm_line_bus.png) 0 0 no-repeat;
}
@media screen and (min-width: 768px) {
  .route__diagram {
    margin-left: 1.5625%;
    padding: 0;
    text-align: left;
    white-space: nowrap;
  }
  .route__station {
    display: inline-block;
    vertical-align: top;
  }
  .route__line {
    position: relative;
    bottom: -3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px 0px;
    text-align: center;
    overflow: visible;
    white-space: normal;
  }
  .route__line:before {
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 5px;
    margin: 0;
  }
  .route__line i {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -30px;
    width: 100px;
    margin-left: -50px;
    display: inline-block;
    white-space: nowrap;
  }
  .route__line-train1 {
    width: 41px;
  }
  .route__line-train1:before {
    min-width: 100%;
    background: url(../images/line_train1.png) 0 0 repeat-x;
  }
  .route__line-train2 {
    width: 41px;
  }
  .route__line-train2:before {
    min-width: 100%;
    background: url(../images/line_train2.png) 0 0 repeat-x;
  }
  .route__line-bus1 {
    width: 57%;
  }
  .route__line-bus1:before {
    min-width: 100%;
    background: url(../images/line_bus.png) 0 0 repeat-x;
  }
  .route__line-bus2 {
    width: 41px;
  }
  .route__line-bus2:before {
    min-width: 100%;
    background: url(../images/line_bus.png) 0 0 repeat-x;
  }
  .route__diagram-kanji .route__line {
    margin-left: 5px;
    margin-right: 5px;
  }
  .route__diagram-kanji .route__line-train1 {
    width: 16.25%;
  }
  .route__diagram-kanji .route__line-train2 {
    width: 16.25%;
  }
  .route__diagram-kanji .route__line-bus1 {
    width: 76.25%;
  }
  .route__diagram-kanji .route__line-bus2 {
    width: 16.25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .route__station {
    width: 100px;
    text-align: center;
    white-space: normal;
  }
  .route__diagram-kanji .route__station {
    width: auto;
  }
  .route__diagram-kanji .route__line-train1 {
    width: 12.5%;
  }
  .route__diagram-kanji .route__line-train2 {
    width: 12.5%;
  }
  .route__diagram-kanji .route__line-bus1 {
    width: 68.75%;
  }
  .route__diagram-kanji .route__line-bus2 {
    width: 12.5%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .routeContainer {
    display: flex;
  }
  .routeContainer &gt; div {
    display: flex;
    flex: 1;
    width: 1px;
  }
  .route {
    overflow: hidden;
    padding-top: 10px;
  }
  .route__hd {
    height: 60px;
    text-align: center;
  }
  .route__hd:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
  }
  .route__hd &gt; span {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    margin: 0 auto;
  }
  .route__time {
    height: 50px;
    text-align: center;
  }
  .route__time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin-left: -0.1em;
  }
  .route__time &gt; span {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    margin: 0 auto;
  }
}
.btn {
  font-family: 'Amiko', sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #707070;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn:hover {
  background: #444;
}
.btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}
.btn a:hover {
  text-decoration: none;
}
.btn a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.btn .btn__inner {
  display: inline-block;
  vertical-align: middle;
  padding: 0 22px 0 2px;
  text-align: center;
  white-space: normal;
}
.btn .icon {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1.3em;
}
.btn-1 {
  width: 100%;
  height: 55px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .btn-1 {
    height: 87px;
    font-size: 38px;
  }
  .btn-1 .btn__inner {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .btn-1 {
    max-width: 450px;
    height: 55px;
    font-size: 24px;
  }
}
.btn-2 {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  font-size: 16px;
}
.btn-2 .btn__inner {
  text-align: left;
}
footer {
  padding: 40px 0 100px;
}
@media screen and (min-width: 480px) {
  footer {
    padding: 10px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 20px 0 100px;
  }
}
.footer__logo {
  margin: 0 auto 10px;
  text-align: center;
}
.footer__credit {
  line-height: 2;
  font-size: 9px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .footer__credit {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer__credit {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .wrapper__inner {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .wrapper__inner {
    width: 960px;
    margin: 0 auto;
  }
}
</pre></body></html>