@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	height: 145px;
	padding: 15px 20px 78px;
	background: url("../img/h-bg_btm.png") repeat-x center bottom;
	font-family: var(--font-sans);
	text-align: left;
	z-index: 999;
}
/* タイトル */
#header h1.title a {
	display: block;
	width: 215px;
}
#header h1.title img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
/* お問い合わせ */
#header .contact a {
	display: block;
}
#header .contact a img {
	vertical-align: middle;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#header .contact {
		position: fixed;
		bottom: 30px;
		right: 0;
		display: block;
		text-align: center;
		z-index: 999;
	}
	#header .contact .txt_box {
		margin-bottom: -15px;
	}
	#header .contact .txt_box a {
		width: 173px;
		height: 107px;
		margin-left: auto;
		padding-left: 30px;
		background: url("../img/contact01.png") no-repeat center center / contain;
		color: var(--color-font);
		font-size : 18px;
		text-align: center;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .tel a {
		width: 237px;
		height: 132px;
		padding-left: 20px;
		background: url("../img/contact02.png") no-repeat center center / contain;
		color: var(--color-font);
		font-size: 28px;
		text-align: center;
		line-height: 1.2;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	#header .contact .tel a .txt {
		display: block;
		font-size : 17px;
	}
	#header .contact .tel a .txt02 {
		display: inline-block;
		padding-left: 30px;
		background: url("../img/tel-p.png") no-repeat left center / 23px auto;
	}
	#header .contact .btn a {
		position: relative;
		top: -35px;
		right: -5px;
		width: 53px;
		height: 53px;
		margin-bottom: -35px;
		padding-right: 5px;
		margin-left: auto;
		background: #ed99a3;
		border-radius: 50%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .btn a::before {
		content: "";
		background: #ed99a3;
		width: 29px;
		height: 29px;
		position: absolute;
		bottom: -5px;
		right: -10px;
		border-radius: 50%;
	}
	#header .contact .btn a img {
		width: 24px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #ed99a3; }
	#header .contact .tel a { background: var(--color-secondary); }
	#header .contact .btn a { background: var(--color-primary); }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		padding: 0 46px 30px 0;
		background-size: 300px auto;
		z-index: 9997;
	}
	#header::before {
		background: url(../img/bg-h.png) no-repeat top center / contain;
		pointer-events: none;
		bottom: -79px;
	}
	#header h1.title a {
		width: 150px;
	}
	#header h1.title {
		width: calc(100% - 138px);
		height: 100%;
		padding: 10px;
	}
	/* お問い合わせ */
	#header .contact {
		overflow: hidden;
		border-radius: 0 0 0 15px;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 10px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .txt,
	#header .contact .txt02,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	margin-left: auto;
	font-size: 18px;
}
#menu > ul {
	display: flex;
	column-gap: 15px;
}
#menu > ul > li {
	position: relative;
}
#menu > ul > li:not(:first-child)::before {
	position: absolute;
	top: 0;
	left: -15px;
	width: 15px;
	height: 100%;
	color: var(--color-primary);
	font-size: 25px;
	content: "・";
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu > ul > li img {
	width: 32px;
}
#menu > ul > li > a {
	height: 30px;
	padding: 0 5px;
	border-radius: 10px 10px 0 0;
	color: var(--color-font);
	text-decoration: none;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu > ul > li.pull:hover:not(:first-of-type) > a {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: var(--color-primary);
	color: #fff;
}
#menu > ul > li:hover:not(:first-of-type) > a,#menu ul > li.on > a {
	color: var(--color-primary);
}
#menu ul li.dsp_tbs {
	display: none;
}
/**/
#menu ul li ul {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	padding: 15px 18px;
	background: var(--color-primary);
	border-radius: 0 0 10px 10px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 999;
}
#menu ul li ul::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 10px;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	z-index: -1;
	content: "";
}
#menu li li a {
	display: block;
	color: #666;
}
#menu li li+li {
	margin-top: 2px;
}
#menu > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}
#menu ul ul li a:hover {
	color: var(--color-primary);
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page_title p {
	text-align: center;
}
#sub_ttl {
	height: 400px;
	padding-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/about/bg-title.jpg") no-repeat center /cover;
}
#sub_ttl.daily-schedule {
	background-image: url("../img/daily-schedule/bg-title.jpg");
}
#sub_ttl.events {
	background-image: url("../img/events/bg-title.jpg");
}
#sub_ttl.pre-school {
	background-image: url("../img/pre-school/bg-title.jpg");
}
#sub_ttl.after-school-care {
	background-image: url("../img/after-school-care/bg-title.jpg")
}
#sub_ttl.admission {
	background-image: url("../img/admission/bg-title.jpg");
}
#sub_ttl.access {
	background-image: url("../img/access/bg-title.jpg");
}
#sub_ttl.contact {
	background-image: url("../img/contact/bg-title.jpg");
}
#sub_ttl.news {
	background-image: url("../img/info/bg-title.jpg");
}
#sub_ttl.blog {
	background-image: url("../img/info/bg-title-blog.jpg");
}
#sub_ttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 19px;
	background: url("../img/bg-sub-bott.png") no-repeat center / cover;
}
#sub_ttl::after {
	content: "";
	position: absolute;
	width: 94px;
	height: 102px;
	left: calc(50% - 580px);
	bottom: 0;
	background: url("../img/sub-ico.png") no-repeat center / 100% auto;
}
#sub_ttl span {
	position: relative;
	display: inline-block;
	line-height: 99px;
	font-size: 42px;
	background: #fff;
	border-radius: 10px;
	padding: 0 44px;
}
#sub_ttl span::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #fff;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	display: inline-block;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#sub_ttl {
		height: 250px;
		padding-top: 30px;
	}
	#sub_ttl span {
		line-height: 70px;
		font-size: 30px;
	}
	#sub_ttl::after {
		left: 0;
	}
	#sub_ttl.contact {
		background-position: center right -60px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sub_ttl {
		height: 200px;
		padding-top: 0;
	}
	#sub_ttl span {
		line-height: 50px;
		font-size: 20px;
	}
	#sub_ttl::after {
		width: 50px;
		height: 60px;
	}
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#container {
	padding-top: 100px;
	text-align: left;
	line-height: 1.8;
}
#container p {
	margin-bottom: 1em;
}
#container h3.sub {
	margin-bottom: 40px;
	font-size : 42px;
	font-weight: 500;
}
#container h3.sub02 {
	font-size : 38px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
}
#container h3.sub02::before {
	content: "";
	width: 4px ;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #95cb4d;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#wrap, #header {
		min-width: 1150px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#container {
		padding-top: 60px;
	}
	#container h3.sub,#container h3.sub02 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub,#container h3.sub02 {
		margin-bottom: 20px;
		font-size: 22px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
.cen_btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn01 a {
	display: flex;
	align-items: center;
	width: 320px;
	height: 60px;
	font-size : 20px;
	line-height : 29px;
	border-radius: 30px;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
	font-weight: 500;
	padding: 0 30px;
	background: #ED99A3;
	color : #fff;
	border: 2px solid #fff;
	box-shadow: 2px 2px 14px rgba(237,153,163,0.5);
}
.btn01 a::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url("../img/arrow01.png") no-repeat top right/100%;
	width: 32px;
	height: 32px;
	right: 12px;
}
.btn01 a:hover {
	opacity: 1;
	color : #ED99A3;
	border: 2px solid #ED99A3;
	background: #fff;
}
.btn01 a:hover::before {
	background: url("../img/arrow03.png") no-repeat top right/100%;
	width: 18px;
	height: 16px;
	right: 20px;
}
.btn02 a {
	position: relative;
	height: 100%;
	padding: 20px 25px;
	background: #fff;
	border: 3px solid #ed99a3;
	border-radius: 30px;
	box-shadow: 2px 2px 14px rgba(237, 153, 163, 0.5);
	color: #333;
	font-size: 24px;
	line-height: 1.2em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 120px;
}
.btn02 a:hover {
	background: #ed99a3;
	border-color: #fff;
	color: #fff;
	box-shadow: none;
	opacity: 1;
}
.btn02 a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 34px;
	height: 34px;
	background: url(../img/arrow02.png) no-repeat center center / contain;
	transform: translateY(-50%);
	content: "";
}
.btn02 a span {
	display: block;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn01 a {
		width: 240px;
		font-size: 98%;
	}
}
	@media only screen and (max-width: 640px) {
		.btn01 a {
			width: 200px;
		}
	}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: auto;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
}
#footer::before {
	background: url("../img/bg-f.jpg") no-repeat top center/cover;
	height: 204px;
	margin-top: -200px;
}
#footer p.ttl {
	margin-bottom: 30px;
}
#footer .txt_box {
	width: 300px;
}
#footer .txt_box p {
	font-size: 125%;
	line-height : 31px;
	font-weight: 500;
}
/* リンク */
#footer .main {
	padding-top: 10px;
	padding-bottom: 50px;
}
#footer .link {
	width: 700px;
}
#footer .link .box {
	width: 100%;
	display: grid;
	justify-content: flex-start;
	grid-template-columns: 140px 365px 163px;
	gap: 15px;
	margin-bottom: 20px;
}
#footer .link li a {
	font-size: 110%;
	color: #666;
	position: relative;
}
#footer .link ul.dsp_hp > li > a:first-child {
	font-size: 125%;
	color: #333;
	font-weight: 600;
	position: relative;
}
#footer .link ul.dsp_hp > li > a:first-child::before {
	content: "・";
	color: var(--color-primary);
	position: absolute;
	top: -7px;
	font-size: 25px;
	left: -20px;
}
#footer .link ul li {
	text-align: left;
}
#footer .link ul.pt {
	padding-top: 10px;
}
#footer .link .box:last-of-type {
	display: flex;
	justify-content: flex-start;
	gap: 30px;
}
/* コピーライト */
#copyright {
	border-top: 1px solid #e5e5e5;
	padding: 15px 0;
	color: #ccc;
	font-size: 12px;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .contact li {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer::before {
		background: url(../img/bg-f.jpg) no-repeat bottom center / contain;
		height: 204px;
		margin-top: -204px;
	}
	#footer .main {
		padding-bottom: 10px;
	}
	#footer .ttl {
		margin-bottom: 15px;
	}
	#footer .txt_box a img {
		width: 230px;
	}
	#copyright {
		padding: 10px 0;
		font-size: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer p.ttl {
		margin-bottom: 15px;
	}
	#footer .txt_box a img {
		width: 150px;
	}
	#footer .txt_box p {
		font-size: 98%;
		line-height: 1.8em;
	}
	#copyright {
		padding: 5px 0;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* 枠のマージン・パディング */
.mt { margin-top: 100px; }
.mb { margin-bottom: 100px; }
.pt { padding-top: 100px; }
.pb { padding-bottom: 100px; }
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
}
/*------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	margin-bottom: 50px;
	padding-top: 30px;
	color: var(--color-thin);
	font-size: 12px;
	line-height: 1;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
#page_navi li+li:before {
	content: ">";
	margin-right: 0.5em;
}
#page_navi a {
	color: var(--color-thin);
	text-decoration: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#page_navi {
		margin-bottom: 30px;
		padding-top: 15px;
		font-size: 11px;
	}
}
/*------------------------------------------------*/
/* テーブル */
.tbl {
	width: 100%;
	background: #fff;
}
.tbl th,
.tbl td {
	padding: 14px;
	border: 1px solid var(--color-tbl-border);
}
.tbl th {
	white-space: nowrap;
	background: var(--color-tbl-th);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.tbl {
		border-bottom: 1px solid var(--color-tbl-border);
	}
	.tbl th,
	.tbl td {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
	}
}
/*------------------------------------------------*/
/* 注意書き */
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/*------------------------------------------------*/
/* 横100％ */
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
/*------------------------------------------------*/
/* 横100％背景 */
.bg_wide {
	position: relative;
}
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 1150px) {
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: 0;
	}
}
/*------------------------------------------------*/
/* フレックスボックス */
.box_flex_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_flex_sp.rev { flex-direction: row-reverse; }
.box_flex_sp.vcen { align-items: center; }
.box_flex_sp.vtop { align-items: flex-start; }
.box_flex_sp.htop { justify-content: flex-start; }
.box_flex_sp.hcen { justify-content: center; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vcen { align-items: center; }
	.box_flex.vtop { align-items: flex-start; }
	.box_flex.htop { justify-content: flex-start; }
	.box_flex.hcen { justify-content: center; }
}
/*------------------------------------------------*/
/* 箱のパディング */
.box_pad {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_pad { padding: 30px; }
}
