@charset "utf-8";
/* all
-------------------------------------------------------------------*/
html {
	background: #FFFFFF;
	color: #333333;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	background: #ddeeff;
}
main {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
}
.sitewrap {
	width: 1200px;
	min-width: 0;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}
a.page_link {
	display: block;
	position: relative;
	z-index: -5;
	height: 0;
}
@media screen and (max-width:1200px) {
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
}
@media screen and (max-width:768px) {
	html {
		color: #000000;
		font-size: 14px;
	}
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
	.pagetop::before {
		width: 40px;
		height: 40px;
		background: rgba(0, 0, 0, 0.2);
		margin-bottom: -42px;
		margin-left: -7px;
		border-radius: 7px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
}
/* headerfooter
-------------------------------------------------------------------*/
header,
footer {
	padding: 12px 0;
	background: #7cc4f8;
	text-align: center;
}
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5%;
	width: 70px;
	z-index: 500;
}
@media screen and (max-width:768px) {
	#pageTop {
		width: 49px;
		right: 10px;
		bottom: 10px;
	}
}
section img{
	max-width:100%;
	height:auto;
	margin: 0 auto;
}
section:not(.sec01){
	padding-block:3em;
	background-size:cover;
	background-position:center top;
}
.link{
	padding-block:4em;
	background-size:cover;
	background-position:center top;
	background-image:url(../img/bg_link.png);
}
section.sec02{
	background-image:url(../img/bg_event.png);
	padding-block: 3.5em 4.5em;
}
.sec02-iamge{
	text-align:center;
	margin: 0 auto;
}
.sec02-iamge + .sec02-iamge{
	margin-top:1em;
}
.sec02-iamge img{
	margin:0 auto;
}
section.sec03{
	background-image: url(../img/bg_halloween.png);
	background-repeat: repeat;
	background-size: auto;
	padding-bottom: 4.5em;
	padding: 1.5em 10px 4.5em;
}
section.sec04{
	background-image:url(../img/bg_event02.png);
	padding-block: 4em 4.5em;
}
section.sec05{
	padding-block:2.5em 6em;
	background-image:url(../img/bg_ticket.png);
	background-repeat: repeat;
	background-size: auto;
}
section.sec05 .sitewrap div + div{
	margin-top:1.5em;
}
section.sec05 .sec05-btn{
	max-width:fit-content;
	margin:0 auto;
	width: 34%;
}
section.sec05 .sec05-btn p{
	text-align:left;
	margin-top:0.5em;
	font-size:1.25rem;
}
@media screen and (max-width: 1000px) {
	section.sec05 .sec05-btn{
		width: 39%;
	}
	section.sec05 .sec05-btn p{
		font-size:0.875rem;
	}
}
@media screen and (max-width:768px) {
	section:not(.sec01){
		padding-block:1.5em;
	}
	section:not(.sec01):not(.sec02):not(.sec03):not(.sec04){
		padding-inline:15px;
	}
	.link{
		padding:1em 15px;
	}
	section.sec02{
		padding-inline: 10px 10px;
	}
	section.sec04{
		padding-inline: 10px 9px;
	}
	section.sec05{
		padding-bottom:3em;
	}
	section.sec05 .sitewrap div + div,
	section.sec05 .sitewrap a + div{
		margin-top:0.75em;
	}
	section.sec05 .sec05-btn{
		width:100%;
	}
	section.sec05 .sec05-btn a{
		width:50%;
		display:block;
		margin:0 auto;
	}
	section.sec05 .sec05-btn p{
		text-align:center;
		font-size: 0.86rem;
	}
}