@charset "utf-8";




/* ----------------
	scene page
 ---------------- */


/* ---- container ---- */

body > .container {
	padding: 100px 5% 120px;
}

body > .container > .inner {
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {

	body > .container {
		padding: 12vw 7vw 15vw;
	}

	body > .container > .inner {
		max-width: none;
		margin: 0;
	}

}


/* ---- heading ---- */

h1 {
	font-size: 3.7rem;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 1.3;
	text-align: center;
}

h1 + p {
	margin-top: 20px;
	font-size: 1.7rem;
	letter-spacing: .15em;
	line-height: 2;
	text-align: center;
}

.schedule + h2 {
	margin-top: 80px;
	font-size: 2.6rem;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 1.3;
	text-align: center;
}

@media screen and (max-width: 767px) {

	h1 {
		font-size: 2.6rem;
	}

	h1 + p {
		margin-top: 6vw;
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: left;
	}

	.schedule + h2 {
		margin-top: 12vw;
		font-size: 2rem;
	}

}


/* ---- schedule ---- */

.schedule {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	padding-top: 70px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.schedule	li {
	width: 30%;
	margin: 0 5% 70px 0;
}

.schedule li:nth-child(3n) {
	margin-right: 0;
}

.schedule img {
	display: block;
	width: 100%;
}

.schedule .time {
	margin-top: 15px;
	padding: 10px;
	background-color: #eeecd7;
	background-image: url(../images/scene/angle.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top 50% right 0;
	font-size: 1.5rem;
}

.schedule dt {
	margin-top: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.schedule dd {
	margin-top: 8px;
	font-size: 1.5rem;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {

	.schedule {
		margin-top: 10vw;
		padding-top: 12vw;
	}

	.schedule	li {
		width: 48%;
		margin: 0 4% 12vw 0;
	}

	.schedule li:nth-child(3n) {
		margin-right: 4%;
	}

	.schedule li:nth-child(2n) {
		margin-right: 0;
	}

	.schedule .time {
		margin-top: 3vw;
		padding: 8px;
		font-size: 1.3rem;
	}

	.schedule dt {
		margin-top: 3vw;
		font-size: 1.5rem;
		line-height: 1.4;
	}

	.schedule dd {
		margin-top: 5px;
		font-size: 1.3rem;
		line-height: 1.7;
	}

}


/* ---- scene ---- */

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

.scene	li {
	width: 30%;
	margin: 40px 5% 0 0;
}

.scene li:nth-child(3n) {
	margin-right: 0;
}

.scene img {
	display: block;
	width: 100%;
}

.scene dt {
	margin-top: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.scene dd {
	margin-top: 8px;
	font-size: 1.5rem;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {

	.scene	li {
		width: 48%;
		margin: 8vw 4% 0 0;
	}

	.scene li:nth-child(3n) {
		margin-right: 4%;
	}

	.scene li:nth-child(2n) {
		margin-right: 0;
	}

	.scene dt {
		margin-top: 3vw;
		font-size: 1.5rem;
		line-height: 1.4;
	}

	.scene dd {
		margin-top: 5px;
		font-size: 1.3rem;
		line-height: 1.7;
	}

}
