@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;
	color: #007ea5;
}

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;
	/**/
}

.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

html,body {
	height: 100%;
	width: 100%;
	text-align: center;
	color: #736357;	
	font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.08em;
	scroll-behavior: smooth;
}

/*-----------------------------------------システムメイン*/

#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: #FFF9F0;
}

/*-----------------------------------------スライダー*/

#sliderbox {
	width: 100%;
	position: relative;
	margin: auto;
}

.topImg{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}

.topImg img{
	width: 100%;
}
.topImg_resp{
	display: none;
}
.marquee{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
	z-index: 9;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1);
}
.scroll-infinity__item>img {
  width: 100%;
}
.scroll-infinity__item_resp {
  display: none;
}


/*-----------------------------------------コンテナ―*/

#main_container{
	width: 100%;
	height: auto;
	background-image: url(images/bg_container.png), url(images/bg_footer.png);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
}
#main_container2{
	width: 100%;
	height: auto;
	margin-top: 0;
}

/*-----------------------------------------メイン*/

#main {
	width: 1100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 0px 250px 0px;
}

article{
	width:100%;
	margin: auto;
	padding: 50px 0px;
}

h2 {
	margin-bottom:20px;
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    bottom: 250px;
    right: 20px;
}
  
#pagetop{
	display: none;
}

.fuwafuwa {
	animation-name:fuwafuwa;
	animation-duration:2s;
	animation-iteration-count:infinite;
	animation-direction:alternate;*/
	animation-timing-function:ease;
	
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-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, -20px);}
	100% {transform:translate(0, 0);}
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -20px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -20px);}
	100% {-moz-transform:translate(0, 0);}
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	background-color: #e0ebaf;
	margin-top: -1px;
}

#footer dl{
	margin: auto;
}
#footer dt{
	margin-bottom: 10px;
}
#footer dd{
	margin-bottom: 20px;
}
#footer p{
	font-size: 14px;
}

/*------------------------------------------トップページ*/

.news_box{
	width: 100%;
	margin: auto;
	background-color: #fff;
	font-size: 17px;
	font-weight: 500;
}

#news dl{
	height: 360px;
	padding: 0 20px 10px 20px;
	overflow: auto;
	background-color: #fff;
}

#news dt{
	float: left;
	clear: both;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: 500;
}

#news dd{
	text-align: left;
	padding-left: 150px;
	padding-top: 25px;
	padding-bottom: 20px;
	background-image: url(images/bg_news_dd.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#overview table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
	margin-bottom: 30px;
}
#overview th{
	padding: 10px;
	border: none;
	background-color: #ffeab6;
	border-radius: 10px;
}
#overview td{
	text-align: left;
	border: none;
	padding: 10px;
	background-color: #fff4d7;
	border-radius: 10px;
}

#map{
	width: 100%;
}

#map #googlemap iframe{
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#map #googlemap {
	width: 100%;
	height: 450px;
	border: 4px solid #dbe9ae;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.top_support_box{
	display: flex;
	justify-content: space-between;
}
.top_support_items{
	width: 32%;
	padding: 20px;
	border-radius: 10px;
	background-image: url(images/bg_t_support.png);
}
.top_support_items:nth-child(3n+1){
	 background-color: #ffb6cb;
}
.top_support_items:nth-child(3n+2){
	 background-color: #ffdd50;
}
.top_support_items:nth-child(3n+3){
	 background-color: #94caff;
}

.top_support_items figure img{
	width: 95%;
	height: 220px;
	object-fit: cover;
	border-radius: 10px;
	border: 5px solid #fff;
}
.top_support_items dt{
	font-family: "zen Maru Gothic", serif;
	font-weight: 600;
	font-size: 20px;
	background-color: #fff;
	padding: 10px;
	min-height: 4em;
	margin-bottom: 10px;
	border-radius: 10px;
}
.top_support_items dd{
	text-align: left;
}
.top_support_items dd figure{
	text-align: center;
	margin-bottom: 10px;
}
.top_support_items dd p{
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px;
	border-radius: 10px;
}

/*-----------------------------------------保育内容*/

#target ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
}
#target ul li{
	width: 32%;
}
#policy p{
	text-align: left;
}
.act_items{
	margin: 30px auto;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);	
}
.act_items dl{
	text-align: left;
}
.act_items dt{
	position: relative;
	display: inline-block;
	margin: 1rem 0 0 -10px;
	padding: 15px 50px;
	color: #fff;
	border-radius: 0 100vh 100vh 0;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	font-size: 24px;
	line-height: 120%;
}
.act_items dd{
	padding: 30px 30px 10px 30px;
}
.act_items dt:before{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-left: 10px solid transparent;
}
.act_items:nth-child(4n+1) dt{
	background: #f9bf30;
}
.act_items:nth-child(4n+2) dt{
	background: #59c2fc;
}
.act_items:nth-child(4n+3) dt{
	background: #f98cb6;
}
.act_items:nth-child(4n+4) dt{
	background: #85ca5d;
}
.act_items:nth-child(4n+1) dt:before{
	border-top: 10px solid #d89a00;
}
.act_items:nth-child(4n+2) dt:before{
	border-top: 10px solid #3aa8d8;
}
.act_items:nth-child(4n+3) dt:before{
	border-top: 10px solid #ce6a93;
}
.act_items:nth-child(4n+4) dt:before{
	border-top: 10px solid #68a83f;
}
.act_items figure{
	padding: 10px 30px 30px 30px;
}
.act_items figure img{
	width: 60%;
	height: 420px;
	object-fit: cover;
	border-radius: 20px;
}
.facility ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.facility ul li{
	width: 100%;
	margin: 20px auto;
}

.guide_photo ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: center;
}
.guide_photo ul li{
	width: 32%;
	margin: 10px 5px;
}
.guide_photo ul li img{
	width: 98%;
	height: 250px;
	object-fit: cover;
	border-radius: 20px;
}

/*-----------------------------------------園の生活*/

.program{
	display: flex;
	justify-content: space-between;
}
.daily_box{
	width: 32%;
}
.daily_box p{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	padding: 10px;
	border-radius: 30px;
	margin-bottom: 10px;
	min-height: 80px;
}
.under1 p{
	background-color: #ffc200;
}
.age2 p{
	background-color: #ff97b0;
}
.over3 p{
	background-color: #43adef;
}
.daily_box table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
.daily_box th{
	padding: 10px;
	font-family: "M PLUS Rounded 1c", serif;
	border: none;
	border-radius: 5px;
}
.under1 th{
	background-color: #ffe292;
}
.age2 th{
	background-color: #ffc5d6;
}
.over3 th{
	background-color: #92d3f4;
}
.daily_box td{
	padding: 10px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	text-align: left;
	font-size: 17px;
	border-radius: 5px;
	border: none;
}
.under1 td{
	background-color: #fff0cc;
}
.age2 td{
	background-color: #fce6ed;
}
.over3 td{
	background-color: #e4f2f9;
}

.event_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.event_items{
	width: 48%;
	margin: 10px auto;
	padding: 20px;
	border-radius: 20px;
}
.event_items dt{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #c9bc9c;
}
.event_items ul{
	width: 40%;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
.event_items ul li{
	text-align: left;
}
.event_items dd{
	display: flex;
	justify-content: space-between;
}
.event_items figure{
	width: 58%;
}
.event_items figure img{
	width: 95%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}
.apr{
	background-color: #ffebef;
}
.may{
	background-color: #e1f2dd;
}
.jun{
	background-color: #f7eefa;
}
.jul{
	background-color: #e6f7fe;
}
.aug{
	background-color: #fff8cf;
}
.sep{
	background-color: #f7ecd3;
}
.oct{
	background-color: #fff4d6;
}
.nov{
	background-color: #f2e8e0;
}
.dec{
	background-color: #eaf7df;
}
.jan{
	background-color: #ffe1db;
}
.feb{
	background-color: #e1f3ff;
}
.mar{
	background-color: #ffeff0;
}

.apr ul li:before{
	content: "●";
	color: #ff9fb3;
}
.may ul li:before{
	content: "●";
	color: #9ada62;
}
.jun ul li:before{
	content: "●";
	color: #d8aee9;
}
.jul ul li:before{
	content: "●";
	color: #82d7fb;
}
.aug ul li:before{
	content: "●";
	color: #ffe53f;
}
.sep ul li:before{
	content: "●";
	color: #d7a424;
}
.oct ul li:before{
	content: "●";
	color: #ffcb35;
}
.nov ul li:before{
	content: "●";
	color: #c09067;
}
.dec ul li:before{
	content: "●";
	color: #6ac059;
}
.jan ul li:before{
	content: "●";
	color: #ff6b4d;
}
.feb ul li:before{
	content: "●";
	color: #6bc4ff;
}
.mar ul li:before{
	content: "●";
	color: #ffc0c4;
}
.monthly{
	text-align: left;
}

/*-----------------------------------------入園案内*/

.adm_box{
	margin-bottom: 30px;
	text-align: left;
}
.adm_box:last-child{
	margin-bottom: 0;
}
.adm_box dt{
	font-size: 20px;
	background-color: #ffcad5;
	padding: 8px 20px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.adm_box dd{
	padding: 10px;
}
.adm_pdf{
	padding: 10px 10px 10px 35px;
	background-image: url(images/list_admpdf.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.adm_pdf a:hover{
	opacity: 0.7;
}

/*-----------------------------------------お知らせ*/

#blogbox{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#blogside{
	width: 24%;
	margin-bottom: 15px;
	padding: 20px;
	background-color: #e0ebaf;
	border-radius: 10px;
	background-image: url(images/bg_blogside.png);
}
#blogside .category{
	margin-bottom: 20px;
}
#blogside .category img{
	width: 100%;
}
#blogside ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: left;
	background-color: #fff;
	border-radius: 10px;
}
#blogside li{
	padding: 5px;
	margin:10px;
	border-bottom: 1px dashed #6bce65;
	background-image: url(images/list_category.png);
	background-position: left top 9px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#blogside li a{
	text-decoration: none;
	color: #736357;
}
#blogside li a:hover{
	color: #f7931e;
}
#blogmain {
	width: 75%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}
#blogtitle{
	font-family: "Yomogi", serif;
	font-weight: 600;
	font-size: 20px;
	padding: 10px 10px 5px 30px;
	margin: 10px 10px 20px 10px;
	position: relative;
	text-align: left;
	border-bottom: 4px dotted #c7b299;
	background-image: url(images/list_blogtitle.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.blogkiji .blogdate {
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
	font-weight: 500;
}
#blog .blogkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 10px;
	background:#fff;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
#blog .blogkiji .bloghonbun {
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	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: 20px;
	text-align: center;
	vertical-align: top;
	line-height: 120%;
	font-family: "Yomogi", serif;
	font-weight: 600;
	font-size: 15px;
}
#blog .blogkiji dt img {
	width: 98%;
	border-radius: 10px;
	padding-bottom: 5px;
}
#blog .blog_pdf ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#blog .blog_pdf ul li{
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 14px;
	background-image: url(images/list_blogpdf.png);
	background-position: left top 8px;
	background-repeat: no-repeat;
}
#blog .blog_pdf a{
	text-decoration: underline;
	color: #736357;
}
#blog .blog_pdf a:hover{
	opacity: 0.7;
}
#blog .youtube{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
  position: relative;
  width: 95%;
  padding-top: 56.25%;
}
#blog .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#blog .blogPage{
	margin-top: 30px;
	margin-right: 20px;
	text-align: right;
}
#blog .blogPage ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#blog .blogPage ul li{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 18px;
	vertical-align: top;
}
#blog .blogPage ul li a{
	background-color: #fff;
	padding: 4px 8px;
	text-decoration: none;
	border: 1px solid #6bce65;
	color: #6bce65;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}
#blog .blogPage ul li a:hover{
	background-color: #6bce65;
	color: #fff;
	opacity: 1;
}
#blog .blogPage ul li .active{
	background-color: #6bce65;
	color: #fff;
}

/*-----------------------------------------子育て支援*/

.support_top{
	text-align: left;
	margin-bottom: 30px;
}
.support_pdf a{
	padding: 10px 30px;
	background-color: #f88;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	background-image: url(images/bg_t_support.png);
}
.support_top a:hover{
	opacity: 0.7;
}
	
.support_box{
	border: 3px solid #ffc7c7;
	padding: 4px;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 30px auto;
	border-radius: 20px;
}
.support_items{
	border: 2px dashed #ffc7c7;
	padding: 20px;
	border-radius: 20px;
}
.support_items dl{
	text-align: left;
}
.support_items dt{
	font-size: 22px;
	margin-bottom: 20px;
	background-color: #ffe1e1;
	padding: 10px 20px;
	border-radius: 10px;
}
.support_photo ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	margin-top: 20px;
}
.support_photo ul li{
	display: inline-block;
	margin: 10px;
	width: 40%;
}
.support_photo ul li img{
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 20px;
}
	

@media screen and (max-width:1300px){

/*-----------------------------------------コンテナ―*/

#main_container{
	background-size: 180px, 450px;
}

/*-----------------------------------------メイン*/

#main{
	width: 100%;
}
article{
	width:80%;
	margin: auto;
}

/*-----------------------------------------保育内容*/

#target ul li img{
	width: 80%;
}
.facility ul li img{
	width: 90%;
}

/*-----------------------------------------園の生活*/

.daily_box p{
	font-size: 20px;
}


}

@media screen and (max-width:768px){
	
/*-----------------------------------------システムメイン*/
	
#system_main{
	background-size: auto;
}
	
/*-----------------------------------------スライダー*/

.topImg_resp{
	display: block;
}
.topImg{
	display: none;
}
.topImg_resp{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}
.topImg_resp img{
	width: 100%;
}

.scroll-infinity__item {
  display: none;
}
.scroll-infinity__item_resp {
  display: block;
}
.scroll-infinity__item_resp {
  width: calc(100vw / 1);
}
.scroll-infinity__item_resp>img {
  width: 100%;
}

/*-----------------------------------------コンテナ―*/

#main_container{
	padding-bottom: 0px;
	margin-top: 30px;
}

/*-----------------------------------------メイン*/

#main{
	padding-bottom: 80px;
}
article{
	width: 90%;
	padding: 30px 0;
}

/*-----------------------------------------ページトップへ*/

#ptb_slide{
	display: none;
}

#pt_resp #pagetop{
	margin-bottom: 0px;
}

#pagetop{
  	bottom: auto;
	padding-right: 20px;
	display: block;
 	width: 100%;
 	text-align: right;
	margin-top: 20px;
	padding-bottom: 20px;
}
#pagetop img{
	width: 120px;
}

/*-----------------------------------------フッター*/

#footer .heartbeat:hover {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

/*------------------------------------------トップページ*/

#news a, #overview a{
	transition: 0.5s;
	color: #007ea5;
	text-decoration: underline;
}
#news a:hover, #overview a:hover{
	opacity: 0.7;
}
.top_support_box{
	flex-wrap: wrap;
}
.top_support_items{
	width: 100%;
	margin: 20px auto;
}
.top_support_items:first-child{
	margin-top: 0;
}

/*-----------------------------------------保育内容*/

#target ul li img{
	width: 98%;
}
.act_items figure img{
	width: 100%;
}
.facility ul li img{
	width: 100%;
}
.guide_photo ul li{
	width: 48%;
}

/*-----------------------------------------園の生活*/

.program{
	flex-wrap: wrap;
}
.daily_box{
	width: 100%;
	margin-bottom: 30px;
}
.daily_box p{
	min-height: inherit;
	padding: 20px;
	font-size: 24px;
}
.event_items dd{
	flex-wrap: wrap;
}
.event_items ul{
	width: 100%;
	margin-bottom: 20px;
}
.event_items figure{
	width: 100%;
}

/*-----------------------------------------入園案内*/

.adm_pdf a{
	color: #007ea5;
	text-decoration: underline;
}
.adm_pdf a:hover{
	text-decoration: underline;
}

/*-----------------------------------------お知らせ*/

#blog{
	padding-top: 10px;
}
#blogbox{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
#blogside{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 0px;
}
#blogside .category img{
	width: auto;
}
#blogmain{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
}
#blog .blogkiji .blog_photo dl{
	width: 48%;
}
#blog .blogkiji dt img {
	width: 95%;
}

/*-----------------------------------------子育て支援*/

.support_top a{
	color: #007ea5;
	text-decoration: underline;
}
.support_top a:hover{
	text-decoration: underline;
}
.support_pdf a{
	padding: 10px 30px;
	background-color: #f88;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	background-image: url(images/bg_t_support.png);
}
.support_pdf a:hover{
	text-decoration: none;
}

}

@media screen and (max-width:480px){
	
/*-----------------------------------------スライダー*/

.topImg_c img{
	width: 90%;
}
.topImg_b_resp{
	bottom: -10%;
}
.scroll-infinity__item_resp {
  width: calc(150vw / 1);
}

/*-----------------------------------------メイン*/

h2 img{
	width: 80%;
}


/*-----------------------------------------フッター*/

#footer p{
	font-size: 12px;
}

/*-----------------------------------------トップページ*/

#news dl{
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
#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;
}
#overview th{
	display: block;
}
#overview td{
	display: block;
}

/*-----------------------------------------保育内容*/

#target ul{
	flex-wrap: wrap;
}
#target ul li{
	width: 80%;
	margin: 10px auto;
}
#target ul li img{
	width: 90%;
}
.act_items figure img{
	width: 100%;
	height: 53vw;
}
.guide_photo ul li{
	width: 100%;
}
.guide_photo ul li img{
	height: 53vw;
}

/*-----------------------------------------園の生活*/

.event_items{
	width: 100%;
}
.event_items figure img{
	height: 52vw;
}

/*-----------------------------------------お知らせ*/

#blog #blogtitle{
	padding-bottom: 5px;
}
#blog .blogkiji .blog_photo dl {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#blog .blogkiji dt img {
	width: 90%;
}

/*-----------------------------------------子育て支援*/

.support_items ul li{
	width: 100%;
	margin: 10px auto;
}
.support_items ul li img{
	height: 52vw;
}

}
	
