/*
  workshop
*/
/* .workshop-list
----------------------------------------*/
/* .tickets-info
----------------------------------------*/
.tickets-info {
	padding-top: 50px;
	padding-bottom: 70px;
	line-height: 1.8em; }
	@media screen and (max-width: 750px) {
		.tickets-info {
			padding-top: 6.66667%;
			padding-bottom: 16%;
			font-size: 12px;
			font-size: 3.75vw; } }
	.tickets-info h2 {
		font-size: 20px;
		margin-bottom: 1em;
		padding-bottom: 0.5em;
		border-bottom: 1px solid #FFF;
		line-height: 1.2em; }
		@media screen and (max-width: 750px) {
			.tickets-info h2 {
				font-size: 16px;
				font-size: 5vw;
				padding: 0.5em;
				border-top: 1px solid #FFF; } }

.caption {
	margin-bottom: 30px; }
	@media screen and (max-width: 750px) {
		.caption {
			margin-bottom: 4vw; } }

.info-block {
	margin: 50px auto 50px; }
	@media screen and (max-width: 750px) {
		.info-block {
			margin: 6.66667vw auto 6.66667vw; } }

.list-head {
	font-size: 18px;
	margin-bottom: 50px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center; }
	@media screen and (max-width: 750px) {
		.list-head {
			font-size: 12px;
			font-size: 3.75vw;
			line-height: 1.5em;
			margin-bottom: 6.66667vw; } }
	.list-head span {
		padding: 0 20px; }
		@media screen and (max-width: 750px) {
			.list-head span {
				padding: 0 2.66667vw; } }
	.list-head:after, .list-head:before {
		content: '';
		width: 100px;
		border-bottom: 1px solid #FFF; }
		@media screen and (max-width: 750px) {
			.list-head:after, .list-head:before {
				width: 13.33333vw; } }

.actors-list {
	width: 800px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px auto 0; }
	@media screen and (max-width: 750px) {
		.actors-list {
			width: 100%;
			margin: 6.66667vw auto 0; } }
	.actors-list .actor {
		width: 400px;
		margin-bottom: 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center; }
		@media screen and (max-width: 750px) {
			.actors-list .actor {
				width: 100%;
				margin-bottom: 5.33333vw;
				-webkit-justify-content: center;
				justify-content: center; } }
		@media screen and (max-width: 750px) {
			.actors-list .actor.dammy {
				display: none; } }
		.actors-list .actor .actor-image {
			width: 60px;
			margin-right: 10px; }
			@media screen and (max-width: 750px) {
				.actors-list .actor .actor-image {
					width: 16vw;
					margin-right: 2.66667vw; } }
			.actors-list .actor .actor-image img {
				width: 100%; }

p.notice {
	width: 800px;
	text-align: right; }
	@media screen and (max-width: 750px) {
		p.notice {
			width: 100%; } }

.application-btn {
	position: relative;
	display: inline-block;
	height: 56px; }
	.application-btn span {
		position: relative;
		display: block;
		padding: 0 20px;
		height: 100%;
		line-height: 56px;
		border-radius: 5px;
		background-image: -webkit-linear-gradient(#ff0000 0%, #ff9999 100%);
		background-image: linear-gradient(#ff0000 0%, #ff9999 100%);
		box-shadow: 0px 2px 2px rgba(255, 0, 0, 0.3);
		border-bottom: 3px solid #ff0000;
		color: #FFF;
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out; }
	.application-btn:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #000;
		border-radius: 5px; }
	.application-btn:hover span {
		color: #FFF;
		opacity: 0.7; }

.top-link {
	width: 100%;
	padding-top: 50px;
	margin-bottom: 50px;
	text-align: center; }
	@media screen and (max-width: 750px) {
		.top-link {
			padding-top: 6.66667%;
			margin-bottom: 6.66667%; } }
