@charset "utf-8";
/*
Theme Name: Tokyo Greenbiz Map 2024
Author:
Description: 東京グリーンビズマップのオリジナルテーマ 2026年改修版
version: 1.0.0
*/

/* Banners */
.banners.NewStyle {
	justify-content: center;
	margin: 10px auto;
	gap: 10px;
}
.banners.NewStyle .banner {
	width: 49%;
}
/* // Banners */




/* Footer */
footer .footer-wrapper {
	position: relative;
}
footer .footer-wrapper .footer-bg {
	width: 95%;
	max-width: 1080px;
	position: absolute;
	top: 2px;
	left: 20px;
	transform: translate(0, -89%);
}
footer .footer-wrapper .footer-bg img {
	width: 50%;
	max-width: 250px;
}
/* //Footer */




/* PC
-------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1330px) { /* 13300px以下に適用されるCSS */
	footer .footer-wrapper {
		margin: 50px 0 0;
	}
}



/* タブレット
-------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) { /* 960px以下に適用されるCSS */
	footer .footer-wrapper .footer-bg {
		left: 10px;
	}
}



/* モバイルレイアウト
-------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 580px) { /* 580px以下に適用されるCSS */
	/*  Banners */
	.banners.NewStyle .banner {
		width: 100%;
	}
	/* // Banners */
}
