 /* 
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 sorce,
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 {
	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-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-aling-items: center;
	-webkit-box-align: center;
	-ms-flex-aling: center;
	aling-items: center;
	position: relative;
	
}
/*------------
	Logo
-------------*/
header > div:first-child div.Logo {
	width: 33%;
	padding-left: 2%;
	/*background: #063;*/
}
header > div:first-child div.Logo a {
	width: 100%;
	/*background: #FF9;*/
	display: block;
	margin: 0 auto;
}
header > div:first-child div.Logo span {
	color: #FFF;
	font-size: 0.8rem;
	display: block;
	margin-top: 5px;
}

/*-------------
	連絡先
-------------*/
header > div:first-child address {
	width: 25%;
	color: #C96;
	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 p {
	width: 100%;
	font-size: 0.9rem;
	font-style: normal;
	line-height: 1.1rem;
}
header > div:first-child address > p:last-child {
	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;
}
/** 画像Line **/
header > div:first-child > span:last-child {
	width: 100vw;
	height: 0.5rem;
	background-image: url(../img/header_line.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: -0.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


/*----------------------------------
	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);
	margin: 0 auto;
	margin-bottom: 3px;
}
div.swiper-container  {
	max-width: 1020px;
	margin: 0 auto;
	
	position: relative;
}
div.swiper-container ul.swiper-wrapper {
	list-style-type: none;
	position: absolute;
	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; }



/*----------------
	カバー画像
----------------*/
div.swiper-container > picture:nth-child(2) {
	position: relative;
}





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



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

/*********************/
/**  AnchorPageTop  **/
/*********************/
#topBtn{
	width: 5%;
	min-width: 45px;
	background: #D7BA8F;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 1%;
	
	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;
	
	position: fixed;
	right: 2%;
	bottom: 20px;
	z-index: 9999;
}
#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.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;
	/*list-style-type: none;*/
	margin: 0 auto;
	padding: 0;
	
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-box: justify;
	justify-content: space-between; */
	
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px;

}

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; /* マウスのターゲットから外す */
}




/*=====================================================
	Footer
======================================================*/
footer {
	width: 100%;
	background-image: url(../img/footer_block_check.jpg);
	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: #A9855A;
}
/** line下 **/
footer::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #A9855A;
}

footer > div:first-child {
	width: 100%;
	max-width: 1020px;
	/*border: 2px dashed #F69;*/
	
	position: relative;
	/*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-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-aling: center;
	align-items: center;
}

/*========================
	Footer Logo
=========================*/
footer > div:first-child > div:first-child {
	width: 35%;
	
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-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;*/
	position: relative;
	/*border: thin dashed #FFF;*/
}
/** 広島市小規模認可保育園 **/
footer > div:first-child > div:first-child p:first-child {
	color: #A9855A;
	position: absolute;
	right: 0;
}
/** 一般社団法人あおぞら会小規模保育事業所 **/
footer > div:first-child > div:first-child p:last-child {
	color: #A9855A;
	letter-spacing: 2px;
	margin-top: 2%;
}

footer div:first-child > div:nth-child(2) picture {
	/** IE11 画像幅が伸びるバグ用 **/
	flex-shrink: 0;
}



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

/*----------------------------------------------
	FooterNav
----------------------------------------------*/
footer > div:first-child > div:nth-child(2) nav {
	width: 100%;
	margin-bottom: 4%;
}
footer > div:first-child > 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:first-child > div:nth-child(2) nav ul li {
}
footer > div:first-child > div:nth-child(2) nav ul li a {
	font-size: 0.8em;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
footer > div:first-child > div:nth-child(2) nav ul li a:hover {
	text-decoration: underline;
}


/*----------------------------------------------------------------
	address / SNS link
-----------------------------------------------------------------*/
footer > div:first-child > div:nth-child(2) > div:nth-child(2) {
	width: 100%;
	
	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;
}

/*----------------------------------------------
	address
----------------------------------------------*/
footer > div:first-child > div:nth-child(2) > div:nth-child(2) address {
	width: 70%;
	/*border: thin dashed #F39;*/
}
footer > div:first-child > div:nth-child(2) > div:nth-child(2) address dl {
	color: #FFF;
	font-size: 0.9rem;
	font-style: normal;
	text-align: left;
	line-height: 1.3rem;
	
}
/*----------------------------------------------
	SNS iconLink
----------------------------------------------*/
footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul {
	width: 7rem;
	list-style-type: none;
	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;
}
footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul li {
	width: 40%;
}
footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul li a {
	width: 3rem;
	height: 3rem;
	/*background: #EFEFEF;
	border: 2px solid #999;*/
	border-radius: 50%;
	
	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:first-child > div:nth-child(2) > div:nth-child(2) > ul li a picture {
	width: 65%; 
	displaly: block;
}*/
footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul li a:hover {
	opacity: 0.8;
}


/*------------------------------------------
	CopyRight　
-------------------------------------------*/
small {
	width: 100%;
	color: #A9855A;
	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: 4rem;
		position: relative;
		z-index: 5;
		/*top: 3.8rem;*/
	}
	
	/*----------------------------------
		logo / 営業時間・Tel
	----------------------------------*/
	header > div:first-child {
		width: 100%;
		max-width: 1020px;
		background-image: url(../img/main_background.jpg);
		background-repeat: repeat;
		height: 2.5rem;
		/*background-color: #6AB9B2;*/
		margin: 0 auto;
		padding: 3px;
		
		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;
	}
	
	/*-------------------------------------
		Logo
	-------------------------------------*/
	header > div:first-child div.Logo {
		width: 40%;
		display: none;
	}
	header > div:first-child div.Logo img {
		width: 0;
	}
	/*header > div:first-child div.Logo span {
		color: #FFF;
		font-size: 0.8rem;
		display: block;
	}*/
	
	/*----------------------------------------
		連絡先
	-----------------------------------------*/
	header > div:first-child address {
		width: 95%;
		color: #C90;
		text-align: left;
		margin: 0 auto;
		
		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;
		
		/*background-color: #CCC;*/
	}
	header > div:first-child address div {
		width:45%;
		/*border: thin dashed #F6C;*/
	}
	header > div:first-child address div p {
		/*width: 48%;*/
		color: #B27543;
		font-size: 0.9rem;
		font-style: normal;
		line-height: 1.3rem
	}
	header > div:first-child address > p:last-child {
		width: 40%;
		color: #B27543;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 2px;
		
		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 #FFF;*/
	}
	/** icon TEL画像 **/
	header > div:first-child address > p:last-child picture {
		color: #C90;
		fill: #fb8c00;
	}
	
	
	/*==============================================
		Swipper
	===============================================*/
	header section:nth-child(2) {
		background-image: url(../img/main_background.jpg);
		margin: 0 auto;
		margin-bottom: 3px;
	}
	header section:nth-child(2)::after {
		content: '';
		position: absolute;
		bottom: -1rem;
		left: 0;
		width: 100%;
		height: 1rem;
		background-image: url(../img/main_background.jpg);
	}
	
	
	
	/*==========================================
		アンカーリンク位置設定
	===========================================
	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: 5%;
		min-width: 45px;
		background: #D7BA8F;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 1%;
		
		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;
		
		position: fixed;
		right: 2%;
		bottom: 20px;
		z-index: 9999;
	}
	#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.BannerContents {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 60px 0 30px;
	}
	
	/*----------------------------------------
		Banner Link
	-----------------------------------------*/
	section.BannerContents ul {
		width: 90%;
		max-width: 60.5em;
		list-style-type: none;
		/*border: thin dashed #FFF;
		list-style-type: none;*/
		margin: 0 auto;
		padding: 0;

		display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: 10px;
	}

	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;
	}
	
	
	
	
	/*=====================================================
		Footer
	======================================================*/
	footer {
		width: 100%;
		background-image: url(../img/footer_block_check.jpg);
		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: #A9855A;
	}
	/** line下 **/
	footer::after {
		content: "";
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #A9855A;
	}
	
	footer > div:first-child {
		width: 95%;
		max-width: 1020px;
		/*border: 2px dashed #F69;*/
		
		position: relative;
		/*top: -0.7em;*/
		margin: 0 auto;
		padding: 2% 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-aling: center;
		align-items: center;
	}
	
	/*========================
		Footer Logo
	=========================*/
	footer > div:first-child > div:first-child {
		width: 25%;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: -ms-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;*/
		position: relative;
		/*border: thin dashed #FFF;*/
	}
	/** 広島市小規模認可保育園 **/
	footer > div:first-child > div:first-child p:first-child {
		color: #A9855A;
		font-size: 0.9rem;
		letter-spacing: 1px;
		margin-bottom: 2%;
		position: static;
		right: 0;
	}
	/** logo画像 **/
	footer > div:first-child > div:first-child picture {
		width: 100%;
	}
	/** 一般社団法人あおぞら会小規模保育事業所 **/
	footer > div:first-child > div:first-child p:last-child {
		color: #A9855A;
		font-size:0.9rem;
		line-height: 1rem;
		letter-spacing: 1px;
		margin-top: 6%;
	}
	
	footer div:first-child > div:nth-child(2) picture {
		/** IE11 画像幅が伸びるバグ用 **/
		flex-shrink: 0;
	}
	
	
	
	/*===================================================== 
		FooterContents	
		Menu / address / SNSlink
	=====================================================*/
	footer > div:first-child > div:nth-child(2) {
		width: 73%;
		/*background: #6CC;*/
	}
	
	/*----------------------------------------------
		FooterNav
	----------------------------------------------*/
	footer > div:first-child > div:nth-child(2) nav {
		width: 100%;
	}
	footer > div:first-child > 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:first-child > div:nth-child(2) nav ul li {
	}
	footer > div:first-child > div:nth-child(2) nav ul li a {
		font-size: 0.8em;
		font-style: normal;
		color: #FFF;
		text-decoration: none;
	}
	footer > div:first-child > div:nth-child(2) nav ul li a:hover {
		text-decoration: underline;
	}
	
	
	/*----------------------------------------------------------------
		address / SNS link
	-----------------------------------------------------------------*/
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) {
		width: 100%;
		
		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;
		
		position: relative;
	}
	
	/*----------------------------------------------
		address
	----------------------------------------------*/
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) address {
		width: 95%;
		margin: 0 auto;
		
		/*border: thin dashed #F06;*/
	}
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) address dl {
		color: #FFF;
		font-size: 0.9rem;
		font-style: normal;
		text-align: left;
		line-height: 1.3rem;
		
	}
	/*----------------------------------------------
		SNS iconLink
	----------------------------------------------*/
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul {
		width: 7rem;
		list-style-type: none;
		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;
		
		position: absolute;
		right: 5%;
		bottom: 10%;
	}
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul li {
		width: 40%;
	}
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul li a {
		width: 2rem;
		height: 2rem;
		background: #EFEFEF;
		border: 2px solid #999;
		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:first-child > div:nth-child(2) > div:nth-child(2) > ul li a span {
		width: 65%; 
		displaly: block;
	}
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul li a:hover {
		opacity: 0.8;
		background: #FFF;
	}
	
	/*------------------------------------------
		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) {
	
	/*----------------------------------
		logo / 営業時間・Tel
	----------------------------------*/
	header > div:first-child {
		width: 100%;
		background: #F7F7F7;
		/*background-color: #6AB9B2;*/
		padding: 3px;
		
		/*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;*/
		display: block;
		height: 4rem;
		/*border: thin dashed #CC9;*/
	}
	
	/*------------
		Logo
	-------------*/
	div.Logo {
		width: 0;
		visibility: hiden;
		display: none;
		/*background: #CC6;*/
	}
	div.Logo picture {
		width: 0;
	}
	div.Logo span {
		color: #FFF;
		font-size: 0.8rem;
		display: block;
	}
	
	/*=========================================
		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: 4rem;
		position: relative;
		z-index: 5;
		/*top: 3.8rem;*/
	}
	
	/*----------------------------------
		logo / 営業時間・Tel
	----------------------------------*/
	header > div:first-child {
		width: 100%;
		max-width: 1020px;
		background-image: url(../img/main_background.jpg);
		background-repeat: repeat;
		height: 2.5rem;
		/*background-color: #6AB9B2;*/
		margin: 0 auto;
		padding: 3px;
		
		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;
	}
	
	/*-------------------------------------
		Logo
	-------------------------------------*/
	header > div:first-child div.Logo {
		width: 40%;
		display: none;
	}
	header > div:first-child div.Logo img {
		width: 0;
	}
	/*header > div:first-child div.Logo span {
		color: #FFF;
		font-size: 0.8rem;
		display: block;
	}*/
	
	/*----------------------------------------
		連絡先
	-----------------------------------------*/
	header > div:first-child address {
		width: 95%;
		color: #C90;
		text-align: left;
		margin: 0 auto;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/*-webit-box-orieng: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;*/
		-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;
		
		position: relative;
		/*background-color: #CCC;*/
	}
	header > div:first-child address div {
		width:100%;
		/*border: thin dashed #F6C;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;*/
	}
	header > div:first-child address div p {
		/*width: 48%;*/
		color: #B27543;
		font-size: 0.9rem;
		font-style: normal;
		line-height: 1.3rem
	}
	header > div:first-child address > p:last-child {
		width: 11.5rem;
		color: #B27543;
		font-size: 1.1rem;
		font-weight: bold;
		letter-spacing: 2px;
		
		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: 0;
		bottom: -2px;
		/*border: thin dashed #FFF;*/
	}
	/** icon TEL画像 **/
	header > div:first-child address > p:last-child img {
		width: 22px;
		color: #C90;
		fill: #fb8c00;
	}
	
	
	
	/*---------------------------------
		prev/nextボタン
	----------------------------------*/
	/** button本体 **/
	button.slick-prev,
	button.slick-next {
		/*border:thin dashed #F03;*/
		position: absolute;
		z-index: 2;
	}
	/** ● ボタン **/
	.slick-prev:before,
	.slick-next:before {
	  color: black;
	  /*border:thin dashed #F03;*/
	  position: absolute;
	  z-index:10;
	  top: -4px;
	  left: -4px;
	}
	/** 位置調整 **/
	.slick-prev {margin-left:3rem;}
	.slick-next {margin-right:1.8rem;}
	
		
	
	
	
	/*=========================================================
		BannerContents
	=========================================================*/
	section.BannerContents {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 60px 0 50px;
	}
	
	/*----------------------------------------
		Banner Link
	-----------------------------------------*/
	section.BannerContents ul {
		width: 70%;
		max-width: 60.5em;
		list-style-type: none;
		/*border: thin dashed #C33;
		list-style-type: none;*/
		margin: 0 auto;
		padding: 0;

		display: grid;
		grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
		gap: 20px;
	}

	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;
	}
	
	
	
	/*=====================================================
		Footer
	======================================================*/
	footer {
		width: 100%;
		background-image: url(../img/footer_block_check.jpg);
		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: #A9855A;
	}
	/** line下 **/
	footer::after {
		content: "";
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #A9855A;
	}
	
	footer > div:first-child {
		width: 95%;
		max-width: 1020px;
		/*border: 2px dashed #F69;*/
		
		position: relative;
		/*top: -0.7em;*/
		margin: 0 auto;
		padding: 2% 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-aling: center;
		align-items: center;*/
		display: block;
	}
	
	/*========================
		Footer Logo
	=========================*/
	footer > div:first-child > div:first-child {
		width: 85%;
		margin: 10% auto;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: -ms-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;*/
		
		position: relative;
		/*border: thin dashed #FFF;*/
	}
	/** 広島市小規模認可保育園 **/
	footer > div:first-child > div:first-child p:first-child {
		color: #A9855A;
		font-size: 0.9rem;
		text-align: right;
		letter-spacing: 1px;
		margin-bottom: 2%;
		position: static;
		right: 0;
	}
	/** logo画像 **/
	footer > div:first-child > div:first-child picture {
		width: 90%;
		margin: 0 auto;
	}
	/** 一般社団法人あおぞら会小規模保育事業所 **/
	footer > div:first-child > div:first-child p:last-child {
		color: #A9855A;
		font-size:0.9rem;
		line-height: 1rem;
		letter-spacing: 1px;
		margin-top: 6%;
	}
	
	footer div:first-child > div:nth-child(2) picture {
		/** IE11 画像幅が伸びるバグ用 **/
		flex-shrink: 0;
	}
	
	
	
	/*===================================================== 
		FooterContents	
		Menu / address / SNSlink
	=====================================================*/
	footer > div:first-child > div:nth-child(2) {
		width: 100%;
		/*background: #6CC;*/
	}
	
	/*----------------------------------------------
		FooterNav
	----------------------------------------------*/
	footer > div:first-child > div:nth-child(2) nav {
		width: 100%;
		border-top: thin solid #963;
		border-bottom: thin solid #963;
	}
	footer > div:first-child > 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;*/
		display: block;
	}
	footer > div:first-child > div:nth-child(2) nav li {
		border-bottom: thin dashed #963;
		margin-bottom: 2px;
		padding-bottom: 2px;
	}
	footer > div:first-child > div:nth-child(2) nav li:last-child {
		border-bottom: none;
	}
	footer > div:first-child > div:nth-child(2) nav ul li a {
		width: 100%;
		height: 3rem;
		font-size: 1rem;
		font-style: normal;
		color: #633;
		text-decoration: none;
		background: #EADFD6;
		border: thin solid #FFF;
		
		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;
		
		opacity: 0.9;
	}
	footer > div:first-child > div:nth-child(2) nav a:hover {
		text-decoration: underline;
		opacity: 1;
		border-top: none;
		border-left: none;
		border-right: 2px solid #300;
		border-bottom: 2px solid #300;
	}
	footer > div:first-child > div:nth-child(2) nav a:active {
		text-decoration: underline;
		border-top: 2px solid #300;
		border-left: 2px solid #300;
		border-right: none;
		border-bottom: none;
	}
	
	
	/*----------------------------------------------------------------
		address / SNS link
	-----------------------------------------------------------------*/
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) {
		width: 100%;
		
		/*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;
	}
	
	/*----------------------------------------------
		address
	----------------------------------------------*/
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) address {
		width: 90%;
		margin: 4% auto;
		/*border: thin dashed #FFF;*/
	}
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) address dl {
		width: 100%;
		color: #FFF;
		font-size: 0.9rem;
		font-style: normal;
		text-align: left;
		line-height: 1.5rem;
		
		/*border: thin dashed #FFF;*/
	}
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) address dl dt span {
		line-height: 1rem;
		display: block;
	}
	/*----------------------------------------------
		SNS iconLink
	----------------------------------------------*/
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul {
		width: 7rem;
		list-style-type: none;
		margin: 7% 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;
		
		position: static;
	}
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul li {
		width: 40%;
		margin: 0 auto;
	}
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul li a {
		width: 2rem;
		height: 2rem;
		background: #EFEFEF;
		border: 2px solid #999;
		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:first-child > div:nth-child(2) > div:nth-child(2) > ul li a span {
		width: 65%; 
		displaly: block;
	}
	footer > div:first-child > div:nth-child(2) > div:nth-child(2) > ul li a:hover {
		opacity: 0.8;
		background: #FFF;
	}
	
}


/*========================================================
	iphone SE size
=========================================================*/
@media screen and (max-width: 340px) {
	article {
		/*border: 2px dashed #663;*/
	}
	/*----------------------------------------------
		footer address
	----------------------------------------------*/
	footer div:first-child > div:nth-child(3) > div:nth-child(2) address {
		width: 70%;
		/*background: #9C6;*/
	}
	footer div:first-child > div:nth-child(3) > div:nth-child(2) address dl {
		color: #FFF;
		font-size: 1rem;
		text-align: left;
		line-height: 1.5rem;
	}
	/** TEL / FAX **/
	footer div:first-child > div:nth-child(3) > div:nth-child(2) address dl dd:last-child span {
		display: block;
	}
}