@charset "UTF-8";
/*---------------------------
アクセス
---------------------------*/

.inner_800 {
  max-width: 800px;
  width:94%;
  margin: 0 auto;
}


.sec-img-box-wrap {
  padding: 0 0 100px;
}

ul.img-box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.img-box li {
  width: calc((100% - 6%) / 3);
  margin-bottom: 3%;
}
ul.img-box li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.access03 {
margin: 60px auto 0;
}

/* .taxi-access {
    position: relative;
    padding: 80px 0;
    background: url(../img/access/bg_taxi.jpg) center center no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    margin: 0 auto 100px;
}
.taxi-access .copy_area h3 {
    font-size: 42px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.taxi-access .copy_area p {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-top: 1.0em;
}
.taxi-access figure {
    max-width: 700px;
    width: 94%;
    margin: 50px auto 0;
} */

/* 20250901 fig_route */
.fig_route_wrap {
  padding: 100px 0 0;
  margin-bottom: 100px;
  position:relative;
}
ul.fig_route {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.fig_route li {
  width: calc((100% - 3px) / 2);
  margin-bottom: 1px;
  position: relative;
}
ul.fig_route li:nth-child(-n+2) {
  width: 100%;
}
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;
  z-index:5;
}
ul.fig_route li .txt .minute {
  font-size: 52px;
  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: 52px;
  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;
}

.fig_route_wrap p.caption {
  position: absolute;
  bottom:-10px;
  right:10px;
  font-size: 11px;

}


/*---------------------------
PC・TABのみ
---------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {



}

/*---------------------------
Tab
---------------------------*/
@media screen and (max-width: 1024px) {




}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {

  .sec-img-box-wrap {
    padding: 0 0 50px;
  }

  ul.img-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.img-box li {
    width: calc((100% - 3%) / 2);
    margin-bottom: 3%;
  }
  ul.img-box li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  /* .taxi-access {
    margin: 0 auto 60px;
  }
  .taxi-access .copy_area h3 {
      font-size: 22px;
      line-height: 1.6;
  }
  .taxi-access .copy_area p {
      font-size: 16px;
      line-height: 1.6;
  } */

  /* 20250901 fig_route */
  .fig_route_wrap {
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
  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;
  }
}
