@charset "utf-8";

/*=====================
  ACCESS
=====================*/
body#access {
}

/*  main
=====================*/
.main {
  padding: 80px 0 0;
}
.main .main_txt {
  text-align:center;
/*  padding: 0 0 50px;*/
  padding: 70px 0 100px;
}
.main h2 {
  font-size: 72px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.main h2::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: '';
  width: 20px;
  border-bottom: 3px solid #000;
  transform: translate(-50%);
}
.main p {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.main .lead {
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-bottom: 0.3em;
}


/*  contentWrap
=====================*/
#contentWrap {
  padding: 80px 0;
}



/* common */
.copy_area h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.copy_area p {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}




.sttl_line {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.sttl_line::after {
  content: "";
  height: 1px;
  border-top: 1px solid #FFF;
  flex-grow: 1;
}
.sttl_line::after{
  margin-left: 30px;
}

/* ul.fig_list {
 display: flex;
 justify-content: space-between;
}
ul.fig_list li {
  width: calc((100% - 6%) / 3);
}
ul.fig_list li figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-weight: 600;
} */




/* intro */
.intro {

}
.intro .route_map {
  max-width: 600px;
  width:94%;
  margin: 50px auto;
}
.intro .route_txt {
  text-align: center;
  max-width: 50%;
  margin: 0 auto 80px;
}
.intro .route_txt dt {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  font-weight: 600;
  margin-bottom: 30px;
}
.intro .route_txt dd {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  border-bottom:1px solid #231815;
  margin-bottom: 0.5em;
}
.intro .route_txt dd span {
  font-weight:600;
}
.intro .route_txt dt strong,
.intro .route_txt dd strong {
  font-size: 150%;
  color:#92196b;
}


ul.fig_route {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.fig_route li {
  width: calc((100% - 3px) / 3);
  margin-bottom: 1px;
  position: relative;
}
ul.fig_route li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

  text-align: center;
  color:#FFF;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
ul.fig_route li .txt .minute {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}
ul.fig_route li .txt .minute strong {
  font-size: 180%;
}
ul.fig_route li .txt .place {
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}
ul.fig_route li .txt .place sup {
  font-size: 0.3em;
  vertical-align: top;
  margin-left: 0.3em;
}
ul.fig_route li .txt .station {
  text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;
}
ul.fig_route li figure {

}

/* sec01 */
.sec01 {
 padding: 80px 0;
}

.sec01 .box {
  padding: 50px 0;
}
.sec01 .box_pad0 {
  padding: 0 0;
}
.sec01 .disc_higashi_jujo {
  width:25%;
  margin: 0 auto;
}
.sec01 .st {
  max-width: 800px;
  width:40%;
  margin: 40px auto;
}

.sec01 .box_line {
  border-top:1px solid #231815;
  padding: 200px 0 0;
  position: relative;
}
.sec01 .box_last {
  padding: 300px 0 0;
  position: relative;
}
.sec01 .illust {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sec01 .ueno_illust {
  top:-12%;
  max-width: 400px;
  width:94%;
  margin: 0 auto;
}
.sec01 .tokyo_illust {
  top:-18%;
  max-width: 600px;
  width:94%;
  margin: 0 auto;
}
.sec01 .yurakucho_illust {
  top:-4%;
  max-width: 350px;
  width:94%;
  margin: 0 auto;
}
.sec01 .shinagawa_illust {
  top:-4%;
  max-width: 350px;
  width:94%;
  margin: 0 auto;
}
.sec01 .yokohama_illust {
  top:-15%;
  max-width: 450px;
  width:94%;
  margin: 0 auto;
}
.sec01 .ttl {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.sec01 .ttl span {
  font-size: 150%;
}
.sec01 .fig_txt_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.sec01 .fig_txt_box figure {
  max-width: 580px;
  width:94%;
}
.sec01 .fig_txt_box .txt {
  margin: 0 auto;
}
.sec01 .fig_txt_box .txt_inner {

}
.sec01 .fig_txt_box .txt h5 {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.sec01 .fig_txt_box .txt p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.border_btm {
  border-bottom:1px solid #231815;
  padding: 0 0 50px;
}


/* sec02 */
.sec02 {
  padding: 80px 0;
  background: #007c3e;
  color:#FFF;
}

.sec02 ul.fig_list {
 display: flex;
 justify-content: space-between;
}
.sec02 ul.fig_list li {
  width: calc((100% - 6%) / 3);
}
.sec02 ul.fig_list li figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-weight: 600;
}


/* sec03 */
.sec03 {
  padding: 80px 0;
  background: #3f9a85;
  color:#FFF;
}

.sec03 ul.fig_list {
 display: flex;
 justify-content:center;
}
.sec03 ul.fig_list li {
  /* width: calc((100% - 6%) / 3); */
  /* max-width: 380px; */
  width: calc((100% - 6%) / 3);
  margin: 0 18px;
}
.sec03 ul.fig_list li figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-weight: 600;
}


/* sec04 */
.sec04 {
  padding: 80px 0;
  background: url(../img/bg_taxi.jpg) center center no-repeat;
  background-size: cover;
  color:#FFF;
  text-align: center;
}
.sec04 .copy_area {

}
.sec04 .copy_area h3 {
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}
.sec04 .copy_area p {
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.sec04 figure {
  max-width: 700px;
  width: 94%;
  margin: 50px auto 0;
}

/*-----------------------------
調整
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1400px) {



}

/*-----------------------------
tab横のみ
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {



}


/*-----------------------------
tab
-----------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px)  {





}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

  /*  main
  =====================*/
  .main {
    padding: 80px 0 0;
  }
  .main .main_txt {
    /*padding: 0 0 30px;*/
    padding: 20px 0 40px;
  }
  .main h2 {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
  }
  .main p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: normal;
  }
  .main .lead {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin-bottom: 0.3em;
  }


  /*  contentWrap
  =====================*/
  #contentWrap {
    padding: 40px 0;
  }

  /* common */
  .copy_area h3 {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
  }
  .copy_area p {
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }


  .sttl_line {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* .sttl_line::after {
    content: "";
    height: 1px;
    border-top: 1px solid #FFF;
    flex-grow: 1;
  } */
  .sttl_line::after{
    margin-left: 20px;
  }

  /* ul.fig_list {
   flex-direction: column;
  }
  ul.fig_list li {
    width:94%;
    margin: 0 auto 30px;
  }
  ul.fig_list li figure {
    width:100%;
  }
  ul.fig_list li figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
  } */

  /* kobetsu */

  /* intro */
  .intro {

  }
  .intro .route_map {
    max-width: 100%;
    width:90%;
    margin: 50px auto;
  }
  .intro .route_txt {
    text-align: center;
    max-width: 94%;
    margin: 0 auto 40px;
  }
  .intro .route_txt dt {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .intro .route_txt dd {
    font-size: 14px;
    line-height: 1.6;
  }


  ul.fig_route {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.fig_route li {
    width: calc((100% - 3px) / 2);
    margin-bottom: 2px;
    position: relative;
  }
  ul.fig_route li .txt {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */

    font-size: 10px;
  }
  ul.fig_route li .txt .minute {
    font-size: 24px;
    line-height: 1.3;
  }
  ul.fig_route li .txt .minute strong {
    font-size: 160%;
  }
  ul.fig_route li .txt .place {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  ul.fig_route li figure {

  }


  /* sec01 */
  .sec01 {
   padding: 40px 0;
  }

  .sec01 .box {
    padding: 30px 0;
  }
  /* .sec01 .box_pad0 {
    padding: 0 0;
  } */
  .sec01 .disc_higashi_jujo {
    width:50%;
    margin: 0 auto;
  }
  .sec01 .st {
    max-width: 100%;
    width:100%;
    margin: 20px auto;
  }

  .sec01 .box_line {
    padding: 100px 0 0;
    position: relative;
  }
  .sec01 .box_last {
    padding: 150px 0 0;
    position: relative;
  }
  .sec01 .illust {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .sec01 .ueno_illust {
    top:-8%;
    max-width: 100%;
    width:80%;
    margin: 0 auto;
  }
  .sec01 .tokyo_illust {
    top:-8%;
    max-width: 100%;
    width:90%;
    margin: 0 auto;
  }
  .sec01 .yurakucho_illust {
    top:-4%;
    max-width: 100%;
    width:70%;
    margin: 0 auto;
  }
  .sec01 .shinagawa_illust {
    top:-4%;
    max-width: 100%;
    width:80%;
    margin: 0 auto;
  }
  .sec01 .yokohama_illust {
    top:-15%;
    max-width: 100%;
    width:80%;
    margin: 0 auto;
  }
  .sec01 .ttl {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
  }
  .sec01 .fig_txt_box {
    flex-direction: column;
  }
  .sec01 .fig_txt_box figure {
    max-width: 100%;
    width:100%;
    margin-bottom: 20px;
  }
  .sec01 .fig_txt_box .txt {
    margin: 0 auto;
  }
  .sec01 .fig_txt_box .txt_inner {

  }
  .sec01 .fig_txt_box .txt h5 {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }
  .sec01 .fig_txt_box .txt p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }

  .border_btm {
    padding: 0 0 20px;
  }


  /* sec02 */
  .sec02 {
    padding: 40px 0;
  }

  .sec02 ul.fig_list {
   flex-direction: column;
  }
  .sec02 ul.fig_list li {
    width:94%;
    margin: 0 auto 30px;
  }
  .sec02 ul.fig_list li figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
  }


  /* sec03 */
  .sec03 {
    padding: 40px 0;
  }

  .sec03 ul.fig_list {
   flex-direction: column;
  }
  .sec03 ul.fig_list li {
    width:94%;
    margin: 0 auto 30px;
  }
  .sec03 ul.fig_list li figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
  }


  /* sec04 */
  .sec04 {
    padding: 40px 0;
  }
  .sec04 .copy_area {

  }
  .sec04 .copy_area h3 {
    font-size: 22px;
    line-height: 1.6;
  }
  .sec04 .copy_area p {
    font-size: 16px;
    line-height: 1.6;
  }
  .sec04 figure {
    max-width: 100%;
    width: 94%;
    margin: 30px auto 0;
  }


}
