@charset "utf-8";
/*///////////////////////////////////

reset

///////////////////////////////////*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/*///////////////////////////////////

reset

///////////////////////////////////*/
body {
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: linear-gradient(180deg,
			#cae2e9 0%,


			#c4d6d9 100%);

}

#bg {
	background-image: url(../img/bg_body.png);
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
}

#bg ul {
	list-style: none;
}

div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table {
	padding: 0;
	margin: 0;
}

#wrapper {
	font: 16px/1.8em 'Noto Serif JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS Pゴシック', 'メイリオ', Meiryo, sans-serif;
	height: auto;
	margin: auto;
	padding: 10px;
	overflow: hidden;
	color: #85a2a6;
	max-width: 1000px;
	min-width: 320px;
	width: auto;
	font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
	background: #ffffff;
}

@media screen and (max-width: 750px) {
	#wrapper {
		padding: 5px;
	}
}

#wrapper img {
	max-width: 100%;
	height: auto;
}

#wrapper a img {
	transition: all 0.5s ease 0s;
}

#wrapper a {
	transition: all 0.5s ease 0s;
	color: #db6205;
}

#wrapper a:hover {
	color: #5969f7;
}

#wrapper #MainVisual {
	padding: 0;
	margin: 0;
}

#wrapper .MainArea {
	background-color: #e7f3f1;
	background-image: url(../img/bg_contentBackground.webp);
	width: 100%;
	padding-bottom: 20px;
}

#wrapper .opacityImg {
	opacity: 0;
	animation-name: fade;
	animation-duration: 4s;
	animation-fill-mode: forwards;
}

@keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* informationArea */

#wrapper #informationArea h1 {
	background-image: url(../img/bg_title_l.png), url(../img/bg_title_r.png);
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: left center, right center;
	font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
	text-align: center;
	padding: 10px;
	width: 98%;
	margin: 0px auto 10px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.01em;
	line-height: 2em;
	color: #85a2a6;
	text-shadow: #ffffff 1px 1px 2px;

}

#wrapper #informationArea h1 span {
	font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);

}


/* profile */

#wrapper .profileArea {
	margin: 30px auto 0 auto;
	background: #ffffff url(../img/bg_main.png) repeat bottom center;
	border: 5px double #85a2a6;
	border-radius: 50px;
	padding: 20px 0;
}

#wrapper .profileAreaTitle {
	max-width: 300PX;
	background-color: #ffffff;
	font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 20px auto;
	color: #85a2a6;
	border-radius: 20px 0px;

	box-shadow: 5px 5px 5px #66666620;
}

#wrapper .profileAreaList {
	justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	font-weight: bold;
}


#wrapper .profileAreaList li {
	width: 80%;
	padding: 20px 10px;
}

#wrapper .profileAreaList li figure figcaption {
	font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
	padding: 20px 0;
	color: #85a2a6;
	text-shadow: #ffffff 5px 5px 5px;
}

#wrapper .profileAreaList li figure img {
	box-shadow: #83a0a49b 10px 10px 12px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
}

@media screen and (max-width: 750px) {
	#wrapper .profileAreaList li figure img {
		box-shadow: #85a2a63f 10px 10px 12px;
		border-bottom-right-radius: 20px;
		border-top-left-radius: 20px;
		max-width: 350px;
		width: 92%;
	}
}

#wrapper .profileArea dl dt a {
	font-size: 1.1em;
	padding: 10px 0;
	color: #FFFFFF;
	background: #85a2a6;
	margin: 0 auto 20px auto;
	max-width: 250px;
	border-radius: 50px;
	display: block;
	text-decoration: none;
}

#wrapper .profileArea dl dd {
	font-size: 1.1em;
	padding: 10px 0;
	text-align: left;
}


/* program  */
#wrapper .program {
	margin: 50px 0px;
}

#wrapper .programArea {
	max-width: 700px;
	width: 90%;
	margin: 4% auto 7% auto;
}

#wrapper .programAreaList {
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 3px dotted #fff;
}

/* venueList  */
#wrapper .venueList {
	justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	width: 100%;
	margin: 20px auto;
	color: #FFFFFF;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	text-align: center;
	font-weight: bold;
}

#wrapper .venueList li {
	width: calc(100% /3);
	padding: 20px 10px;
	box-sizing: border-box;
}

#wrapper .venueList a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 15px 10px;
	border-radius: 10px;
}

@media screen and (max-width: 750px) {
	#wrapper .venueList li {
		width: 100%;
		padding: 5px;
		line-height: 1.2em;
	}

	#wrapper .venueList a {
		padding: 5px 10px;
	}
}

#wrapper .sapporoBt a {
	background: #d7917e;
}

#wrapper .tomakomaiBt a {
	background: #6d8ab9;
	display: block;
}

#wrapper .otofukeBt a {
	background: #6db9b0;
	display: block;
}

#wrapper .sapporoBt a::after,
#wrapper .tomakomaiBt a::after,
#wrapper .otofukeBt a::after {
	display: block;
	content: "";
	text-align: center;
	margin: 15px auto auto auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 9px 0 9px;
	border-color: #EDD391 transparent transparent transparent;
}

#wrapper .venueList li dl dd {
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	padding-top: 10px;
}


/* venueMunicipalities  */

#wrapper .venueMunicipalities {
	background: #FFFFFF url(../img/bg_main.png) repeat center;
	padding: 0 20px 30px 20px;
	margin: 0 auto 30px auto;
	border-radius: 500px;
	border-top-right-radius: 500px;
	border: 5px double #85a2a6;
}

@media screen and (max-width: 750px) {
	#wrapper .venueMunicipalities {
		padding: 10px 10px 10px 10px;
		margin: 0 auto 30px auto;
		border-radius: 30px;
		border-top-right-radius: 30px;
	}
}

#wrapper .venueMunicipalities h2 {
	max-width: 320px;
	background-color: #85a2a6;
	font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
	text-align: center;
	text-shadow: #386169 1px 1px 2px;
	font-weight: bold;
	border-radius: 20px 0;
	color: #fff;

	padding: 10px;
	margin: 20px auto;
}

#wrapper .venueMunicipalities dl {
	margin: auto auto 10px auto;
	justify-content: space-between;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	width: 100%;
	box-shadow: 5px 5px 5px #66666620;
}

#wrapper .sapporo dl {
	background: #d7917e;
}

#wrapper .tomakomai dl {
	background: #6d8ab9;
}

#wrapper .otofuke dl {
	background: #6db9b0;
}

#wrapper .venueMunicipalities dl dt {
	font-weight: bold;
	width: 24%;
	font-size: 1.4em;
	padding: 10px;
	color: #ffffff;
	text-align: center;
}

#wrapper .venueMunicipalities dl dd {
	background-color: #fff;
	width: 70%;
	padding: 10px;
}

@media screen and (max-width: 750px) {

	#wrapper .venueMunicipalities dl dt,
	#wrapper .venueMunicipalities dl dd {
		width: 100%;
	}
}

#wrapper .venueMunicipalities dl dd p {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: #fff 2px dotted;
}


/* anime */

#wrapper .box {
	opacity: 0;
}

#wrapper .fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		filter: blur(20px);
		transform: scale(1.02);
		opacity: 0;
	}

	to {
		filter: blur(0);
		transform: scale(1);
		opacity: 1;
	}
}

/* attentionR  */

#wrapper .attentionR {
	text-align: center;
	margin: 10px auto;
}

#wrapper .attentionR span {
	background: #B90003;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}