@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: 20px 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: 80px;
	}
	header,
	footer {
		padding: 15px 0;
	}
}
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-position: center;
	background-image:url(../img/bg_link.png);
}
.sec02-iamge{
	text-align:center;
	margin: 0 auto;
}
.sec02-iamge img{
	margin:0 auto;
}
section.sec02{
	background: #fffbd2;
	padding-block: 3.5em 1.5em;
}
section.sec02 .sec02-iamge{
	margin-right: 3.5%;
}
section.sec03{
	background-image: url(../img/bg_event02.png);
	background-repeat: repeat;
	background-size: cover;
	padding: 1.5em 6px 3.5em;
}
section.sec04{
	background-image: url(../img/bg_other.png);
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
	padding-block: 4em 2.5em;
}
section.sec05{
	background-image: url(../img/bg_other02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
	padding-block: 4em 2.5em;
}

@media screen and (max-width:768px) {
	.link{
		padding:1em 15px;
	}
	section.sec02,
	section.sec03,
	section.sec04,
	section.sec05{
		padding-block:1.5em;
		padding-inline: 5px;
	}
	section.sec05{
		padding-bottom:2em;
	}
}
.fixed_menu {
	position: absolute;
	z-index: 100;
	bottom: 40px;
	right: 1.75em;
}
.fixed_menu.fixed_btn {
	position: fixed;
	bottom: 120px;
}
.fixed_menu #colse_btn{
	position:absolute;
	appearance:none;
	border:none;
	z-index:-1;
	width:0;
	height:0;
}
.fixed_menu #colse_btn:checked~.web_ticket {
	display: none;
}
.fixed_menu .web_ticket .colse {
	position: absolute;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 1.6675em;
	appearance:none;
	aspect-ratio: 1/1;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1;
	color: #000;
	border: 1px solid #dedede;
	border-radius: 50%;
	top: -0.5em;
	right: -0.25em;
	background:#fff;
	font-family:sans-serif;
	font-weight:900;
	cursor:pointer;
}
@media screen and (max-width:768px) {
	.fixed_menu,
	.fixed_menu.fixed_btn {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;

	}
	.fixed_menu #colse_btn:checked~.web_ticket {
		display: block;
	}
	.fixed_menu .web_ticket .colse {
		display: none;
	}
	.fixed_menu .web_ticket img{
		max-width: 100%;
		height: auto;
	}
}