@charset "UTF-8";
.mainContainer .access {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.section__inner {
  margin: 40px auto 0;
  width: 100%;
}

/* Indexed */
.access ul.list {
  margin: 0 auto 30px;
  width: 90.9%;
}
.access ul.list li a {
  margin-bottom: 20px;
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
.access ul.list li a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  transition: 0.2s;
}
.access ul.list li figure {
  margin-right: 10px;
  width: 70px;
}
.access ul.list li p {
  width: calc(100% - 80px);
  /*  font-size: 1.6rem;
  font-size: 1.56vw; */
  font-size: 1.4vw;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 2px solid #222;
  color: #222;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.access ul.list li p::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 18px;
  height: 16px;
  background: url(/assets/img/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

/* Front */
.section__inner h2 {
  margin-bottom: 30px;
  padding: 0 6% 30px;
  /*  font-size: 3.2rem;
  font-size: 3vw;
  font-size: 2.6vw; */
  font-size: 2vw;
  line-height: 1.5;
  position: relative;
  letter-spacing: -0.02em;
}
.section__inner h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 15px;
}
.mainCon #parking_bike h2::after {
  background: url(/assets/img/bar_st06.svg);
}
.mainCon #parking_car h2::after {
  background: url(/assets/img/bar_st04.svg);
}
.mainCon #train h2::after {
  background: url(/assets/img/bar_st01.svg);
}
.mainCon #mobile h2::after {
  background: url(/assets/img/bar_st05.svg);
}
.mainCon #train h2::after,
.mainCon #mobile h2::after,
.mainCon #parking_bike h2::after,
.mainCon #parking_car h2::after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.inner {
  margin: 20px auto 0;
  width: 88%;
}
.inner h3 {
  padding: 5px 0 5px 20px;
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1.53vw;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
.inner h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  min-height: 15px;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}
#parking_bike .inner h3::before {
  background: url(/assets/img/event/tri_gr.svg);
}
#parking_car .inner h3::before {
  background: url(/assets/img/event/tri_or.svg);
}
#train .inner h3::before {
  background: url(/assets/img/event/tri_pi.svg);
}
#mobile .inner h3::before {
  background: url(/assets/img/event/tri_bl.svg);
}

.inner p {
  margin-bottom: 1em;
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1.53vw;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}
.inner .indt {
  padding-left: 1em;
  text-indent: -1em;

  /*  font-size: 1.4rem;
  font-size: 1.36vw;
  font-size: 1.22vw; */

  /*  font-size: 1.2rem;
  font-size: 1.1vw; */
  font-size: 1vw;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}
.inner .inquiry {
  font-weight: 700;
}
.inner .wrap-box {
  margin: 40px 0;
}
.inner figure img,
.inner picture img {
  margin: 10px 0;
  width: 100%;
  /*  width: auto;
  max-width: 100%; */
}

/* Parking ================== */
.modal {
  /*	margin-left: 20px; */
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 20px;
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1.53vw;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}
.modal::before {
  content: "";
  position: absolute;
  left: 0;
/*  top: calc(50% - 8px); */
  top: 0.76vw;
  width: 18px;
  height: 16px;
  background: url(/assets/img/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.table-wrap {
  margin-bottom: 20px;
  overflow-x: scroll;
}
/*
.table-wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #efefef;
}
.table-wrap::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #81b327;
  border: 2px solid #81b327;
  border-radius: 10px;
}
.table-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #81b327;
  border-radius: 10px;
}
*/
table {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
table caption {
  /*  font-size: 1.2rem;
  font-size: 1.1vw; */
  font-size: 1vw;
  text-align: right;
  line-height: 140%;
}

table th,
table td {
  vertical-align: middle;
  /*  font-size: 1.4rem;
  font-size: 1.36vw; */
  font-size: 1.22vw;
  text-align: center;
  line-height: 140%;
  padding: 15px 10px;
}
table th {
  padding: 5px 10px;
  color: #fff;
  border-right: 1px dashed #fff;
}
table .dot_bottom {
  border-bottom: 1px dashed #fff;
}
table th:last-child {
  border-right: none;
}

/*
table td .parking_name {
  width: 200px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
table td .parking_name div {
  margin-right: 6%;
  width: 64%;
  font-size: 1.22vw;
  text-align: center;
  line-height: 140%;
}
table td .parking_name div:last-child {
  margin: 0;
  width: 30%;
}
table td .parking_name div:last-child i {
  margin-left: 8px;
}
table td .parking_name div:last-child a {
  color: #fff;
  font-size: 1.22vw;
  text-decoration: none;
  width: 100%;
  display: block;
  border-radius: 4px;
}
#parking_bike table td .parking_name div:last-child a {
  background: #81b327;
}
#parking_car table td .parking_name div:last-child a {
  background: #f4a000;
}
table td .parking_name div:last-child a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  transition: 0.2s;
}
*/

#parking_bike table {
  border-left: 1px #81b327 solid;
  border-bottom: 1px #81b327 solid;
}
#parking_bike table th {
  background: #81b327;
}
#parking_bike table td {
  border-right: 1px #81b327 solid;
  border-top: 1px #81b327 solid;
}

#parking_car table {
  border-left: 1px #f4a000 solid;
  border-bottom: 1px #f4a000 solid;
}
#parking_car table th {
  background: #f4a000;
}
#parking_car table td {
  border-right: 1px #f4a000 solid;
  border-top: 1px #f4a000 solid;
}

/*
table .t1 {
  width: 34%;
}
table .t2 {
  width: 18%;
}
table .t3 {
  width: 24%;
}
table .t4 {
  width: 24%;
}
*/

/* Train ================== */
.walk {
}
.walk dl {
  margin-bottom: 2em;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.walk dt,
.walk dd {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.walk dt {
  /*  font-size: 1.4rem;
  font-size: 1.36vw;
  font-size: 1.22vw; */

  /*  font-size: 1.5rem;
  font-size: 1.42vw; */
  font-size: 1.28vw;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  padding: 0.3rem 0;
}
/* 沿線色 */
.walk .chuo dt {
  background-color: #3b9b56;
}
.walk .nanko dt {
  background-color: #6972b4;
}
.walk dd {
  font-weight: 700;
  line-height: 140%;
  padding: 20px;
}
.walk .way {
  margin-bottom: 0.8em;
  /*  font-size: 1.4rem;
  font-size: 1.36vw;
  font-size: 1.22vw; */

  /*  font-size: 1.5rem;
  font-size: 1.42vw; */
  font-size: 1.28vw;
  color: #222;
  text-align: center;
}
.walk .minutes {
  margin-bottom: 0;
  /*  font-size: 1.4rem;
  font-size: 1.36vw;
  font-size: 1.22vw; */

  /*  font-size: 1.5rem;
  font-size: 1.42vw; */
  font-size: 1.28vw;
  color: #e7465a;
  letter-spacing: 0.5em;
  text-align: center;
}
.walk .minutes span {
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1.53vw;
}

/* Mobile ================== */
.mapEx {
  margin: 80px 0;
}
.mapEx p {
  margin-bottom: 0;
}
.mapEx .route {
  margin: 1em 0;
  padding: 15px;
  border: 1px solid #008cce;
  font-weight: 700;
}
.mapEx .indt {
  margin-top: 1em;
}

.red {
  font-weight: 700;
}

/* Google Map ================== */
.gmap {
  margin: 80px 0;
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* --------------------------------------------------------
	responsive
-------------------------------------------------------- */
@media screen and (max-width: 1025px) {
  /* Indexed */
  .access .lead p {
    font-size: 1.5rem;
  }
  .access ul.list li {
    font-size: 1.5rem;
  }

  .access ul.list li p {
    font-size: 1.6rem;
    line-height: 1;
  }

  /* Front */
  .mainCon .exList dt {
    font-size: 1.8rem;
  }
  .mainCon .exList dd p {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  .section__inner h2,
  h2 {
    font-size: 3.2rem;
  }
  .section__inner h3 {
    font-size: 1.8rem;
  }
  .inner p,
  .section__inner p {
    font-size: 1.8rem;
  }
  .inner .indt,
  .section__inner p.cap,
  p.memo {
    font-size: 1.2rem;
  }
  .walk dt,
  .walk .way {
    font-size: 1.8rem;
  }
  .walk .minutes {
    font-size: 1.8rem;
  }
  .walk .minutes span {
    font-size: 2.4rem;
  }

  table caption {
    font-size: 1.2rem;
  }
  table th,
  table td,
  table td .parking_name div,
  table td .parking_name div:last-child a {
    font-size: 1.4rem;
  }

  .gmap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media screen and (max-width: 834px) {
  .access ul.list li p {
    font-size: 1.6rem;
    line-height: 1;
  }

  .section__inner h2,
  h2 {
    font-size: 2.4rem;
  }
  .section__inner h3 {
    font-size: 1.8rem;
  }
  .inner p,
  .section__inner p {
    font-size: 1.8rem;
  }
  .inner .indt,
  .section__inner p.cap,
  p.memo {
    font-size: 1.2rem;
  }

  .walk .way {
    font-size: 1.8rem;
  }
  .walk .minutes {
    font-size: 1.8rem;
  }
  .walk .minutes span {
    font-size: 2.4rem;
  }

  table caption {
    font-size: 1.2rem;
  }
  table th,
  table td,
  table td .parking_name div,
  table td .parking_name div:last-child a {
    font-size: 1.4rem;
  }
}
