.s25-section {
  padding-top: 120px;
}
@media all and (max-width: 480px) {
  .s25-section {
    padding-top: 60px;
  }
}

.webticket_ttl {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.webticket_ttl .otoku {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
}
@media all and (max-width: 480px) {
  .webticket_ttl .otoku {
    width: 100px;
    height: 100px;
    left: -10px;
  }
}
.webticket_ttl h2 {
  width: calc(100% - 100px);
  font-size: 24px;
  font-weight: bold;
  margin: 35px 0 0 90px;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #212681;
}
@media all and (max-width: 480px) {
  .webticket_ttl h2 {
    font-size: 20px;
    width: calc(100% - 50px);
    margin: 35px 0 0 50px;
  }
}

.table_wrap {
  width: 100%;
  margin: 30px auto;
}
.table_wrap table {
  min-width: 800px;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  background-color: #f9f9f9;
  line-height: 1.3;
}
.table_wrap table th {
  padding: 1em 0.8em;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  align-content: center;
}
.table_wrap table th.plan1 {
  background: #e35045;
}
.table_wrap table th.plan2 {
  background: #454b80;
}
.table_wrap table th.plan3 {
  background: #65bcaf;
}
.table_wrap table th .price {
  color: #fff;
  margin-bottom: 10px;
}
.table_wrap table th .btn {
  background-color: #fff;
  color: #000;
  padding: 1em;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
}
.table_wrap table th .btn:hover {
  opacity: 0.8;
}
.table_wrap table tr {
  background-color: #fff;
  padding: 0.35em;
  border-bottom: 1px solid #ccc;
}
.table_wrap table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table_wrap table td {
  padding: 0.7em;
  text-align: center;
  font-size: 1.2em;
  border: 1px solid #ccc;
}
.table_wrap table td small {
  font-size: 90%;
}
.table_wrap table td .sankaku {
  color: #e93527;
  display: block;
}
.table_wrap table td .price {
  font-size: 120%;
  font-weight: bold;
}
.table_wrap table td .price.p1 {
  color: #e35045;
}
.table_wrap table td .price.p2 {
  color: #454b80;
}
.table_wrap table td .price.p3 {
  color: #65bcaf;
}

@media screen and (max-width: 700px) {
  .table_wrap {
    overflow-x: scroll;
  }
}
.s25-liftTicketPricingNote {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
.s25-liftTicketPricingNote ul {
  margin: 0 auto;
}
.s25-liftTicketPricingNote ul li {
  text-align: left;
}

.scheduleList {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 50px;
}
@media all and (max-width: 480px) {
  .scheduleList {
    flex-direction: column;
  }
}
.scheduleList > div.month {
  width: calc(25% - 18px);
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  .scheduleList > div.month {
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 480px) {
  .scheduleList > div.month {
    width: calc(100% - 10px);
  }
}
.scheduleList > div.month:not(:nth-child(4n+1)) {
  margin-left: 24px;
}
@media all and (max-width: 768px) {
  .scheduleList > div.month:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .scheduleList > div.month:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .scheduleList > div.month:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}
.scheduleList > div.month .monthTit {
  text-align: center;
  margin-bottom: 7px;
  letter-spacing: 1px;
  font-weight: bold;
}
.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: 6px;
}
.scheduleList > div.month table th {
  background-color: #212681;
  color: #fff;
}
.scheduleList > div.month table td {
  background-color: #fff;
}
.scheduleList > div.month table td:last-child {
  background-color: rgb(234, 234, 245);
}
.scheduleList > div.month table td:first-child, .scheduleList > div.month table td.red {
  background-color: rgb(247, 235, 235);
}
.scheduleList > div.month table td a {
  color: #fff;
  display: block;
  border-radius: 30px;
  transition: 0.3s;
  cursor: pointer;
}
.scheduleList > div.month table td a:hover {
  opacity: 0.5;
}
.scheduleList > div.month table td a.jsC {
  background-color: #e35045;
}
.scheduleList > div.month table td a.jsB {
  background-color: #454b80;
}
.scheduleList > div.month table td a.jsA {
  background-color: #65bcaf;
}

table.priceList {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  background-color: #f9f9f9;
  line-height: 1.3;
  border: 1px solid #ccc;
  border-radius: 4px;
}
table.priceList th {
  padding: 1em 0.8em;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  align-content: center;
}
@media all and (max-width: 480px) {
  table.priceList th {
    display: block;
  }
}
table.priceList th.plan1 {
  background-color: #e35045;
}
table.priceList th.plan2 {
  background-color: #454b80;
}
table.priceList th.plan3 {
  background-color: #65bcaf;
}
table.priceList th .price {
  color: #fff;
  margin-bottom: 10px;
}
table.priceList th .btn {
  background-color: #fff;
  color: #000;
  padding: 1em;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
}
table.priceList th .btn:hover {
  opacity: 0.8;
}
table.priceList tr {
  background-color: #fff;
  padding: 0.35em;
  border-bottom: 1px solid #ccc;
}
table.priceList tr:nth-child(even) {
  background-color: #f9f9f9;
}
table.priceList td {
  padding: 0.7em;
  text-align: center;
  font-size: 1.2em;
  border: 1px solid #ccc;
}
table.priceList td small {
  font-size: 90%;
}
table.priceList td .price {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}
table.priceList td .price.p1 {
  color: #e35045;
}
table.priceList td .price.p2 {
  color: #454b80;
}
table.priceList td .price.p3 {
  color: #65bcaf;
}
/*# sourceMappingURL=buy.css.map */