@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  access.css
// style info :  スタイル指定
=================================================================== */
#access {
    background: #ebe8e5;
    margin: 100px 0 0;
    padding: 100px 0;
}
#access h2 {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    border: none;
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

#access h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #7f7269;
}

#access h2 + h3 {
    margin-bottom: 50px;
    text-align: center;
    border: none;
    font-size: 24px;
    color: #523622;
    font-weight: normal;
}
#access h2 + h3 + p {
    margin-bottom: 30px;
    color: #333;
    font-weight: normal;
    line-height: 2;
    text-align: center;
}

#access .rosenzu img {
    width: 100%;
}
#access .rosenzu {
    position: relative;
    
}

@media screen and (max-width: 767px) {
    #access {
        margin: 50px 0 0;
        padding: 50px 0;
    }
    #access h2 + h3 {
        margin-bottom: 30px;
        font-size: 20px;
    }
} 

.train_c {
    margin: 15px auto;
    text-align: center;
}

.train_c span {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px;
}

.oedo_t,
.train_c span.oedo {
    color: #ffffff;
    background: #a3678c;
}

.maru_t,
.train_c span.maru {
    color: #ffffff;
    background: #bf6262;
}

.shinjuku_t,
.train_c span.shinjuku {
    color: #ffffff;
    background: #b0bf1e;
}

.sobu_t,
.train_c span.sobu {
    color: #ffffff;
    background: #decf78;
}

.han_t,
.train_c span.han {
    color: #ffffff;
    background: #9173be;
}

/* -----------------------------------------------------
 mainWrap
----------------------------------------------------- */
.mainWrap {
  position: relative;
}
.mainImg {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.mainTxt {
  display: flex;
  align-items: center;
}
.mainTxtBox {
  padding-right: 70px;
}
.mainTxt p.lede {
  color: #35a067;
  font-size: 30px;
  line-height: 1.7;
}
.mainTxt p + p {
  line-height: 2;
}
@media only screen and (max-width: 1300px) {
  .mainTxt p.lede {
    font-size: 2vw;
  }
  .mainTxtBox {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .mainTxt p.lede {
    font-size: 30px;
  }
  .mainImg {
    width: 100%;
    max-width: 710px;
    margin: 40px auto;
    padding: 0 15px;
    position: relative;
    top: auto;
    right: auto;
    z-index: 0;
  }
  .mainTxtBox {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainTxt p.lede {
    font-size: 5vw;
  }
}  
@media screen and (max-width: 420px) {
  .mainTxt p.lede {
    font-size: 20px;
  }
  .mainTxt p.lede br {
    display: none;
  }
}



/* -----------------------------------------------------
 routeWrap
----------------------------------------------------- */
.routeWrap {
  padding: 90px 0 60px;
}
.routeWrap + .routeWrap {
  padding: 30px 0 60px;
}
.routeWrap h3 {
  font-size: 30px;
  color: #523622;
  font-weight: normal;
}
.routeWrap .routeBox {
    width: 100%;
}
.routeWrap .routeBox div/*:nth-child(-n+3)*/ {
  margin-bottom: 50px;
}
.routeWrap dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: #333 1px solid;
}
.routeWrap dt .st {
  font-size: 30px;
}
.routeWrap dt .num {
  font-size: 36px;
  font-family: 'Bellefair', serif !important;
}
.routeWrap dd {
  margin-top: 10px;
}
.routeWrap dt p {
  color: #333;
}
.routeWrap dd p {
  font-size: 11px;
  color: #333;
}
.routeWrap span {
    margin-right: 5px;
    padding: 2px 5px;
}

@media only screen and (max-width: 1200px) {
  .routeWrap .routeBox div {
    margin-bottom: 50px !important;
  }
  .routeWrap .routeBox div:last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .routeWrap {
    padding: 60px 0;
  }
}



@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 420px) {
}