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

h1{
	text-align:center;
}
h1 span{
	background: linear-gradient(transparent 50%, #F3EFEB 50%);
	font-family:serif;
	color:#804F21;
}
p.top{
	font-family:serif;
}

.page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.page-top a {
	display: block;
}
.page-top img {

}

@media screen and (max-width: 768px){
h1{
	margin-top:30px;
	margin-bottom:30px;
}
h1 span{
	font-size:32px;
}
}



@media screen and (min-width: 769px){
h1{
	margin-bottom:30px;
}
h1 span{
	font-size:32px;
}
}