@charset "UTF-8";
/* CSS Document */

.no-wrap {
  white-space: nowrap;
}

.ticket .table-seating .seating-02-student td {
	background: #dffaf3;
}

.ticket .table-seating .seating-04-student td {
	background: #e5e8fc;	
}

.purchase_btn { /*購入するボタン*/
	padding: 1.2em 0;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 68, 172, .9);
    z-index: 5;
}

.purchase_ticket_v {
	color: #D9D9D9;
	display: inline-block;
}

.accordion-heading-content-none {
	color: #627592;
	cursor: default;
}

.accordion-heading-content-none::before {
	display: none;
}