@charset "utf-8";
/*===================================================================
all
====================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
	padding: 100px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.back {
		padding: 50px 0;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【背景】::::::::::*/
.width {
	max-width: 70%;
	margin: 0 auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.width {
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {
	.width {
		max-width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 400px) {}
/*:::::::::::【背景】::::::::::*/
.contents {
	margin: 100px auto;
	margin-bottom: 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
		.contents {
		margin-top: 50px;
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*====================================================================
親子通所について
====================================================================*/
/*:::::::::::【背景】::::::::::*/
.about-back {
	position: relative;
	background-image: url("../image/oyakotsusyo/about-img.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin-top: 50px;
}
.about-back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 247, 220, 0.7);
	z-index: 2;
}
.about-width {
	height: 100%;
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
/*:::::::::::【コンテンツ】::::::::::*/
.about-contents p {
	width: 60%;
	margin: 0 auto;
	line-height: 3;
	font-size: 20px;
}
@media (max-width:1500px) {
	/*:::::::::::【背景】::::::::::*/
	.about-back {
		height: auto;
	}
		/*:::::::::::【コンテンツ】::::::::::*/
	.about-contents p {
		width: 90%;

	}
}
@media (max-width:1400px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.about-contents {
		margin: 50px;
	}
.about-contents p {
	width: 100%;
}
}
@media (max-width:1280px) {

	/*:::::::::::【コンテンツ】::::::::::*/
	.about-contents p {
		width: 90%;
		margin: 0 auto;
		line-height: 2.8;
		font-size: 18px;
	}
}
@media (max-width:1024px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.about-contents p {
		width: 100%;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
	/*:::::::::::【背景】::::::::::*/
	.about-back {
		background-image: url("../image/oyakotsusyo/about-img-res.jpg");
		background-size: cover;
		background-position: center;
		margin-top: 50px;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.about-contents p {
		line-height: 2;
		font-size: 16px;
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*====================================================================
利用対象
====================================================================*/
/*:::::::::::【コンテンツ】::::::::::*/
.eligible-contents {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.eligible-contents img {
	width: 20%;
}
.eligible-contents p {
	width: 50%;
	font-size: 1.3rem;
	line-height: 1.8;
}
.eligible-contents p span {
	font-size: 1.5rem;
	font-weight: 700;
	color: #f7931e;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.eligible-contents img {
		width: 30%;
	}
}
@media (min-height:1366px) { /*ipad pro*/
	/*:::::::::::【コンテンツ】::::::::::*/
	.eligible-contents img {
		width: 30%;
	}
}
@media (max-width:900px) {}
@media (max-width:600px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.eligible-contents {
		flex-direction: column;
	}
	.eligible-contents img {
		width: 40%;
	}
	.eligible-contents p {
		width: 100%;
		font-size: 16px;
		margin-top: 30px;
	}
	.eligible-contents p span {
		font-size: 1.5rem;
		font-weight: 700;
		color: #f7931e;
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*====================================================================
一日の流れ
====================================================================*/
/*:::::::::::【背景】::::::::::*/
.schedule-back {
	background-color: #ffe5b4;
}
/*:::::::::::【利用日時】::::::::::*/
.s-day {
	text-align: center;
	margin: 150px auto 50px auto;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
}
.s-contents p {
	margin-bottom: 20px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-size: 1.8rem;
}
.s-footnote {
	line-height: 2;
	margin-top: 50px;
}
/*:::::::::::【テーブル】::::::::::*/
#schedule-table {
	width: 100%;
}
#schedule-table th, #schedule-table td {
	text-align: center;
	width: 10%;
	min-width: 130px;
	padding: 10px;
	height: 60px;
}
#schedule-table th {
	background-color: #f4c542;
}
#schedule-table td {
	background-color: #fff;
}
#schedule-table .head {
	background-color: #f2b725;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {
	.schedule-width {
		max-width: 90%;
	}
	.s-day {
		margin: 100px auto 50px auto;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	#schedule-table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	#schedule-table .fixed {
		position: sticky;
		left: 0;
	}
	#schedule-table .fixed:before {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		right: -1px;
		height: 100%;
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
	}
}
@media (max-width:600px) {
	.s-day {
		margin: 80px auto 50px auto;
	}
	.s-contents p {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
}
@media (max-width:450px) {
	.s-day {
		font-size: 18px;
	}
}
@media (max-width: 400px) {}
/*====================================================================
支援プログラム
====================================================================*/
/*:::::::::::【背景】::::::::::*/
.program-back {
	background-image: url("../image/oyakotsusyo/program-01.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.program-back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(225, 225, 225, 0.2);
	z-index: 3;
}
.program-width {
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
/*:::::::::::【イメージ】::::::::::*/
.children-img img {
	height: 300px;
	position: absolute;
	bottom: 30px;
	right: 50px;
	z-index: 2;
}
/*:::::::::::【コンテンツ】::::::::::*/
.program-contents {
	width: 80%;
}
.program-contents li {
	margin-bottom: 100px;
}
.program-contents li:last-of-type {
	margin-bottom: 0;
}
/*:::::::::::【テキスト】::::::::::*/
.program-contents ul {}
.program-contents dl {}
.program-contents dt {
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 15px;
}
.program-contents dd {
	line-height: 2;
	font-size: 1.3rem;
}
@media (max-width:1280px) {
	/*:::::::::::【イメージ】::::::::::*/
	.children-img img {
		height: 300px;
		bottom: 140px;
		right: 20px;
	}
	/*:::::::::::【テキスト】::::::::::*/
	.program-contents dt {
		font-size: 1.5rem;
		font-weight: 800;
		margin-bottom: 15px;
	}
	.program-contents dd {
		line-height: 2;
		font-size: 1.2rem;
	}
}
@media (max-width:1024px) {
	/*:::::::::::【背景】::::::::::*/
	.program-back::before {
		background-color: rgba(225, 225, 225, 0.5);
	}
	/*:::::::::::【イメージ】::::::::::*/
	.children-img img {
		height: 300px;
		bottom: 100px;
		right: 10px;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.program-contents li {
		margin-bottom: 80px;
	}
	/*:::::::::::【テキスト】::::::::::*/
	.program-contents dt {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.program-contents dd {
		font-size: 16px;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
		/*:::::::::::【コンテンツ】::::::::::*/
.program-contents {
	width: 90%;
}
}
@media (max-width:600px) {
	/*:::::::::::【コンテンツ】::::::::::*/
.program-contents {
	width: 100%;
}
}
@media (max-width:450px) {
	/*:::::::::::【背景】::::::::::*/
	.program-width {
		max-width: 90%;
	}
	/*:::::::::::【イメージ】::::::::::*/
	.children-img img {
		height: 250px;
		bottom: 180px;
	}
}
@media (max-width: 400px) {}
/*====================================================================
情報公開
====================================================================*/
/*:::::::::::【背景】::::::::::*/
.review-back {
	background-color: #ffe5b4;
}
/*:::::::::::【コンテンツ】::::::::::*/
.review-contents p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 800;
}
/*:::::::::::【レビューリスト】::::::::::*/
.review-list {
	width: 70%;
	margin: 0 auto;
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
}
.review-list li {
	text-align: center;
	padding: 20px 0;
	font-size: 1.2rem;
	background-color: #f4c542;
	border-radius: 40px;
	box-shadow: 2px 2px 2px rgba(84, 52, 34, 0.5);
	transition: all 0.2s ease; /* アニメーションをなめらかに */
}
.review-list li:hover {
	background-color: #d4a832; /* 濃い黄色（f4c542 よりやや暗め） */
	box-shadow: inset 2px 2px 4px rgba(84, 52, 34, 0.5); /* 内側の影で「押された感」 */
	transform: translateY(1px); /* 少し下に動かす */
}
.review-list li a {
	display: block;
	height: 100%;
	width: 100%;
}
@media (max-width:1280px) {
	/*:::::::::::【レビューリスト】::::::::::*/
	.review-list {
		width: 100%;
	}
}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	/*:::::::::::【レビューリスト】::::::::::*/
	.review-list {
		margin-top: 50px;
	}
}
@media (max-width:600px) {
	/*:::::::::::【レビューリスト】::::::::::*/
	.review-list {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.review-contents p {
		font-size: 1.4rem;
	}
	/*:::::::::::【レビューリスト】::::::::::*/
	.review-list li {
		font-size: 16px;
	}
}
/*====================================================================
ご利用までの流れ
====================================================================*/
/*:::::::::::【背景】::::::::::*/
.step-back {
	/*	background-image: url("../image/common/yellow-kirin.png");
	background-size: contain;
	background-position: left bottom;*/
}
.step-back-img {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
/*:::::::::::【コンテンツ】::::::::::*/
.step-list {
	width: 80%;
}
.step-list li {
	margin: 30px auto;
}
.step-list li dl {
	background-color: #f4c542;
	border-radius: 30px;
	padding: 15px 20px;
	box-shadow: 2px 2px 4px rgba(45, 35, 12, 0.6);
}
.step-list dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.step-list dt span {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 1.4rem;
	margin-right: 20px;
}
.step-list dt p {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
}
.step-list dd {}
.yazirushi {
	background: none;
	text-align: center;
	font-size: 1.5rem;
}
.yazirushi span {
	margin: 0 20px;
}
@media (max-width:1280px) {
}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
	.step-list {
		width: 80%;
	}
}
@media (max-width:900px) {
	.step-list {
		width: 80%;
	}
}
@media (max-width:600px) {
	.step-list {
		width: 100%;
	}
}
@media (max-width:450px) {

	/*:::::::::::【背景】::::::::::*/
	.step-list li dl {
		padding: 15px 15px;
	}
	.step-list dt {
		margin-bottom: 10px;
	}
	.step-list dt span {
		font-size: 1.2rem;
		margin-right: 10px;
		white-space: nowrap;
	}
	.step-list dt p {
		font-size: 18px;
				white-space: nowrap;
	}
}
@media (max-width: 400px) {}