.tableBlock h3 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tableBlock h3 {
    max-width: none;
    width: 110%;
    margin-left: -5%;
  }
}
.tableBlock .snoway {
  text-align: center;
  color: #ff738f;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .tableBlock .snoway {
    font-size: 3.5vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
.tableBlock_inner {
  margin: 40px auto 0;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner {
    margin-top: 5vw;
    padding: 5vw 0 8vw;
    border-radius: 15px;
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
}
.tableBlock_pre:nth-of-type(n + 2) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .tableBlock_pre:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .tableBlock_pre {
    background-color: #fff;
    border-radius: 15px;
    padding: 5vw 0 8vw;
  }
}
.tableBlock_pre h4 {
  text-align: center;
  color: #000f62;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tableBlock_pre h4 {
    font-size: 6vw;
  }
}
.tableBlock_pre .pre {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0em;
}
.tableBlock_pre .pre td,
.tableBlock_pre .pre th {
  border-collapse: collapse;
  background-color: #fff0de;
}
.tableBlock_pre .pre td {
  padding: 16px 0;
  background-image: linear-gradient(to bottom, #000f62 3px, transparent 3px);
  background-size: 3px 8px;
  background-repeat: repeat-y;
  background-position: top right;
  font-size: 14px;
  line-height: 1.2;
}
.tableBlock_pre .pre td:first-child {
  letter-spacing: 0.05em;
}
.tableBlock_pre .pre td:first-child span {
  font-size: 14px;
}
.tableBlock_pre .pre td:last-child {
  background-image: none;
}
.tableBlock_pre .pre td a {
  color: #000;
}
.tableBlock_pre .pre td a:hover {
  text-decoration: underline;
}
.tableBlock_pre .pre td span {
  font-size: 10px;
}
.tableBlock_pre .pre table {
  border: #000f62 4px solid;
  border-radius: 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.tableBlock_pre .pre table tr {
  margin-top: -2px;
}
.tableBlock_pre .pre table tr:first-child td:first-child {
  border-radius: 23px 0 0 0;
}
.tableBlock_pre .pre table tr:first-child td:last-child {
  border-radius: 0 23px 0 0;
}
.tableBlock_pre .pre table tr:last-child td:first-child {
  border-radius: 0 0 0 27px;
}
.tableBlock_pre .pre table tr:last-child td:last-child {
  border-radius: 0 0 27px 0;
}
.tableBlock_pre .pre table tr:nth-child(2n) td {
  background-color: #fff;
}
.tableBlock_pre .pre table#dataTable_firework tr td {
  background-color: #fff;
}
.tableBlock_pre .pre table#dataTable_firework tr.firework td {
  background-color: #000f62;
  color: #fff;
}
.tableBlock_pre .pre table#dataTable_firework tr:nth-child(2n) td {
  background-color: #fffadd;
}
.tableBlock_pre .pre table.dataTable_waterSpot tr td {
  background-color: #fff;
}
.tableBlock_pre .pre table.dataTable_waterSpot tr.waterSpot td {
  background-color: #000f62;
  color: #fff;
}
.tableBlock_pre .pre table.dataTable_waterSpot tr:nth-child(2n) td {
  background-color: #e5f8fd;
}
.tableBlock_pre .pre .topBar {
  color: #fff;
  font-weight: bold;
}
.tableBlock_pre .pre .topBar td {
  padding: 10px 0;
  background-color: #000f62;
  background-image: linear-gradient(to bottom, #fff 3px, transparent 3px);
  background-size: 3px 8px;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .tableBlock_pre .pre .topBar td {
    line-height: 1.2;
  }
}
.tableBlock_pre .pre .topBar td:first-child {
  width: 25%;
}
.tableBlock_pre .pre .topBar td:nth-child(n+2) {
  width: 17.5%;
}
.tableBlock_pre .pre .topBar td:last-child {
  background-image: none;
  width: 40%;
}
.tableBlock_pre .pre .topBar td span {
  font-size: 14px;
}
.tableBlock_pre .pre .topBar.firework td {
  width: 15%;
  line-height: 1;
}
.tableBlock_pre .pre .topBar.firework td:first-child {
  width: 24%;
}
.tableBlock_pre .pre .topBar.firework td:nth-child(2) {
  width: 31%;
}
.tableBlock_pre .pre .topBar.firework td:nth-child(3) {
  width: 17%;
}
.tableBlock_pre .pre .topBar.firework td span {
  font-size: 10px;
  font-weight: 400;
}
.tableBlock_pre .pre .topBar.waterSpot td {
  width: 29%;
  line-height: 1;
}
.tableBlock_pre .pre .topBar.waterSpot td:last-child {
  width: 13%;
}
.tableBlock_pre .pre .topBar.waterSpot td span {
  font-size: 10px;
  font-weight: 400;
}
.tableBlock_pre .pre .topBar.leisure td {
  width: 29%;
  line-height: 1;
}
.tableBlock_pre .pre .topBar.leisure td:last-child {
  width: 13%;
}
.tableBlock_pre .pre .topBar.leisure td span {
  font-size: 10px;
  font-weight: 400;
}
.tableBlock_pre .pre_sp {
  width: 92%;
  margin: 2vw auto 0;
}
.tableBlock_pre .pre_sp_box:nth-of-type(n + 2) {
  margin-top: 7vw;
}
.tableBlock_pre .pre_sp_box a {
  display: block;
}
.tableBlock_pre .pre_sp_box a .name {
  padding: 0.5vw 0 0.5vw 2vw;
  background: linear-gradient(90deg, rgb(0, 15, 98) 0%, rgb(0, 15, 98) 75%, rgba(0, 15, 98, 0) 100%);
}
.tableBlock_pre .pre_sp_box a .name p {
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}
.tableBlock_pre .pre_sp_box a p {
  font-size: 3.8vw;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 1vw;
  font-weight: 500;
  padding-left: 0.5vw;
}
.tableBlock_pre .pre_sp_box a p span {
  font-size: 2.8vw;
  color: #000;
}
.tableBlock_pre .pre_sp_box a p span.list {
  font-size: 3.8vw;
  color: #000f62;
}
.tableBlock_pre .pre_sp_box a p span.sp-block {
  display: inline-block;
}
.tableBlock_pre .pre_sp .tableBlock_note {
  margin-top: 8vw;
  text-align: left;
}
.tableBlock_note {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .tableBlock_note {
    font-size: 10px;
    margin-top: 3vw;
  }
}
.tableBlock .eventInfo {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .tableBlock .eventInfo {
    margin-top: 10vw;
  }
}
.tableBlock .eventInfo h4 {
  max-width: 936px;
  width: 100%;
  margin: 0 auto;
}
.tableBlock .eventInfo_btn {
  max-width: 400px;
  width: 100%;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .tableBlock .eventInfo_btn {
    max-width: none;
    width: 80%;
    margin-top: 5vw;
  }
}
.tableBlock .eventInfo_btn a {
  display: inline-block;
}

.floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .floating {
    top: auto;
    bottom: 0;
    transform: none;
    display: flex;
    width: 100%;
  }
}
.floating.is-active {
  opacity: 1;
}
.floating li {
  width: 60px;
  transition-duration: 0.3s;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .floating li {
    width: 43px;
  }
}
@media screen and (max-width: 768px) {
  .floating li {
    width: auto;
  }
}
.floating li:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .floating li:nth-of-type(n + 2) {
    margin-top: 0vw;
  }
}
.floating li a {
  display: block;
}
.floating li:hover a {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .floating2 {
    display: none;
  }
}
.floating2.lineCam {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 10em;
  width: 350px;
  transform: none;
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .floating2.lineCam {
    bottom: 10vw;
    transform: none;
    width: 54%;
  }
}
.floating2.lineCam.is-active {
  opacity: 1;
}
.floating2.lineCam .close_btn {
  color: #fff;
  background: #289eff;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.5625em;
  font-weight: bold;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 1em;
  transform: translate(0%, 0%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .floating2.lineCam .close_btn {
    width: 7vw;
    height: 7vw;
    font-size: 4.5vw;
    top: -3vw;
  }
}
.floating2.lineCam .close_btn a {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .floating2.lineCam .close_btn a {
    top: 49%;
  }
}

@media screen and (max-width: 768px) {
  .floating3 {
    display: none;
  }
}
.floating3.lineCam {
  position: fixed;
  left: 0;
  top: auto;
  width: 350px;
  transform: none;
  opacity: 0;
  transition-duration: 0.3s;
  bottom: 0em;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .floating3.lineCam {
    bottom: 10vw;
    transform: none;
    width: 54%;
  }
}
.floating3.lineCam.is-active {
  opacity: 1;
}
.floating3.lineCam .close_btn2 {
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.5625em;
  font-weight: bold;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.7em;
  background: #ff833c;
  right: 1em;
  transform: translate(0%, 0%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .floating3.lineCam .close_btn2 {
    width: 7vw;
    height: 7vw;
    font-size: 4.5vw;
    top: -3vw;
  }
}
.floating3.lineCam .close_btn2 a {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .floating3.lineCam .close_btn2 a {
    top: 49%;
  }
}/*# sourceMappingURL=style_lp_spot.css.map */