/* フッター　全体コンテンツ */
.footer_content {
	margin-top: 10rem;
	color: #333333;
}

/* フッター　上部コンテンツ */
.footer_top_flex {
	display: flex;
	justify-content: space-between;
	max-width: 144.0rem;
	width: 100%;
	max-height: 35rem;
	height: 35rem;
	padding: 6rem 12rem 0rem 12rem;
	background-color: #EF857D;
	position: relative;
}

.footer_topleft_inner,
.footer_topright_inner {
	max-width: 58rem;
	width: 100%;
	max-height: 19.9rem;
	height: 19.9rem;
	background-color: #FFFFFF;
	border-radius: 1rem;
	text-align: center;
	position: relative;
	transition: all 0.3s ease-in-out;
	display: block;
}

.footer_topleft_inner:hover,
.footer_topright_inner:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

.footer_topleft_inner::before,
.footer_topright_inner::before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	border: 0.5rem dotted #EF857D;
}

.footer_subtitle {
	font-size: 1.6rem;
	padding: 6rem 0rem 0rem 2.5rem;
	color: #EF857D;
}

.footer_title {
	font-size: 3.8rem;
	padding: 0rem 0rem 0rem 1.0rem;
}

/* 
.footer_top_flex::after {
	content: "Shizuoka Mama Papa Seminar"; 
	max-width: 141.8rem;
	width: 100%; 
	text-align: left; 
  font-size: 10.7rem;
  font-weight:bold;
	color: #FFFFFF;
  position: absolute;
	bottom: -3.5rem;
  left: 1.2rem;
} */

.footer_marquee {
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	width: 100%;
	display: flex;
	bottom: -3.5rem;
	left: 0;
}

.footer_marquee .marquee_inner {
	/* width: 200%; */
	display: flex;
	gap: 2rem;
	/* 文字間の隙間調整 */
	animation: marquee 30s linear infinite;
	justify-content: space-around;
}

.footer_marquee span {
	font-size: 10.1rem;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	letter-spacing: 0.03em;
	min-width: 50%;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 2rem));
	}
}


/* フッター　中央部コンテンツ */
.footer_middle_flex {
	display: flex;
	justify-content: space-between;
}

.footer_middle_imgbox {
	max-width: 15.0rem;
	width: 100%;
	margin: 4.5rem 0rem 0rem 12.0rem;
}

.footer_middle_flex nav {
	max-width: 85.6rem;
	width: 100%;
	padding-right: 12.0rem;
	margin-top: 8.6rem;
}

.footer_middle_ulflex {
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	font-weight: 500;
}

/* フッター　下部コンテンツ */
.footer_bottom_flex {
	margin-top: 3.2rem;
	display: flex;
	justify-content: flex-end;
	padding: 0rem 12.3rem 0rem 0;
	max-height: 5.5rem;
	height: 5.5rem;
	background-color: #FEEAEC;
	align-items: center;
	/* 垂直方向の中央揃え */
}

.footer_bottom_text {
	font-size: 1.6rem;
	color: #EF857D;
	font-weight: bold;
	margin-right: 2.0rem;
}

.footer_bottom_ulflex li:first-child {
	padding-right: 2.0rem;
}

.footer_bottom_linebox {
	margin-right: 0.5rem;
}

.footer_bottom_instabox {
	margin-right: 1.9rem;
}

.footer_bottom_lineimg {
	max-width: 2.7rem;
	width: 100%;
	height: auto;
}

.footer_bottom_instaimg {
	max-width: 2.7rem;
	width: 100%;
	height: auto;
}

.footer_bottom_ulflex {
	display: flex;
	font-size: 1.2rem;
	align-items: center;
	/* 垂直方向の中央揃え */
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* スマホサイズ　700以下 */
@media screen and (max-width: 699.98px) {
	.footer_content {
		margin-top: 5rem;
	}

	/* ---------------------- */
	/* フッター　上部コンテンツ */
	.footer_top_flex {
		display: block;
		padding: 4.3rem 2rem 0rem 2rem;
		max-height: 37.6rem;
		height: 37.6rem;
	}

	.footer_topleft_inner,
	.footer_topright_inner {
		max-height: 12.6rem;
	}

	.footer_topright_inner {
		margin-top: 1.6rem;
	}

	.footer_topleft_inner::before,
	.footer_topright_inner::before {
		top: 0.8rem;
		left: 0.5rem;
		right: 0.5rem;
		bottom: 0.8rem;
		border: 0.2rem dotted #EF857D;
		border-radius: 1.0rem;
	}

	.footer_subtitle {
		padding-top: 3.5rem;
		padding-right: 1.5rem;
		font-size: 1.4rem;
	}

	.footer_title {
		font-size: 2.0rem;
		padding-top: 0.5rem;
		padding-right: 1.0rem;
	}

	.footer_top_flex::after {
		/* content: "Shizuoka Mama Pap"; */
		font-size: 4.2rem;
		bottom: -1.5rem;
		left: 0.2rem;
	}


	/* ------------------------ */
	/* フッター　中央部コンテンツ */
	.footer_middle_flex {
		display: block;
	}

	.footer_middle_imgbox {
		margin-top: 5.5rem;
		display: block;
	}

	.footer_middle_flex nav {
		padding: 0;
		margin-top: 4.6rem;
	}

	.footer_middle_ulflex {
		display: flex;
		flex-wrap: wrap;
		/* 子要素を折り返す */
		list-style-type: none;
		/* デフォルトのリストスタイルを削除 */
		padding: 0rem 0rem 0rem 2rem;
	}

	.footer_middle_ulflex li {
		flex: 1 1 50%;
		/* 幅を100%に設定 */
		max-width: 16.0rem;
		order: unset;
		/* デフォルトの順序に戻す */
		/* background-color: antiquewhite; */
		margin-bottom: 1.2rem;
	}

	.footer_middle_ulflex li:nth-child(1) {
		order: 1;
	}

	.footer_middle_ulflex li:nth-child(2) {
		order: 3;
	}

	.footer_middle_ulflex li:nth-child(3) {
		order: 5;
	}

	.footer_middle_ulflex li:nth-child(4) {
		order: 2;
	}

	.footer_middle_ulflex li:nth-child(5) {
		order: 4;
	}

	.footer_middle_ulflex li:nth-child(6) {
		order: 6;
	}


	/* ------------------------ */
	/* フッター　下部コンテンツ */
	.footer_bottom_flex {
		padding-right: 0;
		justify-content: space-between;
		padding: 0rem 2.13rem 0rem 2.0rem;
		margin-top: 3.9rem;
	}

	.footer_bottom_text {
		max-width: 6.8rem;
		width: 100%;
		font-size: 1.6rem;
	}

	.footer_bottom_ulflex {
		justify-content: space-between;
		max-width: 15.3rem;
		width: 100%;
		font-size: 1.0rem;
	}

	.footer_bottom_instabox {
		margin-right: 2.8rem;
	}

	.footer_bottom_ulflex li:first-child {
		padding-right: 0.0rem;
	}


}