﻿@charset "UTF-8";
.wrap {
  width: 100%;
  max-width: 960px;
  padding: 10px 10px 50px 10px;
}

.page__title.section__title {
    margin: 0.5em auto 1em;
}

.stationinfo__table th {
  text-align: left;
}

.stationinfo__table td {
  text-align: left;
}

.closetinfo .item__item:nth-child(3n) {
  margin-bottom: 10px;
}

.closetinfo .info__title {
  display: inline-block;
  line-height: 25px;
  vertical-align: middle;
}

.closetinfo .info__title::after {
  content: "｜";
}

.closetinfo .info__detail {
  display: inline-block;
  line-height: 25px;
  vertical-align: middle;
}

.closetinfo .info__detail span {
  padding: 0 5px;
}

.closetinfo .item__item::after {
  content: "";
  display: block;
  clear: both;
}

.closetinfo .info__detail .closet__mark {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px;
  border-radius: 6px;
  background-color: #333;
  color: #FFF;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.station__img img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  max-height: 30px;
}

.station__icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  max-height: 30px;
}

p.station__title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  max-width: 85%;
}

.mapicon {
  padding-left: 10px;
}

.stationdetailmenu {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0;
  overflow: hidden;
}

.stationdetailmenu .menuitem {
  width: 16.6666666667%;
  cursor: pointer;
}

.source {
  margin-top: 15px;
  font-size: 1.6rem;
}

.UB-td {
  display: table-cell;
}

.container__title {
  font-size: 2rem;
  font-weight: bold;
  color: #007AB0;
  padding-left: 0.5rem;
  margin-bottom: 1.5rem;
}

.stationinfo__table {
  width: 100%;
}

.stationinfo__table th,
.stationinfo__table td {
  font-size: 1.6rem;
  padding: 10px 8px;
  border-bottom: 1px solid #DEDEDE;
  line-height: 2.5rem;
}

.scrollto__area,
.station__info,
.stationexitinfo,
.stationparkinginfo,
.youbikeInfo,
.type__nav__area,
.stationlocation,
.timepricetable__area {
  margin-bottom: 5rem;
}

.stationparking__table,
.stationubike__table {
  width: 100%;
  border-collapse: collapse;
}

.stationparking__table th,
.stationubike__table th {
  background-color: #ECF7FC;
}

.stationparking__table th,
.stationparking__table td,
.stationubike__table th,
.UB-td {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #DEDEDE;
  padding: 10px 8px;
}

.th {
  text-align: center;
  font-weight: 600;
  font-size: 1.6em;
  border: 1px solid #DEDEDE;
  padding: 10px;
  background-color: #ECF7FC;
  place-content: center;
  line-height: 2.5rem;
}

.td {
  text-align: center;
  font-size: 1.6em;
  border: 1px solid #DEDEDE;
  padding: 10px;
  place-content: center;
  border-top: none;
}

.scroll__btn {
  display: inline-block;
  background: unset;
  font-size: 2rem;
  color: #007AB0;
  border: none;
  margin: 0 20px 20px 0;
  cursor: pointer;
}

.scrollto__area {
  margin-bottom: 1rem;
}

.type__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
  grid-gap: 3px;
  list-style: none;
}

.type__nav__btn .nav__btn {
  text-align: center;
  background-color: #EDEDEC;
  font-size: 1.4rem;
  line-height: 3.5rem;
  font-weight: bold;
  width: 100%;
  color: #000;
  padding: unset;
  cursor: pointer;
  border: none;
}

.type__nav__btn .nav__btn.active {
  background-color: #007AB0;
  color: #fff;
}

.grid__column {
  grid-column-start: 3;
  grid-column-end: 5;
}

.type__nav__area {
  background-color: #EDEDEC;
  margin-bottom: 2rem;
}

.station__loction__img {
  margin-bottom: 2rem;
}

.station__loction__download-link {
  display: inline-block;
  width: 25%;
  min-width: 150px;
}

.timetable__wrap p {
  font-size: 1.8rem;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.5;
}

.timetable__wrap table {
  margin-top: 10px;
  width: 80%;
}

.timetable__wrap table td {
  text-align: left;
}

.alerttext {
  font-weight: bold;
  color: red;
}

.timetable__area {
  margin-bottom: 5rem;
  padding: 0 1rem;
}

.timetable__area h2 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.timetable__area table {
  width: 100%;
  font-size: 1.8rem;
  border-collapse: collapse;
}

.timetable__area table tr,
.timetable__area table td {
  border: 1px solid #c0c0c0;
}

.section__sub__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-top: 3rem;
}

.line__nav__area {
  background-color: #F9F9FA;
}

.line__nav {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding-bottom: 5rem;
}

.line__nav__btn {
  width: 16.6%;
}

.cartinfo {
  display: grid;
  grid-template-columns: repeat(1, 1fr 3fr);
  grid-gap: 5px;
  max-width: 768px;
  box-sizing: border-box;
  padding: 0 3%;
  margin: auto;
}

.cart__img {
  text-align: right;
}

.cart__img img {
  width: 65%;
}

.cart__info__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 15px 0;
  border-bottom: 2px solid #dedbde;
}

.cart__exit,
.cart__facility {
  border-right: 2px solid #dedbde;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}

.cartinfo__title {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 768px;
  box-sizing: border-box;
  padding: 0 3%;
  margin: 0 auto 5rem;
}

.cart__img__title,
.cart__exit__title,
.cart__facility__title,
.cart__transfer__title {
  text-align: center;
  font-size: 1.2rem;
  color: #007ab0;
  padding: 5% 0;
  line-height: 2.8rem;
}

.cart__img__title,
.cart__exit__title,
.cart__facility__title {
  border-right: 2px solid #007ab0;
}

.cart__img__title span {
  display: inline-block;
  border: 1px solid #007ab0;
  border-radius: 5px;
  padding: 5px 10px;
}

.cart__exit,
.cart__facility,
.cart__transfer {
  padding: 5px;
}

.cart__transfer img:not(:first-child) {
  margin-top: 5px;
}

.dest__select__area {
  max-width: 768px;
  display: grid;
  grid-template-columns: repeat(1, minmax(auto, 40px) 6fr minmax(auto, 40px));
  margin: 0 auto 2rem;
  padding: 0 3%;
  align-items: center;
}

#dest__select__btn_f,
#dest__select__btn_b {
  aspect-ratio: 1/1;
  height: auto;
  border-radius: unset;
  background-color: unset;
  border: unset;
  border-left: 2px solid #007ab0;
  background: url("../images/station/cartinfo/destselect_btn.png");
  background-size: cover;
}

#dest__select__btn_b {
  transform: rotate(180deg);
}

.dest__area {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DEDEDE;
  border-radius: 5px;
}

.dest__stationlabel {
  width: 25%;
  min-width: 120px;
  padding: 5px 0;
  position: relative;
}

input[type=checkbox] {
  display: none;
}

.dest__stationlabel button {
  border: unset;
  background: unset;
}

.dest__list {
  position: absolute;
  width: calc(100% + 20px);
  background-color: #CCCCCC;
  top: 100%;
  left: 0;
  display: none;
  padding: 10px;
}

.dest__area span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 10px;
}

.dest__list button:not(:first-child) {
  margin-top: 5px;
}

input:checked ~ .dest__stationlabel .dest__list {
  display: block;
}

.desstinfo__area {
  margin-bottom: 5rem;
}

.note {
  font-size: 1.6rem;
  margin-top: 3rem;
}

.note ol {
  padding-left: 2rem;
}

.note li {
  line-height: 2.5rem;
}

.line__bg {
  color: #000;
  background-color: #fff;
}

.lineBR__bg {
  background-color: #c48c31;
  color: #fff;
}

.lineR__bg {
  background-color: #e3002c;
  color: #fff;
}

.lineG__bg {
  background-color: #008659;
  color: #fff;
}

.lineO__bg {
  background-color: #f8b61c;
  color: #343434;
}

.lineBL__bg {
  background-color: #0070bd;
  color: #fff;
}

.lineY__bg {
  background-color: #ffdb00;
  color: #343434;
}

.timepricetable {
  width: 100%;
}

.timepricetable th {
  background-color: #efefef;
  line-height: 1;
  padding: 0.5rem 0;
}

.timepricetable,
.timepricetable th,
.timepricetable td {
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
}

.timepricetable td {
  line-height: 3rem;
}

@media screen and (max-width: 767px) {
  .stationdetailmenu {
    flex-wrap: wrap;
  }
  .stationdetailmenu .menuitem {
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
  .UB-updatetime,
  .UB-stationName,
  .UB-position,
  .UB-avaliable,
  .UB-empty {
    display: none;
  }
  .UB-td {
    display: block;
    text-align: left;
    border: none;
    border-bottom: 1px solid #DEDEDE;
  }
  .UB-td:first-child {
    background-color: #ECF7FC;
  }
  tr:nth-child(n+4) .UB-td:first-child {
    border-top: 1px solid #DEDEDE;
  }
  .UB-td:last-child {
    border: none;
  }
  .UB-td::before {
    content: attr(data-td) "：";
    font-weight: 600;
  }
  .UB-td:last-child.tw {
    text-indent: -14rem;
    margin-left: 14rem;
  }
  .UB-td:last-child.en {
    text-indent: -139.2px;
    margin-left: 139.2px;
  }
  .stationubike__table {
    border: 1px solid #DEDEDE;
  }
  .stationubike__table tr td {
    text-align: left;
  }
}
.stationdetailmenu .menuitem a {
  display: block;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
  text-align: center;
}

.stationdetailmenu .menuitem a:hover {
  top: 4px;
  left: 4px;
}

.stationdetailmenu .menuitem a img {
  display: inline-block;
}

.stationdetailmenu .menuitem a p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 0;
  margin: 0;
  text-align: center;
}

.stationexitinfo__table th {
  text-align: center;
}

.stationexitinfo__table .exittypeimg,
.stationexitinfo__table .exitdescribe,
.stationexitinfo__table .exitnote {
  text-align: left;
}

.stationexitinfo__table .exittypeimg img {
  padding: 0 3px;
}

.ntmetro,
.nodata_info {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0.5rem;
}

.stationubike__table tr td:nth-child(1),
.stationubike__table tr td:nth-child(2) {
  text-align: left;
}

.exittypeimg.td,
.exitdescribe.td {
  text-align: left;
}

.exittypeimg.td img {
  padding: 0 3px;
}

.th:not(:first-child),
.td:not(:first-child) {
  border-left: none;
}

.exit-table {
  display: flex;
}

.accessibility {
  flex: 0.1 0 10%;
}

.td.accessibility img {
  vertical-align: bottom;
}

.exitID {
  flex: 0.1 0 10%;
}

.exitType {
  flex: 0 0 25%;
}

.exitdescribe {
  flex: 0 0 25%;
}

.map {
  flex: 0.8 0 8%;
}

.youbike {
  flex: 0 0 8%;
}

.pic360 {
  flex: 0 0 8%;
}

.exitnote {
  flex: 0 0 16%;
}

@media screen and (max-width: 767px) {
  .exit-table {
    flex-wrap: wrap;
  }
  .th {
    display: none;
  }
  .td::before {
    content: attr(data-th) "：";
    font-weight: 600;
    display: inline-block;
    vertical-align: bottom;
  }
  .td {
    text-align: left;
    flex: 0 0 100%;
    border: 1px solid #DEDEDE !important;
    border-top: none !important;
  }
  .exitID {
    order: -1;
    background-color: #ECF7FC;
  }
  .tbody:nth-child(3) .exitID {
    border-top: 1px solid #DEDEDE !important;
  }
}
@media screen and (min-width: 360px) {
  .type__nav__btn .nav__btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 400px) {
  .cart__img__title,
  .cart__exit__title,
  .cart__facility__title,
  .cart__transfer__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .source {
    margin-top: 15px;
    font-size: 2rem;
  }
  .container__title {
    font-size: 2.6rem;
    padding-left: 0.5rem;
    margin-bottom: 2rem;
  }
  .stationinfo__table th,
  .stationinfo__table td {
    font-size: 2rem;
  }
  .scrollto__area,
  .station__info,
  .stationexitinfo,
  .stationparkinginfo,
  .youbikeInfo,
  .stationlocation,
  .timepricetable__area {
    margin-bottom: 10rem;
  }
  .stationparking__table th,
  .stationparking__table td,
  .stationubike__table th,
  .UB-td {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .th {
    font-size: 2em;
  }
  .td {
    font-size: 2em;
  }
  .scrollto__area,
  .type__nav__area {
    margin-bottom: 4rem;
  }
  .type__nav {
    grid-template-columns: repeat(8, 1fr);
  }
  .type__nav__btn .nav__btn {
    line-height: 5rem;
    border: none;
  }
  .type__nav__area {
    margin-bottom: 5rem;
  }
  .grid__column {
    grid-column-start: unset;
    grid-column-end: unset;
  }
  .section__sub__title {
    font-size: 2.6rem;
    margin-bottom: 5rem;
    padding-top: 3rem;
  }
  .cart__img__title,
  .cart__exit__title,
  .cart__facility__title,
  .cart__transfer__title {
    font-size: 1.8rem;
  }
  .note {
    font-size: 1.8rem;
  }
  .timepricetable,
  .timepricetable th,
  .timepricetable td {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 871px) {
  .type__nav__btn .nav__btn {
    font-size: 1.8rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 1201px) {
  .type__nav {
    padding: 0 3px;
  }
}
