@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 access
==================================================================================*/
#access .wrap {
  max-width: 1000px;
}
#access .Cinzel {
  font-family: "Cinzel", serif;
}
#access .caption.noBg {
  color: #453209;
  background: none;
}
#access .caption.bgColor02 {
  background: rgba(65, 65, 65, 0.4);
}
#access .main-content {
  background: url(../imgs/content-bg.jpg) bottom left;
  background-size: cover;
}
#access .main-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../imgs/content-bg01.png) no-repeat top left;
  background-size: 100% auto;
  z-index: -1;
}
#access .sections > header {
  padding-bottom: 80px;
}
#access .sections h3, #access .sections.section01 h4 {
  padding-bottom: 100px;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
  font-size: 26px;
}
#access .sections h3:before, #access .sections.section01 h4:before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto 5px;
  width: 34px;
  height: 25px;
  background: url(../../common/imgs/mark01.svg) no-repeat center center;
  background-size: 100% 100%;
}
#access .sections h3.top, #access .sections.section01 h4.top {
  margin-top: 100px;
}
#access .sections.section01 h4 {
  padding-bottom: 45px;
  font-size: 22px;
}
#access .sections.section01 h4.none:before {
  display: none;
}
#access .section01 {
  padding-bottom: 130px;
}
#access .section01 .inSections:not(:last-of-type) {
  padding-bottom: 100px;
}
#access .section01 .inSections .stations {
  display: flex;
}
#access .section01 .inSections .stations li {
  flex: 0 0 33.3333333333%;
}
#access .section01 .inSections .stations li .textArea {
  padding-top: 40px;
}
#access .section01 .inSections .stations li .textArea .name {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 24px;
}
#access .section01 .inSections .stations li .textArea .distance {
  padding-bottom: 25px;
  line-height: 1.5;
}
#access .section01 .inSections .stations li .textArea .distance span {
  display: inline-block;
}
#access .section01 .inSections .stations li .textArea .distance .text01 {
  padding-right: 3px;
  font-size: 22px;
}
#access .section01 .inSections .stations li .textArea .distance .text02 {
  letter-spacing: 0.1em;
  font-size: 14px;
}
#access .section01 .inSections .stations li .textArea .line {
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 11px;
  opacity: 0.8;
}
#access .section02 {
  padding: 130px 0;
  color: #453209;
  background: #e8e4db;
}
#access .section02 h3:before {
  background-image: url(../../common/imgs/mark02.svg);
}
#access .section02 .contentsArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 0;
}
#access .section02 .contentsArea .inSections {
  flex: 0 0 48%;
}
#access .section02 .contentsArea .inSections h4 {
  padding-bottom: 20px;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
#access .section02 .contentsArea .inSections h4 .small {
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 16px;
}
#access .section02 .contentsArea .inSec01 {
  flex: 0 0 100%;
}
#access .section03 {
  position: relative;
  padding: 130px 0 30px;
}
#access .section03:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: linear-gradient(90deg, #57504c, #222629 30%);
  z-index: -1;
}
#access .section03:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: url(../imgs/content-bg02.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
#access .section03 .pageAnnotation {
  padding-top: 220px;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   access
  ==================================================================================*/
  #access .main-content {
    background: linear-gradient(90deg, #776459, #222629);
  }
  #access .main-content:after {
    background: none;
  }
  #access .main-content .bg-icon01 {
    position: absolute;
    z-index: 0;
    width: 80%;
    right: 0;
    top: 0;
  }
  #access .sections h3, #access .sections.section01 h4 {
    padding-bottom: 40px;
    text-align: left;
    font-size: 22px;
  }
  #access .sections h3:before, #access .sections.section01 h4:before {
    margin: 0 0 5px;
  }
  #access .sections.section01 h4 {
    padding-bottom: 20px;
    font-size: 20px;
  }
  #access .sections .swipeIcon {
    margin: auto;
    padding-top: 30px;
    width: 70%;
  }
  #access .section01 {
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
  }
  #access .section01 > header {
    width: auto;
  }
  #access .section01 > header h3 {
    margin: auto;
    width: 94%;
  }
  #access .section01 .inSections:not(:last-of-type) {
    padding-bottom: 60px;
  }
  #access .section01 .inSections .stations {
    flex-direction: column;
    gap: 30px 0;
  }
  #access .section01 .inSections .stations li {
    flex: 0 0 auto;
  }
  #access .section01 .inSections .stations li .textArea {
    padding-top: 20px;
  }
  #access .section01 .inSections .stations li .textArea .name {
    padding-bottom: 20px;
  }
  #access .section01 .inSections .stations li .textArea .distance {
    padding-bottom: 20px;
    line-height: 1.5;
  }
  #access .section02 {
    padding: 80px 0;
  }
  #access .section02 h3 {
    margin: auto;
    width: 94%;
  }
  #access .section02 .contentsArea {
    display: block;
    width: auto;
  }
  #access .section02 .contentsArea .inSections {
    flex: 0 0 auto;
  }
  #access .section02 .contentsArea .inSections:not(:last-of-type) {
    padding-bottom: 50px;
  }
  #access .section02 .contentsArea .inSections h4 {
    margin: auto;
    padding-bottom: 20px;
    width: 94%;
    line-height: 1.5;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  #access .section02 .contentsArea .inSections h4 .small {
    display: block;
    padding-top: 5px;
    font-size: 12px;
  }
  #access .section02 .contentsArea .inSec01 {
    flex: 0 0 auto;
  }
  #access .section02 .contentsArea .inSec01 .image {
    overflow: auto;
  }
  #access .section02 .contentsArea .inSec01 .image img {
    width: 203vw;
    max-width: none;
  }
  #access .section03 {
    padding: 80px 0 40px;
    width: auto;
  }
  #access .section03:before {
    background: #222629;
  }
  #access .section03:after {
    display: none;
  }
  #access .section03 h3,
  #access .section03 .pageAnnotation {
    margin: auto;
    width: 94%;
  }
  #access .section03 .image {
    overflow: auto;
    margin-left: 3%;
  }
  #access .section03 .image img {
    width: 277vw;
    max-width: none;
  }
  #access .section03 .pageAnnotation {
    padding-top: 140px;
  }
}/*# sourceMappingURL=style.css.map */