@charset "UTF-8";
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 30px;
	opacity: 0.6;/*透過*/
}
.pagetop a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.7em;
    text-decoration: none;
}
 
.pagetop:hover {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
	opacity: 1;
}

@media (max-width:599px){
	.pagetop_sp {
    	display: none;
    	bottom: 0;
    	right: 10px;
		opacity: 0.6;/*透過*/
		width: 50px;
		position: fixed;
}
.pagetop_sp a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
}
 
.pagetop_sp a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}
}

span {
	font-size: .5em;
	display: block;
	margin: auto;
	
}
