@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  access.css
// style info :  スタイル指定
=================================================================== */
#access {
    padding: 100px 0;
}
#access h2 {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    border: none;
    margin-bottom: 30px;
    font-size: 24px;
    color: #222;
    font-weight: normal;
}

#access h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #576871;
}

#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: #222;
    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;
    }
} 


/* -----------------------------------------------------
 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: #9E927E;
  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: #576871 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: #222;
}
.routeWrap dd p {
  font-size: 11px;
  color: #222;
}
@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) {
}