/*==========================================
 ページトップに移動
===========================================*/
.page-top
{
	display           : none ;
	margin            : 0 ;
	padding           : 0 ;
}

/* PAGE TOPボタン */
.page-top p{
	width             : 50px;
	height            : 50px;
	position          : fixed;
	z-index           : 999;
	right             : 10px;
	bottom            : 60px;
	background        : #00acc3;
	opacity           : 0.6;
	border-radius     : 50%;
}

.move-page-top {
	position          : relative;
	display           : block;
	width             : 50px;
	height            : 50px;
	text-decoration   : none;
}

.move-page-top::before{
    font-family       : "Font Awesome 5 Free";
    font-weight       : 900;
    content           : "\f102";
	font-size         : 25px;
	color             : #fff;
	position          : absolute;
	width             : 25px;
	height            : 25px;
	top               : -0px;
	bottom            : 0;
	right             : 0;
	left              : 0;
	margin            : auto;
	text-align        : center;
}

@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}
