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

.l-headerLogo{
  opacity: 0;
  pointer-events: none;
}
.l-headerLogo.w{
  opacity: 1;
  pointer-events: inherit;
}
.l-headerLogo::after{
  color: #fff;
}

.mv{
  position: relative;
  padding-bottom: 100px;
  background: url(../images/location/main-bg.jpg) no-repeat bottom center;
}
.mv .img{
  position: relative;
}
.mv .img span{
  position: absolute;
  bottom: 10px;
  right: 3%;
  font-size: 1rem;
  color: #fff;
}
.cont-tit{
  font-size: clamp(1.1rem, 1.4vw, 1.8rem);
  text-align: center;
  position: absolute;
  color: #fff;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cont-tit strong{
  display: block;
  font-weight: 400;
  font-size: clamp(5rem, 8vw, 9rem);
}
@media(max-width: 768px) {
  .mv{
    padding-bottom: 50px;
    background: url(../images/access/main-bg_sp.jpg) no-repeat bottom center;
  }
  .cont-tit{
    bottom: 20px;
  }
}

.head{
  text-align: center;
}
.head .txt1{
  color: #424D75;
  font-size: clamp(1.8rem, 2.4vw, 3rem);
  line-height: 1.8;
  margin: 0 0 30px;
  font-weight: 600;
  letter-spacing: .25rem;
}
.head .txt2{
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  margin: 0 0 60px;
}
@media(max-width: 768px) {
  .head  .txt1{
    margin: 0 auto 30px;
    width: 90%;
  }
  .head  .txt2{
    width: 90%;
    margin: 0 auto 40px;
    text-align: left;
  }
}

.route{
  background: url(../images/access/route-bg.jpg) repeat-y top center;
  padding: 100px 0 0;
  text-align: center;
}
.route .box{
  max-width: 940px;
  width: 90%;
  margin: 0 auto 80px;
  position: relative;
}
.route .box .img{
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}
.route .box .img span{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1rem;
  color: #fff;
  display: block;
  text-align: right;
}
.route .time{
  background-color: #F4FBFF;
  padding: 20px 0;
}
.route .time strong{
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.route .time strong span{
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 10px;
  display: block;
  text-align: left;
}
@media(max-width: 768px) {
  .route {
    padding: 50px 0 0;
  }
  .route .box{
    margin: 0 auto 40px;
  }
  .route .box .img{
    top: -5%;
  }
  .route .box .img span{
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-top: 5px;
    color: #333;
  }
}

.station{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.station li{
  width: calc(100% / 3);
  position: relative;
}
.station li span{
  position: absolute;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  display: block;
}
.station li .notes{
  bottom: 10px;
  left: 10px;
  width: 94%;
}
.station li .area{
  top: 10px;
  right: 10px;
}
.station li  strong{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%,-50%);
}
@media(max-width: 768px) {
  .station{
    display: block;
  }
  .station li{
    width: 100%;
  }
  .station li .notes{
    bottom: 5px;
    left: 5px;
    width: 96%;
  }
}

.car{
  background: #DAE5F2;
  padding: 100px 0;
}
.car .box{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.car .box .img01{
  position: relative;
}
.car .box .img01 span{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1rem;
  color: #fff;
}
.car .box .time01{
  margin: 30px 0 100px;
}
.car .box .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.car .box .flex .head{
  width: 44%;
  text-align: left;
}
.car .box .flex .head .txt1{
  font-size: clamp(1.8rem, 2.2vw, 2.8rem);
  margin: 0 0 20px;
}
.car .box .flex .head .txt2{
  margin: 0 0 30px;
}
.car .box .flex .img02{
  width: 53%;
}
.car .box .flex .img02 span{
  display: block;
  text-align: right;
  margin-top: 5px;
  font-size: 1rem;
}
@media(max-width: 768px) {
  .car {
    padding: 50px 0;
  }
  .car .box{
    margin: 0 auto;
  }
  .car .box .time01{
    margin: 20px 0 50px;
  }
  .car .box .flex{
    display: block;
  }
  .car .box .flex .head{
    width: 100%;
  }
  .car .box .flex .head .txt1{
    text-align: center;
    width: 100%;
  }
  .car .box .flex .head .txt2{
    width: 100%;
  }
  .car .box .flex .img02{
    width: 100%;
    margin: 0 0 20px;
  }
}
</pre></body></html>