/*****************************************************************************
CSS only for 20240808_01 page
*****************************************************************************/

/* .TblData
-----------------------------------------*/
.TblData {
  background-color: #fff;
  border: solid 1px #d6d6d6;
  margin: 2.2em 0;
}
@media screen and (max-width: 976px) {
  .TblData {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .TblData {
    margin: 1.2em 0;
  }
}

.TblData::-webkit-scrollbar {
  height: 23px;

}
@media screen and (max-width: 767px) {
  .TblData::-webkit-scrollbar {
    height: 15px;
  }
}
.TblData::-webkit-scrollbar-thumb {
  background: #d6d6d6;
}
.TblData::-webkit-scrollbar-track {
  background: #fff;
  border-top: 1px solid #d6d6d6;
}
.TblData table {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .TblData table {
    font-size: 12px;
  }
}
.TblData th {
  font-weight: bold;
  vertical-align: middle;
  background-color: #d6d6d6;
  border: 1px solid #fff;
  padding: 10px;
}
.PriceList__group1 {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .PriceList__group1 {
    width: 40px;
  }
}
.PriceList__group2 {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .PriceList__group2 {
    width: 168px;
  }
}
.PriceList__group3 {
  width: 105px;
}
@media screen and (max-width: 767px) {
  .PriceList__group3 {
    width: 90px;
  }
}
.TblData td {
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #d6d6d6;
  border-right: dashed 1px #999999;
  padding: 8px 10px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .TblData td {
    padding: 12px 10px;
  }
}
.TblData td:last-child {
  border-right: none;
}
.TblData tr:last-child td {
  border-bottom: none;
}
.TblData__seat p {
writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
text-orientation: upright;
display: inline-block;
vertical-align: middle;
}
.TblData small {
  font-size: 12px;
}
/* .NextPage
-----------------------------------------*/
.NextPage{
  margin: 0 0 50px 0;
}


body .NextPage p {
  text-align: left;
}