@charset "utf-8";
/* access page
 * ========================================================================== */
/* common style */
.access header .menu-trigger .line {
  background-color: #000;
}
section {
  margin: 0 auto;
  width: 100%;
  position: relative
}
.bg {
  background: linear-gradient(117.47deg, #DEE5EC 0.41%, #FFFBF7 35.76%);
}
.js-trigger.fade {
  opacity: 0;
}
.js-trigger._on.fade {
  opacity: 1;
  transition: opacity 2s;
}
#caption {
  background: #fff;
}
#caption .sectionItem {
  padding: 60px 20px;
  margin: auto;
}
#bnr_bz, #copyright {
  position: relative;
}
#corpotation_link {
  position: relative;
  background: var(--color-white);
}
footer {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 619px) {
  #caption {
    margin: 0;
  }
}
/* mainvisual */
#mainvisual {
  overflow: hidden;
  aspect-ratio: 1900 / 780;
}
#mainvisual .mainvisualInner {
  background: #000;
  clip-path: inset(0 0 0 0);
}
#mainvisual .mainvisualCopy picture {
  opacity: 0;
}
#mainvisual._on .mainvisualCopy picture {
  opacity: .8;
  transition: opacity 4s;
}
#mainvisual .mainvisualCopy picture > div {
  height: 100%;
  filter: blur(4px);
  transform: translateY(-10%);
}
#mainvisual._on .mainvisualCopy picture > div {
  filter: blur(0);
  transform: translateY(-20%);
  transition: all 4s ease-out;
}
#mainvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, .6) 1px 1px 10px, rgba(0, 0, 0, .6) -1px 1px 10px, rgba(0, 0, 0, .6) 1px -1px 10px, rgba(0, 0, 0, .6) -1px -1px 10px;
  font-size: 90px;
  font-weight: 100;
  letter-spacing: 8px;
  line-height: 1;
  opacity: 0;
}
#mainvisual._on h2 {
  opacity: 1;
  transition: opacity 4s 2s;
}
#mainvisual .mainvisualCopy .caption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1024px) {
  #mainvisual h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 619px) {
  #mainvisual {
    aspect-ratio: 750 / 685;
  }
  #mainvisual._on .mainvisualCopy picture {
    opacity: .7;
  }
  #mainvisual .mainvisualCopy picture > div {
    transform: translateY(5%);
  }
  #mainvisual._on .mainvisualCopy picture > div {
    transform: translateY(-3%);
    transition: transform 4s ease-out;
  }
  #mainvisual h2 {
    font-size: 38px;
    letter-spacing: 0;
  }
  #mainvisual._on h2 {
    transition: opacity 4s 1s;
  }
}
@media screen and (max-width: 320px) {}

/* lead */
#lead {
  padding: 150px 0;
}
#lead .leadInner {
  margin: auto;
  width: 90%;
  max-width: 1240px;
  text-align: center;
}
#lead .leadCopy {
  position: relative;
}
#lead h3 .font-en {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: 2px;
}
#lead h3 .jp {
  display: block;
  margin-bottom: 50px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 46px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 4px;
}
#lead p {
  font-size: 20px;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 2px;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 619px) {
  #lead {
    padding: 80px 0;
  }
  #lead .leadCopy {
    position: relative;
  }
  #lead h3 .font-en {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #lead h3 .jp {
    margin-bottom: 30px;
    font-size: 24px;
  }
  #lead p {
    font-size: 14px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 320px) {}

/* station */
#station {
  padding: 150px 0;
}
#station .stationInner {
  margin: auto;
  width: 90%;
  max-width: 1240px;
}
#station .stationCopy {
  position: relative;
}
#station .time {
  display: flex;
  flex-wrap: wrap;
}
#station .time li {
  padding: 0 30px 80px;
  display: flex;
  align-items: flex-end;
  width: 50%;
}
#station .time .route {
  display: inline-block;
  padding: 10px 15px 8px;
  margin: 0 15px 10px 0;
  background: var(--color-black);
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
#station .time .station {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
}
#station .time .station2 {
  display: inline-block;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}
#station .time .station2 {
  display: inline-block;
  margin: 0 15px 10px 2px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}
#station .time .walk {
  display: inline-block;
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}
#station .time .walk small {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
#station .time .walk sup {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px!important;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}
#station .time strong {
  display: inline-block;
  font-size: 85px;
  font-weight: 300;
  color: var(--color-gold);
  line-height: 1;
}
#station figure {
  position: relative;
}
#station figure .caption {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: var(--color-black);
}
#station .point {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#station .point dl {
  width: 47.6%;
}
#station .point dt figure .caption {
  left: auto;
  right: 10px;
  color: var(--color-white);
  text-shadow: rgba(0, 0, 0, .6) 1px 1px 10px, rgba(0, 0, 0, .6) -1px 1px 10px, rgba(0, 0, 0, .6) 1px -1px 10px, rgba(0, 0, 0, .6) -1px -1px 10px;
}
#station .point dl:nth-child(2) dt figure .caption {
  text-shadow: black 1px 1px 2px,black -1px 1px 2px,black 1px -1px 2px,black -1px -1px 2px,black 0 0 2px;
}
#station .point dd {
  padding: 30px 0 70px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
#station .point strong {
  display: inline-block;
  padding-left: 5px;
  font-size: 54px;
  font-weight: 400;
  color: var(--color-gold);
  line-height: 1;
}
#station .point span {
  display: inline-block;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 20px;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1400px) {
  #station .time li {
    padding: 0 20px 80px;
    justify-content: center;
  }
  #station .time .route {
    padding: 10px 12px 8px;
    margin: 0 15px 4px 0;
    font-size: 12px;
  }
  #station .time .station {
    margin-bottom: 4px;
    font-size: 40px;
  }
  #station .time .station2 {
    margin: 0 15px 6px 2px;
    font-size: 28px;
  }
  #station .time .walk {
    padding-top: 15px;
    margin-bottom: 6px;
    font-size: 28px;
  }
  #station .time .walk small {
    font-size: 12px;
  }
  #station .time .walk sup {
    font-size: 12px!important;
  }
  #station .time strong {
    font-size: 60px;
  }
  #station .point dd {
    font-size: 24px;
  }
  #station .point strong {
    font-size: 40px;
  }
  #station .point span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #station .time li {
    padding: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 619px) {
  #station {
    padding: 60px 0;
  }
  #station .time {
    margin: auto;
    width: 98%;
  }
  #station .time li {
    justify-content: flex-start;
  }
  #station .time .route {
    padding: 8px 5px 6px;
    margin: 0 12px 4px 0;
    font-size: 10px;
  }
  #station .time .station {
    margin-bottom: 4px;
    font-size: 30px;
  }
  #station .time .station2 {
    margin: 0 15px 6px 2px;
    font-size: 24px;
  }
  #station .time .walk {
    padding-top: 15px;
    margin-bottom: 6px;
    font-size: 24px;
  }
  #station .time .walk small {
    font-size: 10px;
  }
  #station .time .walk sup {
    font-size: 10px!important;
  }
  #station .time strong {
    font-size: 50px;
  }
  #station .point dl {
    width: 100%;
  }
  #station .point dd {
  padding: 20px 0 30px;
  }
}
@media screen and (max-width: 320px) {}

/* highway */
#highway {
  padding: 150px 0;
}
#highway .highwayInner {
  margin: auto;
  width: 90%;
  max-width: 1240px;
}
#highway .highwayCopy {
  position: relative;
  text-align: center;
}
#highway h3 .font-en {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: 2px;
}
#highway h3 .jp {
  display: block;
  margin-bottom: 60px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 46px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 4px;
}
#highway p {
  font-size: 20px;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 1px;
}
#highway .time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#highway .time li {
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 49%;
}
#highway .time li:first-child {
  margin: 0 0 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#highway .time .route {
  display: inline-block;
  padding: 15px 20px 12px;
  margin: 0 15px 5px 0;
  background: var(--color-black);
  color: var(--color-white);
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#highway .time .highway {
  display: inline-block;
  margin-bottom: 5px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
#highway .time .ic {
  display: inline-block;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}
#highway .time .about {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
}
#highway .time strong {
  display: inline-block;
  margin-right: 5px;
  font-size: 70px;
  font-weight: 300;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: -3px;
}
#highway .time .km {
  display: inline-block;
  margin-bottom: 5px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}
#highway .point {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#highway .point dl {
  width: 31.5%;
}
#highway .point dt figure {
  position: relative;
}
#highway .point dt figure .caption {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: var(--color-white);
  text-shadow: rgba(0, 0, 0, .6) 1px 1px 10px, rgba(0, 0, 0, .6) -1px 1px 10px, rgba(0, 0, 0, .6) 1px -1px 10px, rgba(0, 0, 0, .6) -1px -1px 10px;
}
#highway .point dd {
  padding-top: 30px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
#highway .point strong {
  display: inline-block;
  padding: 0 5px;
  font-size: 54px;
  font-weight: 400;
  color: var(--color-gold);
  line-height: 1;
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1400px) {
  #highway h3 .jp {
    font-size: 40px;
  }
  #highway p {
    font-size: 18px;
  }
  #highway .time li {
    width: 50%;
  }
  #highway .time .route {
    padding: 12px 10px 10px;
    margin: 0 10px 2px 0;
    font-size: 12px;
  }
  #highway .time .highway {
    margin-bottom: 5px;
    font-size: 24px;
  }
  #highway .time .ic {
    margin-bottom: 5px;
    font-size: 36px;
  }
  #highway .time .about {
    margin-bottom: 5px;
    font-size: 20px;
  }
  #highway .time strong {
    margin-right: 5px;
    font-size: 50px;
  }
  #highway .time .km {
    margin-bottom: 5px;
    font-size: 24px;
  }
  #highway .point dd {
    font-size: 24px;
  }
  #highway .point strong {
    font-size: 40px;
  }  
}
@media screen and (max-width: 619px) {
  #highway {
    padding: 80px 0 50px;
  }
  #highway h3 .font-en {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #highway h3 .jp {
    margin-bottom: 30px;
    font-size: 24px;
  }
  #highway p {
    font-size: 14px;
    line-height: 2.2;
  }
  #highway .time {
    margin: auto;
    width: 90%;
  }
  #highway .time li {
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  #highway .time .route {
    padding: 10px 15px 8px;
    margin: 0 30% -3% 0;
  }
  #highway .time .highway {
    margin-bottom: 5px;
    font-size: 22px;
  }
  #highway .time .ic {
    margin-bottom: 5px;
    font-size: 28px;
  }
  #highway .time .about {
    margin-bottom: 5px;
    font-size: 20px;
  }
  #highway .time strong {
    font-size: 50px;
  }
  #highway .time .km {
    margin-bottom: 2px;
    font-size: 24px;
  }
  #highway .point {
    margin-top: 0;
  }
  #highway .point dl {
    width: 100%;
  }
  #highway .point dd {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 320px) {}

/* bus */
#bus {
  padding: 150px 0 120px;
}
#bus .busInner {
  margin: auto;
  width: 90%;
  max-width: 1240px;
}
#bus .busCopy {
  position: relative;
  text-align: center;
}
#bus h3 .font-en {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: 2px;
}
#bus h3 .jp {
  display: block;
  margin-bottom: 50px;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 46px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 4px;
}
#bus .way dt {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
}
#bus .way dt span {
  font-size: 14px;
  font-weight: 300;
}
#bus .way dd {
  padding-bottom: 40px;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
}
#bus .way dd span {
  display: inline-block;
  padding-left: 10px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 4px;
}
#bus .time {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
}
#bus .time li {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 49%;
}
#bus .time .route {
  display: inline-block;
  padding: 14px 20px 10px;
  margin: 0 15px 12px 0;
  background: var(--color-black);
  color: var(--color-white);
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#bus .time .about {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}
#bus .time strong {
  display: inline-block;
  margin-right: 5px;
  font-size: 95px;
  font-weight: 300;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: -3px;
}
#bus .point {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#bus .point .txtArea {
  width: 41.9%;
}
#bus .point .pointBox {
  margin-bottom: 30px;
  padding: 25px 50px;
  background: #FAF5EF;
}
#bus .point .pointBox span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
}
#bus .point .pointBox span strong {
  display: inline-block;
  font-size: 54px;
  font-weight: 400;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: -2px;
}
#bus .point .pointBox small {
  display: inline-block;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
}
#bus .point .pointBox dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#bus .point .pointBox dt {
  padding: 0 20px;
  width: 30%;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
}
#bus .point .pointBox dd {
  padding: 0 20px;
  width: 70%;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
#bus .point .pointBox dd strong {
  display: inline-block;
  padding-left: 10px;
  font-size: 54px;
  font-weight: 400;
  color: var(--color-gold);
  line-height: 1;
}
#bus .point .pointBox dd span {
  display: inline-block;
  font-family: A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
}
#bus .point .note {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}
#bus .point figure {
  position: relative;
  width: 49.2%;
}
#bus .point figure .caption {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: var(--color-black);
}
/* @media
 * ========================================================================== */
@media screen and (max-width: 1300px) {
  #bus h3 .jp {
    font-size: 40px;
  }
  #bus .way dd {
    font-size: 40px;
  }
  #bus .way dd span {
    font-size: 28px;
  }
  #bus .time .route {
    padding: 12px 20px 10px;
    margin: 0 15px 12px 0;
    font-size: 14px;
  }
  #bus .time .about {
    margin-bottom: 12px;
    font-size: 30px;
  }
  #bus .time strong {
    font-size: 80px;
  }
  #bus .point .pointBox {
    padding: 25px 30px;
  }
  #bus .point .pointBox span {
    font-size: 28px;
  }
  #bus .point .pointBox span strong {
    font-size: 50px;
  }
  #bus .point .pointBox small {
    font-size: 16px;
  }
  #bus .point .pointBox dt {
    padding: 0 10px;
    width: 30%;
    font-size: 28px;
  }
  #bus .point .pointBox dd {
    padding: 0 10px;
    width: 70%;
    font-size: 16px;
  }
  #bus .point .pointBox dd strong {
    font-size: 50px;
  }
  #bus .point .pointBox dd span {
    font-size: 28px;
  }
  #bus .point .note {
    font-size: 10px;
  }
}
@media screen and (max-width: 619px) {
  #bus {
    padding: 80px 0 20px;
  }
  #bus h3 .font-en {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #bus h3 .jp {
    margin-bottom: 30px;
    font-size: 24px;
  }
  #bus .way dt {
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 1px;
  }
  #bus .way dt span {
    font-size: 14px;
  }
  #bus .way dd {
    padding-bottom: 40px;
    font-size: 24px;
  }
  #bus .way dd span {
    padding-left: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  #bus .time {
    max-width: 85%;
  }
  #bus .time li {
    justify-content: flex-start;
    width: 100%;
  }
  #bus .time .route {
    padding: 12px 10px 8px;
    margin: 0 15px 5px 0;
    font-size: 11px;
  }
  #bus .time .about {
    margin-bottom: 5px;
    font-size: 25px;
  }
  #bus .time strong {
    font-size: 50px;
  }
  #bus .point {
    margin-top: 40px;
  }
  #bus .point .txtArea {
    margin: 0 auto 30px;
    width: 90%;
  }
  #bus .point .pointBox {
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  #bus .point .pointBox span {
    margin-bottom: 10px;
    font-size: 26px;
  }
  #bus .point .pointBox span strong {
    font-size: 40px;
  }
  #bus .point .pointBox small {
    font-size: 16px;
  }
  #bus .point .pointBox dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #bus .point .pointBox dt {
    font-size: 26px;
  }
  #bus .point .pointBox dd strong {
    padding-left: 5px;
    font-size: 40px;
  }
  #bus .point .pointBox dd span {
    font-size: 20px;
  }
  #bus .point figure {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {}
