/* ------------------------------------------------------------
    mainvisual
------------------------------------------------------------ */
#access .mainvisual__inner {
  position: relative;
  margin: auto;
}

#access .mainvisual__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 241px;
  background: url(../../guide/img/mainimg_bg@2x.png), url(../../guide/img/mainimg@2x.jpg);
  background-position: bottom center,center;
  background-size: cover 36px,cover;
  background-repeat: no-repeat;
}

#access .mainvisual__pic__head {
  color: #fff;
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #access .mainvisual__pic__head {
    font-size: 2.6rem;
  }
}

#access .mapview {
  margin-top: 70px;
}

#access .mapview__inner {
  position: relative;
  margin: auto;
  max-width: 1000px;
}

#access .mapview__pic {
  width: 100%;
}

#access .mapinfo {
  margin-top: 30px;
  /*background: #fff4f0;*/
}

#access .mapinfo__inner {
  position: relative;
  margin: auto;
  padding: 38px 0 33px 0;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #access .mapinfo__inner {
    padding: 38px 5% 33px 5%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  #access .mapinfo__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#access .mapinfo__info {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #access .mapinfo__info {
    width: 100%;
  }
}

#access .mapinfo__info__logo {
  max-width: 330px;
}

#access .mapinfo__info__logo__pic {
  width: 100%;
}

#access .mapinfo__info__list {
  margin-top: 30px;
}

#access .mapinfo__info__list__address {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  background: url(../img/access_ico@2x.png) no-repeat;
  background-size: 40px;
  background-position: left center;
  padding: 1px 0 1px 60px;
  margin-top: calc(0px - (((1rem * 1.5) - 1rem) / 2));
  margin-bottom: calc(0px - (((1rem * 1.5) - 1rem) / 2));
}

#access .mapinfo__info__list__train {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  background: url(../img/access_ico2@2x.png) no-repeat;
  background-size: 35px;
  background-position: left center;
  padding: 1px 0 1px 57px;
  margin-top: calc(20px - (((1rem * 1.5) - 1rem) / 2));
  margin-bottom: calc(0px - (((1rem * 1.5) - 1rem) / 2));
}

#access .mapinfo__info__link {
  margin-top: 30px;
  /*padding: 25px 0;*/
  /*background: #fcdfc9;*/
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  #access .mapinfo__info__link {
    padding: 25px 5%;
  }
}

#access .mapinfo__info__link a {
  display: block;
}

#access .mapinfo__info__link a img {
  display: block;
  max-width: 334px;
}

@media screen and (max-width: 1024px) {
  #access .mapinfo__info__link a img {
    width: 100%;
  }
}

#access .mapinfo__iframe {
  width: 44%;
}

@media screen and (max-width: 767px) {
  #access .mapinfo__iframe {
    width: 100%;
    margin-top: 40px;
  }
}

#access .route {
  margin-top: 80px;
  margin-bottom: 60px;
}

#access .route__inner {
  position: relative;
  margin: auto;
  max-width: 920px;
}

@media screen and (max-width: 1024px) {
  #access .route__inner {
    padding: 0 5%;
  }
}

#access .route__title {
  color: #6e3426;
  font-size: 3rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  margin-bottom: calc(0px - (((3rem * 1.5) - 3rem) / 2));
  padding-top: 99px;
  background: url(../img/route_ico@2x.png) no-repeat;
  background-size: 60px;
  background-position: top center;
}

#access .route__list {
  margin-top: 40px;
}

#access .route__list__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #access .route__list__map {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#access .route__list__map__pic {
  width: 47.292%;
}

@media screen and (max-width: 767px) {
  #access .route__list__map__pic {
    width: 100%;
  }
}

#access .route__list__map__pic img {
  width: 100%;
}

#access .route__list__map__txt {
  width: 42.708%;
  padding: 30px 24px;
  background: #fff4e5;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #access .route__list__map__txt {
    width: 100%;
  }
}

#access .route__list__map__txt__title {
  max-width: 154px;
}

#access .route__list__map__txt__title__pic {
  width: 100%;
}

#access .route__list__map__txt p {
  color: #be6a54;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: calc(20px - (((1.8rem * 1.5) - 1.8rem) / 2));
  margin-bottom: calc(0px - (((1.8rem * 1.5) - 1.8rem) / 2));
}

#access .route__list__vector {
  padding: 50px 0;
  background: url(../../guide/img/vector_und@2x.png) no-repeat;
  background-size: 34.5px;
  background-position: right 25% center;
}

@media screen and (max-width: 767px) {
  #access .route__list__vector {
    background-position: center;
  }
}
/*# sourceMappingURL=style.css.map */