/*
 * CSS Variabls
 */
:root {
	--rcs-s0-head-size: 160px;
	--rcs-s0-head-size-md: 160px;
	--rcs-s0-head-size-sm: 160px;
	--rcs-color:#17B169;
}

/*
 * common class
 */
a {
  color: var(--rcs-fc-body) !important;
}
p {
	max-width: none !important;
}
#rcs-s0-wrapper {
  margin: var(--rcs-s0-head-size) 0 0 0;
	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;
  }
}
@media screen and (max-width: 480px) {
  #rcs-s0-wrapper {
  	margin: var(--rcs-s0-head-size-sm) 0 0 0;
  }
}
#rcs-s0-wrapper__main {
  margin: 0 6vw;
	/* 内容固まるまでの空きスペース確保 */
	--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: 20px 0 0 0;
	background-color: var(--rcs-color); 
}
rcs-footer::part(toprow) {
	height: 100px;
}
rcs-footer::part(left) {
	flex-basis: 60%;
	color: white;
	margin: 0 0 0 40px;
}
rcs-footer::part(right) {
	flex-basis: 40%;
	display: flex;
	justify-content: center;
}
rcs-footer::part(bottom) {
	padding: 10px 0 10px 10px;
	font-size: var(--rcs-fsv-s1);
	color: white;
	display: flex;
	justify-content: end;
}
.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;;
}
.rcs-s0-footer-info {
	font-weight: 700;
	font-size: var(--rcs-fsv-s1);
	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;
		height: auto;
	}
	rcs-footer::part(left) {
		-commmargin: 0;
	}
	.rcs-s0-footer-info {
		font-size: var(--rcs-fsv-s0);
	}
}
/*
 * ハンバーガーメニュー
 */
rcs-hbmenu-ovl.hbmenu {
	/* メニュー表示位置 */
	--menu-right:1em;
	--menu-top: 1em;
	--menu-padding: 20px 9px;

	/* メニュー背景色 */
  --menu-color: silver;
	/* ３本線の幅、厚み */
	--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 {
  font-family: "Hiragino Kaku Gothic ProN", "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
  font-weight: 600;
}
.rcs-s0-ff-kaku-got-w4 {
  font-family: "Hiragino Kaku Gothic ProN", "-apple-system", "BlinkMacSystemFont", "Meiryo", sans-serif;
  font-weight: 400;
}

.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: 600;
}
/*
 * rcs-hzmenu-v2 メニューコンポーネント
 */
rcs-hzmenu-v2.hzmenu {
	height: var(--rcs-s0-head-size);
	background-color: white;
	--x-background-color: var(--rcs-color); 
	opacity: 1;
}
rcs-hzmenu-v2::part(logo) {
	--x-margin: 20px 10px;
	flex-basis: 20%;
	left: 15px;
	top: 40px;
}
rcs-hzmenu-v2::part(list) {
	flex-basis: 80%;
	justify-content: flex-end;
	top: 20px;
}
rcs-hzmenu-v2::part(info) {
	flex-basis: 30%;
	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-head-size-md);
	}
	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-head-size-sm);
	}
	rcs-hzmenu-v2::part(logo) {
		flex-basis: 70%;
	}
	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 {
	--x-color: white;
}
.rcs-s0-hzmenu-logo::after {
	font-size: 1em;
	content: "発育・発達部門";
	background-color: white;
}
.rcs-s0-hzmenu-logo-img {
	margin: 1px 0 0 3px;
	width: 30%;
}
.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 (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-hzmdd {
  position: relative;
  --x-margin: 0 auto;
	color:#3B5998;
	top: 15px;
}

.rcs-s0-hzmdd > li {
  float: left;
  height: 50px;
  line-height: 50px;
  --background: rgb(29, 33, 19);
  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;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

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


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

.menu__second-level li {
  border-top: 1px solid #111;
	width: 200px;
}

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

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

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


/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid dimgray;
    border-bottom: 1px solid dimgray;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

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

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

li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: var(--rcs-s0-menu-bgcolor);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li:hover {
    background: var(--rcs-s0-menu-bgcolor);
}

li.menu__multi ul.menu__second-level 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.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level 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;
}
@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;
  font-size: calc(14px + 4 * (100vw - 380px) / 820);
}
.rcs-s0-info dt {
  width: 100%;
  font-style: normal;
  font-weight: 300;
  border-bottom: 1px solid #343a40;
  display: flex;
  margin: 0 0 0 0;
}
@media screen and (max-width: 480px) {
  .rcs-s0-info dt {
    width: 100%;
    border-bottom: none;
    max-height: 130px;
    display: inline-block;
    font-size: calc(14px + 4 * (100vw - 380px) / 820);
  }
}
.rcs-s0-info dt:nth-child(n+2) {
  margin: 40px 0 0 0;
}
.rcs-s0-info dd {
  width: 100%;
  margin-left: 0;
  font-size: calc(10px + 4 * (100vw - 380px) / 820);
}
@media screen and (max-width: 480px) {
  .rcs-s0-info dd {
    border-bottom: 1px solid #343a40;
    font-size: calc(10px + 4 * (100vw - 380px) / 820);
    max-height: 200px;
  }
}
.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%;
  }
}
