@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}

*, *:before, *:after {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
	border: 0px;
}

a{
	transition: 0.5s;
}

a:hover{
	opacity: 0.7;
}

a img {
	border: none;
	outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th, td{
    text-align: left;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.indent{
	padding-left:1.2em;
	text-indent:-1.2em;
}

.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

html,body {
	height: 100%;
	width: 100%;
	text-align: center;
	color: #754c24;	
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.08em;
	font-weight: 400;
}

/*-----------------------------------------システムメイン*/

#system_main {
	width: 100%;	
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background-color: #66CDFF;
}
/*-----------------------------------------ヘッダー*/

header{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	background-image: url(images/bg_header_c1.gif), url(images/bg_header_c2.png), url(images/bg_header.png);
	background-position: center top, center bottom, left bottom;
	background-repeat: no-repeat, no-repeat, repeat-x;
	border-bottom: 8px solid #33cc33;
}

#header_hojin{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	background-image: url(images/bg_header.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-bottom: 8px solid #33cc33;
}
.header_hojin_inner{
	width: 1100px;
	height: auto;
	margin: auto;
	background-image: url(images/header_lt.png), url(images/header_lb.png),url(images/header_rt.png), url(images/header_rb.png);
	background-position: left 10% top, left bottom, right 10% top, right bottom;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
.header_inner, .header_inner2{
	width: 1100px;
	height: auto;
	margin: auto;
}

.header_inner h1, .header_inner2 h1{
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
}

header h1 a:hover{
	opacity: 1;
}
.header_inner ul, .header_inner2 ul{
	float: right;
	text-align: right;
	margin-top: 45px;
}
.header_inner ul li, .header_inner2 ul li{
	margin: 5px 0px;
}

/*-----------------------------------------ナビ*/

nav{
	margin-left: auto;
	margin-right: auto;
}

nav ul{
	margin: auto;
	display: flex;
	justify-content: center;
}

nav ul li{
	margin: 10px 50px;
}

nav ul li a{
	display: block;
}

nav a:hover{
	opacity: 1;
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #fff;
}

/*-----------------------------------------メイン*/

#main {
	width: 1100px;
	font-size: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}

article{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin: 50px auto;
}

h2 {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
	padding-left: 60px;
	background-image: url(images/h2_l.png), url(images/bg_h2.png);
	background-position: left 10px center, left center;
	background-repeat: no-repeat, repeat-x;
}


/*-----------------------------------------トップフォト*/

#top img{
	width: 100%;
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 9999;
}
  
#pagetop{
	display: none;
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	background-color: #66CDFF;
}

#footer p{
	padding-top: 5px;
	color: #fff;
}

/*------------------------------------------トップページ*/

#daily ul{
	width: 75%;
	margin: auto;
	display: flex;
}
#daily ul li{
	width: 50%;
	margin: auto;
}
#daily ul li img{
	width: 100%;
}

#event ul li{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 20px 0px;
}
#event ul li:nth-child(even){
	flex-direction: row-reverse;
}
#event ul li p{
	width: 20%;
	margin: auto;
	text-align: center;
}
#event ul li p img{
	width: 90%;
}
#event ul li td p{
	width: 100%;
	text-align: left;
}
#event table{
	width: 75%;
	margin: auto;
	table-layout: fixed;
}
#event td{
	border: 2px solid #FFED51;
	vertical-align: top;
}
#event dt{
	border-bottom: 2px solid #FFED51;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
#event dd{
	padding: 10px;
	vertical-align: top;
	min-height: 8em;
}
.spr dt{
	background-color: #F98CB6;
}
.sum dt{
	background-color: #4CB7D6;
}
.aut dt{
	background-color: #FCA985;
}
.win dt{
	background-color: #7589BF;
}
.spr dd p:before{
	content: "●";
	color: #F98CB6;
	font-size: 10px;
}
.sum dd p:before{
	content: "●";
	color: #4CB7D6;
	font-size: 10px;
}
.aut dd p:before{
	content: "●";
	color: #FCA985;
	font-size: 10px;
}
.win dd p:before{
	content: "●";
	color: #7589BF;
	font-size: 10px;
}
#event p{
	text-align: left;
}
#lunch table{
	width: 90%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 20px;
}
#lunch th{
	padding: 10px;
	text-align: center;
	background-color: #F98CB6;
	border: 1px solid #F98CB6;
	color: #fff;
}
#lunch td{
	padding: 10px;
	text-align: center;
	border: 1px solid #F98CB6;
}
#lunch ul li{
	text-align: left;
	margin: 5px;
	padding-left: 40px;
}
#lunch ul li:before{
	content: "★";
	color: #F98CB6;
}
.extension_box, .precare_box{
	display: flex;
	justify-content: space-between;
}
#extension p{
	width: 85%;
	text-align: left;
}
#extension figure, #pre_care figure{
	width: 15%;
}

#pre_care ul{
	width: 82%;
}
#pre_care ul li{
	text-align: left;
	background-image: url(images/list_precare.gif);
	background-position: left top 8px;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 30px;
}
.hojin_title{
	width: 90%;
	margin: auto;
	margin-top: 80px;
	border-bottom: 7px dotted #dbd5b9;
}
#intro p{
	font-size: 24px;
	color: #e5518d;
	font-weight: 700;
	line-height: 1.5em;
	background-image: url(images/hana.gif), url(images/hana.gif);
	background-position: left 10% center, right 10% center;
	background-repeat: no-repeat, no-repeat;
}

.group_box{
	display: flex;
	justify-content: space-between;
}

.group_contents{
	width: 48%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border: 1px dotted #0C3;
	padding: 10px;
	border-radius: 10px;
}
.group_contents p{
	width: 40%;
}
.group_contents p img{
	width: 90%;
}
.group_contents ul{
	width: 60%;
}
.group_contents ul li{
	text-align: left;
	font-size: 18px;
	margin: 15px;
	border-bottom: 1px dashed;
	padding-bottom: 5px;
}
.group_contents ul li:last-child{
	text-align: center;
	border-bottom: none;
	padding-top: 20px;
}
	
.akashiba li:last-child a{
	background-color: #f99;
	padding: 5px 20px 8px 20px;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	border-radius: 10px;
	text-decoration: none;
}
.akani li:last-child a{
	background-color: #6FC9B8;
	padding: 5px 20px 8px 20px;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	border-radius: 10px;
	text-decoration: none;
}
#target ul{
	background-image: url(images/target_l.png), url(images/target_r.png);
	background-position: left 5% center, right 5% center;
	background-repeat: no-repeat, no-repeat;
}
#target ul li{
	width: 65%;
	font-size: 19px;
	font-weight: 700;
	text-align: left;
	margin: 20px auto;
	background-image: url(images/list_target.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.policy_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#policy table{
	width: 83%;
}
#policy th{
	white-space: nowrap;
	font-weight: 500;
	vertical-align: top;
	padding: 10px;
}
#policy td{
	padding: 10px 0px;
}
#policy figure{
	width: 15%;
}
#policy figure img{
	width: 85%;
}
#jouhou ul li{
	text-align: left;
	margin: 20px 0px;
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(images/list_jouhou.png);
	background-position: left top 5px;
	background-repeat: no-repeat;
}
#jouhou a{
	color: #754c24;
	text-decoration: none;
}
#jouhou a:hover{
	opacity: 0.7;
}
#jouhou p{
	margin-top: 30px;
}

/*------------------------------------------赤芝保育園*/

.top_photo_resp{
	display: none;
}

#news p{
	margin-bottom: 20px;
}
#news .news_details_aka {
	width: 100%;
  display: block;
  margin: auto;
  border: 8px double #fcc;
  border-radius: 10px;
}
  
#news iframe {
	width: 100%;
	height: 400px;
	border-style: none;
	margin: 0px;
}

.staff_box{
	background-image: url(images/bird1.gif), url(images/bird2.gif);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
}

#staff table{
	width: 70%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 4px;
}
#staff .aka th{
	border-bottom: 4px dotted #BFE476;
	padding: 20px 20px 20px 180px;
}
#staff .aka td{
	border-bottom: 4px dotted #BFE476;
	padding: 20px 180px 20px 20px;
	text-align: right;
}

#map #googlemap iframe{
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#map #googlemap_aka {
	width: 100%;
	height: 400px;
	border: 4px solid #ffbbbb;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#link ul li{
	width: 40%;
	display: inline-block;
}

/*------------------------------------------赤芝第二保育園*/

#news .news_details_akani {
	width: 100%;
  display: block;
  margin: auto;
  border: 8px double #84D1BF;
  border-radius: 10px;
}

#guide p{
	margin-bottom: 30px;
}
#guide p.akani img{
	width: 100%;
}

#guide ul li{
	display: inline-block;
	width: 24%;
	margin: 10px 0px;
}
#guide ul li img{
	width: 95%;
	border-radius: 20px;
}
#staff .akani th{
	border-bottom: 4px dotted #ffc5c5;
	padding: 20px 20px 20px 180px;
}
#staff .akani td{
	border-bottom: 4px dotted #ffc5c5;
	padding: 20px 180px 20px 20px;
	text-align: right;
}

#map #googlemap_akani {
	width: 100%;
	height: 400px;
	border: 4px solid #6FC9B8;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}



@media screen and (max-width:1100px){
	
/*-----------------------------------------ヘッダー*/

header{
	background-size: 31%, 31%, 500px;
}

.header_hojin_inner{
	width: 100%;
	height: auto;
}

.header_inner, .header_inner2{
	width: 100%;
}

.header_inner ul{
	margin-right: 10px;
}

.header_inner2 ul{
	width: 45%;
	margin-right: 10px;
}
.header_inner2 ul img{
	width: 75%;
}

/*-----------------------------------------ナビ*/

nav{
	width: 80%;
}

nav ul li{
	margin: 10px 30px;
}
nav ul li img{
	width: 90%;
}

/*-----------------------------------------メイン*/

#main {
	width: 100%;
}

/*-----------------------------------------トップページ*/

#daily ul{
	width: 80%;
}
#extension p{
	width: 80%;
}
#extension figure{
	width: 20%;
}

#extension figure img, #pre_care figure img{
	width: 100%;
}

/*-----------------------------------------赤芝保育園*/

#staff .aka th{
	padding: 20px 20px 20px 130px;
}
#staff .aka td{
	padding: 20px 130px 20px 20px;
}

/*-----------------------------------------赤芝第二保育園*/

#staff .akani th{
	padding: 20px 20px 20px 130px;
}
#staff .akani td{
	padding: 20px 130px 20px 20px;
}


}
	

@media screen and (max-width:768px){

/*-----------------------------------------ヘッダー*/

header{
	background-position: right 45% top, left 40% bottom, left bottom;
}
.header_hojin_inner{
	background-position: left top, left bottom, right top, right bottom;
	background-size: 20%, 20%, 20%, 20%;
}
.header_inner h1{
	width: 47%;
}

.header_inner h1 img{
	width: 85%;
}
.header_inner ul{
	width: 50%;
	margin-top: 8%;
}
.header_inner ul li{
	margin: 0;
	padding: 0;
}
.header_inner ul img{
	width: 90%;
}
.header_inner2 h1{
	width: 50%;
}

.header_inner2 h1 img{
	width: 100%;
}
.header_inner2 ul{
	width: 47%;
	margin-top: 8%;
}
.header_inner2 ul li{
	margin: 0;
	padding: 0;
}
.header_inner2 ul img{
	width: 90%;
}

/*-----------------------------------------ナビ*/

nav{
	width: 90%;
}

nav ul li{
	margin: 10px 30px;
}

/*-----------------------------------------メイン*/

#main{
	padding-bottom: 0px;
}
article{
	width: 90%;
	margin: 50px auto;
}


/*-----------------------------------------ページトップへ*/

#ptb_slide{
	display: none;
}

#pt_resp #pagetop{
	margin-bottom: 0px;
}

#pagetop{
  	bottom: auto;
	padding-right: 20px;
	display: block;
 	width: 100%;
 	text-align: right;
	padding-bottom: 20px;
}

/*-----------------------------------------トップページ*/

#daily{
	margin-top: 20px;
}
#daily ul{
	width: 100%;
}
#event li{
	flex-wrap: wrap;
}
#event ul li p{
	width: 100%;
	margin: auto;
}
#event ul li p img{
	width: auto;
}
#event table{
	width: 100%;
}
#lunch table{
	width: 100%;
}
#lunch ul li{
	text-indent: -1em;
	padding-left: 1em;
	
}
.extension_box, .precare_box{
	flex-wrap: wrap;
}
#extension p, #pre_care ul{
	width: 100%;
}
#extension figure, #pre_care figure{
	margin-top: 20px;
	width: 100%;
}
#extension figure img, #pre_care figure img{
	width: auto;
}
#intro p{
	font-size: 20px;
	background-position: left center, right center;
	padding: 0px 10%;
}
.group_box{
	flex-wrap: wrap;
}
.group_contents{
	width: 100%;
	margin: 10px;
}
.group_contents p img{
	width: 80%;
}
.group_contents ul li{
	padding-left: 30px;
}
#target ul{
	background-position: left 35% bottom, right 35% bottom;
	padding-bottom: 20%;
}

#target ul li{
	width: 100%;
}
.policy_box{
	flex-wrap: wrap;
}
#policy table{
	width: 100%;
	margin-bottom: 20px;
}
#policy figure{
	width: 130px;
	margin: auto;
}


/*-----------------------------------------赤芝保育園*/

#top{
	margin-top: 30px;
}
#guide p img{
	width: 100%;
}
#guide ul li{
	width: 48%;
}

#staff .aka th{
	padding: 20px 20px 20px 60px;
}
#staff .aka td{
	padding: 20px 60px 20px 20px;
}
#link{
	margin-bottom: 10px;
}
#link ul li{
	width: 100%;
	margin: 20px 0px;
}

/*-----------------------------------------赤芝第二保育園*/

#staff .akani th{
	padding: 20px 20px 20px 60px;
}
#staff .akani td{
	padding: 20px 60px 20px 20px;
}

}

@media screen and (max-width:480px){
	
/*-----------------------------------------ヘッダー*/

header{
	background-position: right top, left bottom, left bottom;
	background-size: 40%, 40%, 500px;
}
.header_hojin_inner h1 img{
	width: 80%;
}

.header_inner h1{
	width: 80%;
	margin-bottom: 0;
}
.header_inner ul{
	width: 80%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.header_inner2 h1{
	width: 80%;
	margin-bottom: 0;
}
.header_inner2 ul{
	width: 80%;
	margin-top: 1%;
	margin-bottom: 5%;
}

/*-----------------------------------------ナビ*/

nav{
	width: 100%;
}

nav ul li{
	margin: 10px;
}

/*-----------------------------------------メイン*/

h2 img{
	width: 100%;
}

/*-----------------------------------------フッター*/

#footer p{
	font-size: 12px;
}

/*-----------------------------------------トップページ*/

#daily ul{
	flex-wrap: wrap;
}
#daily ul li{
	width: 100%;
	margin: 20px 0px;
}
#daily ul li img{
	width: 90%;
}
#event td{
	display: block;
	margin: 10px;
}

.hojin_title img{
	width: 100%;
}
#intro{
	margin-top: 20px;
}
#intro p br{
	display: none;
}
#intro p{
	font-size: 18px;
	text-align: left;
	padding: 15% 0 0 0;
	background-image: url(images/hana.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.group_contents p{
	width: 90%;
	margin: auto;
}
.group_contents p img{
	width: 80%;
}
.group_contents ul{
	width: 100%;
}
.group_contents ul li{
	padding: 0 0 5px 0;
	text-align: center;
}
#target ul{
	background-position: left 5% bottom, right 5% bottom;
	padding-bottom: 35%;
}

#target ul li{
	font-size: 17px;
}

#policy th{
	display: block;
	padding: 0;
}
#policy td{
	display: block;
	padding: 5px 0px 15px 20px;
}

/*-----------------------------------------赤芝保育園*/

.top_photo{
	display: none;
}

.top_photo_resp{
	display: block;
}
.top_photo_resp img{
	width: 100%;
}

#news p img{
	width: 80%;
}
#staff .aka th{
	padding: 20px 20px 20px 30px;
}
#staff .aka td{
	padding: 20px 30px 20px 20px;
}

/*-----------------------------------------赤芝第二保育園*/

#staff .akani th{
	padding: 20px 20px 20px 30px;
}
#staff .akani td{
	padding: 20px 30px 20px 20px;
}
}
	
