@charset "utf-8";

li {
  list-style: none;
}

.sm-txt {
  font-size: 0.9rem;
}

.shima-map {
  width: 75%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  background-color: #fff;
  margin-bottom: 20px;
}

.timeplace-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.timeplace-tbl {
  border-collapse: collapse;
  margin: 0 auto 1px;
  padding: 0;
  width: 750px;
  table-layout: fixed;
}

.timeplace-tbl tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}

.timeplace-tbl th,
.timeplace-tbl td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}

.timeplace-tbl thead tr{
  background-color: #eee;
}

.time-head {
  width: 100px;
}

.time-data {
  color: red;
  font-size: 1.2rem;
}

.access-img-wrapper {
  padding-top: 15px;
}

.access-img-wrapper img {
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  margin: 5px 7px 0;
  height: 232px;
  object-fit: cover;
}

.access-img-wrapper span {
  display: block;
}

.late-txt {
  margin-bottom: 30px;
  font-size: 0.8rem;
}

.venue .timeplace-tbl {
  width: 500px;
}

.ferry-map {
  width: 500px;
}

.access-btn {
  background-color: #ffffad;
  width: 30%;
}

.other-access-link {
  margin-top: 30px;
  margin-bottom: 30px;
}

.other-access-link p {
  margin-bottom: 10px;
}