@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 location
==================================================================================*/
#access main {
  background: #e4e0dc;
}

#access main section h4,
#access main section .catch {
  line-height: 1.8;
  font-size: 20rem;
}

#access main section .lead {
  line-height: 2.5;
  font-size: 14rem;
}

#access .page-title-wrap {
  margin-bottom: 90rem;
}

#access section.introduction {
  padding-bottom: 90rem;
  text-align: center;
}

#access section.introduction hgroup {
  padding-bottom: 50rem;
}

#access section.introduction h4 {
  padding-bottom: 25rem;
}

#access section.introduction .map {
  margin: auto;
  max-width: 820rem;
}

#access .section01,
#access .section02 {
  max-width: 940rem;
}

#access .section01 h5,
#access .section02 h5 {
  margin-bottom: 22rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #000;
  line-height: 1;
  font-size: 18rem;
}

#access .section01 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 70rem;
}

#access .section01 > header {
  flex: 0 0 410rem;
}

#access .section01 .image {
  flex: 0 0 470rem;
}

#access .section02 {
  padding-bottom: 100rem;
}

#access .section02 .stations {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

#access .section02 .stations img {
  width: 437rem;
}

#access .bg-area {
  padding: 130rem 0 120rem;
  color: #fff;
  background: #262626;
}

#access .bg-area section {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1100rem;
}

#access .bg-area section > header {
  flex: 0 0 540rem;
}

#access .bg-area section > header h5 {
  margin-bottom: 20rem;
  border-bottom: 1px solid #fff;
  line-height: 1;
}

#access .bg-area section > header .catch {
  padding-bottom: 36rem;
}

#access .bg-area section > figure {
  flex: 0 0 508rem;
}

#access .section03 {
  padding-bottom: 90rem;
}

#access .section03 > header h5 img {
  width: 51rem;
}

#access .section04 > header h5 {
  height: 19rem;
}

#access .section04 > header h5 img {
  width: 114rem;
}

/*==================================================================================
 location sp
==================================================================================*/
@media (max-width: 768px) {
  #access main section h4,
  #access main section .catch {
    font-size: 20rem;
  }
  #access main section .lead {
    line-height: 2.2;
    font-size: 13rem;
  }
  #access .page-title-wrap {
    margin-bottom: 60rem;
  }
  #access section.introduction {
    padding-bottom: 60rem;
    text-align: left;
  }
  #access section.introduction hgroup {
    padding-bottom: 30rem;
  }
  #access section.introduction h4 {
    padding-bottom: 15rem;
  }
  #access section.introduction .modal-overlay {
    background: rgba(255, 255, 255, 0.8) !important;
  }
  #access section.introduction .modal-close {
    color: #000 !important;
  }
  #access .section01,
  #access .section02 {
    display: block;
    max-width: none;
  }
  #access .section01 > header,
  #access .section02 > header {
    padding-bottom: 30rem;
  }
  #access .section01 h5,
  #access .section02 h5 {
    width: 80%;
    margin: 0 auto 18rem;
    padding-bottom: 6rem;
    font-size: 16rem;
  }
  #access .section01 {
    padding-bottom: 50rem;
  }
  #access .section01 > header {
    flex: 0 0 410rem;
  }
  #access .section01 > header .stations {
    margin: auto;
    width: 80%;
  }
  #access .section02 {
    padding-bottom: 80rem;
  }
  #access .section02 .stations {
    display: block;
    margin: auto;
    width: 80%;
  }
  #access .section02 .stations img {
    width: auto;
  }
  #access .section02 .stations img + img {
    padding-top: 30rem;
  }
  #access .bg-area {
    padding: 80rem 0;
  }
  #access .bg-area section {
    display: block;
  }
  #access .bg-area section > header {
    padding-bottom: 30rem;
  }
  #access .bg-area section > header .catch {
    padding-bottom: 25rem;
  }
  #access .section03 {
    padding-bottom: 70rem;
  }
}

/*# sourceMappingURL=access.css.map */
