@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: #7a6a56;	
	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/header_l.png), url(images/header_r.png);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: 10%, 10%;
}

/*-----------------------------------------ヘッダー*/

header{
	width: 100%;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top: 6px solid #ffcc33;
}
header h1{
	position: absolute;
	width: 25%;
	left: 0;
	right: 0;
	top: 15%;
	margin: auto;
	z-index: 999;
}
header h1 img{
	width: 75%;
}

/*-----------------------------------------ナビ*/

nav{
	width: 60%;
	margin: auto;
}

nav ul{
	width: 100%;
	display: flex;
	justify-content: center;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	padding-bottom: 1%;
}
nav ul li.title{
	width: 40%;
	border: none;
}

nav ul li{
	margin-top: 2%;
	width: 15%;
	border-left: 2px dotted;
}
nav ul li:nth-child(2){
	border-right: 2px dotted;
}
nav ul li:last-child{
	border-right: 2px dotted;
}
nav ul li img{
	width: 80%;
}

.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);
  }
}

/*-----------------------------------------トップフォト*/

#top_photo{
	width: 100%;
	height: auto;
	position: relative;
}
.tp_pc img{
	width: 100%;
}
.tp_resp{
	display: none;
}

.topImg_t{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.topImg_t img{
	width: 100%;
}

.topImg_b{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -22%;
}
.topImg_b img{
	width: 100%;
}
.topImg_t_resp, .topImg_b_resp{
	display: none;
}

/*-----------------------------------------トップ　2ページ目から*/

#top{
	background-color: #fff;
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fffaf3;
	background-image: url(images/bottom-01.png),  url(images/bottom.png);
	background-position: left bottom, left bottom;
	background-repeat: no-repeat, repeat-x;
	padding-bottom: 5%;
	border
}

#top_title p{
	margin-right: 25px;
	margin-top: -1%;
}

/*-----------------------------------------メイン*/

#wrapper1 {
	width:100%;
	text-align: center;
	margin: auto;
	padding: 0 0 10px 0;
	background-color: #fff;
}

#wrapper2 {
	width:100%;
	text-align: center;
	margin: auto;
	padding: 80px 0;
	background-image: url(images/bg_wrapper2t.png), url(images/bg_wrapper2b.png), url(images/bg_wrapper2_base.png);
	background-position: center top, left bottom, center top;
	background-repeat: no-repeat, repeat-x, no-repeat;
	background-size: 100%, auto, auto;
	background-color: #fff;
}

#wrapper3 {
	width:100%;
	text-align: center;
	margin: auto;
	padding: 30px 0;
}

#wrapper4 {
	width:100%;
	text-align: center;
	margin: auto;
	padding: 0 0 30px 0;
	background-image: url(images/bg_wrapper4.png);
	background-position: left top;
	background-repeat: repeat-x;
}

article{
	width:60%;
	margin: auto;
	padding: 50px 0;
}

h2 {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-image: url(images/bg_h2_l.png), url(images/bg_h2_r.png), url(images/bg_h2_b.png);
	background-position: left 10px bottom 10px, right 10px bottom 10px, left bottom;
	background-repeat: no-repeat, no-repeat, repeat-x;
	padding: 15px 0 15px 0;
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    bottom: 0px;
    right: 10px;
	z-index: 9999;
}

#PageTopbtn a{
	display: block;
}

#PageTopBtn a:hover{
	opacity: 1.0;
}
  
#pagetop{
	display: none;
}

/*-----------------------------------------フッター*/

#footer{
	width: 100%;
	position: relative;
	margin-top: -1px;
	background-color: #a2d650;	
}
#footer table{
	margin: auto;
}
#footer th, #footer td{
	border: none;
}

#footer p{
	padding-top: 10px;
	font-size: 14px;
	color: #fff;
}

.wood{
	position: absolute;
	bottom: 115px;
	right: 15px;
}

.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{
	padding: 7.5% 0 50px 0;
}
#news p{
	text-align: left;
	margin-bottom: 15px;
}
#news .news_details {
	width: 100%;

}
#news iframe {
	width: 100%;
	height: 380px;
	border-style: none;
	background-color: #fff;
	margin: 0px;
	padding: 10px;
}
.objective_box{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-end;
}
.objective_box p{
	width: 20%;
	text-align: left;
}
.objective_box p img{
	height: 34vh;
}
.objective_box dl{
	width: 80%;
	text-align: left;
}
.objective_box dt{
	font-size: 22px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	border-bottom: 1px dotted #F99;
	padding: 10px 10px 5px 10px;
	line-height: 150%;
}
.objective_box dd{
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
}
.objective_box dd:last-child{
	margin-top: 15px;
	color: #ff6666;
}
#overview table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
	margin-bottom: 30px;
}
#overview th{
	background-color: #ffccd9;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	white-space: nowrap;
	border: none;
}
#overview td{
	text-align: left;
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	border: none;
}

#map #googlemap {
	width: 100%;
	height: 380px;
	border: 4px solid #ffccd9;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
#map #googlemap iframe{
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*-----------------------------------------園の生活*/

#daily{
	padding-top: 0;
}
.program{
	margin-bottom: 30px;
}
#daily table{
	width: 100%;
}
#daily th{
	background-image: url(images/bg_daily_th.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 21px;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 600;
	padding: 30px 10px;
	color: #fff;
	border: none;
	white-space: nowrap;
}
#daily td{
	width: 90%;
	text-align: left;
	padding: 30px 20px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	font-size: 17px;
	border: none;
	border-bottom: 4px dotted #ffcfae;
	position: relative;
}
.daily01{
	position: absolute;
	right: 8%;
	top: -20px;
}
.daily02{
	position: absolute;
	right: 38%;
	top: -10px;
}
.daily03{
	position: absolute;
	right: 13%;
	bottom: 0px;
}
.daily04{
	position: absolute;
	right: 30%;
	bottom: -40px;
}
.daily05{
	position: absolute;
	right: 25%;
	top: -20px;
}
#daily dl{
	text-align: left;
	margin-top: 20px;
}
#daily dt{
	font-size: 17px;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	background-color: #fff9e9;
	padding: 5px 10px;
	border-radius: 10px;
}
#daily dt.niko{
	background-color: inherit;
	padding-bottom: 0;
}
#daily dd{
	padding: 10px;
	margin-bottom: 10px;
}
#daily dd.hiroba{
	border: 1px dashed #f7931e;
	border-radius: 10px;
	margin-bottom: 0;
}

.event_box{
	display: flex;
}
.event_box dl{
	width:15%;
	background-color: #fff;
	padding: 10px;
}
.event_box table{
	width: 85%;
}
.event_box{
	font-size: 18px;
	font-family: "Kiwi Maru", serif;
	font-weight: 500;
	border-top: 2px solid #FC0;
	border-left: 2px solid #FC0;
}
.event_box th{
	font-size: 18px;
	font-family: "Kiwi Maru", serif;
	font-weight: 500;
	padding: 10px;
	border-top: 2px solid #FC0;
	border-left: 2px solid #FC0;
	border-right: 2px solid #FC0;
	border-bottom: none;
	white-space: nowrap;
}
.term1 th{
	background-color: #ffe9f0;
}
.term2 th{
	background-color: #dcfcc8;
}
.term3 th{
	background-color: #d4e2ff;
}
.event_box td{
	width: 85%;
	text-align: left;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	padding: 10px;
	font-size: 16px;
	background-color: #fff;
	border-top: 2px solid #FC0;
	border-left: 2px solid #FC0;
	border-right: 2px solid #FC0;
	border-bottom: none;
}
.event_box tr:nth-of-type(1) th:nth-child(1){
	border-top: none;
}
.event_box tr:nth-of-type(1) td:nth-child(2){
	border-top: none;
}
.event_box:last-child{
	border-bottom: 2px solid #FC0;
}

/*-----------------------------------------お知らせ*/

#blog{
	padding-top: 0;
}
#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: #FFDB43;
	border-radius: 10px;
	background-image: url(images/bg_blogside.png);
}
#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;
	font-family: "Kosugi Maru", serif;
	font-weight: 500;
	border-bottom: 1px dashed #FC3;
	background-image: url(images/list_blogcategory.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;
	margin: 10px;
	position: relative;
	text-align: left;
	background-color: #fff5dc;
	border-radius: 10px;
}
.blogkiji .blogdate {
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
	font-weight: bold;
	font-size: 12px;
}
#blog .blogkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 10px;
	background:#fff;
	border: 4px solid #FFDB43;
	border-radius: 10px;
}
#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-family: "Kiwi Maru", serif;
	font-weight: 500;
}
#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: 20px;
	font-size: 14px;
	background-image: url(images/list_blogpdf.png);
	background-position: left top 5px;
	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: 3px;
	margin-right: 3px;
	font-size: 18px;
	vertical-align: top;
}
#blog .blogPage ul li a{
	background-color: #fff;
	padding: 1px 8px;
	text-decoration: none;
	border: 1px solid #ffb533;
	color: #ffb533;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}
#blog .blogPage ul li a:hover{
	background-color: #ffb533;
	color: #fff;
	opacity: 1;
}
#blog .blogPage ul li .active{
	background-color: #ffb533;
	color: #fff;
}

/*-----------------------------------------ブログ*/

#blog2{
	padding-top: 0;
}
#blog2box{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#blog2side{
	width: 24%;
	margin-bottom: 15px;
	padding: 20px;
	background-color: #d5ea7a;
	border-radius: 10px;
	background-image: url(images/bg_blogside.png);
}
#blog2side 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;
}
#blog2side li{
	padding: 5px;
	margin:10px;
	font-family: "Kosugi Maru", serif;
	font-weight: 500;
	border-bottom: 1px dashed #97c441;
	background-image: url(images/list_blog2category.png);
	background-position: left top 9px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#blog2side li a{
	text-decoration: none;
	color: #736357;
}
#blog2side li a:hover{
	color: #39b54a;
}
#blog2main {
	width: 75%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}
#blog2title{
	font-family: "Yomogi", serif;
	font-weight: 600;
	font-size: 20px;
	padding: 10px;
	margin: 10px;
	position: relative;
	text-align: left;
	background-color: #eff7c4;
	border-radius: 10px;
}
.blog2kiji .blog2date {
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
	font-weight: bold;
	font-size: 12px;
}
#blog2 .blog2kiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 10px;
	background:#fff;
	border: 4px solid #d5ea7a;
	border-radius: 10px;
}
#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-family: "Kiwi Maru", serif;
	font-weight: 500;
}
#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 ul li{
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
	background-image: url(images/list_blog2pdf.png);
	background-position: left top 5px;
	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: right;
}
#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: 18px;
	vertical-align: top;
}
#blog2 .blog2Page ul li a{
	background-color: #fff;
	padding: 1px 8px;
	text-decoration: none;
	border: 1px solid #c1db2c;
	color: #c1db2c;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}
#blog2 .blog2Page ul li a:hover{
	background-color: #c1db2c;
	color: #fff;
	opacity: 1;
}
#blog2 .blog2Page ul li .active{
	background-color: #c1db2c;
	color: #fff;
}

@media screen and (max-width:1300px){
	
/*-----------------------------------------ヘッダー*/

header h1 img{
	width: 90%;
}

/*-----------------------------------------ナビ*/

nav{
	width: 70%;
}

nav ul li img{
	width: 100%;
}

.mail img{
	width: 14vw;
}
.album img{
	width: 10%;
	left: 4%;
	top: 5%;
}

/*-----------------------------------------コンテナ―*/

#container{
	padding-bottom: 120px;
}

/*-----------------------------------------メイン*/

#main{
	width: 100%;
}

article{
	width: 80%;
}


}



@media screen and (max-width:1100px){
	
/*-----------------------------------------コンテナ―*/

#container{
	background-size: 150px, auto;
}
	
/*-----------------------------------------メイン*/

article{
	width: 90%;
}
h2{
	width: 70%;
}

/*-----------------------------------------園の生活*/

.event_box dd img{
	width: 100%;
}

}

@media screen and (max-width:768px){
	
/*-----------------------------------------システムメイン*/

#system_main{
	background-size: 20%, 20%;
}	
	
/*-----------------------------------------ヘッダー*/

header h1{
	position: static;
	padding-top: 10px;
	margin-bottom: 30px;
	width: 100%;
}
header h1 img{
	width: 45%;
}

/*-----------------------------------------ナビ*/

nav{
	width: 90%;
}

nav ul{
	width: 100%;

}
nav ul li.title{
	display: none;
}

nav ul li{
	margin-top: 0;
	width: 25%;
	border-left: 2px dotted;
}

nav ul li:nth-child(2){
	border-right: none;
}
nav ul li img{
	width: 70%;
}

/*-----------------------------------------トップフォト*/

.tp_pc{
	display: none;
}
.tp_resp{
	display: block;
}

.tp_resp img{
	width: 100%;
	
}
.topImg_t_resp{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -8%;
}
.topImg_t_resp img{
	width: 100%;
}

.topImg_b_resp{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30%;
}
.topImg_b_resp img{
	width: 100%;
}
.topImg_t, .topImg_b{
	display: none;
}

/*-----------------------------------------メイン*/	

#wrapper2{
	background-size: 100%, auto, auto;
	padding: 50px 0;
}
article{
	width: 90%;
	padding: 30px 0;
}
h2{
	width: 80%;
}

/*-----------------------------------------ページトップへ*/

#ptb_slide{
	display: none;
}

#pt_resp #pagetop{
	position: absolute;
	bottom: 0px;
	right: 5px;
}

#pagetop{
	display: block;
	text-align: right;
}

#pagetop img{
	width: 95px;
}

/*-----------------------------------------フッター*/

.wood{
	display: none;
}

/*-----------------------------------------トップページ*/

#news{
	padding: 20% 0 50px 0;
}

#news p img{
	width: auto;
}
.objective_box{
	flex-wrap: wrap;
}
.objective_box dl{
	width: 100%;
}
.objective_box p{
	width: 100%;
	text-align: center;
}
.objective_box p img{
	width: 150px;
	height: auto;
}

/*-----------------------------------------園の生活*/

.daily01, .daily02, .daily03, .daily04, .daily05{
	display: none;
}

.event_box{
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #FC0;
}
.event_box dl{
	width: 100%;
	border: 2px solid #FC0;
}
.event_box dd img{
	width: auto;
}
.event_box table{
	width: 100%;
}

/*-----------------------------------------お知らせ*/

#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;
}
#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%;
}

/*-----------------------------------------ブログ*/

#blog2{
	padding-top: 10px;
}
#blog2box{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
#blog2side{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 0px;
}
#blog2main{
	width: 100%;
	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){
	
/*-----------------------------------------システムメイン*/

#system_main{
	background-size: 28%, 28%;
}	
	
		
/*-----------------------------------------ヘッダー*/

header h1{
	margin-top: 20px;
	margin-bottom: 10px;
}
header h1 img{
	width: 85%;
}

/*-----------------------------------------ナビ*/

nav{
	width: 80%;
}

nav ul{
	flex-wrap: wrap;
	justify-content: space-between;
}
nav ul li{
	width: 48%;
	margin: 5px 0;
	border-left: none;
}
nav ul li:last-child{
	border-right: none;
}
nav ul li a{
	display: block;
	background-color: #fff;
	border: 2px solid #FC3;
	border-radius: 10px;
}

nav ul li img{
	width: 70%;
}

.slide-top:hover {
	-webkit-animation: none;
	        animation: none;
			transition: 0.5s;
}
nav ul li a:hover{
	transition: 0.5s;
	background-color: #fff7d2;
}

/*-----------------------------------------トップフォト*/



/*-----------------------------------------メイン*/

article{
	padding: 30px 0px;
}
h2{
	width: 100%;
	background-size: 55px, 55px, auto;
	background-position: left bottom 10px, right bottom 10px, left bottom;
}
h2 img{
	width: 70%;
}

/*-----------------------------------------トップページ*/

#news p{
	text-align: center;
}
#news p img{
	width: 75%;
}
.objective_box dt{
	font-size: 19px;
}

#overview th{
	display: block;
}
#overview td{
	display: block;
	margin-bottom: 5px;
}

/*-----------------------------------------園の生活*/

#daily th{
	font-size: 19px;
	background-size: 85%;
}
#daily dt img{
	width: 80%;
}

.event_box td{
	width: 80%;
}

/*-----------------------------------------お知らせ*/

#blog #blogtitle{
	font-size: 17px;
	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%;
}

/*-----------------------------------------ブログ*/

#blog2 #blog2title{
	font-size: 17px;
	padding-bottom: 5px;
}
#blog2 .blog2kiji .blog2_photo dl {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#blog2 .blog2kiji dt img {
	width: 90%;
}

}
	