

/*------------------------------------*/

#fireworkSpot{
	padding:7vw 0;
	background: url(../img/event_firework_bg.png) no-repeat top center / 100% auto #26288C;
}
#waterSpot{
	padding:7vw 0;
	background: url(../img/event_water_bg.png) no-repeat top center / 100% auto #CCEFFB;
}
#parkSpot{
	padding:7vw 0;
	background: url(../img/event_park_bg.png) no-repeat top center / 100% auto #FFFEE7;
}

.event-spot-ttl {
  width: 100%;
  margin: 0 auto 3em;
}
#fireworkSpot .event-spot-ttl { max-width:627px;}
#waterSpot .event-spot-ttl { max-width:501px;}
#parkSpot .event-spot-ttl { max-width:675px;}


@media screen and (max-width: 768px) {
	.event-spot-ttl {
	  margin: 0 auto 0;
	}
	
	#fireworkSpot .event-spot-ttl { max-width:70%;}
	#waterSpot .event-spot-ttl { max-width:60%;}
	#parkSpot .event-spot-ttl { max-width:80%;}
}


/*------------------------------------*/

.tableBlock_inner {
  max-width: 61.25em;
  width: 90%;
  margin:0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tableBlock_inner {
    padding: 5vw 0 8vw;
    width: 90%;
  }
}
.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;
  vertical-align:middle;
}
.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:4vw;
}
.tableBlock_pre .pre_sp_box a {
  display: block;
}
.tableBlock_pre .pre_sp_box a .name {
  padding: 0.5vw 0 0.5vw 2vw;
  margin-bottom: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.4vw;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 0vw;
  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;
}

