@charset "utf-8";
a {
	color: #00A7A7;
	text-decoration: none;
}
a:visited {
	color: #609;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ---------- メニュー（上部） ---------- */
ul.fixed_menu {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: -webkit-sticky;/* Safari */  
	position: sticky;
	top: 10px;/* stickyとセット */
	z-index: 5;
}ul.fixed_menu li {
	flex-grow: 3;
	padding-right: 15px;
}ul.fixed_menu li:last-child {
	padding-right: 0;
}ul.fixed_menu li a {
	color: #5A3417;
	font-weight: bold;
	background-color: #fff !important;
	text-align: left;
	display: block;
	padding-left: 34px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	transition: all 0.3s ease;
	border: solid 2px #fff;
}ul.fixed_menu li a:hover {
	text-decoration: none;
	background-color: #FEFCF6 !important;
}
ul.fixed_menu li .home {
	background: url(../img/icon_home.png) no-repeat 8px center;
	background-size: 18px;
}
ul.fixed_menu li .tokucho {
	background: url(../img/icon_tokucho.png) no-repeat 3px center;
	background-size: 26px;
}
ul.fixed_menu li .hoiku {
	background: url(../img/icon_hoiku.png) no-repeat 3px center;
	background-size: 28px;
}
ul.fixed_menu li .shisetsu {
	background: url(../img/icon_shisetsu.png) no-repeat 6px center;
	background-size: 26px;
}
ul.fixed_menu li .accessmap {
	background: url(../img/icon_accessmap.png) no-repeat 3px center;
	background-size: 26px;
}
ul.fixed_menu li .shitsumon {
	background: url(../img/icon_shitsumon.png) no-repeat 3px center;
	background-size: 26px;
}

/* ---------- サブメニュー ---------- */
.sub_contents, .snsBox {
	max-width: 980px;
	margin: auto;
	padding: 0 10px;
}.snsBox {
	text-align: right;
	margin-bottom: 20px;
}.snsBox a.insta {
	display: inline-block;
	background: url(../img/icon_Insta.png) no-repeat left center;
	background-size: 18px;
	padding-left: 20px;
}
.sub_contents_dotLine {
	border: 1px dashed #BDAEA2;
	border-radius: 5px;
}
ul.sub_menu {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	flex: 1;
	padding: 16px 16px 0 16px;
}
ul.sub_menu li {
	margin-right: 16px;
	margin-bottom: 16px;
	box-shadow: 0px 2px 5px #CAC3B5;
	width: calc((100% - 32px)/3);
	max-width: 220px;
}ul.sub_menu li:hover {
	position: relative;
	top: 3px;
}
ul.sub_menu li:last-child {
	margin-right: 0;
}
ul.sub_menu li img {
	width: 100%;
}
/*@media (max-width: 700px) {*//*リンク×４*/
@media (max-width: 600px) {/*リンク×３*/
ul.sub_menu {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}ul.sub_menu li:nth-child(2) {
	margin-right: 0;
}
ul.sub_menu li {
	max-width: none;
	width: calc((100% - 16px)/2);
}
}
@media (max-width: 450px) {
ul.sub_menu {
	display: block;
}ul.sub_menu li {
	margin-right: 0;
}
ul.sub_menu li {
	width: 100%;
}
}


/* ----- スマホTOPページの特設バナー用 -----*/
ul.sub_menu_sp {
	margin-bottom: 30px;
}ul.sub_menu_sp li {
	box-shadow: 0px 2px 5px #CAC3B5;
}ul.sub_menu_sp li img {
	width: 100%;
}



div.sub_contents_sp {
	display: none;
}
@media (max-width: 450px) {
	div.sub_contents_sp {
		display: block;
	}
}

/* ----- サイドメニュー -----*/
.side_index {
}.side_index li a {
	display: block;
	color: inherit;
}.side_index li a:hover {
	text-decoration: none;
}.side_index li a:visited {
	color: #5A3417;
}

.side_index li.home {
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #BDAEA2;
}
.side_index li.home a {
	position: relative;
	padding: 5px 10px 5px 35px;
	border-radius: 5px;
	transition: all 0.3s ease;
}.side_index li.home a:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background: url(../img/icon_home.png) no-repeat center center;
	background-size: 18px;
	top: 7px;
	left: 10px;
}
.side_index li.home a:hover {
	background-color: #FCF4E2;
}
.side_index li.home a:visited {
	color: #5A3417;
}

.side_index li.h2 {
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #BDAEA2;
}
.side_index li.h2 a {
	font-weight: bold;
	position: relative;
	margin-top: 0.5em;
	padding: 5px 10px;
	transition: all 0.3s ease;
	border-radius: 5px;
}.side_index li.h2 a:last-child {
	border-bottom: none;
}
.side_index li.h2 a:hover {
	background-color: #FCF4E2;
}


.side_index li.h3 a {
	position: relative;
	margin-left: 1em;
	padding-top: 0.5em;
	padding-left: 0.8em;
	border-bottom: 1px dashed #BDAEA2;
}
.side_index li.h3 a:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 18px;
	left: 0;
	background-color: #5a3417;
	transform: rotate(45deg);
	transition: all 0.2s ease;
}
.side_index li.h3 a:hover:before {
	background-color: #f5aa0a;
	transform: rotate(45deg);
	left: -5px;
}


.side_index li.next a {
	position: relative;
	text-align: right;
	padding-right: 30px;
	margin-top: 20px;
	margin-right: 10px;
}.side_index li.next a:before,
.side_index li.next a:after {
	position: absolute;
	content: "";
	transition: all 0.2s ease;
}.side_index li.next a:before {
	background-color: #f5aa0a;
	width: 20px;
	height: 2px;
	bottom: 10px;
	right: 0;
}.side_index li.next a:after {
	width: 20px;
	height: 20px;
	border-top: solid 2px #f5aa0a;
	border-right: solid 2px #f5aa0a;
	transform: rotate(45deg);
	bottom: 1px;
	right: 1px;
}
.side_index li.next a:hover:before {
	right: -5px;
}.side_index li.next a:hover:after {
	right: -4px;
}

/* ---------- スマホ用メインメニュー ---------- */
.hamburger-menu {
	display: none;
}
@media (max-width: 740px) {
.hamburger-menu {
	display: block;
}
}
/* ----- close ----- */
/* ----- 三本線のアイコンを作る ----- */
.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	height: 60px;
	width: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	z-index: 110;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
}.menu-btn:after {
	content: "MENU";
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	top: 15px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 4px;
	width: 30px;
	border-radius: 3px;
	background-color: #5A3417;
	position: absolute;
	transition: all 0.5s;/*アニメーション設定*/
}
.menu-btn span:before {
	top: -16px;
}
.menu-btn span:after {
	top: -8px;
}
/* IE */
@media all and (-ms-high-contrast: none) {
.menu-btn span{
	margin-left: 5px;
}
a.button {
	padding-top: 5px;
}
}

/* ----- ×印のアイコンを作る ----- */
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	top: -5px;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: -5px;
	transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}
#menu-btn-check:checked ~ .menu-btn::after {
	content: "閉じる";
}

/* ----- open ----- */
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 100;
	background: url(../img/bg_spmenu.png) no-repeat top left;
	background-size: 218px;
	background-color: #FCF4E2;
	transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
	padding: 70px 30px 0 10px;
	background: url(../img/bg_symbol.jpg) no-repeat center 150px;
	background-size: 240px;
}
.menu-content ul li {
	border-bottom: dashed 1px #BDAEA2;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	box-sizing: border-box;
	color: #5A3417;
	text-decoration: none;
	padding: 9px 15px 10px 38px;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #f5aa0a;
	border-right: solid 2px #f5aa0a;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}
/* ----- チェックがついたときメニューが表示される ----- */
#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
}

.menu-content p {
	font-size: 2.0rem;
	font-weight: bold;
	background-color: #FEFCF6;
	margin: 20px 30px auto 10px;;
	padding: 15px;
	padding-left: 20px;
	border-radius: 5px;
}
.menu-content p small {
	font-weight: bold;
}

/* ----- アイコン ----- */
.menu-content ul li .home {
	background: url(../img/icon_home.png) no-repeat 8px center;
	background-size: 18px;
}
.menu-content ul li .tokucho {
	background: url(../img/icon_tokucho.png) no-repeat 3px center;
	background-size: 26px;
}
.menu-content ul li .hoiku {
	background: url(../img/icon_hoiku.png) no-repeat 3px center;
	background-size: 28px;
}
.menu-content ul li .shisetsu {
	background: url(../img/icon_shisetsu.png) no-repeat 6px center;
	background-size: 26px;
}
.menu-content ul li .accessmap {
	background: url(../img/icon_accessmap.png) no-repeat 3px center;
	background-size: 26px;
}
.menu-content ul li .shitsumon {
	background: url(../img/icon_shitsumon.png) no-repeat 3px center;
	background-size: 26px;
}
.menu-content ul li .tamago {
	background: url(../img/icon_03.png) no-repeat 5px center;
	background-size: 21px;
}



/* ----- リンク -----*/
a.button {
	display: inline-block;
	color: #fff;
	padding: 3px 8px;
	margin-bottom: 1.5em;
	font-weight: bold;
	background-color: #00A7A7;
	border-radius: 5px;
	box-shadow: 0px 3px 10px #CAC3B5;
}a.button:hover {
	position: relative;
	top: 1px;
	text-decoration: none;
	background-color: #11BEC3;
}a.button:visited {
	color: #fff;
}

/* ----- ボタン ul ----- */
ul.button {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px dashed #BDAEA2;
}
ul.button li a {
	color: #fff;
	padding: 3px 8px;
	margin-left: 10px;
	font-weight: bold;
	background-color: #00A7A7;
	border-radius: 5px;
	box-shadow: 0px 3px 10px #CAC3B5;
}
ul.button li a:hover {
	position: relative;
	top: 1px;
	text-decoration: none;
	background-color: #11BEC3;
}
ul.button li a:visited {
	color: #fff;
}
/* ----- ボタン p_a ----- */
p.pager {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px dashed #BDAEA2;
}
p.pager a {
	color: #fff;
	padding: 3px 8px;
	margin-left: 10px;
	font-weight: bold;
	background-color: #00A7A7;
	border-radius: 5px;
	box-shadow: 0px 3px 10px #CAC3B5;
}
p.pager a:hover {
	position: relative;
	top: 1px;
	text-decoration: none;
	background-color: #11BEC3;
}
p.pager a:visited {
	color: #fff;
}


/* ---------- 在園児の保護者の方へ ---------- */
ul.class_icon {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}ul.class_icon li {
	width: calc((100% - 80px)/5);
	margin-right: 20px;
}
ul.class_icon li a {
	text-align: center;
	color: #5A3417;
	display: block;
	width: 100%;
	height: calc(5px + 1em);
	padding-top: 100%;
	margin-bottom: 50px;
	box-shadow: 0px 3px 10px #CAC3B5;
	border-radius: 5px;
}
ul.class_icon li a:hover {
	position: relative;
	top: 3px;
	text-decoration: none;
}
ul.class_icon li:nth-child(5n) {
	margin-right: 0;
}

.hina {
	background: url(../img/c_icon_hina.jpg) no-repeat top center;
}
.ahiru {
	background: url(../img/c_icon_ahiru.jpg) no-repeat top center;
}
.hiyoko {
	background: url(../img/c_icon_hiyoko.jpg) no-repeat top center;
}
.pengin {
	background: url(../img/c_icon_pengin.jpg) no-repeat top center;
}
.hibari {
	background: url(../img/c_icon_hibari.jpg) no-repeat top center;
}
.kanariya {
	background: url(../img/c_icon_kanariya.jpg) no-repeat top center;
}
.tsubame {
	background: url(../img/c_icon_tsubame.jpg) no-repeat top center;
}
.furamingo {
	background: url(../img/c_icon_furamingo.jpg) no-repeat top center;
}
.kitsutsuki {
	background: url(../img/c_icon_kitsutsuki.jpg) no-repeat top center;
}
.hakuchou {
	background: url(../img/c_icon_hakuchou.jpg) no-repeat top center;
}
.kamome {
	background: url(../img/c_icon_kamome.jpg) no-repeat top center;
}
.kujaku {
	background: url(../img/c_icon_kujaku.jpg) no-repeat top center;
}
.hayabusa {
	background: url(../img/c_icon_hayabusa.jpg) no-repeat top center;
}
.hina, .ahiru, .hiyoko, .pengin, .hibari, .kanariya, .tsubame, .furamingo, .kitsutsuki, .hakuchou, .kamome, .kujaku, .hayabusa {
	background-size:cover;
}

@media (max-width: 500px) {
ul.class_icon li {
	width: calc((100% - 20px)/3);
}
ul.class_icon li,
ul.class_icon li:nth-child(5n) {
	margin-right: 10px;
}
ul.class_icon li:nth-child(3n) {
	margin-right: 0;
}
}



/* ページのトップへ */
.forTop {
	width: 100px;
	height: 90px;
	background: url(../img/for_top.png) no-repeat center center;
	background-size: cover;
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index:99;
	transition: all 0.3s ease;
}.forTop:hover {
	bottom: 60px;
}

@media (max-width: 450px) {
.forTop {
	right: 10px;
	bottom: 20px;
}.forTop:hover {
	bottom: 30px;
}

}

