 /* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    /*background-color:#ff9;*/
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


picture {
	display:block;
}
picture source,
picture img {
	width: 100%;
}
/*===================================
	<img>可変
====================================*/
img {
	max-width:100%;
	height:auto;
	/* 画像下のマージンを消す */
	vertical-align: bottom;
}

/*===========================================================
	GoogleFonts
============================================================*/
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }


/*==========================================================*/
/*  /html5doctor.com Reset Stylesheet                       */
/*==========================================================*/






/*=================================================================
	PC size standerd
==================================================================*/

body {
  font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
  text-align: center;
  margin: 0;
}
article {
	/*  text-align: center; */
    width: 100%;
    /**/overflow: hidden;
}


/* 表示非表示切り替え／
---------------------------------
*PC表示*
.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
*スマホ表示*
@media all and (max-width: 768px) {
	.sp{
		display: block !important;
	}
	.pc{
		display: none !important;
	}
}*/


/*=========================================================== 
   Drower
===========================================================*/
/*------------------------------------
	header
-------------------------------------*/
header {
	width: 100%;
	/*background: rgba(255,255,255,0.1);*/
	/*background-color: #6AB9B2;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #C96;*/
	padding: 0;
	position: relative;	/*z-index: 5;*/
}

/*----------------------------------
	logo / 営業時間・Tel
----------------------------------*/
header > div:first-child {
	border-bottom: 3px solid #1073B6;
}
header > div:first-child > div {
	width: 100%;
	height: 5rem;
	max-width: 1020px;
	background-image: none;
	/*background-color: #096;*/
	
	margin: 0 auto;
	padding-top: 3px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-webkit-box-pack: distribute;
	-ms-flex-pack: distrebute;
	justify-content: space-around;
	-webkit-aling-items: center;
	-webkit-box-align: center;
	-ms-flex-aling: center;
	aling-items: center;
	
	position: relative;
	/*border: thin dashed #F39;*/
}

/*----------------------------
	Logo
----------------------------*/
header div.Logo {
	width: 35%;
	padding-left: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	/*background: #FCC;*/
}
header div.Logo a {
	width: 100%;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	
	/*background: #FF9;*/
}
header div.Logo p {
	color: #15ABB7;
	font-size: 0.7rem;
	margin-bottom: 2px;
}
header div.Logo picture {
	width: 100%;
}

/*---------------------------------
	icon ０歳からのプリスクール
----------------------------------*/
header > div:first-child div > picture {
	width: 20%;
	position: absolute;
	z-index: 2;
	bottom: -78px;
}

/*-----------------------------
	連絡先
------------------------------*/
header > div:first-child address {
	width: 30%;
	color: #15ABB7;
	text-align: left;
	margin-left: auto;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*-webkit-aling-items: center;
	-webkit-box-align: center;
	-ms-flex-aling: center;
	aling-items: center;*/
	
	/*background-color: #6C6;*/
}
/** 保育日 / 保育時間 **/
header > div:first-child address > div dl {
	width: 100%;
	font-size: 0.9rem;
	font-style: normal;
	line-height: 1.1rem;
	margin-bottom: 1%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header > div:first-child address > div dl dt {
	width: 5rem;
	color: #FFF;
	letter-spacing: 2px;
	background: #15ABB7;
	border-radius: 1rem;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header > div:first-child address > div dl dd {
	font-size: 1rem;
	margin-left: 2%;
}
header > div:first-child address > div dl dd span {
	font-size: 0.9rem;
}
/** TEL **/
header > div:first-child address > p:last-child {
	color: #15ABB7;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	/*border: thin dashed #FFF;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header > div:first-child address > p:last-child em {
	line-height: 1.7rem;
}



/*----------------------------------
	logo
-----------------------------------
header h1 {
	margin: 0;
	padding: 0;
	border: thin dashed #900;
}*/
/*header a img.header_logo{
	display: inline-block;
	margin-left: 30px;
	margin-top: 8px;
}
@media all and (max-width: 768px) {
	header > a > img.header_logo{
		display: inline-block;
		margin-left: 0;
		margin-top: 0;
		width: 111px;
	}
}*/

/*----------------------------------------------------
	Drower [commom.js] 
	一定スクロールでheader出現 
-----------------------------------------------------*/
/** .drawer-navbar.fix追加 **/
section.drawer-navbar.fix {
	position: fixed;
	top: 0;
	z-index: 200;
	animation: fadeInDown 1s ease 0s 1 normal;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/*============================
	
==============================*/
main {
	position: relative;
	
}
.item {
	text-align: center;
	/*color: #fff;
	background-image: url(../img/background_image.jpg);*/
	/*background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
	background-repeat: repeat;
	background-position: left top;*/
	display: block;
	padding-top: 1px;
}


/*==============================================
	Swipper
===============================================*/
header section:nth-child(2) {
	/*background-image: url(../img/main_background.jpg);*/
	background: #69C0EC;
	margin: 0 auto;
	margin-bottom: 3px;
	position: relative;
	/*border: thin dashed #F6C;*/
}
div.swiper-container {
	width: 100%;
	max-width: 1020px;
	height: 100%;
	margin: 0 auto;
	
	/*position: relative;*/
}
div.swiper-container ul.swiper-wrapper {
	list-style-type: none;
	position: relative;
	z-index: -1;
	
	/*border: thin dashed #F39;*/
}
div.swiper-container li.swiper-slide {
	/*max-width: 500px;*/
}

/*-----------------
	
-------------------*/
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D’http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg’%20viewBox%3D’0%200%2027%2044’%3E%3Cpath%20d%3D’M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z’%20fill%3D’%235C7D42’%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}
.swiper-pagination-bullet-active { background-color: #222; }

/*----------------
	カバー画像
----------------*/
header section:nth-child(2) > picture:last-child {
	width: 100vw;
	position: absolute;
	z-index: 2;
	bottom: -1px;
	/*border: thin dashed #6CC;*/
}





/*============================================================
	
==============================================================*/
@media (max-width: 64em) {
	
}



/******************************/
/**  アンカーリンク位置設定  **/
/******************************/
span.anchorlink {
	position: relative;
	top: -150px;
	display: block;
	/*border: thin dashed #F00;*/
}

/*********************/
/**  AnchorPageTop  **/
/*********************/
#topBtn{
	width: 4rem;
	height: 3rem;
	min-width: 45px;
	color: #FFF;
	font-size: 0.9rem;
	text-decoration: none;
	background: #39F;
	border-radius: 10px;
	box-sizing: border-box;
	/*padding: 1%;*/
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	position: fixed;
	right: 2%;
	bottom: 20px;
	z-index: 9999;
}
#topBtn span {
	font-weight: bold;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
}
#topBtn img {
	/** IE11 画像幅が伸びるバグ用 **/
	flex-shrink: 0;
}
@media all and (max-width: 768px) {
	#topBtn{
		position: fixed;
		right: 2%;
		bottom: 20px;
		z-index: 9999;
	}
}





/*=========================================================
	BannerContents
=========================================================*/
section.BannerContents {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 60px 0 50px;
	background-image: url(../img/footer_backimage_350.jpg);
}
/** RetinaDisplay対応 **/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	section.BannerContents {
		background-image: url(../img/footer_backimage_700.jpg);
		background-size: 100%;
	}
}

/*----------------------------------------
	Banner Link
-----------------------------------------
section.BannerContents ul {
	width: 80%;
	max-width: 1020px;
	list-style: none;
	/*border: thin dashed #FFF;
	list-style-type: none;*
	margin: 0 auto;
	padding: 0;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-webkit-box-pack: distribute;
	-ms-flex-box: distribute;
	justify-content: space-around;
}
section.BannerContents ul li {
	width: 23%;
	margin: 0;
	margin-bottom: 1%;
	padding: 0;
}
section.BannerContents ul li a {
	color: #000;
	border-radius: 1rem;
	display: block;
	margin: 1px;
}
section.BannerContents ul li a:hover {
	opacity: 0.8;
	box-shadow: 0 0 3px rgba(0,0,0,0.5); 
	margin: 0 2px 2px 0;
}
section.BannerContents ul li a:active {
	opacity: 0.8;
	box-shadow: none; 
	margin: 2px 0 0 2px;
}
section.BannerContents ul li a picture {
	/** IE11 :active hack **
	pointer-events: none; /* マウスのターゲットから外す *
}*/




/*=======================================================
	バナーリンクコンテンツ
	.BannerContents
========================================================*/
section.BannerContnts {
	background: #CDE8F6;
	padding: 2% 0;
	
	/*border: thin dashed #F69;*/
}
section.BannerContnts ul {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	list-style: none;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flexw-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-webkit-box-pack: distribute;
	-ms-flex-box: distribute;
	justify-content: space-around;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section.BannerContnts ul li {
	margin-bottom: 1%;
	width: 24%;
}

section.BannerContnts ul li a {
	width: 100%;
	height: 100%;
	border: 1px solid #FFF;
	border-radius: 16px;
	display: block;
}
section.BannerContnts ul li a:hover {
	border-top: none;
	border-left: none;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}
section.BannerContnts ul li a:active {
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-right: none;
	border-bottom: none;
}


/*=====================================================
	Footer
======================================================*/
footer {
	width: 100%;
	background: #6CC2ED;
	margin: 0;
	padding: 0;
	position: relative;
	/*border: 2px dashed #F39;*/
}
/** line上 **/
footer::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFF;
}
/** line下 **/
footer::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFF;
}

footer > div:first-child {
	width: 100%;
	max-width: 1024px;
	/*top: -0.7em;*/
	margin: 0 auto;
	padding: 2% 0;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	-webkit-justify-content: space-around;
	-webkit-box-pack: distribute;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-aling: center;
	align-items: center;
	
	position: relative;
	/*border: 2px dashed #F69;*/
}

/*======================================
	Footer Logo / address
=======================================*/
footer address {
	width: 35%;
	color: #FFF;
	font-style: normal;
	/*border: thin dashed #FFF;*/
}
/** 一般社団法人あおぞら会小規模保育事業所 **/
footer address p:first-child {
	font-size: 0.8rem;
	text-align: left;
	margin-bottom: 2%;
}
footer address dt {
	margin-top: 5%;
	margin-bottom: 12%;
}
footer address dt picture {
	/** IE11 画像幅が伸びるバグ用 **/
	flex-shrink: 0;
}
footer address dd {
	text-align: left;
	margin-bottom: 2%;
}
footer address dl dd:nth-child(3) span,
footer address dl dd:nth-child(4) span {
	width: 5rem;
	color: #6CC2ED;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	padding-top: 1px;
	display: inline-block;
}
/** 保育時間 **/
footer address dd:nth-child(4) {
	letter-spacing: 2px;
}
/** TEL **/
footer address dd:last-child {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 2px;
}



/*===================================================== 
	FooterContents	
	Menu / SNSlink
=====================================================*/
footer > div > div:nth-child(2) {
	width: 60%;
	/*background: #6CC;*/
}

/*----------------------------------------------
	FooterNav
----------------------------------------------*/
footer > div > div:nth-child(2) nav {
	width: 100%;
	margin-bottom: 5%;
	
	/*border: thin dashed #F69;*/
}
footer > div > div:nth-child(2) nav ul {
	/*background: #09C;*/
	list-style-type: none;
	margin: 0;
	padding: 3% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-webkit-box-pack: distribute;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
footer > div > div:nth-child(2) nav ul li {
}
footer > div > div:nth-child(2) nav ul li a {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
footer > div > div:nth-child(2) nav ul li a:hover {
	text-decoration: underline;
}


/*----------------------------------------------
	SNS iconLink
----------------------------------------------*/
footer > div > div:nth-child(2) > ul:nth-child(2) {
	/**/width: 9rem;
	list-style-type: none;
	margin: 0 auto;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-webkit-box-pack: distribute;
	-ms-flex-box: distribute;
	justify-content: space-around;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	/*border: thin dashed #F69;*/
}
footer > div > div:nth-child(2) > ul:nth-child(2) li {
	/*background: #9F9;*/
}
footer > div > div:nth-child(2) > ul:nth-child(2) li a {
	width: 2rem;
	height: 2rem;
	background: #F7F7F7;
	border: 2px solid #CCC;
	border-radius: 50%;
	padding: 2%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer > div > div:nth-child(2) > ul:nth-child(2) a:hover {
	opacity: 0.8;
	background: #FFF;
}
footer > div > div:nth-child(2) > ul:nth-child(2) a picture {
	width: 100%;
	display: block;
}


/*------------------------------------------
	CopyRight　
-------------------------------------------*/
small {
	width: 100%;
	color: #6CC2ED;
	font-size: 0.6rem;
	letter-spacing: 2px;
	
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 3%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);*/
}





/*============================================================================*
* ● 最大 PC size                              
*=============================================================================*/
@media (min-width: 64em) {
	
	/** 最大サイズ判定用 **/
	header {
		/*border: 2px dashed #060;*/
	}
	
	
}





/*===================================================================================
	●tablet.css 
	画面の横幅が768pxまで
====================================================================================*/
@media screen and (max-width: 64rem) {
	
	/** tabletサイズ判定用 **/
	body {
		/*border: thin dashed #F36;*/
	}
	
	/*=========================================
		header
	==========================================*/
	body article header {
		width: 100%;
		/*background: rgba(255,255,255,0.1);*/
		/*background-color: #6AB9B2;*/
		border-top: 2px solid #FFF;
		botder-bottom: 1px solid #FFF;
		box-sizing: border-box;
		padding: 0;
		padding-top: 60px; /*4rem*/
		position: relative;
		z-index: 5;
		/*top: 3.8rem;*/
	}
	
	/*----------------------------------
		logo / 営業時間・Tel
	----------------------------------*/
	header > div:first-child {
		width: 100%;
		max-width: 1020px;
		/**/height: 3rem;
		
		/*background-color: #6AB9B2;*/
		margin: 0;
		margin-top: 11px;
		padding: 0;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		/*-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		
		/*border: 2px dashed #F69;*/
		border-bottom: 3px solid #1460AA;
	}
	/** 1024px wrapper **/
	header > div:first-child > div {
		/*padding-top: 5%;*/
	}
	
	/*-------------------------------------
		Logo
	-------------------------------------*/
	header > div:first-child div.Logo {
		display: none;
	}
	header > div:first-child div.Logo img {
		width: 0;
	}
	

	/*---------------------------------
		icon ０歳からのプリスクール
	----------------------------------*/
	header > div:first-child div > picture {
		width: 150px;
		position: absolute;
		z-index: 2;
		bottom: -23px;
		/*border: thin dashed #63C;*/
	}

	
	/*----------------------------------------
		連絡先
	-----------------------------------------*/
	header > div:first-child address {
		width: 98%;
		height: 3rem;
		color: #15ABB7;
		text-align: left;
		/**/margin: 0 0 0 auto;
		margin-bottom: 0;
		padding: 0;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webit-box-orieng: horizintal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		
		/*border: thin dashed #F69;*/
	}
	/** 保育日/保育時間 **/
	header > div:first-child address div {
		width: 70%;
		margin: 0;
		padding: 0;
		/*border: thin dashed #9C6;*/
	}
	header > div:first-child address dl {
		margin-bottom: 0;
		padding: 0;
		/*background-color: #F7F7F7;*/
	}
	header > div:first-child address dl dd span {
		font-size: 0.8rem;
	}
	/*header > div:first-child address > div dl:last-child {
		margin-bottom: 0;
	}*/
	
	/** TEL **/
	header > div:first-child address > p:last-child {
		/*width: 40%;*/
		width: 15rem;
		color: #15ABB7;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		
		/*border: thin dashed #33F;*/
	}
	/** icon TEL画像 **/
	header > div:first-child address > p:last-child picture {
		width: 1.5rem;
		color: #C90;
		fill: #fb8c00;
	}
	
	
	/*==========================================
		  アンカーリンク位置設定
	===========================================
	span.anchorlink {
		position: relative;
		top: -200px;
		display: block;
		/*border: thin dashed #F00;*
	}*/
	
	/******************************/
	/**  アンカーリンク位置設定  **/
	/******************************/
	span.anchorlink {
		position: relative;
		top: -150px;
		display: block;
		/*border: thin dashed #F00;*/
	}
	
	
	
	/*********************/
	/**  AnchorPageTop  **/
	/*********************/
	#topBtn{
		width: 4rem;
		min-width: 45px;
		color: #FFF;
		font-size: 0.9rem;
		text-decoration: none;
		background: #39F;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 1%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		
		position: fixed;
		right: 2%;
		bottom: 20px;
		z-index: 9999;
	}
	#topBtn span {
		font-weight: bold;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		display: block;
	}

	#topBtn img {
		/** IE11 画像幅が伸びるバグ用 **/
		flex-shrink: 0;
	}
	@media all and (max-width: 768px) {
		#topBtn{
			/*max-width: 25px;*/
			position: fixed;
			right: 2%;
			bottom: 20px;
			z-index: 9999;
		}
	}
	
	
	
	/*=======================================================
		バナーリンクコンテンツ
		.BannerContents
	========================================================*/
	section.BannerContnts {
		background: #CDE8F6;
		padding: 2% 0;
		
		/*border: thin dashed #F69;*/
	}
	section.BannerContnts ul {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		list-style: none;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flexw-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-box: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.BannerContnts ul li {
		width: 24%;
		margin-bottom: 1%;
	}
	section.BannerContnts ul li a {
		width: 100%;
		height: 100%;
		border: 1px solid #FFF;
		border-radius: 16px;
		display: block;
	}
	section.BannerContnts ul li a:hover {
		border-top: none;
		border-left: none;
		border-right: 2px solid #CCC;
		border-bottom: 2px solid #CCC;
	}
	section.BannerContnts ul li a:active {
		border-top: 2px solid #CCC;
		border-left: 2px solid #CCC;
		border-right: none;
		border-bottom: none;
	}
	
	
	/*=====================================================
		Footer
	======================================================*/
	footer {
		width: 100%;
		background: #6CC2ED;
		margin: 0;
		padding: 0;
		position: relative;
		/*border: 2px dashed #F39;*/
	}
	/** line上 **/
	footer::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #FFF;
	}
	/** line下 **/
	footer::after {
		content: "";
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #FFF;
	}
	
	footer > div:first-child {
		width: 98%;
		max-width: 1024px;
		/*top: -0.7em;*/
		margin: 0 auto;
		padding: 2% 0;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/*-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;*/
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-aling: center;
		align-items: center;
		
		position: relative;
		/*border: 2px dashed #F69;*/
	}
	
	/*======================================
		Footer Logo / address
	=======================================*/
	footer address {
		width: 35%;
		color: #FFF;
		font-style: normal;
		margin-top: 3%;
		/*border: thin dashed #FFF;*/
	}
	/** 一般社団法人あおぞら会小規模保育事業所 **/
	footer address p:first-child {
		font-size: 0.8rem;
		text-align: left;
		margin-bottom: 2%;
	}
	footer address dt {
		margin-bottom: 10%;
	}
	footer address dt picture {
		width: 90%;
		/** IE11 画像幅が伸びるバグ用 **/
		flex-shrink: 0;
	}
	footer address dd {
		text-align: left;
		line-height: 1.5rem;
		margin-bottom: 4%;
	}
	footer address dd:nth-child(2) span {
		display: block;
	}
	footer address dd:nth-child(3) span,
	footer address dd:nth-child(4) span {
		width: 5rem;
		color: #6CC2ED;
		text-align: center;
		background: #FFF;
		border-radius: 10px;
		padding-top: 1px;
		
		display: block !important;
	}
	/** 保育時間 **/
	footer address dd:nth-child(4) {
		letter-spacing: 2px;
	}
	/** TEL **/
	footer address dd:last-child {
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 2px;
	}
	
	
	
	/*===================================================== 
		FooterContents	
		Menu / SNSlink
	=====================================================*/
	footer > div > div:nth-child(2) {
		width: 63%;
		/*background: #6CC;*/
	}
	
	/*----------------------------------------------
		FooterNav
	----------------------------------------------*/
	footer > div > div:nth-child(2) nav {
		width: 100%;
		margin-bottom: 0;
	}
	footer > div > div:nth-child(2) nav ul {
		/*background: #09C;*/
		list-style-type: none;
		margin: 0;
		padding: 3% 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	footer > div > div:nth-child(2) nav ul li {
		width: 33%;
		margin-bottom: 5%;
	}
	footer > div > div:nth-child(2) nav ul li a {
		font-style: normal;
		color: #FFF;
		letter-spacing: 2px;
		text-decoration: none;
	}
	footer > div > div:nth-child(2) nav ul li a:hover {
		text-decoration: underline;
	}
	
	
	/*----------------------------------------------------------------
		Banner Link Button
	-----------------------------------------------------------------
	footer > div:first-child > div:nth-child(2) > ul:nth-child(2) {
		width: 100%;
		list-style-type: none;
		margin-bottom: 3%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer > div:first-child > div:nth-child(2) > ul:nth-child(2) li {
		width: 30%;
	}
	footer > div:first-child > div:nth-child(2) > ul:nth-child(2) li a {
		border-radius: 13px;
		display: block;
		border: thin solide #FFF;
	}
	footer > div:first-child > div:nth-child(2) > ul:nth-child(2) li a:hover {
		border-top: none;
		border-left: none;
		border-right: 2px solid #699;
		border-bottom: 2px solid #699;
	}
	footer > div:first-child > div:nth-child(2) > ul:nth-child(2) li a:active {
		border-top: 2px solid #699;
		border-left: 2px solid #699;
		border-right: none;
		border-bottom: none;
	}*/
	
	/*----------------------------------------------
		SNS iconLink
	----------------------------------------------*/
	footer > div > div:nth-child(2) > ul:nth-child(2) {
		/**/width: 10rem;
		list-style-type: none;
		margin: 0 auto;
		margin-top: 0;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-jusitfy-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-box: justify;
		justify-content: space-between;
		
		/*border: thin dashed #F69;*/
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) li {
		/*background: #9F9;*/
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) li a {
		width: 3rem;
		height: 3rem;
		background: #F7F7F7;
		border: 2px solid #CCC;
		border-radius: 50%;
		padding: 2%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) a:hover {
		opacity: 0.8;
		background: #FFF;
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) a picture {
		width: 100%;
		display: block;
	}

	
	/*------------------------------------------
		CopyRight　
	-------------------------------------------*/
	footer small {
		width: 100%;
		color: #699;
		font-size: 0.6rem;
		letter-spacing: 2px;
		background: #FFF;
		display: block;
		padding: 5px;
	}
	
}





/*============================================================================
　●smart.css  画面の横幅が640pxまで
===============================================================================*/
@media screen and (max-width: 640px) {
	
	/*=========================================
		header
	==========================================*/
	body article header {
		width: 100%;
		/*background: rgba(255,255,255,0.1);*/
		/*background-color: #6AB9B2;*/
		border-top: 2px solid #FFF;
		botder-bottom: 1px solid #FFF;
		box-sizing: border-box;
		padding: 0;
		padding-top: 50px; /*4rem*/
		position: relative;
		z-index: 5;
		/*top: 3.8rem;*/
	}
	
	/*----------------------------------
		logo / 営業時間・Tel
	----------------------------------*/
	header > div:first-child {
		width: 100%;
		max-width: 1020px;
		/**/height: 3rem;
		
		margin: 0;
		margin-top: 11px;
		padding: 0;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		
		/*-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		
		/*border: 2px dashed #F69;*/
		border-bottom: 3px solid #1460AA;
		/*background-color: #6AB9B2;*/
	}
	/** 1024px wrapper **/
	header > div:first-child > div {
		/*padding-top: 5%;*/
	}
	
	/*-------------------------------------
		Logo
	-------------------------------------*/
	header > div:first-child div.Logo {
		display: none;
	}
	header > div:first-child div.Logo img {
		width: 0;
	}
	

	/*---------------------------------
		icon ０歳からのプリスクール
	----------------------------------*/
	header > div:first-child div > picture {
		/*width: 150px;
		position: absolute;
		z-index: 2;
		bottom: -23px;*/
		display: none;
	}

	
	/*----------------------------------------
		連絡先
	-----------------------------------------*/
	header > div:first-child address {
		width: 98%;
		height: 3rem;
		color: #15ABB7;
		text-align: left;
		/**/margin: 0 0 0 auto;
		margin-bottom: 0;
		padding: 0;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webit-box-orieng: horizintal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	/** 保育日/保育時間 **/
	header > div:first-child address div {
		width: 100%;
		margin: 0;
		padding: 0;
		/*border: thin dashed #9C6;*/
	}
	header > div:first-child address dl {
		font-size: 0.8rem !important;
		margin-bottom: 0;
		padding: 0;
		/*background-color: #F7F7F7;*/
	}
	header > div:first-child address dl dd span {
		font-size: 0.8rem;
	}
	/*header > div:first-child address > div dl:last-child {
		margin-bottom: 0;
	}*/
	
	/** TEL **/
	header > div:first-child address > p:last-child {
		/*width: 40%;*/
		width: auto;
		color: #15ABB7;
		font-size: 1rem;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		
		position: absolute;
		right: 1%;
		bottom: 1%;
		
		/*border: thin dashed #33F;*/
	}
	/** icon TEL画像 **/
	header > div:first-child address p img {
		width: 25px;
		color: #C90;
	}
	
	
	
	
	/*=======================================================
		バナーリンクコンテンツ
		.BannerContents
	========================================================*/
	section.BannerContnts {
		background: #CDE8F6;
		padding: 5% 0;
		
		/*border: thin dashed #F69;*/
	}
	section.BannerContnts ul {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		list-style: none;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flexw-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-box: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.BannerContnts ul li {
		width: 48%;
		margin-bottom: 1%;
	}
	section.BannerContnts ul li a {
		width: 100%;
		height: 100%;
		border: 1px solid #FFF;
		border-radius: 16px;
		display: block;
	}
	section.BannerContnts ul li a:hover {
		border-top: none;
		border-left: none;
		border-right: 2px solid #CCC;
		border-bottom: 2px solid #CCC;
	}
	section.BannerContnts ul li a:active {
		border-top: 2px solid #CCC;
		border-left: 2px solid #CCC;
		border-right: none;
		border-bottom: none;
	}
	
	
	
	/*=====================================================
		Footer
	======================================================*/
	footer {
		width: 100%;
		background: #6CC2ED;
		margin: 0;
		padding: 0;
		position: relative;
		/*border: 2px dashed #F39;*/
	}
	/** line上 **/
	footer::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #FFF;
	}
	/** line下 **/
	footer::after {
		content: "";
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #FFF;
	}
	
	footer > div:first-child {
		width: 100%;
		/*max-width: 1024px;
		margin: 0 auto;*/
		padding: 2% 0;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-aling: center;
		align-items: center;*/
		
		display: block;
		
		position: relative;
		/*border: 2px dashed #F69;*/
	}
	
	/*======================================
		Footer Logo / address
	=======================================*/
	footer address {
		width: 80%;
		color: #FFF;
		font-style: normal;
		margin: 3rem auto;
		/*border: thin dashed #FFF;*/
	}
	/** 一般社団法人あおぞら会小規模保育事業所 **/
	footer address p:first-child {
		font-size: 0.8rem;
		text-align: left;
		margin-bottom: 2%;
	}
	/*-------------
		Logo
	-------------*/
	footer address dt {
		margin-bottom: 3rem;
	}
	footer address dt picture {
		width: 100%;
		/** IE11 画像幅が伸びるバグ用 **/
		flex-shrink: 0;
	}
	
	footer address dd {
		text-align: left;
		line-height: 1.5rem;
		margin-bottom: 4%;
	}
	/** 住所 **/
	footer address dd:nth-child(2) span:last-child {
		display: inline-block;
	}
	/*-----------------------
		保育日/保育時間
	------------------------*/
	footer address dd:nth-child(3) span,
	footer address dd:nth-child(4) span {
		width: 5rem;
		color: #6CC2ED;
		font-size: 0.9rem;
		text-align: center;
		background: #FFF;
		border-radius: 10px;
		padding-top: 1px;
		
		display: inline-block !important;
	}
	/** 保育時間 **/
	footer address dd:nth-child(4) {
		letter-spacing: 2px;
	}
	/** TEL **/
	footer address dd:last-child {
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 2px;
	}
	
	
	
	/*===================================================== 
		FooterContents	
		Menu / SNSlink
	=====================================================*/
	footer > div > div:nth-child(2) {
		width: 100%;
		/*background: #6CC;*/
	}
	
	/*----------------------------------------------
		FooterNav
	----------------------------------------------*/
	footer > div > div:nth-child(2) nav {
		width: 100%;
		margin-bottom: 8%;
	}
	footer > div > div:nth-child(2) nav ul {
		/*background: #09C;*/
		list-style-type: none;
		border-top: 5px solid #39F;
		border-bottom: 5px solid #39F;
		margin: 0;
		padding: 3px 0;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;*/
		display: block;
	}
	footer > div > div:nth-child(2) nav ul li {
		width: 100%;
		line-height: 3rem;
		margin: 0;
	}
	footer > div > div:nth-child(2) nav ul li a {
		
		color: #09C;
		font-style: normal;
		text-decoration: none;
		letter-spacing: 2px;
		background: #C2E2F5;
		border: thin solid #FFF;
		
		display: block;
	}
	footer > div > div:nth-child(2) nav ul li a:hover {
		text-decoration: none;
		background: #D8ECF8;
		border-top: none;
		border-left: none;
		border-right: 2px solid #CCC;
		border-bottom: 2px solid #CCC;
	}
	footer > div > div:nth-child(2) nav ul li a:active {
		border-top: 2px solid #CCC;
		border-left: 2px solid #CCC;
		border-right: none;
		border-bottom: none;
	}
	
	
	/*----------------------------------------------------------------
		Banner Link Button
	-----------------------------------------------------------------*/
	footer > div > div:nth-child(2) > ul:nth-child(2) {
		width: 80%;
		list-style-type: none;
		margin: 3% auto;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		
		display: block;
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) li {
		width: 100%;
		margin-bottom: 2%;
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) li a {
		border-radius: 18px;
		display: block;
		border: thin solide #FFF;
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) li a:hover {
		opacity: 0.9;
		border-top: none;
		border-left: none;
		border-right: 2px solid #699;
		border-bottom: 2px solid #699;
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) li a:active {
		border-top: 2px solid #699;
		border-left: 2px solid #699;
		border-right: none;
		border-bottom: none;
	}
	
	
	/*----------------------------------------------
		Recruitバナー / SNS iconLink
	----------------------------------------------
	footer > div > div:nth-child(2) > div:nth-child(3) {
		display: block;
	}*/
	
	
	/*----------------------------------------------
		Recruitバナー
	----------------------------------------------
	footer > div > div:nth-child(2) > div:nth-child(3) div {
		width: 90%;
		margin: 0 auto;
	}
	footer > div > div:nth-child(2) > div:nth-child(3) div a {
		border-radius: 12px;
		display: block;
		border: thin solid #FFF;
	}
	footer > div > div:nth-child(2) > div:nth-child(3) div a:hover {
		border-top: none;
		border-left: none;
		border-right: 2px solid #699;
		border-bottom: 2px solid #699;
	}
	footer > div > div:nth-child(2) > div:nth-child(3) div a:active {
		border-top: 2px solid #699;
		border-left: 2px solid #699;
		border-right: none;
		border-bottom: none;
	}*/
	
	/*----------------------------------------------
		SNS iconLink
	----------------------------------------------*/
	/** PC相殺 **/
	footer > div > div:nth-child(2) > ul:nth-child(2) {
		width: auto;
		list-style-type: none;
		margin: 0;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-box: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		display: block;
		
		/*border: thin dashed #F69;*/
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) {
		/**/width: 30%;
		list-style-type: none;
		/**/margin: 8% auto;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-jusitfy-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-box: justify;
		justify-content: space-between;
		
		/*border: thin dashed #F69;*/
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) li {
		width: 2rem;
		height: 2rem;
		display: block;
		margin: 0 auto;
		
		/*background: #9F9;*/
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) li a {
		width: 100%;
		height: 100%;
		background: #F7F7F7;
		border: 2px solid #CCC;
		border-radius: 50%;
		padding: 2%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) a:hover {
		opacity: 0.8;
		background: #FFF;
	}
	footer > div > div:nth-child(2) > ul:nth-child(2) a picture {
		width: 100%;
		display: block;
	}

	
	/*------------------------------------------
		CopyRight　
	-------------------------------------------*/
	small {
		width: 80%;
		font-size: 0.6rem;
		text-align: center;
		letter-spacing: 2px;
		background: #FFF;
		display: block;
		margin: 0 auto;
		padding: 5px;
	}
	
}


/*========================================================
	iphone SE size
=========================================================*/
@media screen and (max-width: 340px) {
	article {
		/*border: 2px dashed #663;*/
	}
	
}