html{
		font-size: 62.5%;
	counter-reset: number 0;
}

body{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
		font-size:1.6rem;/* 16px*/
		line-height: 1.75;
	text-align: justify;
}

body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url("../images/common/bk.jpg") center no-repeat;
	background-size:cover;
}

em {
	font-weight: 700;
	font-style: normal;
	color: rgba(255,0,0,1.00);
}

small {
	font-size: 0.875em;
}

a {
	text-decoration: none;
	color: rgba(0,104,182,1.00);
}

img {
	width:100%;
}

header {
	background-image: url("../images/common/head_back.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

header article, footer {
	width: 100%;
	position: relative;
}

header article section {
	width:1000px;
	margin: 10px auto;
	display: flex;
	justify-content: space-around;
}

header article#Wakamatsu {
	background: rgba(0,52,120,1.00);
}

header article#Wakamatsu section {
	width:1000px;
	margin: 0px auto;
}

header article#Wakamatsu section p {
	width:30%;
	text-align: center;
	padding: 10px 0 3px 0;
}

header article section#Head img {
	width: 100%;
	height: auto;
}

main {
	position: relative;
}

main article section {
	width:1000px;
	margin: 20px auto ;
	background: rgba(255,255,255,0.85);
	padding: 1em;
	box-sizing: border-box;
	border-radius: 1em;
}

main h1 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	font-size: 3.2rem;
	color:rgba(221,0,3,1.00);
	text-align: center;
}

main h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	color: #fff;
	background-color: rgba(221,0,3,1.00);
	border-radius: 0.95em;
	padding:0 0.75em;
}

main h3 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	color: rgba(221,0,3,1.00);
	padding:0 0.75em;
	margin: 0.25em 1em 0 0.25em;
}

main h4 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	color: rgba(221,0,3,1.00);	
}

main dl,
main ul,
main ol,
main p {
	box-sizing: border-box;
	margin: 0.5em 1em;
}
	
footer {
	text-align: center;
	padding: 10px 0;
	margin-top: 5em;
	color: #fff;
	background:rgba(221,0,3,1.00);
}

footer section#Secretariat {
	margin: 1em auto ;
	text-align: right;
	width:98%;
}

#PageTop {
	background: #ddd none repeat scroll 0 0;
	border-radius: 10px;
	bottom: 2%;
	color: #fff;
	font-size: 2.4rem;
	width:2em;
	height:2em;
	padding: 5px;
	position: fixed;
	left: 2%;
	z-index: 10;
	line-height:1.8;
	text-decoration:none;
	text-align: center;
}

#PageTop:hover {
	background: #eebbc0 none repeat scroll 0 0;
}

p.btn {
	width:80%;
	margin:auto ;
	font-size: 2.8rem;
	font-weight: 900;
	font-family: 'M PLUS Rounded 1c', sans-serif;

}

p.mb0 {
	margin-top: 1.5em;
	margin-bottom: 0.25em;
}
a.btn_08 {
	position: relative;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
a.btn_08::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: linear-gradient(155deg, #ffbfbf 20%, #c2fcf9 40%, #f9c5ff 51%, #ffbfbf 80%);
	border-radius: 7em;
	box-sizing: border-box;
}
a.btn_08::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: #e90063;
	border-radius: 7em;
	box-sizing: border-box;
	transform: translate(0, -10px);
}
a.btn_08 span {
	position: relative;
	display: block;
	padding: 1rem 5rem;
	transform: translate(0, -10px);
	overflow: hidden;
	z-index: +1;
}
a.btn_08 span::before {
	content: "";
	position: absolute;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	transform: rotate(45deg);
}
a.btn_08::after, a.btn_08 span {
	transition-property: transform;
	transition-duration: 0.3s;
}
a.btn_08:hover::after, a.btn_08:hover span {
	transform: translate(0, 0);
}
a.btn_08:hover span::before {
	animation: shine 1s ease-in-out 1;
}
@keyframes shine {
	0% {
		transform: scale(1) rotate(45deg);
		opacity: 0;
	}
	10% {
		transform: scale(1) rotate(45deg);
		opacity: 0.5;
	}
	20% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	80% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@media only screen and (max-width : 999px){

	header article section {
		width:100%;
		display: inherit;
		text-align: center;
	}

	header article#Wakamatsu section {
		width:100%;
		margin:auto;
	}

	header article#Wakamatsu section p {
		width:40%;
		margin: auto;
	}

	header section#Head, footer {
		height: auto;
	}
	header section#Head {
	}
		
	main article section {
		width:96%;
		padding: 0em;
		padding-bottom: 0.25em;
	}
	
	main h1 {
		font-size: 2.4rem;
	}

	main h2 {
		font-size: 2rem;
		padding:0;
		margin: 0;
	}

	main h3 {
		font-size: 1.8rem;
		padding:0;
		margin: 0;
	}

	main dl,
	main ul,
	main ol,
	main p {
		margin: 0.5em 0.5em;
		box-sizing: border-box;
		width:auto;
	}
	
	footer section {
		width:100%;
	}
	p.btn {
		width:100%;
		font-size: 2rem;
	}
	
	p.btn a {
		width:100%;
	}
}