@charset "UTF-8";

/*----------------------------------------

　access

-----------------------------------------*/

#content.inner .visual {
  background-image: url(../img/img_visual.jpg);
}

#content.inner .intro {
  background: url(../img/bg_intro.jpg) no-repeat right 0 top 72px / 495px auto;
}

#content.inner .content {}

#content.inner .content .route {}

#content.inner .content .route>.inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 94%;
}

#content.inner .content .route h2 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.2em;
  color: #6a9eba;
  line-height: 1.8em;
  font-weight: bold;
}

#content.inner .content .route h2 span {
  display: inline-block;
  font-size: 47px;
  color: #6a9eba;
  margin: 0 5px;
  line-height: 1em;
}

#content.inner .content .route .lead {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-top: 20px;
}

#content.inner .content .route .img1 {
  margin-top: 50px;
}

#content.inner .content .route>.inner>.note {
  margin-top: 30px;
  font-size: 10px;
  line-height: 1.7em;
}

#content.inner .content .route .img2 {
  margin-top: 60px;
}

#content.inner .content .searchbox {
  margin-top: 50px;
  background: #bfd0de;
}

#content.inner .content .searchbox h3 {
  background: #6a9eba;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
}

#content.inner .content .searchbox>.inner {
  display: flex;
  padding: 40px 50px;
  justify-content: space-between;
  align-items: center;
}

#content.inner .content .searchbox .info {
  font-weight: bold;
}

#content.inner .content .searchbox .info .text {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  color: #595757;
}

#content.inner .content .searchbox .info .note {
  font-size: 14px;
  color: #595757;
}

#content.inner .content .searchbox .search-box {
  width: 54%;
}

#content.inner .content .searchbox .search-box .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#content.inner .content .searchbox .search-box .left input, #content.inner .content .searchbox .search-box .right input, #content.inner .content .searchbox .search-box .bottom input {
  width: 14.4rem;
  height: 4.4rem;
  border: none;
  border-radius: 0.8rem;
}

#content.inner .content .searchbox .search-box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 65px;
  background: url(../img/icon_arrow.png) no-repeat right 10px top 50% / 46px auto;
}

#content.inner .content .searchbox .search-box .left input {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #595757;
  padding: 0 0 0 1.4rem;
}

#content.inner .content .searchbox .search-box .left .arrow {
  width: 3.4rem;
  padding: 0 1rem;
}

#content.inner .content .searchbox .search-box .right input {
  font-size: 16px;
  letter-spacing: 0;
  color: #595757;
  padding: 0 0 0 1.4rem;
}

#content.inner .content .searchbox .search-box .bottom {
  margin: 0 0 0 2.8rem;
  position: relative;
}
#content.inner .content .searchbox .search-box .bottom::after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: url(../img/icon_link.png) no-repeat center center / contain;
}

#content.inner .content .searchbox .search-box .bottom input {
  font-size: 16px;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  background: #231815;
  text-indent: -1em;
}

#content.inner .content .reason {
  margin-top: 200px;
}

#content.inner .content .reason h3 {
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #6a9eba;
  font-weight: bold;
}

#content.inner .content .reason .img {
  width: 932px;
  margin: 100px auto 0 auto;
}

#content.inner .content .bg {
  background: url(../../img/bg_grad.jpg) repeat-y center top / 100% auto;
  margin-top: 180px;
  padding: 150px 0;
}

#content.inner .content .bus {}

#content.inner .content .bus>.inner {
  max-width: 1060px;
  width: 94%;
  margin: 0 auto 0 auto;
}

#content.inner .content .bus h2, #content.inner .content .leisure h2 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #6a9eba;
}

#content.inner .content .bus .lead, #content.inner .content .leisure .lead, #content.inner .content .highway h2 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.2em;
  color: #6a9eba;
  line-height: 1.6em;
  margin-top: 10px;
  font-weight: bold;
}

#content.inner .content .bus .fbox {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}

#content.inner .content .bus .fbox>p {
  font-size: 17px;
  width: 50%;
  letter-spacing: 0.1em;
}

#content.inner .content .bus .fbox .img {
  width: 46%;
}

#content.inner .content .bus .img2 {
  margin-top: 70px;
}

#content.inner .content .leisure {
  margin-top: 180px;
}

#content.inner .content .leisure>.inner {
  max-width: 1145px;
  width: 94%;
  margin: 0 auto 0 auto;
}

#content.inner .content .leisure .text {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-top: 20px;
}

#content.inner .content .leisure .img1 {
  margin-top: 70px;
  position: relative;
}

#content.inner .content .leisure .img1 .map {
  mix-blend-mode: multiply;
}

#content.inner .content .leisure .img1 .txt {
  position: absolute;
  left: 0;
  top: 0;
}

#content.inner .content .leisure ol {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

#content.inner .content .leisure ol li {
  width: 25%;
  font-size: 17px;
  display: flex;
  align-items: center;
  color: #707f87;
  font-weight: bold;
  margin-top: 10px;
}

#content.inner .content .leisure ol li span {
  display: block;
  background: #006294;
  width: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  border-radius: 100px;
}

#content.inner .content .highway {
  margin-top: 180px;
}

#content.inner .content .highway>.inner {
  max-width: 1164px;
  width: 94%;
  margin: 0 auto 0 auto;
}

#content.inner .content .highway h2 {
  text-indent: -1.2em;
}

#content.inner .content .highway .text {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-top: 20px;
}

#content.inner .content .highway .img1 {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  #content.inner .visual {
    background-image: url(../img/img_visual.jpg);
  }
  #content.inner .intro {
    background: url(../img/bg_intro.jpg) no-repeat right 0 top 102px / 145px auto;
  }
  #content.inner .content {
    overflow: hidden;
  }
  #content.inner .content .route {}
  #content.inner .content .route>.inner {
    max-width: 1140px;
    margin: 0 auto;
    width: 94%;
  }
  #content.inner .content .route h2 {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #6a9eba;
    line-height: 1.8em;
    font-weight: bold;
  }
  #content.inner .content .route h2 span {
    display: inline-block;
    font-size: 34px;
    color: #6a9eba;
    margin: 0 5px;
    line-height: 1em;
  }
  #content.inner .content .route .lead {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-top: 20px;
  }
  #content.inner .content .route .img1 {
    margin-top: 30px;
    overflow: auto;
    padding: 20px 20px;
    width: 107.9%;
    position: relative;
    left: -4%;
    box-sizing: border-box;
  }
  #content.inner .content .route .img1::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 58px;
    height: 58px;
    background: url(../img/icon_swipe.png) no-repeat center center / contain;
  }
  #content.inner .content .route .img1 .wrap {
    width: 1000px;
  }
  #content.inner .content .route .img1 .wrap img {
    width: 1000px;
  }
  #content.inner .content .route>.inner>.note {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.7em;
  }
  #content.inner .content .route .img2 {
    margin-top: 60px;
  }
  #content.inner .content .searchbox {
    margin-top: 50px;
    background: #bfd0de;
  }
  #content.inner .content .searchbox h3 {
    background: #6a9eba;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  #content.inner .content .searchbox>.inner {
    display: block;
    padding: 20px 20px;
    justify-content: space-between;
    align-items: center;
  }
  #content.inner .content .searchbox .info {
    font-weight: bold;
  }
  #content.inner .content .searchbox .info .text {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0.2em;
    color: #595757;
    text-align: center;
  }
  #content.inner .content .searchbox .info .note {
    font-size: 11px;
    color: #595757;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #content.inner .content .searchbox .search-box {
    width: auto;
    margin-top: 20px;
  }
  #content.inner .content .searchbox .search-box .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #content.inner .content .searchbox .search-box .left input, #content.inner .content .searchbox .search-box .right input, #content.inner .content .searchbox .search-box .bottom input {
    width: 32vw;
    height: 4.4rem;
    border: none;
    border-radius: 0.8rem;
    text-align: ce;
  }
  #content.inner .content .searchbox .search-box .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    background: url(../img/icon_arrow.png) no-repeat right 4px top 50% / 32px auto;
  }
  #content.inner .content .searchbox .search-box .left input {
    font-size: 15px;
    letter-spacing: 0;
    color: #595757;
    padding: 0 0 0 1rem;
  }
  #content.inner .content .searchbox .search-box .left .arrow {
    width: 3.4rem;
    padding: 0 1rem;
  }
  #content.inner .content .searchbox .search-box .right input {
    font-size: 16px;
    letter-spacing: 0;
    color: #595757;
    padding: 0 2vw;
  }
  #content.inner .content .searchbox .search-box .bottom {
    margin: 10px 0 0 0;
    width: 100%;
  }
  #content.inner .content .searchbox .search-box .bottom::after {
    content: "";
    display: block;
    position: absolute;
    right: auto;
    left: calc(50% + 30px);
    top: 50%;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    background: url(../img/icon_link.png) no-repeat center center / contain;
  }

  #content.inner .content .searchbox .search-box .bottom input {
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    background: #231815;
    width: calc(70vw + 40px);
    margin: 0 auto;
    display: block;
  }
  #content.inner .content .reason {
    margin-top: 70px;
  }
  #content.inner .content .reason h3 {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #6a9eba;
    font-weight: bold;
  }
  #content.inner .content .reason .img {
    width: 82%;
    margin: 36px auto 0 auto;
  }
  #content.inner .content .reason .shinjukusen {
    position: relative;
    width: 107%;
    left: -4%;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 35px;
  }
  #content.inner .content .reason .shinjukusen::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 58px;
    height: 58px;
    background: url(../img/icon_swipe.png) no-repeat center center / contain;
  }
  #content.inner .content .reason .shinjukusen .title {
    padding-left: 45px;
    font-size: 15px;
    color: #6A9EBA;
    letter-spacing: 0.1em;
  }
  #content.inner .content .reason .shinjukusen .wrap {
    overflow: auto;
    padding: 10px 40px 10px 45px;
  }
  #content.inner .content .reason .shinjukusen .wrap img {
    width: 680px;
  }
  #content.inner .content .reason .shinjukusen .note {
    margin: 0 20px 0 90px;
    line-height: 1.5em;
  }
  #content.inner .content .bg {
    background: url(../../img/bg_grad.jpg) repeat-y center top / 100% auto;
    margin-top: 50px;
    padding: 40px 0 70px 0;
  }
  #content.inner .content .bus {
    position: relative;
    padding-bottom: 43px;
    overflow: hidden;
  }
  #content.inner .content .bus>.inner {
    max-width: 1060px;
    width: 90%;
    margin: 0 auto 0 auto;
  }
  #content.inner .content .bus h2, #content.inner .content .leisure h2 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #6a9eba;
  }
  #content.inner .content .bus .lead, #content.inner .content .leisure .lead, #content.inner .content .highway h2 {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #6a9eba;
    line-height: 1.6em;
    margin-top: 10px;
    font-weight: bold;
  }
  #content.inner .content .bus .fbox {
    display: block;
    margin-top: 30px;
    justify-content: space-between;
  }
  #content.inner .content .bus .fbox>p {
    font-size: 12px;
    width: auto;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
  #content.inner .content .bus .fbox .img {
    width: auto;
    margin-top: 40px;
  }
  #content.inner .content .bus .img2 {
    margin-top: 33px;
    width: 112%;
    position: relative;
    left: -6%;
    overflow: auto;
    padding: 30px 6%;
    box-sizing: border-box;
  }
  #content.inner .content .bus::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 58px;
    height: 58px;
    background: url(../img/icon_swipe.png) no-repeat center center / contain;
  }
  #content.inner .content .bus .img2 img {
    width: 690px;
  }
  #content.inner .content .leisure {
    margin-top: 41px;
  }
  #content.inner .content .leisure>.inner {
    max-width: 1145px;
    width: 94%;
    margin: 0 auto 0 auto;
  }
  #content.inner .content .leisure .text {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-top: 20px;
  }
  #content.inner .content .leisure .img1 {
    margin-top: 40px;
  }
  #content.inner .content .leisure .img1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/icon_pinch.png) no-repeat center center / contain;
    bottom: 2px;
    left: 4px;
    z-index: 100;
  }    

  #content.inner .content .leisure .img1 .map {
    mix-blend-mode: multiply;
  }
  #content.inner .content .leisure .img1 .txt {
    position: absolute;
    left: 0;
    top: 0;
  }
  #content.inner .content .leisure ol {
    display: flex;
    flex-wrap: wrap;
    margin-top: 17px;
  }
  #content.inner .content .leisure ol li {
    width: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #707f87;
    font-weight: bold;
    margin-top: 10px;
  }
  #content.inner .content .leisure ol li span {
    display: block;
    background: #006294;
    width: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 100px;
  }
  #content.inner .content .highway {
    margin-top: 80px;
  }
  #content.inner .content .highway>.inner {
    max-width: 1164px;
    width: 94%;
    margin: 0 auto 0 auto;
  }
  #content.inner .content .highway h2 {
    text-indent: -1.2em;
  }
  #content.inner .content .highway .text {
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-top: 20px;
  }
  #content.inner .content .highway .img1 {
    margin-top: 30px;
  }
}