@charset "utf-8";

main .ttl {
	margin-top: 5rem;
}
main .event {
	margin-top: 5rem;
	padding: 7rem 0;
	position: relative;
}
main .event::before {
	display: block;
	content: '';
	width: calc(100% - 5rem);
	height: 100%;
	border-radius: 0 4rem 4rem 0;
	background-color: var(--subColor);
	position: absolute;
	top: 0;
	right: 5rem;
	z-index: -1;
}
@media (max-width: 1360px) {
	main .event::before {
		width: 100%;
		right: 0;
	}
}
@media (max-width: 768px) {
	main .event {
		margin-top: 4rem;
		padding: 5rem 0 7rem;
	}
}

/* eventBox */
main .eventBox {
	padding: 6rem 7rem;
	background-color: var(--whiteColor);
	border-radius: 3rem;
}
main .eventBox .wrap {
	display: flex;
}
main .eventBox .tags {
	margin-top: 0;
}
main .eventBox .period {
	margin-left: 1rem;
	font-size: 1.5rem;
	font-weight: 400;
}
main .eventBox h2 {
	margin-top: 1rem;
	font-size: 3rem;
	font-weight: 700;
}
main .eventBox .tagsFacility {
	gap: 0 1rem;
}
main .eventBox .tagsFacility li {
	width: 13.8rem;
	border: solid 1px var(--grayColor);
	border-radius: 0.3rem;
}
main .eventBox .detail {
	margin-top: 2rem;
	padding-top: 3.5rem;
	border-top: 1px solid #b3b3b3;
	justify-content: space-between;
}
main .eventBox .picSlide {
	width: 50rem;
}
main .eventBox .picSlide .pic {
	width: 100%;
	max-width: 50rem;
}
main .eventBox .picSlide .pic img {
	width: 50rem;
	height: 50rem;
	object-fit: contain;
	border-radius: 3rem;
}
main .eventBox .picSlide .caption {
	margin-top: 1rem;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
}
main .eventBox .picSlide .slickDots {
	margin: 2rem 0 0;
	display: flex;
	justify-content: center;
}
main .eventBox .picSlide .slickDots li {
	background: var(--grayColor);
	margin: 0 0.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
}
main .eventBox .picSlide .slickDots li.slick-active {
	background: var(--mainColor);
}
main .eventBox .picSlide .slickDots li button {
	display: none;
}
main .eventBox .detailTxt {
	width: 51rem;
	font-weight: 400;
	line-height: 1.68;
}
main .eventBox .detailTxt p + p,
main .eventBox .detailTxt p + dl {
	margin-top: 1.8rem;
}
main .eventBox .detailTxt .lead {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.72;
}
main .eventBox .detailTxt dl {
	display: flex;
}
main .eventBox .detailTxt dl dt {
	flex-shrink: 0;
}
main .eventBox .detailTxt a {
	text-decoration: underline;
}
@media (max-width: 768px) {
	main .eventBox {
		padding: 4rem 4rem 7rem;
	}
	main .eventBox .period {
		font-size: 2.4rem;
	}
	main .eventBox h2 {
		font-size: 3.6rem;
		line-height: 1.41;
	}
	main .eventBox .tagsFacility li {
		box-sizing: content-box;
		width: 16rem;
		border-width: 0.2rem;
		border-radius: 0.5rem;
	}
	main .eventBox .detail {
		margin-top: 2.5rem;
		padding-top: 4rem;
		border-width: 0.2rem;
		flex-direction: column;
	}
	main .eventBox .picSlide {
		width: 100%;
	}
	main .eventBox .picSlide .pic {
		max-width: 61rem;
	}
	main .eventBox .picSlide .pic img {
		width: 61rem;
		height: 61rem;
	}
	main .eventBox .picSlide .caption {
		margin-top: 2rem;
		font-size: 2.4rem;
		line-height: 1.41;
	}
	main .eventBox .picSlide .slickDots {
		margin: 3rem 0 0;
	}
	main .eventBox .picSlide .slickDots li {
		margin: 0 0.8rem;
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 0.8rem;
	}
	main .eventBox .detailTxt {
		margin-top: 5rem;
		font-size: 2.6rem;
		width: 100%;
	}
	main .eventBox .detailTxt p + p,
	main .eventBox .detailTxt p + dl {
		margin-top: 2.5rem;
	}
	main .eventBox .detailTxt .lead {
		font-size: 2.8rem;
	}
}

/* other */
main .other h3 {
	margin-top: 6rem;
	font-size: 3.4rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
}
main .other .wrap {
	margin-top: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.5rem 1.66%;
}
main .other .wrap > div {
	width: 18.66%;
}
main .other .pic {
	width: 100%;
	max-width: 22.5rem;
}
main .other .pic img {
	width: 22.5rem;
	height: 22.5rem;
	object-fit: cover;
	border-radius: 2rem;
}
main .other .ttlTxt {
	margin-top: 0.8rem;
	font-weight: 700;
}
main .other .eventTxt {
	margin-top: 0.3rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .other .period {
	margin-top: 0.8rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .other .btnType01 {
	margin: 5.5rem auto 0;
	width: 36rem;
}
@media (max-width: 768px) {
	main .other h3 {
		margin-top: 5.5rem;
		font-size: 3.8rem;
	}
	main .other .wrap {
		gap: 5.5rem 4.3%;
	}
	main .other .wrap > div {
		width: 47.8%;
	}
	main .other .pic {
		max-width: 33rem;
	}
	main .other .pic img {
		width: 33rem;
		height: 33rem;
		border-radius: 2.3rem;
	}
	main .other .ttlTxt {
		margin-top: 1.3rem;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	main .other .eventTxt {
		margin-top: 1rem;
		font-size: 2.4rem;
		line-height: 1.41;
	}
	main .other .period {
		font-size: 2.4rem;
	}
	main .event .btnType01 {
		margin: 5.5rem auto 0;
		width: 52rem;
	}
}
