@charset "Shift_JIS";
/* CSS Document */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */	
/* ここからがリセットスタイルシートになります。
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/*フォーカスとは、ブラウザの画面上でマウスをクリックし、入力状態にあるまでの動作を指します*/
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {/*行の高さをフォントサイズと同じにしています*/
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* 隣接するセルのボーダーを結合し、間隔を0に指定しています */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {/*captionとはテーブル（表）にキャプションをつける。キャプションとは、主に図版や写真について説明のために付け加えられた文字情報のことである。*/
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
	content: "";
}
blockquote, q {/*引用符の表示が出ないようにしています*/
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {/*html5の新しいタグをブロック要素として表示される。*/
	display: block;
}
/* reset.cssに下記を追加 */
header, footer, main, nav, article, aside, section {
	display: block;
}
/* ここまでがリセットスタイルシートになります。
-------------------------------------------------------------- */
body, td, th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
 　 background-color: #FFF;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
a {
	font-weight: bold;
	text-transform: none;
	color: #09C;
}
a:hover {
	text-decoration: underline;
}
/*=======================================================*/
/*　　　　　　　　　header                               */
/*=======================================================*/

header {
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	min-height: 180px; /*最小の高さ*/
	background-color: #fff;
	text-align: center;
	background-image: url(images/bg_header_l.png), url(images/bg_header_r.png), url(images/bg_header_c.png), url(images/bg_header01.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left top, right top, center top, center top;
	background-size: auto 100%, auto 100%, auto 50%, 100% auto;
}
.logo {
	box-sizing: border-box;
	width: min(80% - 2rem, 856px);
	margin-inline: auto;
	padding-top: 15vh;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_img {
	max-width: 60%;
	height: auto
}
.tori_img {
	max-width: 18%;
	height: auto;
}
.sp_logo {
	display: none;
}
/*=======================================================*/
/*　　　　　　　　 footer                                */
/*=======================================================*/

footer {
	width: 100%;
	min-height: 270px; /*最小の高さ*/
	text-align: center;
	color: #037625;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-color: rgba(238, 251, 223, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Mochiy Pop One', sans-serif;
	padding-top: 70px;
	box-sizing: border-box;
}
/*=======================================================*/
/*　　　　　　　　　TOPに戻る                            */
/*=======================================================*/

/*jquery トップに戻る　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 99999;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 70px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-right:10px;

}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.8;
}
/*=======================================================*/
/*　　　　　　　　　全ページ共通                         */
/*=======================================================*/

/*mainとboxエリア*/

main {
	height: 100%;
	min-height: 80vh; /*最小の高さ*/
	width: 100%;
	background-image: linear-gradient(0deg, rgba(238, 251, 223, 1) 80%, rgba(255, 255, 255, 1));
	padding-top: 7vh;
}
.txt_box {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	line-height: 135%;
	color: #004080;
}
.box {
	width: min(100% - 2em, 900px);
	margin-inline: auto;
}
/*リンクのホバー*//*
a:hover {
	opacity: 0.6;
}
*/

/*見出し*/


h2 {
	box-sizing: border-box;
	width: 90%;
	max-width: 1000px;
	height: 110px;
	margin: 1em auto 1em auto;
	font-size: 1.5em;
	padding-left: 50px;
	padding-right: 50px;
	font-family: 'RocknRoll One', sans-serif;
	color: #5A392C;
	letter-spacing: 0.2em;
	display: block;
	text-align: center;
	background-image: url(images/h2_bg.png), url(images/h2bg_l.png), url(images/h2_bgr.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center bottom, left 20px bottom 10px, right 20px bottom 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*-------テキストの修飾*/


.text br {
	display: none;
}
.txt_r {
	text-align: right;
}
.txt_l {
	text-align: left;
}
/*=======================================================*/
/*　　　　　　レスポンシブテーブル                       */
/*=======================================================*/



.re_table {
/*border-collapse: collapse;
	width: 100%;*/
}
.re_table th, .re_table td {
/*border: 1px solid #999999;
	padding: 8px;*/
}
.re_table th {
	text-align: left;
}
 @media only screen and (max-width: 768px) {
.re_table tr, .re_table th, .re_table td {
	display: block;
	width: auto;
}
.re_table tr:first-child {
/*border-top: 1px solid #999999;*/
}
.re_table th, .re_table td {
/*border-top: none;*/
}
}
/*レスポンシブテーブルここまで*/





/*=======================================================*/
/*　　　　　　　　　写真の表示　　                       */
/*=======================================================*/



/*アルバム　横3枚*/
.album3 {
	width: 96%;
	max-width: 1200px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}
.album3 li {
	width: calc(100% / 3 - 10px);
	margin-bottom: 1em;
	text-align: center;
}
.album3 li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 300px;
	margin-bottom: 10px;
	border-radius: 1em;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
/*アルバム　横2枚*/	
.album2 {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}
.album2 li {
	width: calc(100% / 2 - 10px);
	margin-bottom: 1em;
	text-align: center;
}
.album2 li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 300px;
	margin-bottom: 10px;
	border-radius: 1em;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.album2 li, .album3 li {
	font-size: 0.8em;
}
 @media screen and (max-width:768px) {
.album3 li {
	width: calc(100% / 2 - 10px);
	margin-bottom: 1em;
}
}
 @media screen and (max-width:480px) {
.album2 li {
	box-sizing: border-box;
	width: 100%;
	height: autot;
	padding: 10px;
	margin-bottom: 1em;
}
.album3 li {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10px;
	margin-bottom: 1em;
}
}
/*写真の表示ここまで*/



/*=======================================================*/
/*　　　　　　　　　Flex-box                             */
/*=======================================================*/


/*左右の端による配置 ※左右いっぱいにしたいときはこちら*/	
.flexboxb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
/*均等割り付け*/	
.flexboxa {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}
/*中のbox*/		
.inbox2 {
	width: calc(100% / 2 - 10px);
	margin-bottom: 10px;
}
.inboxy {
	width: calc(100% / 2 - 10px);
	margin-bottom: 10px;
}
.inbox3 {
	width: calc(100% / 3 - 10px);
	margin-bottom: 10px;
}
.inbox4 {
	width: calc(100% / 4 - 10px);
	margin-bottom: 10px;
}
 @media screen and (max-width:768px) {
.inbox2 {
	width: calc(100% / 1 - 0px);
}
.inbox3 {
	width: calc(100% / 2 - 10px);
}
.inbox4 {
	width: calc(100% / 2 - 10px);
}
}
 @media screen and (max-width:480px) {
.inboxy {
	width: calc(100% / 1 - 0px);
}
.inbox3 {
	width: calc(100% / 1 - 0px);
}
.inbox4 {
	width: calc(100% / 1 - 0px);
}
}
/*=======================================================*/
/*　　　　　　　PCスマホ表示の切り替                     */
/*=======================================================*/


/*-- PC版表示CSS  --*/
.pc {
	display: block;
}
.sp {
	display: none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}
/*=========================================================================================================================================================*/

/*----------------ここより下各ページ---------------------------*/

/*=========================================================================================================================================================*/

/*-------------------------
　　　　リンク
--------------------------*/
#link {
	width: min(100% - 2rem, 1000px);
	margin-inline: auto;
	box-sizing: border-box;
	padding-bottom: 2em;
}
#hokushin {
	background-color: #FFF0B5;
	background-image: url(images/link_bg_l.png), url(images/link_bg_r.png), url(images/bg_link_hokushin.png);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: top left, top right, top center;
	background-size: 30%, 30%, auto;
}
#hokkou {
	background-color: #FFCCCC;
	background-image: url(images/link_bg_l.png), url(images/link_bg_r.png), url(images/bg_link_hokkou.png);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: top left, top right, top center;
	background-size: 30%, 30%, auto;
}
#hokushin, #hokkou {
	border-radius: 30px;
	box-sizing: border-box;
	padding: 1em;
	max-width: 500px;
	margin-inline: auto;
}
#hokushin h3, #hokkou h3 {
	width: 80%;
	margin: 1em auto 1em auto;
	text-align: center;
}
#hokushin h3 img, #hokkou h3 img {
	max-width: 100%;
	height: auto;
}
#link .photo {
	width: min(90% - 1em);
	margin-inline: auto;
	text-align: center;
}
#link .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 300px;
	margin-bottom: 10px;
	border-radius: 1em;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.add {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	line-height: 150%;
	position: relative;
}
#hokushin .add {
	color: #CC3333;
	padding-left: 40%;
}
#hokkou .add {
	color: #D62977;
	padding-right: 40%;
	padding-left: 2em;
}
.link_tori_l {
	width: 35%;
	position: absolute;
	left: 0px;
	bottom: -20px;
}
.link_tori_r {
	width: 35%;
	position: absolute;
	right: -10px;
	bottom: -20px;
}
.link_tori_l img, .link_tori_r img {
	max-width: 100%;
	height: auto;
}
.add a:hover img {
	transform: translateY(-10px);
	transition-duration: 0.5s;
}
.add img {
	transition-duration: 0.5s;
	max-width: 100%;
	cursor: pointer;
}




/*------------------------
　　北見愛育会について
-------------------------*/


#aiikukai {
	width: min(100% - 2em, 1200px);
	margin-inline: auto;
}
#aiikukai .box {
	box-sizing: border-box;
	line-height: 135%;
	padding-bottom: 2em;
	color: #006666;
}
/*北見愛育会について*/
#about {
}
/*運営方針*/
#unei {
}
/*----概要----*/

#gaiyo {
}
#gaiyo table {
	box-sizing: border-box;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
}
#gaiyo .re_table tr {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #009966;
}
#gaiyo .re_table th {
	white-space: nowrap;
	padding-right: 1em;
	padding-top: 1em;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 1.2em;
	color: #993333;
}
#gaiyo .re_table td {
	padding-top: 1em;
	padding-bottom: 1.5em;
}
/*教育及び保育理念*/
#rinen {
}
/*教育及び保育方針*/
#hoshin {
}
/*情報開示*/
#joho {
}
/*----PDFリンク----*/
.pdf {
}
.pdf ul {
	width: min(100%, 800px);
	margin-inline: auto;
}
.pdf li {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1em;
	padding: 0.5em 2em 0.5em 2em;
	background-color: #FFFFFF;
	border: 2px solid #00CC8A;
	border-radius: 20px;
}
.pdf li a {
	text-decoration: none;
	display: block;
	color: #009966;
}
.pdf li ::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f15b";
	margin-right: 1em;
	color: #98D1E4
}
/* マウスオーバー時 */
.pdf li:hover {
	color: #0066CC;
	background-color: #CFEFDF;
	cursor: pointer;
}



/*----------------------タブレット以下での表示------------------------------------*/
.------sp_w767------------------------- {
}
@media screen and (max-width:767px) {
}
 @media screen and (max-width:768px) {
.------sp_w768------------------------- {
}
main {
	padding-top: 5vh;
}
/*======================================
            sp-header
======================================*/

header {
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	min-height: 180px; /*最小の高さ*/
	background-color: #fff;
	text-align: center;
	background-image: url(images/bg_header_l.png), url(images/bg_header_r.png), none, url(images/bg_header01.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left top, right top, center top, center top;
	background-size: auto 50%, auto 50%, auto 30%, 100% auto;
}
.logo {
	box-sizing: border-box;
	width: min(50% - 1rem, 856px);
	margin-inline: auto;
	padding-top: 5vh;
	padding-bottom: 10px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_img {
	display: none;
}
.tori_img {
	max-width: 40%;
	height: auto;
}
.sp_logo {
	display: block;
	box-sizing: border-box;
	width: min(100% - 1rem, 856px);
	margin-inline: auto;
	text-align: center
}
.sp_logo img {
	max-width: 100%;
	height: auto;
}
/*======================================
           sp footer
======================================*/
footer {
	width: 100%;
	min-height: 170px; /*最小の高さ*/
	text-align: center;
	color: #037625;
	background-image: url(images/bg_footer_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	background-color: rgba(238, 251, 223, 1);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-family: 'Mochiy Pop One', sans-serif;
	padding-bottom: 2em;
}



}






/*----------------------スマートフォンでの表示------------------------------------*/	 


 @media screen and (max-width:480px) {
.------sp_w480------------------------- {
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */	 

body {
	font-size: 16px;
}
h2 {
	width: min(100% - 10px);
	margin-inline: auto;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 1.2em;
	letter-spacing: 0em;
	background-position: center bottom, left 10px bottom 10px, right 10px bottom 10px;
}
/*header*/

.tori_img {
	max-width: 45%;
	height: auto;
}
}
/*==========================フォント===========================================*/


.kosugi {
	font-family: 'Kosugi Maru', sans-serif;
}
.mplus {
	font-family: 'M PLUS 1', sans-serif;
}
.mplus1 {
	font-family: 'M PLUS 1 Code', sans-serif;
}
.rock {
	font-family: 'RocknRoll One', sans-serif;
}
.yusei {
	font-family: 'Yusei Magic', sans-serif;
}
.kaisei {
	font-family: 'Kaisei Opti', serif;
}
.mochiy {
	font-family: 'Mochiy Pop One', sans-serif;
}
.stick {
	font-family: 'Stick', sans-serif;
}
/*=========================アニメーション===========================================*/

.fuwafuwa01 {
	animation: fuwafuwa01 2s infinite;
}
@keyframes fuwafuwa01 {
 0%, 100% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(0, 15px);
}
}
.fuwafuwa02 {
	animation: fuwafuwa02 2s infinite;
}
@keyframes fuwafuwa02 {
 0%, 100% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(0, -15px);
}
}
.fuwafuwa03 {
	animation: fuwafuwa03 3s infinite;
}
@keyframes fuwafuwa03 {
 0%, 100% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(0, 20px);
}
}
.yurayura {
	transform-origin: center bottom;
	animation: yurayura 3s linear infinite;
}
 @keyframes yurayura {
 0%, 100% {
 transform: rotate(10deg);
}
 50% {
 transform: rotate(-10deg);
}
}
