@charset "UTF-8";

/* ========================================
   保育施設 個別ページ
   カラーパレット:
   - Primary: #e8734a (coral)
   - Hover: #fef0eb
   - Dark: #d4623c
   - Accent: #f49a3e (orange)
======================================== */

/* --- ヘッダー上書き --- */
.childcare-facility-header-wrap .header-logo {
	height: 35px;
	width: auto;
}

.childcare-facility-header-wrap #main-menu {
	margin-left: auto;
	margin-right: 0;
}

.childcare-facility-header-wrap #main-menu .menu ul li a {
	color: #e8734a;
	padding: 0 20px;
	transition: background-color 0.3s, color 0.3s;
}

.childcare-facility-header-wrap #main-menu .menu ul li a:hover {
	background-color: #e8734a;
	color: #fff;
}

/* ヘッダー施設種別＋施設名 */
.cf-header-facility-type {
	font-size: 1.0rem;
	font-weight: 700;
	color: #4d4d4d;
	margin-right: 10px;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.cf-header-facility-name {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ff6252;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.childcare-facility-header-wrap .header-logo-area a {
	text-decoration: none;
	display: flex;
	align-items: baseline;
}

/* --- SP ドロワーメニュー --- */
#menu-sp-childcare-facility li a {
	display: block;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #e8734a;
	border-bottom: 1px solid #f0f0f0;
}

#menu-sp-childcare-facility li a:hover {
	background-color: #fef0eb;
}

/* --- パンくずリスト上書き --- */
.cf-breadcrumb {
	color: #d4623c;
	font-size: 1.0rem;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cf-breadcrumb a {
	color: #d4623c;
	text-decoration: none;
}

.cf-breadcrumb a:hover {
	opacity: 0.7;
}

.cf-breadcrumb .container {
	word-spacing: 0.4em;
}

/* --- ページ全体 --- */
#childcare-facility-page {
	overflow-x: hidden;
}

/* ========================================
   ファーストビュー
======================================== */
.cf-single-fv {
	position: relative;
	width: 100%;
}

.cf-single-fv-image {
	width: 100%;
	min-height: 200px;
}

.cf-single-fv-placeholder {
	background-color: #fde8dc;
}

.cf-single-fv-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* タイトルオーバーレイ */
.cf-single-fv-title-area {
	background: linear-gradient(135deg, rgba(232, 115, 74, 0.9), rgba(244, 154, 62, 0.9));
	padding: 20px 0;
}

.cf-single-fv-facility-type {
	display: inline;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	margin: 0 16px 0 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.cf-single-fv-title {
	display: inline;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

/* ========================================
   セクション共通
======================================== */
.cf-single-section-heading {
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	margin: 0 0 10px;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

/* ========================================
   園長メッセージ
======================================== */
.cf-single-director {
	padding: 60px 0;
}

.cf-single-director-content {
	background-color: #fef0eb;
	border-radius: 12px;
	padding: 40px;
}

.cf-single-director-message {
	font-size: 1rem;
	font-weight: 500;
	color: #555;
	line-height: 2;
	margin-bottom: 20px;
}

.cf-single-director-name {
	text-align: right;
	font-size: 1.1rem;
	font-weight: 700;
	color: #e8734a;
	margin: 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

/* ========================================
   Instagram投稿
======================================== */
.cf-single-instagram {
	padding: 60px 0;
	background-color: #fff;
}

.cf-single-instagram-content {
	text-align: center;
}

.cf-single-instagram-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(135deg, #e8734a, #f49a3e);
	color: #fff;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 18px 50px;
	border-radius: 50px;
	transition: opacity 0.3s;
}

.cf-single-instagram-link:hover {
	opacity: 0.8;
}

.cf-single-instagram-link .fa-instagram {
	font-size: 1.4rem;
}

.cf-single-instagram-link .fa-chevron-right {
	font-size: 1.0rem;
}

/* ========================================
   動画
======================================== */
.cf-single-videos {
	padding: 60px 0;
}

.cf-single-videos-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.cf-single-video-item {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cf-single-video-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ========================================
   各種アカウント
======================================== */
.cf-single-accounts {
	padding: 60px 0;
	background-color: #fde8e6;
}

.cf-single-accounts-lead {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	color: #333;
	margin: 0 0 50px;
}

.cf-single-accounts-row {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}

.cf-single-accounts-row .cf-single-account-btn {
	flex: 0 1 auto;
}

.cf-single-accounts-row .cf-single-account-btn:only-child {
	margin-right: auto;
}

.cf-single-accounts-row .cf-single-account-btn img {
	width: 528px;
	max-width: 100%;
}

.cf-single-accounts-jobnet {
	text-align: center;
}

.cf-single-accounts-jobnet .cf-single-account-btn img {
	width: 100%;
}

.cf-single-account-btn {
	transition: opacity 0.3s;
}

.cf-single-account-btn:hover {
	opacity: 0.8;
}

.cf-single-account-btn img {
	height: auto;
	display: block;
}

/* ========================================
   施設情報
======================================== */
.cf-single-info {
	padding: 60px 0;
	background-color: #fff;
}

.cf-single-info-heading {
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #333;
	margin: 0 0 24px;
}

/* カード */
.cf-single-info-card {
	background-color: #fde8e6;
	border-radius: 12px;
	padding: 40px;
}

/* 所在地・最寄り駅 */
.cf-single-info-location {
	display: flex;
	gap: 40px;
	margin-bottom: 24px;
}

.cf-single-info-location-item {
	font-size: 1.05rem;
	color: #333;
	line-height: 1.8;
}

.cf-single-info-label {
	color: #f47e76;
	font-weight: 700;
}

/* 電話案内 */
.cf-single-info-phone-guide {
	margin: 42px 0 38px;
	font-size: 1.1rem;
	color: #333;
}

.cf-single-info-phone-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	background-color: #fff;
	padding: 20px 32px;
	margin-bottom: 30px;
	text-align: center;
}

.cf-single-info-phone-number {
	font-size: 2rem;
	font-weight: 700;
	color: #ff6252;
	text-decoration: underline;
	letter-spacing: 0.05em;
}

.cf-single-info-phone-number:hover {
	opacity: 0.7;
}

.cf-single-info-phone-hours {
	font-size: 1.0rem;
	color: #333;
	font-weight: 500;
}

/* Googleマップ */
.cf-single-info-map {
	position: relative;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.cf-single-info-map iframe {
	display: block;
	width: 100%;
	height: 500px;
	border: 0;
}

/* ========================================
   説明書ダウンロード
======================================== */
.cf-single-guide {
	padding: 60px 0;
	background-color: #fff;
}

.cf-single-guide-card {
	background-color: #fde8e6;
	border-radius: 12px;
	padding: 32px 40px;
}

.cf-single-guide-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background-color: #f0a030;
	color: #fff;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 18px;
	border-radius: 12px;
	transition: opacity 0.3s;
}

.cf-single-guide-link:hover {
	opacity: 0.8;
}

.cf-single-guide-link .fa-chevron-right {
	font-size: 1.0rem;
}

/* ========================================
   フッター（保育施設個別ページ用）
======================================== */
.cf-facility-footer {
	background-color: #f47e76;
	color: #fff;
	padding-bottom: 0;
}

/* 施設情報エリア */
.cf-facility-footer-info-area {
	padding: 40px 0;
}

.cf-facility-footer-info-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

/* 施設種別＋施設名 */
.cf-facility-footer-name-area {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex-shrink: 0;
}

.cf-facility-footer-facility-type {
	font-size: 0.9rem;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
	white-space: nowrap;
}

.cf-facility-footer-facility-name {
	font-size: 1.6rem;
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
	white-space: nowrap;
}

/* 施設詳細 */
.cf-facility-footer-details p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.8;
	font-weight: 700;
}

.cf-facility-footer-details a {
	color: #fff;
	text-decoration: none;
}

.cf-facility-footer-details a:hover {
	opacity: 0.7;
}

/* 区切り線 */
.cf-facility-footer-divider {
	border: none;
	border-top: 2px solid rgba(255, 255, 255, 1);
	margin: 0;
}

/* ブランドエリア */
.cf-facility-footer-brand {
	padding: 50px 0;
}

.cf-facility-footer-brand-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.cf-facility-footer-brand-logo {
	width: 240px;
	height: auto;
}

/* コピーライト */
.cf-facility-footer-copyright {
	background-color: #f98f80;
	padding: 15px 0;
}

.cf-facility-footer-copyright p {
	margin: 0;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

/* ========================================
   レスポンシブ（SP）
======================================== */
@media screen and (max-width: 1023px) {
	/* ヘッダー */
	.childcare-facility-header-wrap .header-logo {
		height: 28px;
	}

	/* FV */
	.cf-single-fv-image {
		min-height: 120px;
	}

	.cf-single-fv-title {
		font-size: 1.5rem;
	}

	.cf-single-fv-facility-type {
		font-size: 1.5rem;
	}

	/* 共通 */
	.cf-single-section-heading {
		font-size: 1.4rem;
	}

	/* 園長メッセージ */
	.cf-single-director-content {
		padding: 25px;
	}

	/* Instagram */
	.cf-single-instagram-link {
		padding: 14px 30px;
		font-size: 1rem;
	}

	/* 動画 */
	.cf-single-videos-grid {
		grid-template-columns: 1fr;
	}

	/* アカウント */
	.cf-single-accounts-row {
		flex-direction: column;
		margin-bottom: 30px;
	}

	/* 施設情報 */
	.cf-single-info-card {
		padding: 24px;
	}

	.cf-single-info-location {
		flex-direction: column;
		gap: 16px;
	}

	.cf-single-info-phone-box {
		flex-direction: column;
		gap: 8px;
		padding: 16px 20px;
		text-align: center;
	}

	.cf-single-info-phone-number {
		font-size: 1.6rem;
	}

	.cf-single-info-map iframe {
		height: 280px;
	}

	/* 説明書 */
	.cf-single-guide-card {
		padding: 24px;
	}

	.cf-single-guide-link {
		padding: 14px;
		font-size: 1rem;
	}

	/* フッター */
	.cf-facility-footer-info-inner {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}

	.cf-facility-footer-name-area {
		text-align: center;
	}

	.cf-facility-footer-facility-name {
		font-size: 1.2rem;
		white-space: normal;
	}

	.cf-facility-footer-brand-inner {
		flex-direction: column;
		gap: 20px;
	}

	.cf-facility-footer-brand-logo {
		width: 200px;
	}
}
