@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------
公開リハーサルのお知らせ（info_1）
-------------------------------------------*/

.info-hero{
	background: linear-gradient(to left, #ee3d1c 0%, #b31f82 80%, #7800e7 100%);
	padding: 90px 20px;
	text-align: center;
}
.info-hero h1{
	color: #fff;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.4;
	max-width: 1200px;
	margin: 0 auto;
}

.info-content{
	max-width: 1200px;
	padding: 40px 20px 0;
	margin: 0 auto;
	color: #000;
}
.info-content > *{
	margin-bottom: 40px;
}
.info-content > *:last-child{
	margin-bottom: 0;
}

.info-lead{
	font-size: 16px;
	line-height: 2.6;
	text-align: center;
}

/*ボックス（公開リハーサル詳細）*/
.info-box{
	background-color: #f5f5f5;
	border-radius: 40px;
	padding: 40px;
	text-align: center;
}
.info-box__title{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 20px;
}
.info-box__detail p{
	font-size: 20px;
	font-weight: 500;
	line-height: 2.6;
}
.info-box__detail p.note{
	font-size: 16px;
	font-weight: 400;
}
.info-box__schedule{
	border-top: solid 1px #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
.info-box__schedule-title{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 10px;
}
.info-box__schedule-list p{
	font-size: 16px;
	line-height: 2.6;
}

/*ご観覧について／駐車場について／注意事項*/
.info-set{
	text-align: left;
}
.info-set__title{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 10px;
}
.info-set__text p{
	font-size: 16px;
	line-height: 2.6;
}

/*お問い合わせ*/
.info-contact p{
	font-size: 16px;
	line-height: 2.6;
	text-align: center;
}

/*トップページへ戻るボタン*/
.info-back{
	text-align: center;
	padding-top: 20px;
}
.info-content > .info-back:last-child{
	margin-bottom: 40px;
}
.info-back__btn{
	display: inline-block;
	background-color: #fff;
	border-radius: 500px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	padding: 16px 40px;
	font-size: 16px;
}
.info-back__btn:hover{
	opacity: 0.7;
}

/*-------------------------------------------
タブレット
-------------------------------------------*/
@media screen and ( max-width: 1024px ){
	.info-hero{
		padding: 70px 20px;
	}
	.info-hero h1{
		font-size: 48px;
	}
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
	.info-hero{
		padding: 50px 20px;
	}
	.info-hero h1{
		font-size: 40px;
		line-height: 1.5;
	}

	.info-content{
		padding: 30px 20px 0;
	}
	.info-content > *{
		margin-bottom: 30px;
	}

	.info-box{
		border-radius: 20px;
		padding: 20px;
	}

	.info-content > .info-back:last-child{
		margin-bottom: 30px;
	}
}
