@charset "UTF-8";

html {
	font-size: 100%;
}

body {
	font-family: "Noto Sans JP",遊ゴシック,"Yu Gothic",メイリオ,Meiryo,"ヒラギノ角ゴ ProN W3",HiraKakuProN-W3,sans-serif;
}

.notice {
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 0.7rem;
	padding: 0.5rem 0.5rem;
	border-radius: 15px;
	background: radial-gradient(yellow, #fff 95%);
	border: 2.5px red solid;
	z-index: 10;
	display: none;
}

.notice a:hover {
	color: blue;
}

.main {
	max-width: 2000px;
	margin: 0 auto;
	border-bottom: 10px solid !important;
	border-image: linear-gradient(to right, #7f7fff, #ffa8a8, #ffff00, #7fff7f) 1;
}

.top-border {
	border-top: 10px solid !important;
	border-image: linear-gradient(to right, #7f7fff, #ffa8a8, #ffff00, #7fff7f) 1;
}

.top-wrapper {
	margin-top: 90px;
	width: 100%;
}

.popup-wrapper {
	display: ;
}

.top-img {
	position: relative;
	background: #4169e1;
}

.top-img::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow:
		inset 0 0 30px #fff,
		inset 0 0 30px #fff,
		inset 0 0 30px #fff,
		inset 0 0 30px #fff;
}

.top-img img {
	opacity: 0.9;
	filter: saturate(150%);
}

.section01 {
	padding: 5px 0;
	background: linear-gradient(20deg, rgba(255,255,102,0.6), rgba(255,255,255,0) 50%, rgba(204,255,204,0.7));
}

.section02,
.section03,
.section04,
.section05 {
	padding: 20px 0 50px;
}

.section04 {
	padding-bottom: 20px;
}

.section06 {
	padding: 20px 0;
}

#work,
#timetable,
#overview,
#about,
#access {
	margin-top: -92px;
	padding-top: 92px;
}

#timetable,
#overview,
#about,
#access {
	font-family: "Stick", sans-serif;
	font-size: 1.7rem;
	text-align: center;
	margin-bottom: 50px;
}

#timetable span,
#about span {
	font-size: 0.8em;
	color: blue;
}

#overview span,
#access span {
	font-size: 0.8em;
	color: red;
}

.wrapper {
	background: url(../img/back01.jpg);
}

.message {
	width: 90%;
	font-size: 1rem;
	text-align: justify;
	padding: 1% 2%;
	margin: 5% auto;
	line-height: 2;
	border-top: 5px solid rgba(255,153,255,0.5);
	border-bottom: 5px solid rgba(255,153,255,0.5);
}

.illustration {
	width: 50%;
	margin: 10% auto 5%
	}

.page-footer {
	padding-bottom: 5px;
	text-align: center;
	color: blue;
}


@media screen and (min-width: 660px){
	.message {
		width: 85%;
	}
}


@media screen and (min-width: 850px){
	.notice {
		font-size: 1rem;
		left: 50px;
	}

	.message {
		width: 80%;
	}

	.illustration {
		width: 45%;
	}
}


@media screen and (min-width: 930px){
	.top-wrapper {
		margin-top: 0;
	}

	.message {
		font-size: 1.2rem;
		line-height: 2.3;
	}
}


@media screen and (min-width: 1200px){
	.message {
		width: 67%;
	}
}


#page-top {
	position: fixed;
	bottom: 40px;
	right: 30px;
	font-size: 14px;
	line-height: 1.3;
	z-index: 99;
}

#page-top a {
	background: rgba(255,20,147,0.8);
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 15px;
	opacity: 0.9;
	transition: all .3s ease;
}

#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}