@charset "utf-8";

.pagetop {
	display: none;
	position: fixed;
	bottom : 0px;
	right : 0px;
	background: linear-gradient(125deg, #c9a746 0%, #f5ed7d 50%, #c9a746 100%);
	width: 100px;
	height: 100px;
	z-index: 1000;
}
.pagetop a {
	display: block;
	z-index: 999;
	padding-top : 33px;
	padding-left: 35px;
}
.pagetop p {
	text-align: center;
	margin-top: -10px;
	font-size: 1rem;
	color: white;
}
.pagetop a:hover {
	text-decoration: none;
	transform: translate(0px,-10px);
	transition: all 1s;
}
.arrow {
	width: 30px;
	height: 30px;
	border: 2px solid;
	border-color: white white transparent transparent;
	transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
.pagetop {
	width: 62px;
	height: 62px;
}
.pagetop a {
	padding-top : 17px;
	padding-left: 16px;
}
}


