@charset "UTF-8";

/*先頭へ戻るボタン用*/

.pagetop {
/*	display: none;*/
	display: inline-block;

	width: 40px;
	height: 40px;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 900;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.5 );
	

/*	transition: .2s ease-in-out;*/
}

.pagetop img {
width: 20px;

}

.pagetop a {

display: inline-block;
opacity: 1;

position: absolute;

display: flex;
justify-content: center;
align-items: center;

padding: 10px;

width: 100%;
height: 100%;

}

/*
.pagetop a:hover {
	opacity: 1;
}
*/

/*SP対応*/
/*
@media only screen and (max-width:750px) {
	.pagetop {
		left: calc( 100% / 2 - 21px );
		bottom: 30px;
	}
}
*/
