@charset "utf-8";
/*--------------------------------------------------------------
# Fixed Side SNS - 右側固定SNS
--------------------------------------------------------------*/
.fixed_sns_menu {
	display: none;
}

@media only screen and (max-width: 480px) {
	/*--------------------------------------------------------------
	# Fixed Side SNS - 右側固定SNS
	--------------------------------------------------------------*/
	.fixed_sns_menu {
		left: 0;
		position: fixed;
		display: flex;
		bottom: 6rem;
		width: 100%;
		box-shadow: 0 -1px 3px rgb(100 120 130 / 25%);
		transition: all 0.3s ease;
		z-index: 99;
	}

	.fixed_sns_menu > a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1rem 0.8rem 1rem 1rem;
		color: #ffffff;
		line-height: 1;
		background-color: #00b900;
		width: 100%;
		text-decoration: none;
	}

	.fixed_sns_menu > a i {
		font-size: 2rem;
		margin-right: 0.5rem;
	}
}
