@charset "utf-8";
/*
 * CSS Variabls
 */
:root {
	--x-rcs-s0-head-size: 160px;
	--x-rcs-s0-head-size-md: 190px;
	--x-rcs-s0-head-size-sm: 160px;
	--rcs-s0-head-size: 0px;
	--rcs-s0-head-size-md: 0px;
	--rcs-s0-head-size-sm: 0px;
	--rcs-s0-navi-size: 80px;
	--rcs-s0-navi-size-md: 75px;
	--rcs-s0-navi-size-sm: 65px;
	--rcs-color:#44B13F;
	--rcs-color-2nd: #c26ea9;
	--rcs-ff-kaku-got:"Hiragino Kaku Gothic ProN", "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
	--rcs-ff-normal: "游ゴシック", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	--rcs-weight-w6: 600;
	--rcs-weight-w4: 400;
	--rcs-weight-bold: bold;
	--rcs-s0-menu-bgcolor: white; 
}

/*
 * common class
 */
body {
	font-family: var(--rcs-ff-kaku-got);
	--x-font-family: var(--rcs-ff-normal);
  font-size: var(--rcs-fsv-s0);
}
a {
  color: var(--rcs-fc-body) !important;
}
p {
	max-width: none !important;
}
li {
	max-width: max-content !important;
}
#rcs-s0-wrapper {
  --x-margin: var(--rcs-s0-head-size) 0 0 0;
  margin: var(--rcs-s0-head-size) auto 0;
	width: 1200px;
  max-width: 100%;
	--x-width: 100vw;
  --x-max-width: 100%;
}
/*
@media screen and (min-width: 916px)  {
  #rcs-s0-wrapper {
  	margin: var(--rcs-s0-head-size) 0 0 0;
  }
}
*/
@media screen and (min-width: 481px) and (max-width: 915px) {
  #rcs-s0-wrapper {
  	margin: var(--rcs-s0-head-size-md) 0 0 0;
		width: 900px;
  	max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #rcs-s0-wrapper {
  	margin: var(--rcs-s0-head-size-sm) 0 0 0;
		width: 100%;
  	max-width: 100%;
  }
}
#rcs-s0-wrapper__main {
  margin: 0 4vw;
	/* 内容固まるまでの空きスペース確保 */
	--x-height: 800px;
}
.rcs-s0-stacker {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
  .rcs-s0-stacker {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 915px) {
  .rcs-s0-stacker {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 915px) {
  .rcs-s0-stacker {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .rcs-s0-stacker {
    margin: 20px 0 0 0;
  }
	#rcs-s0-wrapper__main {
  	margin: 10px ;
	}
}

/*
 * Footer メニュー
 */
rcs-footer.footer {
	--margin: 0; 
	--background-color: var(--rcs-color); 
}
rcs-footer::part(toprow) {
	height: 160px;
}
rcs-footer::part(left) {
	--flex-basis: 60%;
	color: white;
	margin: 0 0 0 40px;
	white-space: nowrap;
}
rcs-footer::part(right) {
	justify-content: center;
}
rcs-footer::part(bottom) {
	font-size: var(--rcs-fsv-s0);
	color: white;
	display: flex;
	justify-content: end;
	padding: 0 0 10px 0;
}
.rcs-s0-footer-ul {
	margin: 50px 0 0 20px;
}
.rcs-s0-footer-ul li {
	font-size: var(--rcs-fsv-s1);
	list-style: none;
}
rcs-footer ul li svg {
	width:  60px;
	height: 60px;
}
.rcs-s0-footer-corpname {
	margin-right: 40px;;
	font-size: var(--rcs-fsv-s-2);
}
.rcs-s0-footer-info {
	font-weight: 400;
	font-size: var(--rcs-fsv-s-1);
	--x-margin: 0 0 0 20px;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
}
@media screen and (max-width: 915px) {
}
@media screen and (min-width: 481px) and (max-width: 915px) {
	rcs-footer::part(toprow) {
		flex-flow: row;
	}
}
@media screen and (max-width: 480px) {
	rcs-footer.footer {
    margin: 10px 0 10px;
  }
	rcs-footer::part(toprow) {
		flex-flow: column;
	}
	rcs-footer::part(left) {
		margin: 0 1rem;
		padding: 8px 0 0 0;
	}
	rcs-footer::part(bottom) {
		padding: 0;
	}
	.rcs-s0-footer-info {
		font-size: var(--rcs-fsv-s0);
	}
	.rcs-s0-footer-corpname {
		margin: 0 10px 10px 0;
	}
}
/*
 * ハンバーガーメニュー
 */
rcs-hbmenu-ovl.hbmenu {
	/* メニュー表示位置 */
	--ovl-right: 10px;
	/* メニュー背景色*/
	--background-color: var(--rcs-color);
	--font-size: var(--rcs-fsv-s0);
	--menu-width: 60vw;

	/* アイコン関係 */
	/* 表示位置 */
	--menu-right:1em;
	--menu-top: 1em;
	--menu-padding: 20px 9px;
	--x-menu-height: 63vh;
	--menu-height: auto;

	/* 背景色 */
  --menu-color: var(--rcs-color);
	/* ３本線の幅、厚み ,色 */
	--line-height: 4px;
	--line-width: 30px;
	--line-color:white; 

}
@media screen and (min-width: 481px) and (max-width: 915px) {
	rcs-hbmenu-ovl.hbmenu {
    display: block;
  }
}

@media screen and (max-width: 480px) {
	rcs-hbmenu-ovl.hbmenu {
    display: block;
  }
	.rcs-s0-hbmenu-list-ul li{		
		margin-left: 10px;
		font-size: var(--rcs-fsv-s2);
		line-height: 5rem;
	}
	.rcs-s0-hbmenu-list-ul li p {		
		margin-left: 100px;
		font-size: var(--rcs-fsv-s1);
	}
	rcs-hbmenu-ovl::part(cb-open) {	 
		right: 10px;
		top: 0px;
	}
}
/*
 * Flex Box
 */
.rcs-s0-flexbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .rcs-s0-flexbox {
    flex-direction: column;
  }
}
.rcs-s0-contents-wrapper {
	margin: 5px 10px 5px;
	max-width: 98vw;
	padding-right: 0px;
	padding-left: 0px;
	flex-direction: row;
}

@media screen and (max-width: 480px) {
	.rcs-s0-contents-wrapper {
		margin: 0px 0px;
	}
}

/* 共通のアイコンエフェクト */
/* Style all font awesome icons */
.rcs-s0-faicon {
  padding-left: 20px;
	display:inline-block;	
  font-size: 2rem;
  --text-decoration: none;
}

/* Add a hover effect if you want */
.rcs-s0-faicon:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Instagram */
.rcs-s0-fa-instagram {
  --color: #c6529a; 
	fill: white;
	width: 1.5rem;
}
.rcs-s0-fa-instagram a {
	display:inline-block;
}
/* Facebook */
.rcs-s0-fa-facebook {
  --x-background: #3B5998;
  --x-color: white;
	fill: white;
	width: 1.5rem;
}

/* Twitter */
.rcs-s0-fa-twitter {
  --color: #55ACEE;
	fill: white;
	width: 1.5rem;
}
/* goo */
.rcs-s0-fa-goo {
  color: #55ACEE;
}
/*
バッジ
*/
/* ellipse */
.rcs-s0-badge-a {
  display: inline-block;
	color: #ffffff;
	padding: .3em;
	font-size: 0.6rem;
	width: fit-content;
	border-radius: 6px;
}
.rcs-s0-badge-b {
  display: inline-block;
  color: #fff;
  padding: 0.2rem 0.3rem;
  border-radius: 1rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.rcs-s0-bg-blue {
    background-color: #3998DB;
}

.rcs-s0-bg-red {
    background-color: #DC143C;
}

.rcs-s0-bg-green {
    background-color: #5CBD9D;
}

.rcs-s0-bg-yellow {
    background-color: #F29C33;
}

.rcs-s0-ff-kaku-got-w6 {
  --x-font-family: "Hiragino Kaku Gothic ProN", "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
	font-family: --rcs-ff-kaku-got;
  font-weight: var(--rcs-weight-w6);
}
.rcs-s0-ff-kaku-got-w4 {
  font-family: "Hiragino Kaku Gothic ProN", "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
  font-weight: var(--rcs-weight-w4);
}

.rcs-s0-ff-min-bold {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-weight: bold;
}

.rcs-s0-ff-yu-got-w6 {
  font-family: "游ゴシック", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
  font-weight: var(--rcs-weight-w6);
}
/*
 * rcs-hzmenu-v2 メニューコンポーネント
 */
rcs-hzmenu-v2.hzmenu {
	height: var(--rcs-s0-navi-size);
	background-color: white;
	--x-background-color: var(--rcs-color); 
	--logo-width: 30%;
	opacity: 1;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto 0;
	position:relative;
	display:block;
}
rcs-hzmenu-v2::part(logo) {
	--x-margin: 20px 10px;
	--x-flex-basis: 20%;
	left: 15px;
	--x-top: 20px;
}
rcs-hzmenu-v2::part(list) {
	flex-basis: 80%;
	justify-content: flex-end;
	top: 10px;
}
/*
	infoは表示しないが右端スペースとして5％確保
*/
rcs-hzmenu-v2::part(info) {
	flex-basis: 5%;
	justify-content: flex-end;
	font-size: 12px;
	color: #666666;
	text-align: right;
	top: 50px;
	right: 20px;
}

@media screen and (min-width: 916px) and (max-width: 1024px) {
}
@media screen and (min-width: 481px) and (max-width: 915px) {
	rcs-hzmenu-v2.hzmenu {
  	height: var(--rcs-s0-navi-size);
	}
	rcs-hzmenu-v2::part(logo) {
		flex-basis: 50%;
  }
	rcs-hzmenu-v2::part(info) {
		display: block;
		position:absolute;
		right: 100px;
		top: 5px;
  }
}
@media screen and (max-width: 480px) {
	rcs-hzmenu-v2.hzmenu {
  	height: var(--rcs-s0-navi-size-sm);
		--logo-width: 30%;
	}
	rcs-hzmenu-v2::part(logo) {
		flex-basis: 40%;
	}
	rcs-hzmenu-v2::part(info) {
		display: block;
		position: relative;
		top: 90px;
		right: 10px;
  }
}
.rcs-s0-hzmenu-h1 {
	font-size: 14px;
	position: absolute;
	top: -20px;
	left: 5px;
	font-weight: normal;
	line-height: 16px;
	color: #777777;
}
.rcs-s0-hzmenu-logo {
	display: block;
	width: 100%;
}
/*
.rcs-s0-hzmenu-logo::after {
	font-size: 1em;
	content: "発育・発達部門";
	background-color: white;
}
*/
.rcs-s0-hzmenu-logo-img {
	margin: 9px 0 0 15px;
	width: 100%;
}
.rcs-s0-hzmenu-info-img {
	width: 80%;
	position:relative;
	top: 30px;
}
.rcs-s0-hzmenu-info-banner {
	margin: 1px 0 0 3px;
	width: 30%;
}
.rcs-s0-hzmenu-list-ul{
  display: flex;
	margin: 50px 0 0 100px;
	text-align: right;
}
.rcs-s0-hzmenu-list-ul li{
	list-style: none;
	font-size: var(--rcs-fsv-s1);
	display: inline;
}
rcs-hzmenu ul li:not(:last-child) {
  margin-right: 1.5rem;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
	.rcs-s0-hzmenu-logo-img {
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	.rcs-s0-hzmenu-h1 {
		top: -10px;
		left: 0px;
	}
	.rcs-s0-hzmenu-info-img {
		width: 70%;
		top: 0;
		margin-left: 0px;
	}
	.rcs-s0-hzmenu-logo-img {
		width: 100%;
	}
}
.rcs-s0-hzmdd {
  position: relative;
  --x-margin: 0 auto;
	--x-color:#3B5998;
	top: 15px;
}

.rcs-s0-hzmdd > li {
  float: left;
  height: 50px;
  line-height: 50px;
  --background: rgb(29, 33, 19);
  --x-background: var(--rcs-s0-menu-bgcolor);
	margin-right: 30px;
}

.rcs-s0-hzmdd > li a {
    display: block;
    color: #fff;
}

.rcs-s0-hzmdd > li a:hover {
    color: #999;
}
.rcs-s0-menu-second {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.rcs-s0-menu-second li {
  border-top: 1px solid #111;
	width: 30ch; 
	min-width: 20ch;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}


.rcs-s0-hzmdd > li:hover {
    --x-background: var(--rcs-color);
		--x-color: white;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.menu__third-level li {
    border-top: 1px solid #111;
}

.rcs-s0-menu-second li a:hover {
    --x-background: var(--rcs-s0-menu-bgcolor);
}

/* floatクリア */
.rcs-s0-hzmdd:before,
.rcs-s0-hzmdd:after {
    content: " ";
    display: table;
}

.rcs-s0-hzmdd:after {
    clear: both;
}

/*
.rcs-s0-hzmdd > li.rcs-s0-menumulti {
*/
.rcs-s0-hzmdd > li {
  --x-position: relative;
	--x-width: 250px;	/* メニュー項目の幅 */
	margin-right: 30px;
}

li.rcs-s0-menumulti ul.rcs-s0-menu-second {
    position: absolute;
    --x-top: 40px;
    --x-width: 100%;
    background: white; 
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.rcs-s0-menumulti:hover ul.rcs-s0-menu-second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.rcs-s0-menumulti ul.rcs-s0-menu-second li {
    position: relative;
}


/*
li.rcs-s0-menumulti ul.rcs-s0-menu-second li:hover {
*/
rcs-s0-menu-second li:hover {
  background: var(--rcs-color);
}

li.rcs-s0-menumulti ul.rcs-s0-menu-second li ul.menu__third-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: var(--rcs-s0-menu-bgcolor);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.rcs-s0-menumulti ul.rcs-s0-menu-second li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.rcs-s0-menumulti ul.rcs-s0-menu-second li ul.menu__third-level li {
    position: relative;
}

li.rcs-s0-menumulti ul.rcs-s0-menu-second li ul.menu__third-level li:hover {
    background: var(--rcs-s0-menu-bgcolor);
}

.init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rcs-s0-info {
  width: 100%;
  margin: 1px 0 3px 3px;
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-y: hidden;
	line-height: 1.5rem;
}

.rcs-s0-info_date {
	font-size: var(--rcs-fsv-s-2);
	--x-color: var(--rcs-color-2nd);
	padding-right: 1rem;
}
@media screen and (max-width: 480px) {
  .rcs-s0-info {
    flex-wrap: wrap;
    width: 100%;
  }
}
.rcs-s0-info dd, .rcs-s0-info dt {
  width: 100%;
  box-sizing: border-box;
  --x-font-size: calc(14px + 4 * (100vw - 380px) / 820);
	font-size: var(--rcs-fsv-s-1);
	--x-background-color: #FFF782;
}
.rcs-s0-info dt {
  width: 100%;
  border-bottom: 1px solid #343a40;
  display: flex;
  margin: 0 0 0 0;
  font-size: var(--rcs-fsv-s0); 
  font-style: normal;
  font-weight: 600;
  color: hsl(21deg, 58%, 27%);
}
@media screen and (max-width: 480px) {
  .rcs-s0-info dt {
    width: 100%;
    border-bottom: none;
    max-height: 130px;
    display: inline-block;
  }
}
.rcs-s0-info dt:nth-child(n+2) {
  margin: 40px 0 0 0;
}
.rcs-s0-info dd {
  width: 100%;
  margin-left: 0;
  font-size: var(--rcs-fsv-s-1); 
	line-height: 1.4rem;
}
@media screen and (max-width: 480px) {
  .rcs-s0-info dd {
    border-bottom: 1px solid #343a40;
    max-height: 200px;
    --x-font-size: calc(10px + 4 * (100vw - 380px) / 820);
    font-size: var(--rcs-fsv-s-1);
		width: 40ch;
  }
}
.rcs-s0-info dd:nth-of-type(-n+3) {
  position: relative;
}
.rcs-s0-info__time {
  font-size: calc(14px + 4 * (100vw - 380px) / 820);
  text-align: right;
  flex-basis: 20%;
}
@media screen and (max-width: 480px) {
  .rcs-s0-info__time {
    font-size: calc(14px + 4 * (100vw - 380px) / 820);
    width: 100%;
    margin-left: 0;
  }
}
.rcs-s0-info__tag {
  flex-basis: 80%;
  margin: 0 0.2em 0 0;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .rcs-s0-info__tag {
    font-size: calc(14px + 4 * (100vw - 380px) / 820);
    flex-basis: 80%;
  }
}

/* 
 * rcs-headline component
 */
rcs-headline-1st.head {
  --color:var(--rcs-color); 
  --border: none;
	--border-bottom:solid 2px silver;
	--padding: 0.5rem 0;
	--font-size:1.5rem;
	--bold: none;
	--x-margin: 0 0 0.7rem 0;
	--margin: 0;
}
@media screen and (max-width: 480px) {
	rcs-headline-1st.head {
		--padding: 0;
		--margin: 1rem 0 0.5rem 0;
		--line-height: 2.5rem;
	}
}
rcs-hzmenu-v3.hzmenu  {
	color: black;
	font-size: var(--rcs-fsv-s-2);
	--height: var(--rcs-s0-navi-size);
	--x-item-width: 250px;
}
rcs-hzmenu-v3::part(logo) {
	flex-basis: 10%;
}
rcs-hzmenu-v3::part(info) {
	display: none;
}
@media screen and (min-width: 916px) and (max-width: 1024px) {
}
@media screen and (min-width: 481px) and (max-width: 915px) {
	rcs-hzmenu-v3.hzmenu {
		--height: var(--rcs-s0-navi-size-md);
	}
	rcs-hzmenu-v3::part(logo) {
		flex-basis: 30%;
  }
	rcs-hzmenu-v3::part(info) {
		display: block;
		position:absolute;
		right: 100px;
		top: 5px;
  }
	.rcs-s0-hzmenu-logo {
		width: 75%;	
	}
	.rcs-hzmenu-facebook {
			width: 30px;
			height: 30px;
		}
}
@media screen and (max-width: 480px) {
	rcs-hzmenu-v3.hzmenu {
  	height: var(--rcs-s0-head-size-sm);
	}
	rcs-hzmenu-v3::part(logo) {
		flex-basis: 30%;
	}
	rcs-hzmenu-v3::part(info) {
		display: none;
  }
	.rcs-s0-hzmenu-facebook {
		width: 30px;
		height: 30px;
	}
	.rcs-s0-hzmenu-logo {
		width: 65%;	
	}
}
/*
 * 新ハンバーガーメニュー
 */
rcs-hbmenu.hbmenu {
	--font-size: var(--rcs-fsv-s0);
	/* アイコン表示位置 */
	--icon-color: var(--rcs-color);
	--icon-right:1em;
	--icon-top: 1em;
	--icon-padding: 20px 9px;

	/* メニュー背景色 */
  --menu-background-color: var(--rcs-color);
	/* ３本線の幅、厚み */
	--line-height: 4px;
	--line-width: 30px;
	/* ３本線の色 */
	--line-color:white; 
	/* */
	--menu-top: 5em; 
	--menu-right: 10px;
	--menu-width: 14em;
}
@media screen and (min-width: 481px) and (max-width: 915px) {
	rcs-hbmenu.hbmenu {
    display: block;
  }
}

@media screen and (max-width: 480px) {
	rcs-hbmenu.hbmenu {
    display: block;
  }
}