@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#schedule {
	/* min-height: calc(100vh - 180px - 30px); */
}
#schedule .area h2 {
	margin-bottom: 40px;
}
#schedule .contents {
	margin-bottom: 30px;
}
#schedule .contents .list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 210px);
	gap: 30px 0;
	width: 444px;
	margin: 0 auto;
	align-items: flex-start;
}
#schedule .contents .box {
	border-radius: 10px;
	background: linear-gradient(90deg, #a9dcf6 0%, #ee8aaa 100%);
	padding: 3px;
	display: block;
}
#schedule .contents .box.no_link {
	pointer-events: none;
}
#schedule .contents .box:not(.no_link):hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	box-shadow: rgba(197, 173, 184, 0.7) 0px 6.22px 0px;
}
#schedule .contents .box .in {
	padding: 2px;
	background: #fff;
	border-radius: 10px;
}
#schedule .contents .box .in .in2 {
	border-radius: 10px;
	padding: 15px 5px;
}
#schedule .contents .box:hover .in .in2 {
	background : linear-gradient(180deg, rgba(169, 220, 246, 0.2) 0%, rgba(238, 138, 170, 0.2) 100%);
}
#schedule .contents .box .img {
	margin-bottom: 20px;
}
#schedule .contents .box .area {
	width: 180px;
	margin: 0 auto 8px;
	font-size: 20px;
	color: #fff;
	background : linear-gradient(90deg, rgba(238, 138, 170, 1) 0%, rgba(194, 191, 219, 1) 100%);
	padding: 1px 0 2px;
	border-radius: 17px;
}
#schedule .contents .box .address {
	font-size: 15px;
	color: var(--color-font);
	font-weight: bold;
	margin-bottom: 8px;
}
#schedule .contents .box .date {
	font-size: 33px;
	line-height: 1;
}
#schedule .contents .box .date.fs {
	font-size: 26px;
	line-height: 1.3;
}
#schedule .contents .box .date .fs {
	font-size: 70%;
}
#schedule .end_fes {
/*	padding-bottom: 40px;*/
}
#schedule .end_fes h2 {
	margin-bottom: 40px;
}
#schedule .end_fes h3 {
	margin-bottom: 40px;
}
#schedule .end_fes h3 span {
	position: relative;
	font-size: 43px;
}
#schedule .end_fes h3 span::before, #schedule .end_fes h3 span::after {
	content: "";
	position: absolute;
	top: -40px;
	background: url("../img/schedule/end-ico01.png") no-repeat center / 100% auto;
	width: 143px;
	aspect-ratio: 143 / 133;
	left: -140px;
}
#schedule .end_fes h3 span::after {
	background-image: url("../img/schedule/end-ico02.png");
	width: 139px;
	aspect-ratio: 139 / 138;
	left: auto;
	top: -35px;
	right: -140px;
}
#schedule .end_fes .year:not(:last-of-type) {
	margin-bottom: 30px;
}
#schedule .end_fes .year .box {
	margin-bottom: 30px;
}
#schedule .end_fes .year .box .logo {
	position: relative;
	margin-bottom: 30px;
}
#schedule .end_fes .year .box .logo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 79px;
	aspect-ratio: 79 / 215;
	background: url("../img/bg-ribbon04.png") no-repeat center / 100% auto;
}
#schedule .end_fes .year .box .logo::after {
	content: "";
	position: absolute;
	top: 40px;
	right: 0;
	width: 84px;
	aspect-ratio: 84 / 229;
	background: url("../img/bg-ribbon02.png") no-repeat center / 100% auto;
}
#schedule .end_fes .year .box .logo img {
	width: 70%;
}
#schedule .end_fes .year .box .info {
	padding-left: 40px;
	align-items: center;
	margin-bottom: 20px;
}
#schedule .end_fes .year .box .info .area {
	width: 84px;
	height: 84px;
	border: 3px solid transparent;
	border-radius: 50%;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, #ee8aaa 0%, #c2bfdb 100%) border-box;
	color: #cdb1ce;
	text-align: center;
	font-size: 20px;
	padding-top: 7px;
}
#schedule .end_fes .year .box .info .details {
	text-align: left;
	width: calc(100% - 84px);
	padding-left: 10px;
}
#schedule .end_fes .year .box .info .details .date {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
}
#schedule .end_fes .year .box .info .details .date .place {
	font-size: 16px;
	margin-left: 15px;
}
#schedule .end_fes .year .box .info .details .num {
	font-size: 28px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
}
@media only screen and (max-width: 640px){ /* スマホ */
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#schedule .contents .list {
		width: 100%;
		gap: 15px 0;
		grid-template-columns: repeat(2, 48.5%);
	}
	#schedule .contents .box .area {
		width: 100%;
		font-size: 18px;
	}
	#schedule .contents .box .address {
		font-size: 13px;
	}
	#schedule .contents .box .date {
		font-size: 30px;
	}
	#schedule .end_fes h3 span {
		font-size: 35px;
	}
	#schedule .end_fes .year .box .logo::before {
		left: -15px;
		width: 20%;
	}
	#schedule .end_fes .year .box .logo::after {
		right: -15px;
		top: 10%;
		width: 20%;
	}
	#schedule .end_fes .year .box .info {
		padding-left: 0;
	}
	#schedule .end_fes .year .box .info .area {
		width: 70px;
		height: 70px;
		font-size: 16px;
	}
	#schedule .end_fes .year .box .info .details {
		width: calc(100% - 70px);
	}
	#schedule .end_fes .year .box .info .details .date {
		font-size: 18px;
	}
	#schedule .end_fes .year .box .info .details .date .place {
		font-size: 14px;
	}
	#schedule .end_fes .year .box .info .details .num {
		font-size: 23px;
	}
}