@charset "utf-8";

/* ---------------------------------------
* 共通
------------------------------------------ */


.wp-block-image,.wp-block-group .wp-block-image,.article figure{
	margin: 4rem auto 0;
}

img{
	width: 100%;
	height: auto;
	text-align: center;
}

.wp-block-image :where(figcaption),figcaption{
	font-size: clamp(12px,1.4rem,14px);
	color: #999999;
	line-height: 1.6;
	margin-bottom: unset;
	text-align: center;
}

/* ---------------------------------------
* 共通
------------------------------------------ */

/* ---------------------------------------
* NEWS
------------------------------------------ */

.newsHeadTtl{
	font-size: clamp(16px,3.2rem,40px);
	line-height: 1.6;
}

.newsDetail{
	width: 91.7%;
	margin: 8rem auto 0;
}

.newsDetail h2{
	font-size: clamp(18px,2.8rem,32px);
	line-height: 1.6;
	padding-bottom: 2rem;
	margin: 6rem 0 3rem;
	border-bottom: solid 2px #E6E6E6;
}

.newsDetail h3{
	font-size: clamp(14px,2.4rem,24px);
	line-height: 1.6;
	margin: 3rem 0 2.4rem;
}

.newsDetail p{
	margin-top: 2.4rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
}

.newsDetail img{
	margin-top: 4rem;
}

/* ---------------------------------------
* Schedule
------------------------------------------ */

.schesingleFv{
	position: relative;
	padding: 14rem 2rem 8rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/sche/schebg.png);
}

.schesinglefvCont{
	position: relative;
	z-index: 2;
}

.schesinglefvCont .day{
	font-size: clamp(40px,6.4rem,72px);
	line-height: 1;
	letter-spacing: normal;
}

.schesinglefvCont h2{
	width: 60%;
	margin: 0 auto;
	padding: 3rem 0;
}

.schesingleFv .place{
	font-size: clamp(16px,3.2rem,48px);
	line-height: 1;
	letter-spacing: normal;
}

.scheSingleDetail h3{
	font-size: clamp(24px,4.8rem,56px);
	line-height: 1.6;
	letter-spacing: normal;
	padding-bottom: 2.4rem;
	margin-bottom: 4rem;
	border-bottom: solid 3px #f8f8f8;
}

.scheSingledefWrap{
	border: solid 3px #E114A4;
}

.scheSingle-defList:not(:last-of-type){
	border-bottom: solid 3px #E114A4;
}

.scheSingle-defTtl{
	flex: 0 0 25.7%;
	width: 25.7%;
	padding: 1.6rem 2.4rem;
	background-color: #FC27AA;
}

.scheSingle-defDesc{
	flex: 1 1 auto;
	padding: 1.6rem 2.4rem;
}

.scheSingleDetail:not(:last-of-type){
	padding-bottom: 8rem;
}

.scheSingleWrap:not(:last-of-type){
	padding-bottom: 4rem;
}

.scheSingleWrap h4{
	font-size: clamp(16px,3.2rem,40px);
	margin-bottom: 1.6rem;
	line-height: 1.6;
	letter-spacing: normal;
	padding-left: 3.6rem;
	position: relative;
}

.scheSingleWrap h4 span{
	font-size: clamp(10px,2rem,24px);
	line-height: 1.6;
	letter-spacing: normal;
}

.scheSingleWrap h4::before{
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background-color: #FC27AA;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.scheSingleWrap p{
	font-family: 'Noto Sans Jp',sans-serif;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: normal;
	padding-bottom: .6rem;
}

.btnSche{
	width: 100%;
}

.btnSche .btnTxt{
	line-height: 1.6;
	padding-right: 0;
	font-size: clamp(32px, 4.8rem,56px);
}

.btnSche .arrow{
	font-size: clamp(16px, 3.2rem,40px);
}

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

	/* ---------------------------------------
	* 共通
	------------------------------------------ */

	.eventArticleMain,.newsArticleMain{
		width: 100%;
		padding: 0;
	}

	.eventArticle-side{
		width: 100%;
	}

	.shareCont{
		position: unset;
		margin-top: 3rem;
	}

	.eventArticle-side .share{
		width: 100%;
		display: flex;
		padding: 2rem 3rem;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}

	.share p{
		padding-left: 0;
		writing-mode: unset;
		font-size: 1.4rem;
	}

	.share-list{
		padding-left: 3rem;
		display: flex;
		padding-top: 0;
	}
	.share-listItem:not(:last-of-type){
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: unset;
		padding-right: 1.6rem;
		margin-right: 1.6rem;
		border-right: solid 1px #000;
	}

	.share-listItem a{
		width: 2.8rem;
		height: 2.8rem;
	}

	.article iframe{
		width: 100%;
	}

	.wp-block-image :where(figcaption),figcaption{
		font-size: 1.2rem;
	}

	/* ---------------------------------------
	* NEWS
	------------------------------------------ */

	.newsHeadTtl{
		font-size: 2.2rem;
	}

	.newsDetail{
		width: 91.7%;
		margin: 6rem auto 0;
	}

	.newsDetail h2{
		font-size: 2rem;
		padding-bottom: 1.6rem;
		margin: 4.8rem 0 2rem;
	}

	.newsDetail h3{
		font-size: 1.8rem;
		margin: 2.4rem 0 2.4rem;
	}

	.newsDetail p{
		margin-top: 2.4rem;
		line-height: 1.8;
	}

	.newsDetail img{
		margin-top: 3.6rem;
	}

	/* ---------------------------------------
	* Schedule
	------------------------------------------ */

	.schesingleFv{
		padding: 10rem 2rem 8rem;
	}

	.schesinglefvCont .day{
		font-size: 3.2rem;
	}

	.schesinglefvCont h2{
		width: 100%;
		padding: 1.6rem 0;
	}

	.schesingleFv .place{
		font-size: 2rem;
	}

	.scheSingleDetail h3{
		font-size: 2.8rem;
		padding-bottom: 1.6rem;
		margin-bottom: 2.4rem;
	}

/* 	.scheSingleDetail p{
		text-indent: -1rem;
		padding-left: 1rem;
	} */

	.scheSingleDetail p:not(:last-of-type){
		padding-bottom: .4rem;
	}

	.scheSingle-defDesc p{
		text-indent: 0;
		padding-left: 0;
	}

	.scheSingle-defTtl{
		width: 100%;
		padding: 1.6rem 2rem;
	}

	.scheSingle-defDesc{
		padding: 1.6rem 2rem;
	}

	.scheSingleDetail:not(:last-of-type){
		padding-bottom: 6rem;
	}

	.scheSingleWrap:not(:last-of-type){
		padding-bottom: 3.2rem;
	}

	.scheSingleWrap h4{
		font-size: 2.4rem;
		margin-bottom: 1.6rem;
		padding-left: 2.4rem;
	}

	.scheSingleWrap h4 span{
		display: block;
		font-size: 1.2rem;
	}


	.scheSingleWrap h4::before{
		width: 1.6rem;
		height: 1.6rem;
		top: 1.2rem;
		transform: unset;
	}

	.scheSingleWrap p{
		font-family: 'Noto Sans Jp',sans-serif;
		font-weight: 900;
		line-height: 1.6;
		letter-spacing: normal;
	}

	.btnSche{
		width: 100%;
	}

	.btnSche .btnTxt{
		font-size: 2.4rem;
	}

	.btnSche .arrow{
		font-size: 2rem;
	}


}