/* ----------------------------------------------------
	events
---------------------------------------------------- */
.events .ticket-detail.red {
	margin-bottom: 2.4rem;
}

.events .ticket-detail.blk {
	margin-bottom: 3rem;
}

.events .ticket-detail.blk+.note {
	margin: 0 auto 10rem;
	width: 51rem;
}

.events__content {
	margin: 0 auto;
	width: 100rem;
}

.events__content:not(:last-of-type) {
	margin-bottom: 8rem;
}

.events__content--inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.events__content--image {
	width: 39rem;
}

.events__content--detail {
	width: 55.9rem;
}

.events__content--title {
	margin-bottom: 1rem;
	line-height: normal;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.005em;
}

.events__content--title::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0.5rem;
	height: 2.6rem;
	display: inline-block;
	position: relative;
	top: 0.3rem;
	content: "";
}

.events__content--title.ticket::after {
	background-image: url(../img/ticket02.svg);
	width: 8.1rem;
}

.events__content--title.reserve::after {
	background-image: url(../img/ticket03.svg);
	width: 15.5rem;
}

.events__content--title.nypass::after {
	background-image: url(../img/ticket04.svg);
	width: 14.1rem;
}

.events__detail {
	margin-bottom: 1rem;
}

.events__detail--title {
	font-size: 2.6rem;
}

.events__detail--content {
	font-size: 2rem;
	font-weight: 400;
}

.events__detail--text {
	font-size: 1.8rem;
	font-weight: 400;
}

.events .profile {
	margin-top: 2.4rem;
}

.events .profile__title {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	line-height: normal;
	color: rgb(var(--blu));
	font-size: 2rem;
	font-weight: 700;
	border-bottom: solid 1px rgb(var(--blu));
}

.events .profile__title span {
	margin-right: 1rem;
}

.events .profile__title--kana {
	font-size: 1.3rem;
}

.events .profile .circle {
	margin-top: 1rem;
	font-size: 1.5rem;
}

.events .profile .circle li::before {
	color: #969188;
}

.events .profile__text {
	margin-top: 1rem;
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.events .ticket-detail {
		margin: 0 auto;
	}

	.events .ticket-detail.red {
		margin-bottom: 1.2rem;
	}

	.events .ticket-detail.blk {
		margin-bottom: 1.5rem;
	}

	.events .ticket-detail.blk+.note {
		margin-bottom: 5rem;
		width: 32rem;
	}

	.events__content {
		width: 32rem;
	}

	.events__content:not(:last-of-type) {
		margin-bottom: 4rem;
	}

	.events__content--inner {
		display: block;
	}

	.events__content--image,
	.events__content--detail {
		width: 100%;
	}

	.events__content--image {
		margin-bottom: 2rem;
	}

	.events__content--title {
		font-size: 2.4rem;
	}

	.events__content--title::after {
		margin: 0.5rem 0 0;
		display: block;
	}

	.events__detail--title {
		font-size: 2.2rem;
	}

	.events__detail--content {
		font-size: 1.8rem;
	}

	.events__detail--content .circle li {
		text-indent: -1.25em;
	}

	.events__detail--text {
		font-size: 1.6rem;
	}

	.events .profile {
		margin-top: 2rem;
	}

	.events .profile__title--kana {
		font-size: 1.2rem;
	}

	.events .profile .circle li {
		text-indent: -1.25em;
	}
}

/* 
	lesson
------------------------------ */
.lesson .profile {
	padding-right: 22.3rem;
	position: relative;
}

.lesson .profile__image {
	width: 17rem;
	position: absolute;
	top: 0;
	right: 0;
}

.lesson__reception {
	background-color: rgb(var(--wht));
	margin: 5rem auto 0;
	padding: 2.5rem 0;
	width: 58.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: solid 1px rgb(var(--blu));
}

.lesson__reception--title,
.lesson__reception--tel {
	font-size: 2rem;
}

.lesson__reception--title,
.lesson__reception--tel .telephone {
	font-weight: 700;
}

.lesson__reception--tel {
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
	.lesson .profile {
		padding-right: 0;
	}

	.lesson .profile__image {
		margin-top: 1rem;
		width: 100%;
		position: static;
	}

	.lesson__reception {
		margin: 2.5rem auto 0;
		padding: 2.5rem;
		width: 32rem;
	}

	.lesson__reception--tel {
		line-height: normal;
		text-align: center;
	}
}

/* 
	program
------------------------------ */
.program .events__detail {
	margin-bottom: 5rem;
}

.program .events__detail--title,
.program .events__detail--content {
	text-align: center;
}

.program .events__detail--title.date {
	font-weight: 500;
}

.program .events__detail--content .circle li .note {
	margin-left: 1rem;
	display: inline-block;
}

.program .events__detail--content .circle li .note li::before {
	content: "※";
}

.program__title {
	margin-bottom: 4.5rem;
	height: 5.8rem;
	color: rgb(var(--blu));
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	border-top: solid 1px rgb(var(--blu));
	border-bottom: solid 1px rgb(var(--blu));
	display: flex;
	justify-content: center;
	align-items: center;
}

.program__content {
	margin-bottom: 5rem;
}

.program__list {
	display: flex;
	flex-wrap: wrap;
}

.program__list--item {
	margin-bottom: 5rem;
	width: 48rem;
	display: flex;
	justify-content: space-between;
}

.program__list--item:not(:nth-child(even)) {
	margin-right: calc(100% - 48rem * 2);
}

.program__list--image {
	width: 22rem;
}

.program__list--content {
	width: 24rem;
}

.program__list--content .events__content--title::after {
	margin: 0.5rem 0 0;
	display: block;
}

.program__content--text {
	line-height: 1.6;
	font-size: 1.6rem;
	font-weight: 400;
}

.program__content--table,
.program__content--text .note {
	margin-top: 0.5rem;
}

.program__content--table {
	font-size: 1.5rem;
}

.program__content--table th,
.program__content--table td {
	font-size: 1.5rem;
	vertical-align: top;
}

.program__content--table th {
	color: rgb(var(--blu));
	font-weight: 700;
	display: flex;
}

.program__content--table th::after {
	content: "：";
}

.program__content--table td {
	font-weight: 400;
}

.program__content--table.block,
.program__content--table.block tbody,
.program__content--table.block tr,
.program__content--table.block th,
.program__content--table.block td {
	display: block;
}

.program .note.row {
	margin: 12rem 0 0;
	display: flex;
	flex-wrap: wrap;
}

.program .note.row li {
	margin-right: 1rem;
}

@media screen and (max-width: 768px) {
	.program .events__detail {
		margin-bottom: 3rem;
	}

	.program .events__detail--content .circle li {
		margin: 0;
	}

	.program .events__detail--content .circle li .note {
		margin: 0.5rem 0 0;
		display: block;
	}

	.program__title {
		margin-bottom: 3rem;
	}

	.program__list {
		display: block;
	}

	.program__list--item {
		width: 100%;
		display: block;
	}

	.program__list--item:not(:nth-child(even)) {
		margin-right: 0;
	}

	.program__list--image,
	.program__list--content {
		width: 100%;
	}

	.program__list--image {
		margin-bottom: 1rem;
	}

	.program .note.row {
		margin: 6rem 0 0;
	}
}

/* 
	lobby
------------------------------ */
.lobby-list {
	display: flex;
	justify-content: space-between;
}

.lobby-list__item {
	width: 47.2rem;
}

.lobby-image {
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	.lobby-list {
		display: block;
	}

	.lobby-list__item {
		width: 100%;
	}

	.lobby-list__item:not(:last-of-type) {
		margin-bottom: 5rem;
	}

	.lobby-image {
		margin-bottom: 1rem;
	}

	.lobby-list__item .events__content--title::after {
		display: none;
	}
}

/* 
	aqua
------------------------------ */
.aqua {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.aqua__image {
	width: 62.6rem;
}

.aqua__content {
	width: calc(100% - 62.6rem - 4rem);
}

.aqua .events__detail {
	margin-bottom: 2rem;
}

.aqua .events__detail--title,
.aqua .events__detail--content {
	text-align: left;
}

@media screen and (max-width: 768px) {
	.aqua {
		display: block;
	}

	.aqua__image,
	.aqua__content {
		width: 100%;
	}

	.aqua__image,
	.aqua .events__detail {
		margin-bottom: 1rem;
	}

	.aqua .events__detail--content {
		padding-left: 1em;
	}
}