@charset "shift_JIS";
/* 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 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: #4d4d4d;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.08em;
}

/*-----------------------------------------システムメイン*/

#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-image: url(images/bg_main.png);
}

/*-----------------------------------------ヘッダー*/

header {
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #fffef8;
	background-image: url(images/bg_header_l.png),url(images/bg_header_r.png);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
}

header h1{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	background-image: url(images/bg_container.png), url(images/bg_footer.png);
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	padding-top: 50px;
	padding-bottom: 80px;
}

/*-----------------------------------------ナビ*/

nav{
	margin-bottom: 10px;
}

nav ul{
	width:1020px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

nav ul li {
	width: 16.6%;
	background-image: url(images/menu_border.png);
	background-position: left center;
	background-repeat: no-repeat;
}
nav ul li:last-child{
	background-image: url(images/menu_border.png), url(images/menu_border.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
}

nav ul li:nth-child(1):hover{
	background-image: url(images/menu_border.png), url(images/menu1_on.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, center center;
}
nav ul li:nth-child(2):hover{
	background-image: url(images/menu_border.png), url(images/menu2_on.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, center center;
}
nav ul li:nth-child(3):hover{
	background-image: url(images/menu_border.png), url(images/menu3_on.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, center center;
}
nav ul li:nth-child(4):hover{
	background-image: url(images/menu_border.png), url(images/menu4_on.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, center center;
}
nav ul li:nth-child(5):hover{
	background-image: url(images/menu_border.png), url(images/menu5_on.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, center center;
}
nav ul li:nth-child(6):hover{
	background-image: url(images/menu_border.png), url(images/menu_border.png), url(images/menu1_on.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left center, right center, center center;
}

/*-----------------------------------------スライダー*/

#sliderbox {
	width: 100%;
	position: relative;
	margin: auto;
	margin-bottom: 80px;
}

.topImg_resp, .topImg_resp2{
	display: none;
}

.topImg{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}

.topImg img{
	width: 100%;
}
.topImg_resp{
	display: none;
}

/*-----------------------------------------メイン*/

#main {
	text-align: center;
	clear: both;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #eafdcc;
}

article{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

h2{
	background-image: url(images/bg_h2.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 10px;
	padding-left: 40px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.relative{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.absolute{
	position: absolute;
	left: -20px;
	top: -40px;
}

h3{
	border-bottom: 4px dotted #FC0;
	text-align: left;
	margin-bottom: 20px;
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    right: 20px;
	z-index: 9999;
}

#PageTopbtn a{
	display: block;
}

#PageTopBtn a:hover{
	opacity: 1.0;
}
  
#pagetop{
	display: none;
}

.fuwafuwa {
    -webkit-animation:fuwafuwa 3s infinite linear alternate;
    animation:fuwafuwa 3s infinite linear alternate;
	-moz-animation:fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa { 
    0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
    50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwafuwa {
    0% {transform:translate(0, 0) rotate(-5deg);}
    50% {transform:translate(0, -5px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(5deg);}
}

@-moz-keyframes fuwafuwa {
    0% {-moz-transform:translate(0, 0) rotate(-5deg);}
    50% {-moz-transform:translate(0, -5px) rotate(0deg);}
    100% {-moz-transform:translate(0, 0)rotate(5deg);}
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	left: 0px;
	overflow: hidden;
	background-color: #fff;
}
#footer table{
	margin: auto;
}
#footer td.tel{
	padding: 5px;
	vertical-align: bottom;
}
#footer td.name{
	padding-bottom: 5px;
}
#footer td.phone{
	padding-bottom: 5px;
}

#footer p{
	padding-top: 10px;
	font-size: 14px;
}

/*------------------------------------------トップページ*/

#top_photo img{
	width: 100%;
}

#top_photo p{
	margin-top: 30px;
}

#top_photo p img{
	width: auto;
}

#gaiyo {
	float: left;
	width: 530px;
	overflow: hidden;
}

#gaiyo table{
	width: 100%;
	margin-bottom: 20px;
}

#gaiyo th{
	padding: 8px 10px;
	border: 1px solid #ffbbbb;
	text-align: center;
	font-weight: bold;
	background-color: #fff3f3;
	white-space: nowrap;
	color: #ff6666;
}

#gaiyo td{
	padding: 8px 10px;
	border: 1px solid #ffbbbb;
	background-color: #fff;
}

#map #googlemap iframe{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left: auto;
	margin-right: auto;	
}

#map #googlemap {
	float: right;
	width: 360px;
	height: 430px;
	border: 3px solid #ffbbbb;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------------園の概要*/

#summary section{
	width: 100%;
	margin: 20px 0px 50px 0px;
	text-align: left;
}

.rinen ul li{
	margin-bottom: 10px;
	background-image: url(images/list_rinen.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}

.hoshin ul li{
	margin-bottom: 10px;
	background-image: url(images/list_hoshin.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}

.target_title{
	margin-bottom: 15px;
	font-size: 18px;
	color: #393;
	font-weight: bold;
}

.target ul{
	margin-bottom: 15px;
}

.target ul li{
	margin-bottom: 10px;
	background-image: url(images/list_target.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
.target p{
	margin-bottom: 50px;
}
.target figure{
	text-align: center;
}

.history table{
	width: 100%;
}

.history th{
	width: 15%;
	padding: 8px 10px;
	border-bottom: 1px dashed #FC0;
	vertical-align: top;
	white-space: nowrap;
	font-weight: normal;
}
.history td{
	width: 85%;
	padding: 8px 10px;
	border-bottom: 1px dashed #FC0;
}

/*------------------------------------------園の一日*/

.program{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#daily .program_box{
	width:48%;
	margin-bottom: 30px;
}
.program_box .under2, .program_box .over3{
	width: 100%;
	border-radius: 20px;
	position: relative;
}

#daily p{
	margin-bottom: 5px;
}

#daily table{
	width: 100%;
	border-collapse: separate;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
}

#daily th{
	width: 20%;
}
#daily td{
	width: 80%;
	padding-left: 10px;
	padding-right: 25%;
}
#daily .under2{
	background-color: #fff3f8;
	box-shadow: 2px 2px 6px 3px #ffdce7;
	-moz-box-shadow: 2px 2px 6px 3px #ffdce7;
	-webkit-box-shadow: 2px 2px 6px 3px #ffdce7;
	padding: 5px 0px;
}
#daily .u2_01{
	position: absolute;
	right: 2%;
	top: 25%;
}
#daily .o3_01{
	position: absolute;
	right: 5%;
	top: 10%;
}
#daily .under2 th{
	text-align: center;
	background-image: url(images/bg_under2.png), url(images/bg_under2_2.png);
	background-position: center top 20px, center top;
	background-repeat: no-repeat, repeat-y;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 35px;
	vertical-align: top;
}

#daily .under2 td{
	padding-top: 30px;
	padding-bottom: 32px;
	border-top: 2px dashed #fff;
}
#daily tr:first-child td{
	border-top: none;
}

#daily .over3{
	background-color: #f5edf7;
	box-shadow: 2px 2px 6px 3px #f3dcf9;
	-moz-box-shadow: 2px 2px 6px 3px #f3dcf9;
	-webkit-box-shadow: 2px 2px 6px 3px #f3dcf9;
	padding: 5px 0px;
}

#daily .over3 th{
	text-align: center;
	background-image: url(images/bg_over3.png), url(images/bg_over3_2.png);
	background-position: center top 20px, center top;
	background-repeat: no-repeat, repeat-y;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 35px;
	vertical-align: top;
}
#daily .over3 td{
	padding-top: 30px;
	padding-bottom: 32px;
	border-top: 2px dashed #fff;
}

.d_photo ul li{
	display: inline-block;
	width: 30%;
	margin-left: 5px;
	margin-right: 5px;
}

.d_photo img{
	width: 90%;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 3px 3px 4px #ccc;
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
}

/*------------------------------------------年間行事*/

#event section{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 10px 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 3px 3px 4px #ccc;
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
}

.event_box{
	width: 70%;
	vertical-align: top;
	text-align: left;
}

.event_items ul li{
	display: inline-block;
	margin-right: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
	
#event .e_photo{
	width: 30%;
	text-align: center;
	margin-left: 10px;
}

#event .e_photo img{
	width: 95%;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}	
	
#spring{
	background-color: #fff0f5;
}
#summer{
	background-color: #dcf4f1;
}
#autumn{
	background-color: #ffead4;
}

#winter{
	background-color: #e4f1f9;
}

#monthly{
	background-color: #fff7e3;
}

#spring .season{
	border-bottom: 4px dotted #f98cb6;
	margin-bottom: 10px;
}

#summer .season{
	border-bottom: 4px dotted #0aa095;
	margin-bottom: 10px;
}

#autumn .season{
	border-bottom: 4px dotted #e3540a;
	margin-bottom: 10px;
}

#winter .season{
	border-bottom: 4px dotted #076baf;
	margin-bottom: 10px;
}

#monthly .season{
	border-bottom: 4px dotted #ffcc00;
	margin-bottom: 10px;
}
#spring ul li:before{
	content: "●";
	color: #f98cb6;
}
#summer ul li:before{
	content: "●";
	color: #0aa095;
}
#autumn ul li:before{
	content: "●";
	color: #e3540a;
}
#winter ul li:before{
	content: "●";
	color: #076baf;
}
#monthly ul li:before{
	content: "●";
	color: #ffcc00;
}

/*-----------------------------------------園からのお知らせ*/

#blogbox{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

#blogside{
	float: left;
	width: 25%;
	margin-bottom: 15px;
	background-color: #ffc5d8;
	padding: 10px;
	border-radius: 10px;
}
#blogside img{
	width: 100%;
}

#blogside ul{
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#blogside li{
	list-style: none;
	background-color: #fff;
	padding: 8px;
	margin: 8px 5px;
	border-radius: 5px;
}

#blogside li a{
	text-decoration: none;
	color: #0092ff;
}

#blogside li a:hover{
	color: #f78f06;
}

#blogmain {
	float: right;
	width: 74%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}

#blogtitle{
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 10px 10px 20px 10px;
	position: relative;
	text-align: left;
	background-image: url(images/list_blogtitle.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 4px dotted #ffa4c5;
}

.blogkiji .blogdate {
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
	font-weight: bold;
}

#blog .blogkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 10px;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 4px solid #ffc5d8;
}

#blog .blogkiji .bloghonbun {
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#blog .blogkiji ul.blog_photo {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

#blog .blogkiji ul.blog_photo li {
	width: 32%;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
}

#blog .blogkiji ul.blog_photo li img {
	width: 95%;
	border-radius: 10px;
}

#blog .blog_pdf{
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
#blog .blog_pdf::before{
	content: "★";
	color: #f78f06;
}

#blog .blog_pdf a{
	text-decoration: underline;
	color: #4d4d4d;
}

#blog .blog_pdf a:hover{
	opacity: 0.7;
}

#blog .blogPage{
	margin-top: 30px;
	margin-right: 20px;
	text-align: right;
}

#blog .blogPage ul li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	vertical-align: top;
}

#blog .blogPage ul li a{
	background-color: #fff;
	padding: 0px 8px;
	text-decoration: none;
	border: 1px solid #ff88b3;
	color: #ff88b3;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}

#blog .blogPage ul li a:hover{
	background-color: #ff88b3;
	color: #fff;
	opacity: 1;
}

#blog .blogPage ul li .active{
	background-color: #ff88b3;
	color: #fff;
}

/*-----------------------------------------保護者専用ページ*/

#blog2box{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

#blog2side{
	float: left;
	width: 25%;
	margin-bottom: 15px;
	background-color: #76d8cc;
	padding: 10px;
	border-radius: 10px;
}
#blog2side img{
	width: 100%;
}

#blog2side ul{
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#blog2side li{
	list-style: none;
	background-color: #fff;
	padding: 8px;
	margin: 8px 5px;
	border-radius: 5px;
}

#blog2side li a{
	text-decoration: none;
	color: #0092ff;
}

#blog2side li a:hover{
	color: #f78f06;
}

#blog2main {
	float: right;
	width: 74%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}

#blog2title{
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 10px 10px 20px 10px;
	position: relative;
	text-align: left;
	background-image: url(images/list_blog2title.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 4px dotted #ffa9e5;
}

.blog2kiji .blog2date {
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
	font-weight: bold;
}

#blog2 .blog2kiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 10px;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 4px solid #76d8cc;
}

#blog2 .blog2kiji .blog2honbun {
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#blog2 .blog2kiji ul.blog2_photo {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

#blog2 .blog2kiji ul.blog2_photo li {
	width: 32%;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
}

#blog2 .blog2kiji ul.blog2_photo li img {
	width: 95%;
	border-radius: 10px;
}

#blog2 .blog2_pdf{
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
#blog2 .blog2_pdf::before{
	content: "★";
	color: #ff6ed3;
}

#blog2 .blog2_pdf a{
	text-decoration: underline;
	color: #4d4d4d;
}

#blog2 .blog2_pdf a:hover{
	opacity: 0.7;
}

#blog2 .youtube{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
  position: relative;
  width: 95%;
  padding-top: 56.25%;
}

#blog2 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#blog2 .blog2Page{
	margin-top: 30px;
	margin-right: 20px;
	text-align: right;
}

#blog2 .blog2Page ul li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	vertical-align: top;
}

#blog2 .blog2Page ul li a{
	background-color: #fff;
	padding: 0px 8px;
	text-decoration: none;
	border: 1px solid #02ceba;
	color: #02ceba;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}

#blog2 .blog2Page ul li a:hover{
	background-color: #02ceba;
	color: #fff;
	opacity: 1;
}

#blog2 .blog2Page ul li .active{
	background-color: #02ceba;
	color: #fff;
}

@media screen and (max-width:768px){
	
/*-----------------------------------------システムメイン*/	

#system_main{
	width: 100%;
	height: auto;
	background-size: 180px;
	background-position: left top;
}

/*-----------------------------------------コンテナ―*/	

#container{
	width: 100%;
	height: auto;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center bottom -1px;
	background-size: 550px;
	padding-top: 0px;
	padding-bottom: 160px;
}

/*-----------------------------------------ヘッダー*/

header{
	width: 100%;
	height: auto;
	background-size: 25%, 25%;
}

header h1{
	margin-top: 30px;
}

/*-----------------------------------------ナビ*/

nav{
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_container.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #b6ecff;
	padding-top: 50px;
}

nav ul{
	width:100%;
	margin-bottom: 0px;
	box-shadow: none;
	flex-wrap: wrap;
}

nav ul li{
	width: 50%;
	background-image:none;

}
nav ul li {
	font-size:90%;
	padding-top: 0em;
	margin-right: 0px;
	text-align: center;
	
}
nav ul li a{
	background-color: #86d8fc;
	width: auto;
	height: auto;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	border-right: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	border-top: 1px dashed #FFF;
}
	
nav ul li a:hover{
	background-color: #d2f5ff;
}

/*-----------------------------------------スライダー*/

#sliderbox {
	margin-bottom: 15%;
}

.topImg{
	display: none;
}

.topImg_resp{
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}

.topImg_resp img{
	width: 100%;
}

/*-----------------------------------------メイン*/

#main {
	width: 100%;
	height: auto;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
}

h2{
	margin-top: 30px;
}

/*-----------------------------------------ページトップへ*/

#ptb_slide{
	display: none;
}

#pagetop{
	position: absolute;
  	bottom: 100px;
	display: block;
 	width: 98%;
 	text-align: right;
	padding-top: 0px;
}

/*-----------------------------------------トップページ*/

#gaiyo {
	float: none;
	width: 100%;
	overflow: hidden;
}

#map #googlemap {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#map #googlemap iframe{
	width: 100%;
}

#map img{
	width: 100%;
}

/*-----------------------------------------園の概要*/

.target figure{
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.target figure img{
	width: 90%;
}

.history td{
	padding-left: 30px;
}

/*------------------------------------------園の一日*/

#daily .u2_01{
	display: none;
}
#daily .o3_01{
	display: none;
}

#daily td{
	width: 80%;
	padding-left: 10px;
	padding-right: 5px;
}

.d_photo img{
	width: 95%;
}

/*-----------------------------------------園からのお知らせ*/

#blogbox{
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#blogside{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 10px;
}
#blogside img{
	width: auto;
}

#blogmain{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
}

#blog .blogkiji ul.blog_photo li{
	width: 48%;
}

#blog .blogkiji ul.blog_photo li img {
	width: 95%;
}

/*-----------------------------------------保護者専用ページ*/

#blog2box{
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#blog2side{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 10px;
}
#blog2side img{
	width: auto;
}

#blog2main{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
}

#blog2 .blog2kiji ul.blog2_photo li{
	width: 48%;
}

#blog2 .blog2kiji ul.blog2_photo li img {
	width: 95%;
}

}

@media screen and (max-width:480px){

/*-----------------------------------------ヘッダー*/

header{
	background-size: 30%, 30%;
}

header h1 img{
	width: 95%;
}

/*-----------------------------------------ナビ*/

nav{
	background-size: 200%;
	padding-top: 30px;
}
nav ul li img{
	width: 80%;
}

/*-----------------------------------------メイン*/

h2 img{
	width: 100%;
}

h3 img{
	width: 100%;
}

.relative img.absolute{
	width: 150px;
}

/*-----------------------------------------ページトップへ*/

#pagetop{
  	bottom: 130px;
}


/*-----------------------------------------フッター*/

#footer p{
	padding-top: 20px;
	font-size: 11px;
	line-height: 110%;
}

/*-----------------------------------------トップページ*/

#outline th{
	display: block;
}

#outline td{
	display: block;
}

#map #googlemap{
	width: 95%;
}

/*-----------------------------------------園の概要*/

.target figure img{
	width: 100%;
}

/*------------------------------------------園の一日*/

.program{
	flex-wrap: wrap;
}
#daily .program_box{
	width: 98%;
	margin: 20px 0px;
}

#daily .under2{
	margin-bottom: 30px;
}

.d_photo ul li{
	width: 95%;
	margin-bottom: 20px;
}

/*------------------------------------------年間行事*/

#event section{
	flex-wrap: wrap;
}

.event_box{
	width: 100%;
}

#event .season img{
	width: 80%;
}

#event .e_photo{
	width: 100%;
	margin: 20px 0px;
}

#event .e_photo img{
	width: 90%;
}

/*-----------------------------------------園からのお知らせ*/

#blog #blogtitle{
	font-size: 16px;
	background-size: 35px;
	padding-bottom: 2px;
}

#blog .blogkiji ul.blog_photo li {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

#blog .blogkiji ul.blog_photo li img {
	width: 90%;
}

/*-----------------------------------------保護者専用ページ*/

#blog2 #blog2title{
	font-size: 16px;
	padding-bottom: 2px;
}

#blog2 .blog2kiji ul.blog2_photo li {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

#blog2 .blog2kiji ul.blog2_photo li img {
	width: 90%;
}

	}
	
