@charset "UTF-8";
/* voice.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.page-access img {
  max-width: 100%;
  height: auto;
}
.page-access .section {
  position: relative;
  text-align: center;
}
.page-access .section__ico {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 61px;
  height: 56px;
}
@media only screen and (max-width: 767px) {
  .page-access .section__ico {
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
}
.page-access .section__ico img {
  position: absolute;
  top: -50%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .page-access .section__ico img {
    top: -70%;
  }
}
.page-access .section__ttl {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .page-access .section__ttl {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-access .section__ttl img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.page-access .section__lead {
  margin-top: 2.6vw;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .page-access .section__lead {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
.page-access .section__walk {
  margin-top: 4.2vw;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .page-access .section__walk {
    margin-top: 40px;
  }
}
.page-access .section__walk-caption {
  text-align: right;
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .page-access .section__walk-caption {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------------------------
   #sec-train
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-train {
  position: relative;
  z-index: 0;
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .sec-train {
    margin-top: 80px;
  }
}
.sec-train .section__ico {
  width: 61px;
  height: 56px;
}
@media only screen and (max-width: 767px) {
  .sec-train .section__ico {
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}
.sec-train__bg {
  padding-bottom: 10px;
  background: url("../img/access/bg_train.webp") no-repeat 50% 0/100% 100%;
}
.sec-train__time {
  margin-top: 4.2vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-train__time {
    margin-top: 50px;
  }
}
.sec-train__time-ttl {
  font-size: 2.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-train__time-ttl {
    font-size: 1.6rem;
  }
}
.sec-train__time-ttl span {
  position: relative;
  display: inline-block;
}
.sec-train__time-ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -125%;
  width: 120%;
  height: 1px;
  background: rgba(35, 24, 21, 0.5);
}
.sec-train__time-ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -125%;
  width: 120%;
  height: 1px;
  background: rgba(35, 24, 21, 0.5);
}
.sec-train__time-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-train__time-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-train__time-item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-train__time-item img {
    width: auto;
    height: 60px;
  }
}
.sec-train__time-item:nth-child(n+2) {
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .sec-train__time-item:nth-child(n+2) {
    padding-left: 0;
  }
}
.sec-train__time-item:nth-child(n+2)::before {
  position: absolute;
  top: 0;
  left: 0.7rem;
  content: "/";
  font-size: 76px;
  font-weight: 100;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-train__time-item:nth-child(n+2)::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec-train__time-item:nth-child(2) {
    margin: 20px 0 30px;
  }
}
.sec-train__map {
  position: relative;
  margin-top: 5.2vw;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .sec-train__map {
    margin-top: 40px;
  }
}
.sec-train__map-inner {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-train__map-inner {
    overflow-x: auto;
  }
}
.sec-train__map-inner figure {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-train__map-inner figure {
    min-width: 500px;
    width: 100%;
  }
}
.sec-train__map-inner img {
  width: 100%;
  height: auto;
}
.sec-train__map-caption {
  display: none;
}
@media screen and (max-width: 550px) {
  .sec-train__map-caption {
    display: block;
    margin-top: 0.5em;
    font-size: 1.2rem;
    text-align: left;
  }
}
.sec-train__caption {
  margin-top: 4.2vw;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .sec-train__caption {
    margin-top: 50px;
    font-size: 1.3rem;
    text-align: left;
  }
}
.sec-train__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-train__gallery-item {
  position: relative;
  width: 33.3333333333%;
  aspect-ratio: 640/386;
}
.sec-train__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-train__gallery figcaption {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 3.4rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-train__gallery figcaption {
    right: 5px;
    font-size: 1.2rem;
  }
}
.sec-train__gallery figcaption.black {
  color: #333;
}

/*--------------------------------------------------------------------------
   #sec-bus
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-bus {
  position: relative;
  z-index: 0;
  margin-top: 9vw;
  padding-bottom: 6vw;
  background: url("../img/access/bg_bus.webp") no-repeat 50% 0/100% 100%;
}
@media only screen and (max-width: 767px) {
  .sec-bus {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
.sec-bus .section__ico {
  width: 91px;
  height: 48px;
}
@media only screen and (max-width: 767px) {
  .sec-bus .section__ico {
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}
.sec-bus__map {
  max-width: 1086px;
  margin: 65px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-bus__map {
    margin-top: 30px;
  }
}
.sec-bus__map img {
  width: 100%;
}

/*--------------------------------------------------------------------------
   #sec-car
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-car {
  position: relative;
  z-index: 0;
  margin-top: 9vw;
  padding-bottom: 6vw;
  background: url("../img/access/bg_car.webp") no-repeat 50% 0/100% 100%;
}
@media only screen and (max-width: 767px) {
  .sec-car {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
.sec-car .section__ico {
  width: 68px;
  height: 59px;
}
@media only screen and (max-width: 767px) {
  .sec-car .section__ico {
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}
.sec-car__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .sec-car__body {
    display: block;
    margin-top: 30px;
  }
}
.sec-car__img {
  position: relative;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .sec-car__img {
    width: auto;
    margin-top: 30px;
  }
}
.sec-car__img img {
  width: 100%;
}
.sec-car__img figcaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 1.2rem;
  color: #fff;
}
.sec-car__txt {
  width: 51%;
  margin-left: auto;
  margin-left: auto;
  font-size: 2.3rem;
  text-align: left;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .sec-car__txt {
    width: auto;
    font-size: 1.6rem;
    text-align: center;
  }
}

/*--------------------------------------------------------------------------
   #sec-bnr
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-bnr {
  position: relative;
  z-index: 0;
  margin-top: 5.9vw;
}
@media only screen and (max-width: 767px) {
  .sec-bnr {
    margin-top: 20px;
  }
}
.sec-bnr__item {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .sec-bnr__item {
    max-width: none;
  }
}
.sec-bnr__item img {
  width: 100%;
  height: auto;
}
.sec-bnr__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-bnr__item a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=access.css.map */