/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2024 | 04:54:53 */
#return_top {
	bottom: 150px !important;
	roght: 20px !important;
}
@media only screen and (max-width: 1024px) {
	#return_top {
		margin-bottom: 0px;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	#return_top a {
		border-radius: 50% !important;
	}
}
/* フローティングメニューのスタイル */
.floating-menu {
	position: fixed;
	opacity: 0.8;
	bottom: 80px;
	right: 20px;
	width: 55px;
	height: 55px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1000;
}
.floating-menu i {
	color: #000000;
	font-size: 24px;
}
.floating-menu:hover {
	background-color: #f0f0f0;
}
@media only screen and (max-width: 1024px) {
.floating-menu {
	width: 50px;
	height: 50px;
	}
}