@charset "UTF-8";

/*各ページ特有指定（あまり汎用的でないもの）を記載*/
/*切替[基本：max568 min569／デザインによっては：768／それ以外は個別・特例的に設定]*/

/*文字背景色*/
p.tbg01{
	display: inline-block;
	background-color: #ffdade;
	padding: 2px 1px;
}
.marker {
	/*background-color: #ff9;*/
	background: linear-gradient(transparent 60%, #ffe4e9 60%);	/*文字半分にかかるくらいlinear-gradient(transparent　色の割合, 蛍光ペンの色 色の割合)*/
}
/*文字間*/
.tx-les01{
	letter-spacing: 0.25em;
}
/*メニュー副題*/
nav.nav ul li::before {
	content: attr(data-en);
	display: block;
	color: #8c8458;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: "Sawarabi Gothic", "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 568px) {
	nav.nav ul li::before {
		color: #8c8458;
	}
}
/*リンクの位置調整(Btype)*/
a.anchor {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}
@media screen and (max-width: 568px) {
	a.anchor {
		display: block;
		padding-top: 150px;
		margin-top: -150px;
	}
}
/*文字ボタン*/
.btwi{
	width: 55%;
	margin: 30px auto;
}
@media screen and (max-width: 768px) {
	.btwi{
		width: 80%;
	}
}
@media screen and (max-width: 568px) {
	.btwi{
		width: 100%;
	}
}
.c-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 65px;
	color: #fff;
	font-size: 17px;
	line-height: 1.1;
	text-decoration: none;
	transition: 0.3s;
	/*margin: 0 auto;*/
	/*border-radius: 50px;*/
	/*padding: 0 30px 0 0;*/
	margin:0 5px;
}
.c-btn a:hover {
	color: #6caec9;
}
.btn07 a {
	background-color: #6caec9;
	border: 1px solid #dfdfdf;
	font-size: clamp(16px,1.5vw,17px);
	border-radius: 10px;
}
/*.btn07 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
}*/	/*〇を入れる場合はイキ*/
.btn07 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #ccc #ccc transparent transparent;
}
.btn07 a:hover {
	background-color: #f4f4f4;
	/*border: 1px solid #333;*/
}
.btn07 a:hover::before {
	border: 1px solid #f2f2f2;
}
.btn07 a:hover::after {
	border-color: #6caec9 #6caec9 transparent transparent;
}
/*一般(usually)テーブル*//*info 幼稚園概要*/
table.u-tab {
	/*width: 80%;*/	/*article class="entry" 内に入れるならいらない*/
	margin: 0px auto;
	/*border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}
table.u-tab tr td{
	font-size: clamp(16px,1.6vw,17px);
	text-align:left;
	border-bottom: 1px solid #e1deca;
	line-height: 1.3;
	padding: 15px;
	/*background: rgba(243, 252, 255, 0.85);*/
}
table.u-tab tr td:nth-of-type(1){
	width: 12rem;	/* 1列目のスタイル */
	font-weight: 600;
	/*background: var(--main-color);*/
}
@media screen and (max-width: 800px) {
	table.u-tab {
		width: 100%;
	}
}
@media screen and (max-width: 568px) {
	table.u-tab tr td{
		display:block;
		width: calc( 100% - 20px );
		padding: 10px;
		border: 0;
	}
	table.u-tab tr td:nth-of-type(1){
		width: calc( 100% - 20px );	/* 1列目のスタイル */
		display:block;
		background: #ecf5f7e3;
	}
}
/*テーブル価格入 メニューページ*/
table.ttypeA {
	margin: 5px 0;
}
table.ttypeA tr th {
	text-align: left;
	font-weight: 400;
	font-size: clamp(16px, 1.6vw, 18px);
	line-height: 1.4;
	padding: 17px 5px;
	border-bottom: 1px solid #8c7257;
}
table.ttypeA tr td {
	text-align: right;
	font-size: clamp(16px, 1.6vw, 18px);
	line-height: 1.4;
	padding: 17px 5px;
	border-bottom: 1px solid #8c7257;
}
table.ttypeA tr td:nth-of-type(1) {
	width: 5em;
	/*color: #ffebc5;*/
}
table.ttypeA tr td:nth-of-type(2) {
	width: 1em;
	padding: 17px 2px;
}
/*
@media screen and (max-width: 768px) {
	table.ttypeA tr th{
		display: block;
	}
	table.ttypeA tr td:nth-of-type(1) {
		display: inline-block;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
	}
}
*/
/*文字縁取り*/
.fuchidori {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0 -1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}
/*文字装飾*/
.kakomi-p01{
	padding: 2px 8px; /* 枠と文字の空間 */
	margin: 0 0 7px 0; /* 枠の外の空間 */
	background-color:#f7efad; /* 枠の背景色 */
	border:1px solid #aeaeae; /* 枠の線の太さ・種類・色 */
	border-radius:5px; /* 枠の角を丸くする */
	/*box-shadow: 1px 2px 2px #ddd;*/ /*影をいれる*/
	font-family: inherit; /* フォントの種類を継承する */
	font-size: 0.75em;	/* フォントの大きさ */
	text-align: center;
	display: inline-block;
}
.kakomi-p02{
	padding:1px 8px; /* 枠と文字の空間 */
	margin:2.5px 5px; /* 枠の外の空間 */
	background-color:#e6bcbc; /* 枠の背景色 */
	border:1px solid #aeaeae;	/* 枠の線の太さ・種類・色 */
	border-radius:5px; /* 枠の角を丸くする */
	/*box-shadow: 1px 2px 2px #ddd;*/	/*影をいれる*/
	font-family:inherit; /* フォントの種類を継承する */
	font-size:0.65em;	/* フォントの大きさ */
	text-align:center;
}
/*会社概要*/
.bg_b{
	max-width:780px;
	margin: 50px auto;
	/*background: rgba(223, 223, 223, 0.3);*//*ちょっと暗め*/
	padding: 25px;
	border: 2px solid var(--main-color);
	border-radius: 20px;
}
/*NEWS*/
div.wn {
	margin: 10px 0;
	border: 3px double #b8ae86;
	padding: 20px;
	height: 250px;
	overflow: auto;
	background-color: rgba(255,255,255,0.85);
}
dl.wndl {
	display: flex;
	flex-wrap: wrap;
}
dl.wndl dt, dd {
	margin: 0;
	box-sizing: border-box;
	line-height: 1.5;
}
dl.wndl dt {
	color: #95875b;
	padding: 4px;
	border-bottom: 1px dashed #999;
	width: 9em;
	display: table-cell;
	vertical-align: middle;
}
dl.wndl dd {
	padding: 4px;
	border-bottom: 1px dashed #999;
	width: calc(100% - 9em);
}
@media (max-width: 768px)  {
	div.wn {
		margin: 0 0 10px 0;
		height: 470px;
	}
	dl.wndl dt {
		display: block;
		font-weight: bold;
		border: 0;
		width: 100%;
	}
	dl.wndl dd {
		display: block;
		width: 100%;
		letter-spacing: -0.7px;
	}
}
/*呼びかけ見出しデザイン h2 h3*/
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(20px, 2vw, 25px);
	line-height: 1.3;
	text-align: center;
	border: 0;
	color: var(--accent-color2);
	margin: 10px 0;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

.heading04::before,
.heading04::after {
	content: '';
	width: 4px;
	height: 40px;
	background-color: #ccc;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media screen and (max-width: 568px) {
	.heading04::before {
		margin-right: 17px;
	}
	.heading04::after {
		margin-left: 17px;
	}
}

/*マウスホバー時に文字列を表示*/
figure.hover-parent {
	width: 100%;
	height: auto;
	position: relative;
	/*margin-bottom: 30px;*/
	overflow: hidden;
}

figcaption.hover-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.6);
	opacity: 0;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 30px;
}

figure.hover-parent:hover .hover-mask2 {
	opacity: 1;
	transition: all .6s ease;
	padding-bottom: 0px;
}

/*枠*/
.waku{
	background: #fff;
	padding: 10px 25px 25px 25px;
	border-radius: 10px;
	margin-bottom: 8%;
}
/*数字と線を組み合わせた見出しデザイン04*/
.heading14 {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
}

.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(28, 151, 59, 0.3);
	font-size: 50px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgb(111, 187, 131);
}
/*↑実装の為の打消し*/
h4.heading14 {
	color: #634a43;
	margin: 35px 0px;
	border-bottom:0;
}
/*icon*/
.svgicon01 {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}
.svgicon02 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: top;
	margin: 0 10px 0 5px;
}
/**/
ul.check {
	font-size: clamp(15px, 1.7vw, 19px);
}
ul.check li {
	position: relative;
	margin-bottom: 10px;
}
ul.check li::before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 7px;
	border-left: 3px solid #ff3c00;
	border-bottom: 3px solid #ff3c00;
	transform: rotate(-45deg);
}
/* リストリンクメニュー */
.link-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.link-menu li a{
	display: inline-block;
	white-space: nowrap;
	font-size: clamp(13px, 1.4vw, 15px);
}
ul.link-menu li:last-child::after{
	content: none;
}
ul.link-menu li::after {
	content: "　|　";
}
.link-menu li a:hover{
	display:inline-block;
	text-decoration: underline;
	color: var(--accent-color2);
}
@media screen and (max-width: 568px) {

	.link-menu {
		gap: 0%;
	}
	.link-menu li {
		display:inline-block;
		width: 100%;
	}
	.link-menu li a{
		display:inline-block;
		padding: 10px 0px;
	}
	ul.link-menu li::after{
		content: none;
	}
}
/**/
.emphasis {
	box-sizing: border-box;
	font-size: clamp(15.5px, 1.5vw, 18px);
	line-height: 1.5;
	display: block;
	border: 3px double #d0123f;
	margin: 10px auto 5px auto;
	padding: 5px;
}
/*中央見出しデザイン 英語表記あり　h2 h3*/
.heading06 {
	color: #000;
	position: relative;
	padding-top: 40px;
	padding-bottom: 25px;
	font-size: clamp(28px, 2.7vw, 29px);
	text-align: center;
	font-weight: 400;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	margin-bottom: 10px;
}
.heading06 span {
	position: relative;
	z-index: 2;
}
.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	color: #dddac8;
	font-size: clamp(40px,5vw,65px);
	font-style: italic;
}

@media (max-width: 568px)  {
	.heading06::before {
		/*top: 15px;*/
		top: 0px;
		color: #aaa378;
	}
}
/**/
ul.list04 {
	margin-top: 10px;
	font-size: clamp(16px, 1.4vw, 17px);
	font-weight: 600;
	line-height: 3;
	list-style-type: none;
	column-count: 3;
}
.list04 li {
	position: relative;
	padding: 2px;
	margin: 10px;
	text-align: center;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}
.list04 li:first-child {
	margin: 0px 10px 10px 10px;
}
@media (max-width: 968px)  {
	ul.list04 {
	  column-count: 2;
	}
}
@media (max-width: 768px)  {
	ul.list04 {
	  column-count: 1;
	}
}

/**/
.list-design {
	/*border: 2px solid #99bdde;
	border-radius: 10px;*/
	list-style: none;
	padding: 0 0 .5em;
	position: relative;
}
.list-design li {
	border-bottom: 1px dashed #b9b9b9;
	margin-top: 5px;
	padding: 0.5em 0 0.5em 1.6em;
}
.list-design li:before {
	color: #99bdde;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 0.1em;
	margin: 3px 0;
	position: absolute;
}
.list-design li:last-of-type {
	border-bottom: none;
}
/*header で使用*/
.flex3{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}
.flex-childhead{
	display: flex;
	align-items: center;
}
.flex-childhead2{
	margin-left: 20px;
}
/*header SNS*/
.head-sns {
 	display: inline-block;
}
.head-sns a {
	font-size: 20px;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	aspect-ratio: 1 / 1;
	background-color: #fb0074;
	color: #ffffff;
	clip-path: circle(50%);
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.hsnsword{
	color: #fb0074;
	font-size: 12px;
}
/*ドット見出し*/
.hcute {
	font-size: clamp(25px, 2vw, 30px);
	width: fit-content;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #3e3e3e;
	border-bottom: 5px dotted #b1d0a3;
}

/*↑実装の為の打消し*/
h4.hcute {
	border-bottom:0;
}
/*教育目標　リスト　漢数字*/
ol.kans{
	list-style-type: cjk-ideographic;
	font-size: clamp(15px, 1.7vw, 23px);
	margin-left: 20px;
}
/*目標括り*/
.mokukuri{
	margin: 10px 13%;
	/*width: max-content;*/
	background-color: rgb(255, 255, 255, 0.7);
	border-radius: 15px;
	padding: 5px 10px;
}
@media (max-width: 768px)  {
	ol.kans{
		margin-left: 5px;
	}
	.mokukuri{
		margin: 10px 1%;
	}
}
/*募集要項テーブル*/
table.use-tab {
	margin: 5px 0;
	box-sizing: border-box;
}
table.use-tab tr td {
	line-height: 1.4;
	padding: 5px 5px 5px 7px;
	border-bottom: 1px solid #c6bcab;
	box-sizing: border-box;
}
table.use-tab tr td:nth-of-type(1) {
	width: 6em;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	table.use-tab tr td:nth-of-type(1) {
		width: 100%;
		display: block;
		background-color: rgba(253, 248, 239, 0.9);
	}
	table.use-tab td {
		width:100%;
		display: block;
	}
}
/**/
table.use-tab2 {
	margin: 5px 0;
	box-sizing: border-box;
}
table.use-tab2 tr td {
	line-height: 1.4;
	padding: 5px 5px 5px 7px;
	border-bottom: 1px solid #c6bcab;
	box-sizing: border-box;
}
table.use-tab2 tr td:nth-of-type(2) {
	text-align: right;
}
@media screen and (max-width: 768px) {
	table.use-tab2 {
		width:100%;
	}
	table.use-tab2 tr td {
		padding: 5px 0;
	}
}
/**/
@media screen and (max-width: 768px) {
	.fsps{
		font-size:11px;
	}
}
/**/
table.use-tab3 {
	margin: 5px 0;
	box-sizing: border-box;
	border-top: 1px solid #c6bcab;
	border-left: 1px solid #c6bcab;
}
table.use-tab3 tr th {
	line-height: 1.4;
	padding: 5px 5px 5px 7px;
	border-bottom: 1px solid #c6bcab;
	border-right: 1px solid #c6bcab;
	box-sizing: border-box;
	background-color: rgba(253, 248, 239, 0.9);
}
table.use-tab3 tr td {
	line-height: 1.4;
	padding: 5px 5px 5px 7px;
	border-bottom: 1px solid #c6bcab;
	border-right: 1px solid #c6bcab;
	box-sizing: border-box;
}
table.use-tab3 tr td:nth-of-type(2) {
	text-align: center;
}
table.use-tab3 tr td:nth-of-type(3) {
	text-align: center;
}
@media screen and (max-width: 768px) {
	table.use-tab3 {
		width:100%;
	}
	table.use-tab3 tr td {
		padding: 5px 2px 5px 5px;
	}
}
/*チビアイコン*/
.i-icon01 {
	display: inline-block;
	/*width: 20px;*/
	height: 50px;
	vertical-align: middle;
	margin: 0 0 1px 0;
}




