@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: #7f4f21;	
	font-family: "ヒラギノ角ゴ 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: #fff8ee;
	
}

/*-----------------------------------------ヘッダー*/

header{
	width: 100%;
	margin: auto;
	position: relative;
	background-image: url(images/header_l.png),  url(images/header_r.png), url(images/bg_header.png);
	background-position: left top, right top, left top;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 35%, 35%, 100%;
}

header h1{
	padding-top: 10px;
	padding-bottom: 4%;
}

/*-----------------------------------------ナビ*/

nav{
	position: absolute;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -20%;
	z-index: 99;
}

nav ul{
	width: 950px;
	margin: auto;
	display: flex;
	list-style:none;
	text-indent: 0;
	padding-left: 0;
}

nav ul li{
	width: 16.6%;
}

.slide-top:hover {
	-webkit-animation: slide-top 1s ease-in-out both;
	        animation: slide-top 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-3-18 17:1:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

/*-----------------------------------------スライダー*/

#sliderbox {
	width: 100%;
	position: relative;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 1%;
}
.topImg_t{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}
.topImg_t img{
	width: 100%;
	display: block;
}
.topImg_b{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -8%;
}
.topImg_b img{
	width: 100%;
	display: block;
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	height: auto;
	margin-bottom: -1%;
}
#container2{
	width: 100%;
	height: auto;
	margin-bottom: -1%;
	padding-top: 7vw;
	background-image: url(images/topImg_b.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.bottom img{
	width: 100%;
	display: block;
}
.bottom_resp{
	display: none;
}

/*-----------------------------------------メイン*/

#main {
	width: 70%;
	font-size: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 100px;
}

article{
	width:90%;
	margin: auto;
	padding: 50px 0;
}

h2 {
	margin-bottom: 20px;
}
h3{
	margin-bottom: 20px;
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    bottom: 200px;
    right: 0;
	z-index: 99;
}

#PageTopbtn a{
	display: block;
}

#PageTopBtn a:hover{
	opacity: 1.0;
}
  
#pagetop{
	display: none;
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	background-image: url(images/footer_t.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 60px;
}
.footer_inner{
	background-image: url(images/bg_footer.png);
}

#footer table{
	margin: auto;
}
#footer th{
	padding-top: 10px;
	border: none;
}

#footer td{
	border: none;
}
#footer p{
	padding-top: 10px;
	font-size: 14px;
}
.heartbeat:hover {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-3-31 11:6:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*------------------------------------------トップページ*/

#news p{
	margin-bottom: 10px;
}
.news_box{
	margin-top: -30px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
}

#news dl{
	height: 360px;
	padding: 20px;
	overflow: auto;
}

#news dt{
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #16b7ab;
	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;
}
#overview table{
	width: 100%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 4px;
	margin-bottom: 30px;
}
#overview th{
	padding: 10px;
	background-color: #ffa9c0;
	border-radius: 10px;
	white-space: nowrap;
	color: #fff;
}
#overview td{
	width: 85%;
	padding:10px;
	background-color: #fff;
	border: none;
	text-align: left;
	border-radius: 10px;
}
#overview p{
	text-align: left;
	padding: 10px;
	margin-bottom: 30px;
}

#map #googlemap iframe{
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#map #googlemap {
	width: 100%;
	height: 400px;
	border: 4px solid #ffa9c0;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#history table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
#history th{
	vertical-align: top;
	padding: 10px;
	border: none;
	text-align: left;
	border-bottom: 1px dashed #c7b299;
	white-space: nowrap;
	font-weight: normal;
}
#history td{
	width: 85%;
	padding: 10px;
	border: none;
	text-align: left;
	border-bottom: 1px dashed #c7b299;
}

/*-----------------------------------------園について*/

.goals_box{
	display: flex;
	justiy-content: space-between;
	align-items: center;
}
.goals_box ul{
	width: 60%;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
.goals_box ul li{
	font-family: "Zen Maru Gothic", serif !important;
	font-weight: 500;
	font-size: 22px;
	text-align: left;
	padding: 10px 10px 10px 35px;
	border-bottom: 1px dashed #F69;
	background-image: url(images/list_goals.png);
	background-position: left top 8px;
	background-repeat: no-repeat;
}
.goals_box figure{
	width: 38%;
}
.goals_box figure img{
	width: 85%;
}
.policy_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed;
}
.policy_box:last-child{
	margin-bottom: 0;
}

.policy_box:nth-child(odd) {
	flex-direction: row-reverse;
}

.policy_items {
	width: 48%;
	text-align: left;
	padding: 10px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 150%;
}
.policy_photo {
	width: 50%;
}

.policy_photo ul {
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	margin: auto;
	display: flex;
	gap: 10px;
}
.policy_photo ul li {
	width: 48%;
}

.policy_photo ul li img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 20px;
}

/* ============================
   写真が 0 枚
   ============================ */
.policy_box:not(:has(.policy_photo)) .policy_items {
	width: 100%;
}

/* ============================
   写真が 1 枚だけのとき
   → dl を広げる（例：52%）
   → 写真エリアは75%のまま
   → 写真の大きさは48%のまま
   ============================ */
.policy_box:has(.policy_photo ul li:nth-child(1):last-child) .policy_items {
	width: 73%;
}

.policy_box:has(.policy_photo ul li:nth-child(1):last-child) .policy_photo {
	width: 25%;
}

.policy_box:has(.policy_photo ul li:nth-child(1):last-child) .policy_photo ul li {
	width: 100%;
}

.policy_box:has(.policy_photo ul li:nth-child(1):last-child) .policy_photo ul li img {
	width: 100%;
}
.food_top{
	text-align: left;
	margin-bottom: 30px;
}
.food_photo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.food_photo dl{
	width: 30%;
	text-align: center;
	background-color: #fff;
	box-shadow: 2px 2px 3px #ccc;
	position: relative;
	margin: 30px auto;
}
.food_photo dl:nth-child(1)::before{
	position: absolute;
	content: url(images/cookie01.png);
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.food_photo dl:nth-child(2)::before{
	position: absolute;
	content: url(images/cookie02.png);
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.food_photo dl:nth-child(3)::before{
	position: absolute;
	content: url(images/cookie03.png);
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.food_photo dl:nth-child(4)::before{
	position: absolute;
	content: url(images/cookie04.png);
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.food_photo dl:nth-child(5)::before{
	position: absolute;
	content: url(images/cookie05.png);
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.food_photo dl:nth-child(6)::before{
	position: absolute;
	content: url(images/cookie06.png);
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.food_photo dl:nth-child(1){
	transform: rotate(-3deg);
}
.food_photo dl:nth-child(2){
	transform: rotate(3deg);
}
.food_photo dl:nth-child(3){
	transform: rotate(-5deg);
}
.food_photo dl:nth-child(4){
	transform: rotate(4deg);
}
.food_photo dl:nth-child(5){
	transform: rotate(-3deg);
}
.food_photo dl:nth-child(6){
	transform: rotate(5deg);
}
.food_photo dt img{
	width: 100%;
	padding: 20px 10px 10px 10px;
	height: 240px;
	object-fit: cover;
}
.food_photo dd{
	text-align: left;
	padding: 0 20px;
	min-height: 4em;
	font-family: "Zen Maru Gothic", serif !important;
	font-weight: 500;
	letter-spacing: normal;
}
#download ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#download ul li{
	margin: 20px;
	text-align: left;
	border: 2px solid #f99;
	border-radius: 15px;
}
#download ul li a{
	display: block;
	padding: 10px 20px 10px 50px;
	text-decoration: none;
	color: #7f4f21;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 15px;
	background-image: url(images/list_dl.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
}
#download ul li a:hover{
	background-color: #ffe9e9;
}
#link ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#link ul li{
	display: inline-block;
	margin: 10px 30px;
}
#link ul li a:hover{
	position: relative;
	left: 2px;
	top: 2px;
}

/*-----------------------------------------園の生活*/

.program{
	display: flex;
	justify-content: space-between;
}
.daily_box{
	width: 48%;
	position: relative;
}
.daily_box p{
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 10px;
	color: #fff;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 500;
	font-size: 24px;
}
.under2 p{
	background-color: #ff80ae;
}
.over3 p{
	background-color: #22ba9d;
}
	
.daily_box table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
.under2 th{
	width: 15%;
	vertical-align: top;
	text-align: center;
	background-image: url(images/bg_under2-01.png), url(images/bg_under2-02.png);
	background-position: center top, center top;
	background-repeat: no-repeat, repeat-y;
	padding: 25px 20px 40px 20px;
	padding-left: 
	font-size: 18px;
	color: #fff;
	border: none;
}
.under2 tr:last-child th{
	background-image: url(images/bg_under2-01.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.over3 th{
	width: 15%;
	vertical-align: top;
	text-align: center;
	background-image: url(images/bg_over3-01.png), url(images/bg_over3-02.png);
	background-position: center top, center top;
	background-repeat: no-repeat, repeat-y;
	padding: 25px 20px 40px 20px;
	padding-left: 
	font-size: 18px;
	color: #fff;
	border: none;
}
.over3 tr:last-child th{
	background-image: url(images/bg_over3-01.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.daily_box td{
	padding: 25px 10px 40px 20px;
	border: none;
	text-align: left;
	font-family: "Zen Maru Gothic", serif !important;
	font-weight: 500;
	font-size: 18px;
}
.under2 td{
	border-bottom: 2px dashed #ffa9c4;
	padding-right: 130px;
}
.over3 td{
	border-bottom: 2px dashed #64ccb8;
	padding-right: 130px;
}

.daily01{
	position: absolute;
	right: 4%;
	top: 15%;
}
.daily02{
	position: absolute;
	right: 0;
	top: 42%;
}
.daily03{
	position: absolute;
	right: 3%;
	bottom: 30%;
}	
.daily04{
	position: absolute;
	right: 4%;
	top: 15%;
}
.daily05{
	position: absolute;
	right: 0;
	top: 48%;
}
.daily06{
	position: absolute;
	right: 3%;
	bottom: 10%;
}
.daily_note{
	margin: 30px auto;
	text-align: left;
}
.daily_photo ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.daily_photo ul li{
	width: 25%;
}
.daily_photo ul li img{
	width: 90%;
	height: 220px;
	object-fit: cover;
	clip-path: polygon(0 20%, 20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
	border-radius: 10px;
}

/*-----------------------------------------年間行事*/

.event_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.event_items{
	width: 32%;
	margin: 10px auto;
	padding: 20px;
	border-radius: 20px;
}
.event_items dt{
	margin-bottom: 20px;
}
.event_items dt img{
	width: 65%;
}
.event_items dd{
	text-align: left;
	background-color: #fff;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.event_items dd ul{
	list-style: none;
}
.apr dd ul li:before{
	content: "●";
	color: #F9C;
}
.may dd ul li:before{
	content: "●";
	color: #00a53b;
}
.jun dd ul li:before{
	content: "●";
	color: #00a3c2;
}
.jul dd ul li:before{
	content: "●";
	color: #3064b7;
}
.aug dd ul li:before{
	content: "●";
	color: #ffcc33;
}
.sep dd ul li:before{
	content: "●";
	color: #885298;
}
.oct dd ul li:before{
	content: "●";
	color: #ee7e00;
}
.nov dd ul li:before{
	content: "●";
	color: #cc6635;
}
.dec dd ul li:before{
	content: "●";
	color: #e73b0c;
}
.jan dd ul li:before{
	content: "●";
	color: #b8d200;
}
.feb dd ul li:before{
	content: "●";
	color: #ef8300;
}
.mar dd ul li:before{
	content: "●";
	color: #ff8a8a;
}
.event_items figure img{
	width: 90%;
	height: 230px;
	object-fit: cover;
	border-radius: 20px;
}
.apr{
	background-color: #ffebf3;
}
.may{
	background-color: #e8fcef;
}
.jun{
	background-color: #e3f9fc;
}
.jul{
	background-color: #e6effc;
}
.aug{
	background-color: #fff2d2;
}
.sep{
	background-color: #f3e4f9;
}
.oct{
	background-color: #ffe9d4;
}
.nov{
	background-color: #fce3d9;
}
.dec{
	background-color: #ffe4de;
}
.jan{
	background-color: #f6f9d4;
}
.feb{
	background-color: #f9e2c7;
}
.mar{
	background-color: #ffe3e3;
}

/*-----------------------------------------子育て支援室*/

.support_top{
	font-size: 18px;
	line-height: 150%;
}
.support_box{
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}
.support_box:last-child{
	margin-bottom: 0;
}
.support_box dl{
	width: 60%;
	text-align: left;
}
.support_box dt{
	font-size: 20px;
	padding: 8px 20px;
	background-color: #ffc5c5;
	border-radius: 20px;
	margin-bottom: 20px;
}
.support_box figure{
	width:38%;
}
.support_box figure img{
	width: 90%;
	height: 280px;
	object-fit: cover;
	border-radius: 20px;
}

/* 写真がないとき dl を 100% にする */
.support_box:not(:has(figure)) dl {
    width: 100%;
}

/*-----------------------------------------お知らせ*/

#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: #fff7c0;
	border-radius: 10px;
}
#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 6px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
#blogside li a{
	text-decoration: none;
	color: #7f4f21;
}
#blogside li a:hover{
	color: #e83828;
}
#blogmain {
	width: 75%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}
#blogtitle{
	font-family: "Zen Maru Gothic", serif !important;
	font-weight: 500;
	font-size: 20px;
	padding: 10px 10px 5px 40px;
	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 top 5px;
	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: "Zen Maru Gothic", serif !important;
	font-weight: 500;
	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: 8px;
	padding-bottom: 5px;
	padding-left: 30px;
	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: #7f4f21;
}
#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: 1px 8px;
	text-decoration: none;
	border: 1px solid #50d1c5;
	color: #50d1c5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}
#blog .blogPage ul li a:hover{
	background-color: #50d1c5;
	color: #fff;
	opacity: 1;
}
#blog .blogPage ul li .active{
	background-color: #50d1c5;
	color: #fff;
}

@media screen and (max-width:1500px){
	
/*-----------------------------------------ヘッダー*/

header h1 img{
	width: 30%;
}

/*-----------------------------------------ナビ*/

nav{
	position: absolute;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -18%;
	z-index: 99;
}

nav ul{
	width: 70%;
}
nav ul li img{
	width: 76%;
}	

/*-----------------------------------------スライダー*/

#sliderbox{
	margin-top: 2%;
}

/*-----------------------------------------メイン*/

#main{
	width: 80%;
}

article{
	width: 100%;
}
h2 img{
	width: 35%;
}

/*-----------------------------------------フッター*/

#footer {
	background-size:20%;
	padding-top: 4%;

}
.footer_inner{
	background-size: 15%;
}

/*-----------------------------------------トップページ*/

#news p img{
	width: 35%;
}

}


@media screen and (max-width:768px){	
	
/*-----------------------------------------ヘッダー*/

header{
	background-image: url(images/header_lt.png), url(images/header_rt.png), url(images/header_bottom.png), url(images/bg_header.png);
	background-position: left top, right top, center bottom, left top;
	background-repeat: no-repeat, no-repeat, no-repeat,  no-repeat;
	background-size: 30%, 30%, 100%, 100%;
}
header h1{
	padding-top: 3px;
	padding-bottom: 0;
}
header h1 img{
	width: 50%;

}

/*-----------------------------------------ナビ*/

nav{
	position: static;
	padding-top: 5px;
	padding-bottom: 21%;

}
nav ul{
	width: 98%;
}

nav ul li img{
	width: 90%;
}


/*-----------------------------------------スライダー*/

#sliderbox{
	margin-top: 0;
	margin-bottom: 30px;
}
.topImg_t{
	top: -5px;
}
.topImg_t img{
	width: 100%;
}


/*-----------------------------------------コンテナ―*/

#container{
	margin-bottom: -2%;
}
#container2{
	margin-bottom: -2%;
}
.bottom{
	display: none;
}
.bottom_resp{
	display: block;
}
.bottom_resp img{
	width: 100%;
	display: block;
}


/*-----------------------------------------メイン*/

#main{
	padding-bottom: 50px;
	width: 100%;
}

article{
	width: 90%;
	padding: 30px 0;
}

h2 img{
	width: 55%;
}
h3 img{
	width: 80%;
}


/*-----------------------------------------ページトップへ*/

#ptb_slide{
	display: none;
}

#pt_resp #pagetop{
	position: static;
	padding-top: 50px;
}

#pagetop{
	display: block;
	text-align: right;
}

/*-----------------------------------------フッター*/

#footer {
	background-size:30%;
	padding-top: 6%;

}
.footer_inner{
	background-size: 25%;
}

/*-----------------------------------------トップページ*/

#news p img{
	width: 55%;
}

/*-----------------------------------------園について*/

.goals_box{
	flex-wrap: wrap;
}
.goals_box ul{
	width: 100%;
	margin-bottom: 20px;
}
.goals_box figure{
	width: 100%;
}
.goals_box figure img{
	width: 55%;
}
.policy_box{
	flex-wrap: wrap;
}
.policy_items {
	width: 100%;
	margin-bottom: 20px;
}
.policy_photo {
	width: 100%;
}

/* ============================
   写真が 0 枚
   ============================ */
.policy_box:not(:has(.policy_photo)) .policy_items {
	width: 100%;
}

/* ============================
   写真が 1 枚だけのとき
   → dl を広げる（例：52%）
   → 写真エリアは75%のまま
   → 写真の大きさは48%のまま
   ============================ */
.policy_box:has(.policy_photo ul li:nth-child(1):last-child) .policy_items {
	width: 100%;
}

.policy_box:has(.policy_photo ul li:nth-child(1):last-child) .policy_photo {
	width: 48%;
	margin: auto;
}

.policy_box:has(.policy_photo ul li:nth-child(1):last-child) .policy_photo ul li {
	width: 100%;
}

.policy_box:has(.policy_photo ul li:nth-child(1):last-child) .policy_photo ul li img {
	width: 100%;
}

.food_photo dl{
	width: 43%;
}
#link ul li{
	display: inline-block;
	margin: 20px 10px;
}
#link ul li img{
	width: 90%;
}

/*-----------------------------------------園の一日*/

.program{
	flex-wrap: wrap;
}
.daily_box{
	width: 100%;
	margin: 30px auto;
}
.daily_photo ul li{
	width: 48%;
	margin: 10px auto;
}
.daily01{
	top: 20%;
}
.daily02{
	top: 50%;
}
.daily03{
	bottom: 15%;
}

/*-----------------------------------------年間行事*/

.event_items{
	width: 48%;
}
.event_items dt img{
	width: 70%;
}

/*-----------------------------------------お知らせ*/

#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%;
}


}

@media screen and (max-width:480px){
	
/*-----------------------------------------ヘッダー*/

header{
	background-position: left top, right top, center bottom, left top;
	background-size: 35%, 35%, 100%, 100%;
}
header h1{
	padding-top:8%;

}
header h1 img{
	width: 75%;
}

/*-----------------------------------------ナビ*/

nav{
	padding-bottom: 22%;
}
nav ul{
	width: 98%;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
}

nav ul li{
	width: 32%;
	margin: 5px auto;
}
nav ul li img{
	width: 80%;
}

/*-----------------------------------------スライダー*/

#sliderbox{
	margin-top: 0;
}
.topImg_b{
	bottom: -6%;
}

/*-----------------------------------------メイン*/

h2 img{
	width: 95%;
}
h3 img{
	width: 100%;
}
/*-----------------------------------------トップページ*/

#news p img{
	width: 95%;
}
#news dl{
	padding: 20px 0px;
}

#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{
	width: 100%;
	display: block;
}

#history th{
	display: block;
	border-bottom: none;
	padding-bottom: 5px;
}

#history td{
	width: 100%;
	display: block;
	padding-top: 0;
	padding-left: 10px;
}

/*-----------------------------------------園について*/

.goals_box ul li{
	font-size: 18px;
}
.goals_box figure img{
	width: 80%;
}
.policy_photo ul{
	flex-wrap: wrap;
}
.policy_photo ul li {
	width: 100%;
}
.policy_photo ul li img{
	width: 90%;
	height: 55vw;
}

.policy_box:has(.policy_photo ul li:nth-child(1):last-child) .policy_photo {
	width: 90%;
	margin: auto;
}
.food_photo dl{
	width: 90%;

}
.food_photo dt img{
	height: 60vw;
}

/*-----------------------------------------園の一日*/

.under2 th, .over3 th{
	width: 18%;
	background-size: 100%, auto;
	padding: 6.3% 5px 0 5px;
	padding-left: 
	font-size: 18px;
	color: #fff;
	border: none;
}
.daily_box td{
	width: 90%;
	font-size: 16px;
	padding-top: 6.3%;
	padding-right: 110px;
}
.daily01 img, .daily02 img, .daily03 img, .daily04 img, .daily05 img, .daily06 img{
	width: 80%;
}
.daily_photo ul li{
	width: 100%;
}
.daily_photo ul li img{
	height: 53vw;
}

/*-----------------------------------------年間行事*/

.event_items{
	width: 100%;
}
.event_items dt img{
	width: 58%;
}

/*-----------------------------------------子育て支援室*/

.support_box{
	flex-wrap: wrap;
}
.support_box dl{
	width: 100%;
	margin-bottom: 30px;
}
.support_box figure{
	width: 100%;
}
.support_box figure img{
	height: 53vw;
}

/*-----------------------------------------お知らせ*/

#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%;
}

}
	
