@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:hover{
	opacity: 1;
}

a img {
	border: none;
	outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul{
    list-style: inside disc;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
ol{
    list-style: inside decimal;
    text-indent: -1.5em;
	padding-left: 1.5em;
}
ul li{
	margin: 5px auto;
}
ol li{
	margin: 5px auto;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

th, td{
	text-align: center;
	padding: 5px;
	border: 1px solid;
}

caption{
    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: #736357;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.08em;
	background-color: #fffdf5;
}

/*-----------------------------------------システムメイン*/

#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%;
}

/*-----------------------------------------メインコンテナ―*/

#main_container{
	width: 100%;
	height: auto;
	background-image: url(images/bg_container_b.png);
	background-position:left bottom;
	background-repeat: repeat-x;
	background-color: #fffdf5;
}
#main_container2{
	width: 100%;
	height: auto;
	background-image: url(images/bg_container_b.png);
	background-position:left bottom;
	background-repeat: repeat-x;
	background-color: #FFF;
}
.page_life #main_container{
	padding-bottom: 20px;
}

/*-----------------------------------------ナビ*/
.fuwafuwa:hover {
	animation-name:fuwafuwa;
	animation-duration:1.5s;
	animation-iteration-count:infinite;
	animation-direction:alternate;*/
	animation-timing-function:ease;
	
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:1.5s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

@keyframes fuwafuwa {
	0% {transform:translate(0, 0);}
	50% {transform:translate(0, 10px);}
	100% {transform:translate(0, 0);}
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, 10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, 10px);}
	100% {-moz-transform:translate(0, 0);}
}

/*-----------------------------------------スライダー*/

#sliderbox {
	width: 100%;
	position: relative;
	margin: auto;
}

.topImg_resp{
	display: none;
}

.topImg{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -2px;
}

.topImg img{
	width: 100%;
}
.topImg_resp{
	display: none;
}

/*-----------------------------------------メイン*/

#main {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}

article{
	width:1100px;
	margin: auto;
	padding: 50px 0px;
}

h2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
h3{
	border-top: double #F93;
	border-bottom: double #F93;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 24px;
	background-color: rgba(255, 153, 51, 0.2);
	text-align: left;
}

#first_wrapper{
	width: 100%;
	background-image: url(images/bg_fwrapper_l.png), url(images/bg_fwrapper_r.png);
	background-position: left top 40px, right top 40px;
	background-repeat: no-repeat, no-repeat;
	padding-bottom: 50px;
}

#second_wrapper{
	background-image: url(images/bg_2wrapper_2.png), url(images/bg_2wrapper.png);
	padding: 30px 0px 70px 0px;
	background-position: left bottom, center top;
	background-repeat: repeat-x, repeat;
	background-color: #d9edfc;
}

#third_wrapper{
	padding-bottom: 30px;
}

#fourth_wrapper{
	background-color: #F7F9E1;
	background-image: url(images/bg_4_wrapper.png);
	padding-bottom: 30px;
}

#fifth_wrapper{
	padding-bottom: 50px;
}
#sixth_wrapper{
	padding-bottom: 50px;
	background: linear-gradient(to top, #fff5f5, #fffdf5);
}


/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 9999;
}

#PageTopbtn a{
	display: block;
}

#PageTopBtn a:hover{
	opacity: 1.0;
}
  
#pagetop{
	display: none;
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	position: relative;
	background-color: #FFEC8F;
	padding-top: 10px;
}
#footer .phone{
	display: none;
}
#footer p{
	padding-top: 3px;
	font-size: 13px;
}

/*------------------------------------------トップページ*/

#news{
	position: relative;
}

#news p{
	text-align: left;
	padding-left: 35px;
}
.news01{
	position: absolute;
	left: 0;
	top: 10%;
}

#news dl{
	float: right;
	width: 90%;
	height: 420px;
	margin-top: -80px;
	padding-bottom: 30px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	background-color: #fff;
	border: double #F90;
	border-radius: 10px;
}

#news dt{
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #F60;
	font-weight: bold;
}

#news dd{
	text-align: left;
	padding-left: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/bg_news_dd.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#news dd a{
	color: #736357;
}
#news dd a:hover{
	opacity: 0.7;

}

#overview_wrapper{
	background-color: #f4fce8;
	padding: 20px 0px 30px 0px;
}
.act_txt{
	text-align: left;
	margin-bottom: 20px;
}
.act_photo ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
.act_photo ul li{
	display: inline-block;
	width: 30%;
	margin: auto;
}
.act_photo img{
	width: 90%;
	object-fit: cover;
	height: 200px;
	border-radius: 20px;
}

.target_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#target ul{
	width: 60%;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#target ul li{
	text-align: left;
	font-size: 18px;
	margin: 20px;
	border-bottom: 1px dashed #F90;
	padding: 10px 10px 10px 1em;
	text-indent: -1em;
}
#target ul li::before{
	content: "★";
	color: #FC3;
}
	
#target figure{
	width: 38%;
}

#overview table{
	width: 100%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 4px;
	margin-bottom: 30px;
}
#overview th{
	padding: 10px 20px;
	background-color: #FFE6A6;
	text-align: center;
	border-radius: 5px;
	white-space: nowrap;
	border: none;
}
#overview td{
	padding:10px 20px;
	background-color: #fff;
	border-radius: 5px;
	border: none;
	text-align: left;
}
	
#map #googlemap iframe{
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#map #googlemap {
	width: 100%;
	height: 350px;
	border: 4px solid #FFE6A6;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
#map p{
	text-align: left;
	margin-top: 20px;
}
.disclosure{
	margin: 30px auto;
}
.disclosure h4{
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 500;
	font-size: 26px;
	margin: 20px auto 10px auto;
	display: inline-block;
	background-color: #71c66f;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
}
	
.disclosure ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	margin-bottom: 50px;
}
.disclosure ul li{
	text-align: left;
	margin: 10px auto;
	padding: 15px;
	background-color: #fff;
	border-radius: 20px;
	border: 3px solid #cfeccf;
}
.disclosure ul li a{
	diplay: block;
	color: #736357;
	text-decoration: none;
	background-image: url(images/list_disclosure.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
}
.disclosure ul li:hover{
	background-color: #e8f7e8;
	transition: 0.5s;
}
#hojin ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#hojin ul li{
	text-align: left;
	margin-top: 20px;
	padding: 10px;
	border-bottom: 1px dashed #6fb7d6;
}
#hojin ul li a{
	color: #736357;
	text-decoration: none;
	background-image: url(images/list_hojin.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
}
#hojin ul li a:hover{
	text-decoration: underline;
}

/*-----------------------------------------園について*/

#outline table{
	width: 100%;
}
#outline th{
	padding: 10px;
	border: 1px solid #FC0;
	background-color: #ffeec5;
	text-align: center;
	white-space: nowrap;
}
#outline td{
	text-align: left;
	padding: 10px;
	border: 1px solid #FC0;
	background-color: #fff;
}
.feature_box{
	display: flex;
	justify-content: space-between;
	margin: 30px 0px;
	text-align: left;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 20px;
}
.feature_inner{
	width: 65%;
}
.feature_title{
	font-size: 20px;
	border-bottom: 4px dotted #FC0;
	margin-bottom: 10px;
	color: #f7931e;
}
.feature_photo{
	width: 30%;
}
.feature_photo img{
	width: 90%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}
#complaint p{
	text-align: left;
	margin-bottom: 30px;
}
.complaint_box{
	margin: 30px auto;
}
.complaint_box dl{
	text-align: left;
	padding: 10px;
	border: 1px dashed #a7e04c;
	background-color: #fff;
	border-radius: 10px;
}
.complaint_box dt{
	font-size: 18px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	background-color: #eaf7d7;
	padding: 10px;
	background-image: url(images/list_complaint.png);
	background-position: left 5px top 10px;
	background-repeat: no-repeat;
	padding-left: 35px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.complaint_box dd{
	padding: 10px;
}

/*-----------------------------------------園の生活*/

.daily_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#daily p{
	margin-bottom: 10px;
}
.under2, .over3{
	width: 48%;
}
#daily table{
	width: 100%;
}
#daily th{
	padding: 10px;
	white-space: nowrap;
	text-align: center;
	border: 3px solid #fff;
}
#daily td{
	padding: 10px;
	width: 80%;
	border: 3px solid #fff;
	text-align: left;
}
.under2 th{
	background-color: #ffd2de;
}
.over3 th{
	background-color: #d9f498;
}
.under2 td{
	background-color: #ffeef3;
}
.over3 td{
	background-color: #eff9d7;
}
.daily_photo ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
.daily_photo ul li{
	display: inline-block;
	width: 32%;
	margin: 15px 0px;
}
.daily_photo ul li img{
	width: 90%;
	height: 230px;
	object-fit: cover;
	border-radius: 20px;
}
.event_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.event_items{
	width: 32%;
	margin: 20px 0px;
	padding: 10px;
	border-radius: 10px;
}
.event_items:last-child{
	width: 100%;
}
.event_items:last-child td{
	width: 90%;
}
.event_items table{
	width: 100%;
}
.event_items th{
	border: none;
}
.event_items td{
	width: 70%;
	padding: 10px;
	border: none;
	text-align: left;
}
.apr{
	background-color: #bddd58;
}
.may{
	background-color: #74d1ca;
}
.jun{
	background-color: #bbbbef;
}
.jul{
	background-color: #66d7f2;
}
.aug{
	background-color: #f4b65b;
}
.sep{
	background-color: #d8a4cd;
}
.oct{
	background-color: #d6af90;
}
.nov{
	background-color: #efd954;
}
.dec{
	background-color: #f99595;
}
.jan{
	background-color: #efb0a8;
}
.feb{
	background-color: #b5d9ea;
}
.mar{
	background-color: #f2bbcf;
}
.monthly{
	background-color: #e8e3ca;
}
.event_photo ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
.event_photo ul li{
	display: inline-block;
	width: 32%;
	margin: 10px 0px;
}
.event_photo ul li img{
	width: 90%;
	height: 230px;
	object-fit: cover;
	border-radius: 20px;
}

/*-----------------------------------------お知らせ*/

#blogbox{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#blogside{
	float: left;
	width: 25%;
	margin-bottom: 15px;
	background-color: #ffbe69;
	padding: 10px;
	border-radius: 10px;
	background-image: url(images/bg_blogside.png);
}
#blogside .blog_category img{
	width: 90%;
}

#blogside ul{
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}

#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: 50px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 10px 20px 10px;
	position: relative;
	text-align: left;
	background-image: url(images/list_blogtitle.png), url(images/bg_blogtitle.png);
	background-position: left top, left bottom;
	background-repeat: no-repeat, repeat-x;
}

.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 #ffbe69;
}

#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 .blog_photo {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}
#blog .blogkiji .blog_photo dl {
	width: 32%;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	line-height: 120%;
	font-size: 15px;
}
#blog .blogkiji dt img {
	width: 98%;
	border-radius: 10px;
	padding-bottom: 5px;
}

#blog .blog_pdf{
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
	background-image: url(images/list_blogpdf.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#blog .blog_pdf a{
	text-decoration: underline;
	color: #736357;
}

#blog .blog_pdf a:hover{
	opacity: 0.7;
}

#blog .blogPage{
	margin-top: 30px;
	margin-right: 20px;
	text-align: left;
}
#blog .blogPage ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}

#blog .blogPage ul li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 15px;
	vertical-align: top;
}

#blog .blogPage ul li a{
	background-color: #fff;
	padding: 0px 6px;
	text-decoration: none;
	border: 1px solid #f7931e;
	color: #f7931e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}

#blog .blogPage ul li a:hover{
	background-color: #f7931e;
	color: #fff;
	opacity: 1;
}

#blog .blogPage ul li .active{
	background-color: #f7931e;
	color: #fff;
}

/*-----------------------------------------採用情報*/

.recruit_top p{
	margin-bottom: 20px;
}

#recruit a:hover{
	opacity: 0.7;
}
.recruit_phone{
	margin-bottom: 30px;
}
.recruit_box{
	margin: 30px 0px;
	border: 1px dashed #FC0;
	padding: 20px;
	border-radius: 10px;
	text-align: left;
	background-color: #fff;
}
.recruit_title{
	background-color: #ffeec5;
	padding: 10px;
	font-size: 18px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.recruit_txt{
	padding: 10px;
	margin-bottom: 10px;
}
,recruit_pdf{
	padding: 10px;
}
.recruit_pdf a{
	color: #736357;
}
.recruit_pdf::before{
	content: "\025b6";
	color: #F90;
}

/*-----------------------------------------保護者専用ページ*/

#blog2box{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

#blog2side{
	float: left;
	width: 25%;
	margin-bottom: 15px;
	background-color: #c7b299;
	padding: 10px;
	border-radius: 10px;
	background-image: url(images/bg_blogside.png);
}
#blog2side .blog2_category img{
	width: 90%;
}

#blog2side ul{
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}

#blog2side li{
	list-style: none;
	background-color: #fff;
	padding: 8px;
	margin: 8px 5px;
	border-radius: 5px;
}

#blog2side li a{
	text-decoration: none;
	color: #39b54a;
}

#blog2side li a:hover{
	color: #fbb03b;
}

#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: 10px;
	margin: 10px 10px 20px 10px;
	position: relative;
	text-align: left;
	background-image: url(images/list_blog2title.png), url(images/bg_blog2title.png);
	background-position: left top, left bottom;
	background-repeat: no-repeat, repeat-x;
}

.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 #c7b299;
}

#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 .blog2_photo {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}
#blog2 .blog2kiji .blog2_photo dl {
	width: 32%;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	line-height: 120%;
	font-size: 15px;
}
#blog2 .blog2kiji dt img {
	width: 98%;
	border-radius: 10px;
	padding-bottom: 5px;
}
#blog2 .blog2_pdf ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#blog2 .blog2_pdf li{
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
	background-image: url(images/list_blog2pdf.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#blog2 .blog2_pdf a{
	text-decoration: underline;
	color: #736357;
}

#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: left;
}
#blog2 .blog2Page ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}

#blog2 .blog2Page ul li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 15px;
	vertical-align: top;
}

#blog2 .blog2Page ul li a{
	background-color: #fff;
	padding: 0px 6px;
	text-decoration: none;
	border: 1px solid #c7b299;
	color: #c7b299;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}

#blog2 .blog2Page ul li a:hover{
	background-color: #c7b299;
	color: #fff;
	opacity: 1;
}

#blog2 .blog2Page ul li .active{
	background-color: #c7b299;
	color: #fff;
}

@media screen and (max-width:1600px){
	
/*-----------------------------------------メイン*/

article{
	width: 70%;
}

#first_wrapper{
	background-size: 15%, 15%;
}

@media screen and (max-width:1300px){
	
/*-----------------------------------------メイン*/

article{
	width: 80%;
}
#first_wrapper{
	background-size: 14%, 14%;
}

/*-----------------------------------------トップページ*/

.act_photo ul li{
	width: 32%;
}

/*-----------------------------------------採用情報*/

.recruit_top p{
	text-align: left;
}


}

@media screen and (max-width:1024px){
	
/*-----------------------------------------メイン*/

article{
	width: 90%;
}

/*-----------------------------------------トップページ*/

#news dd a{
	text-decoration: underline;
}
#overview td a{
	color:#00F;
	text-decoration: underline;
}

}

@media screen and (max-width:768px){
	
/*-----------------------------------------メイン*/	
#main{
	padding-bottom: 80px;
}
h2 img{
	width: 80%;
}
#first_wrapper{
	padding-bottom: 30px;
	background-position: left top, right top;
}
#second_wrapper{
	padding: 0px 0px 50px 0px;
	background-size: auto, 160%;
}

#third_wrapper{
	padding: 0px;
}
#third_wrapper article{
	padding-top: 30px;
}
#fourth_wrapper{
	padding: 0px;
}

.page_life #main{
	padding-bottom: 30px;
}

/*-----------------------------------------ページトップへ*/

#ptb_slide{
	display: none;
}

#pt_resp #pagetop{
	position: absolute;
	right: 5px;
	bottom: 150px;
	z-index: 999;
}

#pagetop{
	display: block;
	text-align: right;
}

/*-----------------------------------------トップページ*/

#news p{
	left: -15px;
	top: 30px;
	text-align: left;
}

/*-----------------------------------------園の生活*/

.daily_box{
	flex-wrap: wrap;
}
.under2, .over3{
	width: 100%;
}
.under2{
	margin-bottom: 30px;
}
.event_items{
	width: 48%;
}
.event_items:last-child td{
	width: 85%;
}
.event_photo ul li{
	width: 48%;
}
.event_photo ul li img{
	height: 200px;
}

/*-----------------------------------------お知らせ*/

#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 .blog_category img{
	width: auto;
}

#blogmain{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
}
#blog .blogkiji .blog_photo dl{
	width: 48%;
}
#blog .blogkiji dt 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 .blog2_category img{
	width: auto;
}


#blog2main{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
}
#blog2 .blog2kiji .blog2_photo dl{
	width: 48%;
}
#blog2 .blog2kiji dt img {
	width: 95%;
}

}

@media screen and (max-width:480px){
	
/*-----------------------------------------メイン*/

h2 img{
	width: 100%;
}
#first_wrapper{
	background-size: 20%, 20%;
}

/*-----------------------------------------フッター*/

#footer{
	padding-top: 0;
}
#footer .phone{
	width: 100%;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
}
#footer .phone img{
	width: auto;
}


/*-----------------------------------------トップページ*/

#news p{
	padding-left: 20px;
}
#news p img{
	width: 70%;
}

#news dl{
	margin-top: -30px;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

#news dt {
	float: none;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

#news dd{
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
}
.news01{
	left: -10px;
	top: 5%;
}
.news01 img{
	width: 70%;
}

.act_photo ul li{
	width: 100%;
	margin: 10px 0px;
}
.act_photo ul li img{
	height: 52vw;
}
.target_box{
	flex-wrap: wrap;
}
#target ul{
	width: 100%;
	margin-bottom: 20px;
}
#target figure{
	width: 100%;
}
#target figure img{
	width: 90%;
}

/*-----------------------------------------園について*/

.feature_box{
	flex-wrap: wrap;
}
.feature_inner{
	width: 100%;
	margin-bottom: 20px;
}
.feature_photo{
	width: 100%;
	text-align: center;
}

.feature_photo img{
	height: 52vw;
}

/*-----------------------------------------園の生活*/

#daily th{
	white-space: normal;
}
.daily_photo ul li{
	width: 100%;
	margin: 10px 0px;
}
.daily_photo ul li img{
	height: 52vw;
}
.event_items{
	width: 100%;
	margin: 10px 0px;
}
.event_items:last-child td{
	width: 70%;
}
.event_photo ul li{
	width: 100%;
}
.event_photo ul li img{
	height: 52vw;
}

/*-----------------------------------------お知らせ*/

#blog #blogtitle{
	font-size: 16px;
	padding: 10px 10px 10px 40px;
}
#blog .blogkiji .blog_photo dl {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#blog .blogkiji dt img {
	width: 90%;
}

/*-----------------------------------------保護者専用ページ*/

#blog2 #blog2title{
	font-size: 16px;
	background-size: 35px, auto;
}

#blog2 .blog2kiji .blog2_photo dl {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#blog2 .blog2kiji dt img {
	width: 90%;
}


}
	