@charset "utf-8";

main .ttl {
	margin-top: 5rem;
}
main .ttl + p {
	margin-top: 5rem;
	text-align: center;
}
@media (max-width: 768px) {
	main .ttl {
		margin-top: 6rem;
		line-height: 7.8rem;
	}
	main .ttl + p {
		margin-top: 3rem;
		font-size: 2.6rem;
		line-height: 1.69;
	}
}

/* links */
main .links {
	margin-top: 5rem;
}
main .links .wrap {
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
main .links li {
	width: 42rem;
}
main .links li a {
	display: block;
	padding: 1.3rem 1rem;
	border: solid 0.2rem var(--mainColor);
	border-radius: 1.5rem;
	height: 100%;
	font-size: 2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
main .links li.cur a {
	background-color: var(--mainColor);
	color: var(--whiteColor);
}
@media (max-width: 768px) {
	main .links {
		padding-bottom: 2rem;
	}
	main .links .wrap {
		gap: 0 3.1%;
	}
	main .links li {
		width: 48.4%;
	}
	main .links li a {
		border-width: 0.3rem;
		border-radius: 2.5rem;
		font-size: 2.5rem;
		line-height: 1.24;
	}
}

/*  */
main .eventspace {
	margin-top: 5rem;
	padding: 6rem 0;
	position: relative;
}
main .eventspace::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;
}
main .eventspace .box {
	padding: 6rem 7rem;
	background-color: var(--whiteColor);
	border-radius: 3rem;
}
@media (max-width: 1360px) {
	main .eventspace::before {
		width: 100%;
		right: 0;
	}
}
@media (max-width: 768px) {
	main .eventspace {
		margin-top: 4rem;
		padding: 5rem 0;
	}
	main .eventspace .box {
		padding: 4rem 4rem 7rem;
	}
}

/* info */
main .info > div + div {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid var(--grayColor);
}
main .info .infoTtl {
	font-size: 2.6rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 3.6rem;
	display: flex;
	gap: 0 1.5rem;
}
main .info .infoTtl span:first-child {
	flex-shrink: 0;
	align-self: flex-start;
	padding: 0 1rem;
	width: 6rem;
	font-size: 2.4rem;
	color: var(--whiteColor);
	text-align: center;
	background-color: var(--mainColor);
	border-radius: 0.5rem;
}
main .info .wrap {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
}
main .info .pic {
	margin-right: 1.88%;
	width: 37.7%;
}
main .info .map {
	margin-right: 3.77%;
	width: 18.5%;
}
main .info .txt {
	width: 37.7%;
	font-size: 1.5rem;
}
main .info .txt > p {
	font-weight: 400;
	line-height: 2.6rem;
}
main .info .txt > p.note {
	margin-top: 0.5rem;
	font-size: 1.3rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2rem;
}
main .info .txt .tbl {
	margin-top: 2.5rem;
	border-bottom: 1px solid var(--grayColor);
}
main .info .txt .tbl dl {
	display: flex;
	align-items: center;
	width: 100%;
	border-top: solid 1px var(--grayColor);
}
main .info .txt .tbl dl dt {
	flex-shrink: 0;
	padding: 1.2rem;
	background-color: #f5f5f5;
	width: 26.5%;
	font-weight: 700;
	text-align: center;
}
main .info .txt .tbl dl dt span {
	font-size: 1.3rem;
}
main .info .txt .tbl dl dd {
	flex-shrink: 0;
	padding: 1.2rem 2.5rem;
	width: 73.4%;
	font-weight: 400;
}
main .info .txt .linkTxt02 {
	margin-top: 1.5rem;
}
main .info .txt .linkTxt02 a {
	font-size: 1.6rem;
}
main .info .txt .btnType04 {
	margin-top: 3rem;
	width: 22rem;
}
main .info .bnr {
	margin: 5rem auto 0;
	width: 61rem;
}
main .info .btnType01 {
	margin: 5rem auto 0;
	width: 48rem;
}
@media (max-width: 768px) {
	main .info > div + div {
		margin-top: 8rem;
		padding-top: 0;
		border-top: none;
	}
	main .info .infoTtl {
		font-size: 3.2rem;
		line-height: 4rem;
		gap: 0 2rem;
	}
	main .info .infoTtl span:first-child {
		padding: 0.2rem 1rem;
		width: 7.6rem;
		font-size: 3rem;
		border-radius: 0.8rem;
	}
	main .info .pic {
		margin-right: 3.2%;
		width: 65%;
	}
	main .info .map {
		margin-right: 0;
		width: 31.8%;
	}
	main .info .txt {
		margin-top: 3rem;
		width: 100%;
		font-size: 2.5rem;
	}
	main .info .txt > p {
		line-height: 4.2rem;
	}
	main .info .txt > p.note {
		margin-top: 1rem;
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	main .info .txt .tbl {
		margin-top: 3.5rem;
		border-width: 0.2rem;
		line-height: 3.8rem;
	}
	main .info .txt .tbl dl {
		border-width: 0.2rem;
	}
	main .info .txt .tbl dl dt {
		padding: 1.8rem 1.2rem;
		width: 27.8%;
	}
	main .info .txt .tbl dl dt span {
		font-size: 2.3rem;
	}
	main .info .txt .tbl dl dd {
		padding: 1.8rem 3.8rem;
		width: 72.1%;
	}
	main .info .txt .btnType04 {
		margin-top: 4rem;
		width: 34rem;
	}
	main .info .txt .linkTxt02 {
		margin-top: 2rem;
	}
	main .info .txt .linkTxt02 a {
		font-size: 2.6rem;
	}
	main .info .btnType01 {
		margin: 6rem auto 0;
		width: 53rem;
		line-height: 4rem;
	}
	main .info .btnType01 a {
		border-radius: 5.5rem;
	}
	main .info .btnType01 br.sp {
		display: inline-block;
	}
}

/* flow */
main .flow {
	margin-top: 10rem;
}
main .flow h2 {
	font-size: 3.4rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
}
main .flow h2 + p {
	margin-top: 3rem;
	font-weight: 400;
	line-height: 2.7rem;
}
main .flow .flowlist {
	margin-top: 4.5rem;
}
main .flow .flowlist dl {
	padding-bottom: 5rem;
	display: flex;
	gap: 0 1.88%;
	position: relative;
}
main .flow .flowlist dl::before {
	display: block;
	content: '';
	width: 0.2rem;
	height: 100%;
	background-color: var(--grayColor);
	position: absolute;
	left: 2.9rem;
	bottom: 0;
}
main .flow .flowlist dl::after {
	display: block;
	content: '';
	width: 4rem;
	height: 2rem;
	background-image: url(/eventspace/img/img_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 1.5rem;
	left: calc(50% - 2rem);
}
main .flow .flowlist dl:last-of-type {
	padding-bottom: 0;
}
main .flow .flowlist dl:last-of-type::before,
main .flow .flowlist dl:last-of-type::after {
	display: none;
}
main .flow .flowlist dl dt {
	flex-shrink: 0;
	padding: 1rem 1rem 1.2rem;
	width: 6rem;
	height: 6rem;
	background-color: var(--mainColor);
	border-radius: 50%;
	font-size: 2.6rem;
	font-weight: 700;
	color: var(--whiteColor);
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
main .flow .flowlist dl dd {
	padding-top: 1.5rem;
	width: 92.4%;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.6rem;
}
main .flow .flowlist dd .flowTtl {
	font-size: 2.2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}
main .flow .flowlist dd .flowTtl span {
	color: var(--mainColor);
}
main .flow .flowlist dd .lineBox {
	margin-top: 3rem;
	padding: 2rem 3rem;
	border: solid 1px var(--grayColor);
	border-radius: 1.5rem;
}
main .flow .flowlist dd .lineBox .note {
	margin-top: 0.3rem;
	font-size: 1.3rem;
}
main .flow .flowlist dd .lineBox .note a {
	text-decoration: underline;
}
main .flow .flowlist02 dd .lineBox p + p {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	main .flow {
		margin-top: 8rem;
	}
	main .flow h2 {
		font-size: 3.8rem;
	}
	main .flow h2 + p {
		margin-top: 2rem;
		font-size: 2.6rem;
		line-height: 4.4rem;
	}
	main .flow .flowlist {
		margin-top: 4.5rem;
	}
	main .flow .flowlist dl {
		padding-bottom: 6rem;
		gap: 0 3.27%;
	}
	main .flow .flowlist dl::before {
		width: 0.4rem;
		left: 3.5rem;
	}
	main .flow .flowlist dl::after {
		width: 5.4rem;
		height: 2.6rem;
		left: calc(50% + 2.7rem);
	}
	main .flow .flowlist dl dt {
		padding: 1rem 1rem 1.5rem;
		width: 7.6rem;
		height: 7.6rem;
		font-size: 3.8rem;
	}
	main .flow .flowlist dl dd {
		padding-top: 2rem;
		width: 84.5%;
		font-size: 2.5rem;
		line-height: 4.2rem;
	}
	main .flow .flowlist dd .flowTtl {
		font-size: 3rem;
	}
	main .flow .flowlist dd .lineBox {
		margin-top: 4rem;
		padding: 2.5rem 3.5rem;
		border-width: 0.2rem;
		border-radius: 2rem;
	}
	main .flow .flowlist dd .lineBox .note {
		margin-top: 0.5rem;
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	main .flow .flowlist02 dd .lineBox p + p {
		margin-top: 1.5rem;
	}
}

/* terms */
main .terms {
	margin-top: 9rem;
}
main .terms h2 {
	font-size: 3.4rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
}
main .terms h2 + p {
	margin-top: 3rem;
	font-weight: 400;
	line-height: 2.7rem;
}
main .terms ol {
	margin-top: 2rem;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.6rem;
}
main .terms ol > li + li {
	margin-top: 1rem;
}
main .terms ul {
	margin-top: 1rem;
	padding-left: 1em;
}
main .terms .btnType04 {
	margin: 4.5rem auto 0;
	width: 22rem;
}
main .terms .btnType01 {
	margin: 4rem auto 0;
	width: 48rem;
}
@media (max-width: 768px) {
	main .terms {
		margin-top: 8rem;
	}
	main .terms h2 {
		font-size: 3.8rem;
	}
	main .terms h2 + p {
		margin-top: 2rem;
		font-size: 2.6rem;
		line-height: 4.4rem;
	}
	main .terms ol {
		margin-top: 3rem;
		font-size: 2.5rem;
		line-height: 4.2rem;
	}
	main .terms ul {
		margin-top: 1.5rem;
	}
	main .terms .btnType04 {
		margin: 5.5rem auto 0;
		width: 34rem;
	}
	main .terms .btnType01 {
		margin: 5rem auto 0;
		width: 53rem;
		line-height: 4rem;
	}
	main .terms .btnType01 a {
		border-radius: 5.5rem;
	}
	main .terms .btnType01 br.sp {
		display: inline-block;
	}
}

/* before Open */
main .links li.csOpen a {
	padding: 0.5rem 1rem 2.1rem 1rem;
	pointer-events: none;
	position: relative;
}
main .links li.csOpen a::after {
	display: block;
	content: '2024年9月オープン';
	font-size: 1.2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #e84558;
	position: absolute;
	bottom: 0.5rem;
}
@media (max-width: 768px) {
	main .links li.csOpen a::after {
		font-size: 1.8rem;
		line-height: 1;
		bottom: 0.4rem;
	}
}