@charset "UTF-8";

.magonoteya-cta {
	background: #f7f7f7;
}

.l-footer-widget-area {
	background: transparent url(../img/footer-bg.jpg) repeat 0 0;
	color: #fff;
}

.l-footer-widget-area__item a {
	text-decoration: none;
	color: #fff;
}


.footer_logo > div {
	align-items: flex-start;
}

@media ( max-width: 768px ) {
	.footer-magonoteya {
		flex-direction: column-reverse;
	}

	.footer-magonoteya .footer_logo > div {
		display: block;
	}

	.footer-magonoteya .footer_logo img {
		width: 35vw !important;
	}

	.footer-magonoteya .footer_navi .wp-block-columns {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap !important;
	}

	.footer-magonoteya .footer_navi .wp-block-columns .wp-block-column {
		flex-basis: 50% !important;
	}

	.footer-magonoteya .footer_logo figure.wp-block-image {
		text-align: center;
		margin: 1.5em auto;
	}

	.wp-block-snow-monkey-blocks-container {
		margin: 0 0;
		padding: 0;
	}
	.cta_phone-num img {
		margin: 0 auto;
	}

	.cta_phone-num {
		text-align: center;
	}

	.cta_phone-num a {
		text-decoration: none;
	}

		/** 固定フッターナビ */
	.sp_fixed_nav {
		width: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		height: calc(48px + env(safe-area-inset-bottom));
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: env(safe-area-inset-bottom);
		z-index: 99;
		box-shadow: 0px -1px 2px rgb(0,0,0,.2);
		transition: bottom .2s ease-out;
	}



	.sp_fixed_nav a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: calc(48px + env(safe-area-inset-bottom));
		color: #fff;
		text-decoration: none;
		font-feature-settings: "palt";
	}

	.sp_fixed_nav a img {
		width: 32px;
		height: auto;
	}

	.sp_fixed_nav a:not(.sp_fixed_nav-button-pagetop) img {
		margin-right: 4px;
	}

	.sp_fixed_nav a.sp_fixed_nav-button-phone {
		font-size: 13px;
		width: calc( ( 100% - 50% ) - 48px );
		background-color: var(--accent-color);
	}

	.sp_fixed_nav a.sp_fixed_nav-button-flower {
		font-size: 13px;
		width: 50%;
		background-color: var(--sub-accent-color);
	}

	.sp_fixed_nav a.sp_fixed_nav-button-pagetop {
		padding-top: 8px;
		font-size: 10px;
		width: 48px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		background-color: #fff;
		color: #000;
	}

	
}