@charset "UTF-8";
/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
main {
  /* table共通 */
}
main section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
main .majiBtn p a {
  background-color: #20aee5;
  background-image: url(../images/ticket/button_arrow.png);
  background-position: 93% 50%;
  background-repeat: no-repeat;
  background-size: 11px auto;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 0;
  padding: 15px 70px 15px 15px;
}
main #visual {
  background-image: url(../images/ticket/visual.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  height: 20vw;
  /*min-height: 550px;
  min-width: 1310px;*/
  text-align: center;
}
main #visual .inner {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  text-align: center;
}
main #visual h1 {
  color: #fff;
  font-family: "Miriam Libre", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}
main #visual h1 span {
  display: block;
  font-size: 45px;
}
main #index {
  padding: 30px 0 0;
}
main #index .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
main #index a {
  /*
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  border-radius: 5px;
  color: $white;
  */
  display: block;
  padding: 50px 0 30px;
  width: 49%;
  border: solid 1px #20aee5;
  border-radius: 5px;
  color: #20aee5;
}
main #index a:nth-child(1) {
  /*background-image: url(../images/ticket/index_price.jpg);*/
  margin: 0 2% 0 0;
}
main #index a:nth-child(2) {
  /*background-image: url(../images/ticket/index_season.jpg);*/
}
main #index a h2 {
  /*@include dropshadow;*/
  background-image: url(../images/ticket/index_arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 95%;
  background-size: 21px auto;
  font-family: "Miriam Libre", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 30px;
}
main #index a h2 span {
  display: block;
  font-size: 36px;
}
main table {
  border-collapse: collapse;
  width: 100%;
}
main table th, main table td {
  width: 33.33%;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  border: 1px solid #20aee5;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  main table th, main table td {
    padding: 10px;
  }
}
main table th {
  background-color: #20aee5;
  color: #fff;
  border: 1px solid #fff;
}
main table th small {
  font-size: 12px;
}
main table td {
  color: #20aee5;
}
main #price #iframe {
  margin-bottom: 30px;
}
main #price #iframe > p.firstText {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
main #price #iframe > p.linkText {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
main #price #iframe > p.linkBtn a {
  background-color: #20aee5;
  background-image: url(../images/ticket/button_arrow.png);
  background-position: 93% 50%;
  background-repeat: no-repeat;
  background-size: 11px auto;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 17px 70px 17px 20px;
}
main #price #iframe > div iframe {
  width: 100%;
  height: 165px;
  border: 0;
  margin-bottom: 10px;
}
main #price table tr td:nth-of-type(2) {
  text-align: right;
}
main #price table.onedayTable {
  margin-bottom: 20px;
}
main #price table.onedayTable tr th {
  width: 25%;
  line-height: 130%;
}
main #price table.onedayTable tr th:not(:first-child) {
  text-align: center;
}
main #price table.onedayTable tr td {
  width: auto;
}
main #price table.onedayTable tr td:nth-child(n+2) {
  text-align: center;
}
main #price ul {
  margin: 15px 0 0;
}
main #price ul li {
  color: gray1;
  font-size: 14px;
  text-align: left;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
main #price ul li:before {
  content: '■';
  padding: 0 5px 0 0;
}
main #offpeakticket {
  padding: 30px 0 0;
}
main #offpeakticket p.firstText {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}
main #offpeakticket table {
  margin-bottom: 20px;
}
main #offpeakticket table tr th {
  width: 25%;
  line-height: 130%;
}
main #offpeakticket table tr th:not(:first-child) {
  text-align: center;
}
main #offpeakticket table tr td {
  width: auto;
}
main #offpeakticket table tr td:nth-child(n+2) {
  text-align: center;
}
main #offpeakticket ul.notes {
  margin: 0 0 20px;
}
main #offpeakticket ul.notes li {
  color: gray1;
  font-size: 14px;
  text-align: left;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
main #offpeakticket ul.notes li:before {
  content: '■';
  padding: 0 5px 0 0;
}
main #seasontickets {
  padding: 30px 0 0;
}
main #seasontickets table {
  margin-bottom: 20px;
}
main #seasontickets table tr td:nth-of-type(2) {
  text-align: right;
}
main #seasontickets ul.notes {
  margin: 0 0 20px;
}
main #seasontickets ul.notes li {
  color: gray1;
  font-size: 14px;
  text-align: left;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
main #seasontickets ul.notes li:before {
  content: '■';
  padding: 0 5px 0 0;
}
main #seasontickets section {
  text-align: left;
  margin-bottom: 20px;
}
main #seasontickets section > h4 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
  color: #20aee5;
  border-bottom: 2px solid #20aee5;
}
main #seasontickets section > p {
  font-size: 14px;
}
main #seasontickets .button {
  background-color: #20aee5;
  background-image: url(../images/ticket/button_arrow.png);
  background-position: 93% 50%;
  background-repeat: no-repeat;
  background-size: 11px auto;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 17px 70px 17px 20px;
}
main #disabilities {
  padding: 30px 0 0;
}
main #disabilities table {
  margin-bottom: 20px;
}
main #disabilities table tr td:nth-of-type(2) {
  text-align: right;
}
main #disabilities ul.notes {
  margin: 0 0 20px;
}
main #disabilities ul.notes li {
  color: gray1;
  font-size: 14px;
  text-align: left;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
main #disabilities ul.notes li:before {
  content: '■';
  padding: 0 5px 0 0;
}
main .jizen {
  max-width: 960px;
  margin: 30px auto 0;
  padding: 20px 0 0;
  text-align: center;
}
main .jizen h5 {
  border-top: solid 2px #20aee5;
  border-bottom: solid 1px #dddddd;
  color: #20aee5;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px;
  text-align: center;
  padding: 10px 0;
}
main .jizen p {
  margin: 0 0 20px;
  font-size: 14px;
}

.infoTable {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .infoTable {
    overflow-x: scroll;
  }
}
.infoTable table {
  border-collapse: collapse;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .infoTable table {
    width: 670px;
  }
}
.infoTable table th,
.infoTable table td {
  font-weight: normal;
  border: solid 1px #fff;
  text-align: center;
  padding: 15px 0;
}
.infoTable table th {
  background-color: #20aee5;
  color: #fff;
}
.infoTable table th:first-child {
  border-top-left-radius: 15px;
}
.infoTable table th:last-child {
  border-top-right-radius: 15px;
}
.infoTable table th small {
  display: block;
  font-size: 0.9em;
}
.infoTable table td {
  background-color: #f4f4f4;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .infoTable table td.tdLeft {
    text-align: left;
    padding-left: 10px;
  }
}
.infoTable table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.infoTable table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.scheduleList {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 50px;
}
.scheduleList > div.month {
  width: calc(25% - 18px);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .scheduleList > div.month {
    width: calc(25% - 6px);
  }
}
@media screen and (max-width: 640px) {
  .scheduleList > div.month {
    width: calc(50% - 10px);
  }
}
.scheduleList > div.month:not(:nth-child(4n+1)) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .scheduleList > div.month:not(:nth-child(4n+1)) {
    margin-left: 8px;
  }
}
@media screen and (max-width: 640px) {
  .scheduleList > div.month:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .scheduleList > div.month:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
}
.scheduleList > div.month .monthTit {
  text-align: center;
  margin-bottom: 7px;
  letter-spacing: 2px;
}
.scheduleList > div.month table {
  border-collapse: collapse;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}
.scheduleList > div.month table th,
.scheduleList > div.month table td {
  font-weight: normal;
  border: solid 1px #eee;
  text-align: center;
  padding: 5px 0;
}
.scheduleList > div.month table th {
  background-color: #20aee5;
  color: #fff;
}
.scheduleList > div.month table td {
  background-color: #fff;
}
.scheduleList > div.month table td:last-child {
  color: #00c;
}
.scheduleList > div.month table td:first-child, .scheduleList > div.month table td.red {
  color: #c00;
}

.spDate {
  display: none;
}
@media screen and (max-width: 640px) {
  .spDate {
    display: block;
    margin-bottom: 20px;
  }
  .spDate p strong {
    display: inline-block;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    margin-right: 5px;
  }
  .spDate p small {
    font-size: 0.9em;
  }
}

table.ticketPriceTable {
  border-collapse: collapse;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}
table.ticketPriceTable th,
table.ticketPriceTable td {
  font-weight: normal;
  border: solid 1px #eee;
  text-align: center;
  padding: 15px 0;
}
table.ticketPriceTable th.bb,
table.ticketPriceTable td.bb {
  border-bottom: solid 5px #eee;
}
table.ticketPriceTable th {
  background-color: #20aee5;
}
table.ticketPriceTable th:first-child {
  border-top-left-radius: 15px;
}
table.ticketPriceTable th:last-child {
  border-top-right-radius: 15px;
}
table.ticketPriceTable th strong {
  display: block;
  font-weight: 700;
  font-size: 1.2em;
}
table.ticketPriceTable th small {
  display: block;
  font-size: 0.9em;
  line-height: 130%;
  margin-top: 2px;
}
@media screen and (max-width: 640px) {
  table.ticketPriceTable th small {
    display: none;
  }
}
table.ticketPriceTable td {
  background-color: #fff;
  vertical-align: middle;
}
table.ticketPriceTable td br.spKai {
  display: none;
  /* SP縦向き */
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  table.ticketPriceTable td br.spKai {
    display: block;
  }
}
table.ticketPriceTable td .spTate {
  /* SP縦向き */
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  table.ticketPriceTable td .spTate {
    padding: 0 5px;
    line-height: 120%;
  }
}
table.ticketPriceTable td:nth-last-child(1) {
  background-color: #d7e8d9;
}
table.ticketPriceTable td:nth-last-child(2) {
  background-color: #efdfe3;
}
table.ticketPriceTable td:nth-last-child(3) {
  background-color: #f7f7bc;
}
table.ticketPriceTable td:nth-last-child(4) {
  background-color: #d3e7f9;
}
table.ticketPriceTable tr:last-child td {
  background: #fff !important;
}
table.ticketPriceTable tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
table.ticketPriceTable tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.aa {
  background-color: #d3e7f9 !important;
}

.a {
  background-color: #f7f7bc !important;
}

.b {
  background-color: #efdfe3 !important;
}

.c {
  background-color: #d7e8d9 !important;
}

/* SP縦向き */
@media screen and (max-width: 640px) and (orientation: portrait) {
  #offpeakticket table th, #offpeakticket table td {
    padding: 5px;
  }
}
/*========================================================================*/
@media screen and (max-width: 768px) {
  /*--------------------------------------------------------------------------
  main
  --------------------------------------------------------------------------*/
  main .inner {
    width: 100%;
  }
  main #visual {
    background-image: url(../images/ticket/visual_sp.jpg);
    height: 65vw;
    /*min-height: 550px;
    min-width: 1310px;*/
    min-width: 100%;
  }
  main #visual .inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  main #visual h1 {
    font-size: 14px;
  }
  main #visual h1 span {
    display: block;
    font-size: 35px;
  }
  main #index {
    padding: 30px 0 0;
  }
  main #index .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  main #index a {
    padding: 30px 0 20px;
  }
  main #index a:nth-child(1) {
    /*background-image: url(../images/ticket/index_price.jpg);*/
    margin: 0 5% 0 0;
    padding-top: 45px;
  }
  main #index a:nth-child(2) {
    /*background-image: url(../images/ticket/index_season.jpg);*/
  }
  main #index a h2 {
    font-size: 12px;
    line-height: 1.2;
    padding: 0 0 30px;
  }
  main #index a h2 span {
    font-size: 26px;
    padding: 0 0 5px;
  }
  main #seasontickets {
    padding: 30px 0 0;
  }
  main #seasontickets .button {
    display: block;
    font-size: 15px;
    margin: 30px auto 0;
    padding: 17px 70px 17px 20px;
    text-align: left;
  }
  main .jizen {
    margin: 30px 30px 0;
  }
  main .jizen h5 {
    font-size: 20px;
  }
}
