@charset "UTF-8";
/* CSS Document */

body {
	/*font-family: "LINE Seed JP", sans-serif;*/
	font-family: "BIZ UDPGothic", sans-serif;
	font-style: normal;
	line-height: 1.8;
}

header {
	width: 1200px;
	margin: 0 auto 4%;
}

header img {
width: 100%;
height: auto;
}

header p {
	margin: 3% auto 0;
	text-align: center;
	font-size: 130%;
}

header p br.pcnone {
	display: none;
}

main {
	width: 1000px;
	margin: 0 auto;
}

main p {
	text-align: center;
}

.schedule {
	width: 100%;
}

.check {
	width: 90%;
	margin: 0 auto;
}

	.schedule .days {
		background: #fbecb6;
		width: 90%;
		padding: 5% 5% 4% 5%;
		margin: 0 auto 5% auto;
		border-radius: 20px;
	}

.schedule .days p {
	font-size: 170%;
	line-height: 1.4;
	margin: 1em 0 0 0;
}
	
.schedule .days .box .day ul {
	width: 45%;
	display: flex;
	padding: 0;
}


.schedule .days .box .day {
	display: flex;
}

.schedule .days .box .day .day01,
.schedule .days .box .day .day02 {
	width: 55%;
}

.schedule .days .box .day .day01 img,
.schedule .days .box .day .day02 img {
	width: 100%;
	height: auto;
}

.schedule .days .box .boxSecond {
	margin-top: 3%;
	padding-top: 3%;
	border-top: 1px solid #333;
}

.schedule .days .box .day ul {
	width: 45%;
	display: flex;
	padding: 0;
}

.schedule .days .box .day ul li a {
display: block;
}

.schedule .days .box .day ul li a:hover {
	opacity: 0.8;
}

.schedule .days .box .day ul li a img {
	display: block;
	width: 90%;
	margin: 5%;
}





.detail h2 {
	background: #fabe00;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 3px 0;
}

.detail .term {
	font-size: 360%;
	color: #004ea2;
}

.detail .text01 {
	font-size:125%;
	margin-bottom: 40px;
}

.detail .text02 {
	font-size: 190%;
	margin-bottom: 40px;
}

.detail .detailDays {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 10px;
	gap: 4%;
	row-gap: 20px;
	font-size: 100%;
}

.detail .detailDays .am ,
.detail .detailDays .pm {
	width: 48%;
}

.detail .detailDays .am h3,
.detail .detailDays .pm h3 {
	font-size: 120%;
	text-align: center;
	border-bottom: 1px solid #333;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.detail .text01 br {
	display: none;
}

.detail .detailDays .am ul li,
.detail .detailDays .pm ul li {
		font-size: 140%;
	}


.detail .detailDays .am ul li .side,
.detail .detailDays .pm ul li .side,
.detail .detailDays .am ul li .time,
.detail .detailDays .pm ul li .time {
		margin-left: 10px;
	}


.detail {
	width: 80%;
	margin: 0 auto 50px;
}

.detail a {
	display: block;
}

.detail  a:hover {
	opacity: 0.8;
}


.others {
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}

.howto {
	background: #fff9b1;
	width: 74%;
	margin: 5% auto;
	padding: 4% 3% 3%;
	text-align: center;
	border-radius: 10px;
}

	.howto h3 {
		/*color: #004ea2;
		font-size: 300%;*/
		width: 80%;
		margin: 0 auto 10px;
	}

.howto h3 img {
	width: 100%;
	height: auto;
}

	.howto p.text01 {
		font-size: 120%;
	}

	.howto p.text02 {
		font-size: 170%;
		margin-top: 10px;
	}

	.howto a {
		display: block;
		margin: 3% auto;
	}

.sheet {
	width: 74%;
	padding: 3%;
	margin: 0 auto 80px;
	border: 2px solid #00aebb;
	border-radius: 10px;
}

	.sheet h2 {
		background: #0097db;
		color: #fff;
		text-align: center;
		font-size: 24px;
		font-weight: 700;
		padding: 3px 0;
	}

.sheet p {
	text-align: center;
	font-size: 130%;
	font-weight: 700;
	margin: 15px 0;
}

.sheet ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	gap: 5%;
	padding: 0;
}

.sheet ul li {
	width: 50%;
}

.sheet ul li a {
	display: block;
}

.sheet ul li a:hover {
	opacity: 0.8;
}


.get {
	width: 74%;
	padding: 3%;
	margin: 0 auto;
	border-radius: 10px;
	background: #fff9b1;
}

.get h2 {
	margin-bottom: 20px;
}

.get img {
	display: block;
	width: 100%;
	height: auto;
}

.get img:nth-child(3) {
	margin-top: 10px;
}






footer {
	width: 100%;
	background: #005bab;
	margin-top: 50px;
	padding: 15px 0;
}

footer p {
	color: #fff;
	text-align: center;
	font-size: 120%;
}


.regular {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.black {
	font-weight: 800;
}

.sp {
	display: none;
}

	
.mt01 {
	margin-top: 10px;
}





