<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#access header .logo {
  padding: 0 20px;
  margin-top: -10px;
}
#access header .logo img {
  width: 100px;
}



/* MAIN VISUAL */
#access .MV {
  background-image: url("/images/access/mv-bg.jpg") ;
  height: 72vh;
}




.accessWraper {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
}
.accessWraper .train, .accessWraper .car {
  width: 50%;
  padding: 40px 0 40px 5%;
}
.accessWraper .car {
  border-left: solid 1px #CCC;
}
.accessWraper .train h3, .accessWraper .car h3 {
  line-height: 1.6;
  font-size: 1.2rem;
  letter-spacing: 0.4rem;
  font-weight: normal;
  padding-bottom: 20px;
}
  .en .accessWraper .train h3, .accessWraper .car h3 {
    letter-spacing: 1px;
  }

.accessPoint {
  line-height: 1.6;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  padding: 20px 0;
}
.accessTime {
  line-height: 1.6;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  padding: 20px 0 20px 30px;
  border-left: solid 1px #999;
  margin-left: 30px;
}
.accessInfo {
  line-height: 1.6;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  padding: 10px 0 ;
}
  .en .accessPoint {
    letter-spacing: 0;
  }
  .en .accessTime {
    letter-spacing: 0;
  }
  .en .accessInfo {
    letter-spacing: 0;
  }




/* RESPONSIVE */
  @media screen and (max-width: 768px) {
    .accessWraper .train, .accessWraper .car {
      width: 100%;
    }
    .accessWraper .train {
      border-bottom: solid 1px #CCC;
    }
    .accessPoint, .accessTime {
      padding: 20px 20px;
  }
</pre></body></html>