@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;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.08em;
	background-color: #fff9f0;
	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: #b6f1ff;
}

/*-----------------------------------------ヘッダー*/

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 bottom 20px, right bottom 15px, left bottom;
	background-repeat: no-repeat, no-repeat, repeat-x;
}
header h1{
	width: 100%;
	margin: auto;
	padding-top: 10px;
	margin-bottom: 20px;
}

/*-----------------------------------------ヘッダーイラスト部分*/

.kumo1{
	width: 10%;
	position: absolute;
	left: 12%;
	top: 2%;
	animation: kumo1 4s linear infinite alternate;
}
.kumo1 img{
	width: auto;
}

@keyframes kumo1{
  0% {
	transform: scale(1);
  }
  50% {
	transform: scale(1.3);
  }
  100% {
	transform: scale(1);
  }
}

.kumo2{
	width: 8%;
	position: absolute;
	left: 23%;
	top: 5%;
	animation: kumo2 4s linear 2s infinite alternate;
}
.kumo2 img{
	width: auto;
}

@keyframes kumo2{
  0% {
	transform: scale(1);
  }
  50% {
	transform: scale(1.35);
  }
  100% {
	transform: scale(1);
  }
}

.kumo3{
	width: 10%;
	position: absolute;
	right: 23%;
	top: 2%;
	animation: kumo3 4s linear 2s infinite alternate;
}
.kumo3 img{
	width: auto;
}

@keyframes kumo3{
  0% {
	transform: scale(1);
  }
  50% {
	transform: scale(1.35);
  }
  100% {
	transform: scale(1);
  }
}

.kumo4{
	width: 8%;
	position: absolute;
	right: 12%;
	top: 8%;
	animation: kumo4 4s linear infinite alternate;
}
.kumo4 img{
	width: auto;
}

@keyframes kumo4{
  0% {
	transform: scale(1);
  }
  50% {
	transform: scale(1.3);
  }
  100% {
	transform: scale(1);
  }
}
.hata_l{
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
}
.hata_r{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
.balloon{
	width: 9%;
	position: absolute;
	left: 1%;
	top: 0;
	text-align: left;
	animation: balloon 2s linear infinite alternate;
}

@keyframes balloon{
  0%{
  transform: translateY(0);
  }
  100%{
  transform: translateY(10px);
  }
}
.balloon img{
	width: auto;
}

/*-----------------------------------------ナビ*/

nav{
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}
nav ul{
	width: 100%;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	border-radius: 40px;
}
nav ul li{
	width: 16.6%;
	border-left: 1px dashed #fff;
}
nav ul li:last-child{
	border-right: 1px dashed #fff;
}

.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(-5px);
            transform: translateY(-5px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

/*-----------------------------------------トップフォト*/

.top_photo{
	position: relative;
	overflow: hidden;
}
.top_photo p img{
	width: 100%;
	height: 42vw;
	object-fit: cover;
	border-bottom: 2px solid #fff9f0;
}

.topImg{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -5px;
	z-index: 99;
}

.topImg img{
	width: auto;
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	height: auto;
	background-color: #fff9f0;
	background-image: url(images/bg_container.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto;
}

/*-----------------------------------------メイン*/

#main {
	width: 1100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 120px;
}

article{
	width:100%;
	padding: 50px 0;
}

h2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 99;
}

#PageTopbtn a{
	display: block;
}

#PageTopBtn a:hover{
	opacity: 1.0;
}
  
#pagetop{
	display: none;
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	position: relative;
	background-color: #a5d326;
	background-image: url(images/bg_footer.png);
	padding-top: 30px;
	

}
#footer table{
	margin: auto;
}
#footer th{
	border: none;
}

#footer td{
	text-align: center;
	border: none;
}
#footer p{
	padding-top: 3px;
	font-size: 13px;
	color: #fff;
}
.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_box{
	padding: 15px;
	background-color: #ffd2e4;
	border-radius: 10px;
}

.news_box dl{
	width: 100%;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: auto;
	background-color: #fff;
	border-radius: 10px;
}

.news_box dt{
	float: left;
	clear: both;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #ff7dac;
	font-weight: bold;
}

.news_box dd{
	text-align: left;
	padding-left: 140px;
	padding-top: 25px;
	padding-bottom: 20px;
	background-image: url(images/bg_news_dd.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#intro p{
	text-align:left;
	font-size: 19px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	line-height: 150%;
	background-color: #f4ebd9;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}
#intro p:before{
	position: absolute;
	content: "●";
	color: #fff9f0;
	top: 5px;
	left: 10px;
}
#intro p:after{
	position: absolute;
	content: "●";
	color: #fff9f0;
	top: 5px;
	right: 10px;
}
.goals_box{
	text-align: left;
}
.goals_box ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
.goals_box ul li{
	border-bottom: 1px dashed #ffb3cc;
	padding: 30px 10px 5px 40px;
	background-image: url(images/list_goals.png);
	background-repeat: no-repeat;
	background-position: left top 20px;
}
.approach_box{
	text-align: left;
}

#overview table{
	width: 100%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 4px;
	margin-bottom: 30px;
}
#overview th{
	padding: 15px 20px;
	background-color: #e89ab4;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	white-space: nowrap;
}
#overview td{
	width: 80%;
	padding:15px 20px;
	background-color: #f9eaef;
	border-radius: 5px;
	text-align: left;
	border: none;
}

#map #googlemap iframe{
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
#map #googlemap {
	width: 100%;
	height: 350px;
	border: 4px solid #e89ab4;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*-----------------------------------------一日の流れ*/

.daily_program{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.daily_box{
	width: 48%;
	margin-bottom: 30px;
}
.daily_box table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
}
.daily_box th{
	padding: 15px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	font-size: 18px;
	border: none;
	border-radius: 10px;
}
.daily_box td{
	text-align: left;
	padding: 15px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	border: none;
}
.daily_box p{
	padding: 10px;
	border-radius: 10px;
	font-size: 22px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff,
  -2px 2px 2px #fff,  2px -2px 2px #fff,
  2px 0 2px #fff, -2px  0 2px #fff,
  0 2px 2px #fff,  0 -2px 2px #fff;
  margin-bottom: 10px;
}
.age_zero p{
	background-color: #ffdf5a;
}
.age_zero th{
	background-color: #ffeb97;
}
.age_zero td{
	border-bottom: 4px dotted #FC3;
}
.age_under1 p{
	background-color: #49c9b1;
}
.age_under1 th{
	background-color: #aff2e5;
}
.age_under1 td{
	border-bottom: 4px dotted #49c9b1;
}
.age_two p{
	background-color: #ffa6b7;
}
.age_two th{
	background-color: #ffd7e1;
}
.age_two td{
	border-bottom: 4px dotted #ffa6b7;
}

.age_over3 p{
	background-color: #e3b8ff;
	
}
.age_over3 th{
	background-color: #eed4ff;
}
.age_over3 td{
	border-bottom: 4px dotted #e8c5ff;
}
.daily_photo ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
}
.daily_photo ul li{
	width: 25%;
}
.daily_photo ul li img{
	width: 90%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}

/*-----------------------------------------年間行事*/

.event_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.event_items{
	width: 32%;
	margin: 10px auto;
	padding: 20px;
	border-radius: 10px;
	background-image: url(images/bg_event.png);
}
.event_items dl{
	width: 100%;
}
.event_items dt{
	margin-bottom: 10px;
}
.event_items dd{
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
}
.event_items dd ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	text-align: left;
}
.event_items figure{
	margin-top: 20px;
}
.event_items figure img{
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 20px;
}
.apr{
	background-color: #fbe8ee;
}
.may{
	background-color: #e4f3e7;
}
.jun{
	background-color: #d8f0fb;
}
.jul{
	background-color: #ebf4de;
}
.aug{
	background-color: #d8f4fc;
}
.sep{
	background-color: #fce8de;
}
.oct{
	background-color: #f7e5e2;
}
.nov{
	background-color: #eae2df;
}
.dec{
	background-color: #d7ecf4;
}
.jan{
	background-color: #d6eaf2;
}
.feb{
	background-color: #f3ecf4;
}
.mar{
	background-color: #f9e4e7;
}
.apr dd ul li:before{
	content: "●";
	color: #ed84a0;
	font-size: 12px;
}
.may dd ul li:before{
	content: "●";
	color: #5bb431;
	font-size: 12px;
}
.jun dd ul li:before{
	content: "●";
	color: #00a0d0;
	font-size: 12px;
}
.jul dd ul li:before{
	content: "●";
	color: #80bf46;
	font-size: 12px;
}
.aug dd ul li:before{
	content: "●";
	color: #00b5d5;
	font-size: 12px;
}
.sep dd ul li:before{
	content: "●";
	color: #eb6819;
	font-size: 12px;
}
.oct dd ul li:before{
	content: "●";
	color: #d83f3c;
	font-size: 12px;
}
.nov dd ul li:before{
	content: "●";
	color: #7a1a1d;
	font-size: 12px;
}
.dec dd ul li:before{
	content: "●";
	color: #54a0c2;
	font-size: 12px;
}
.jan dd ul li:before{
	content: "●";
	color: #62add0;
	font-size: 12px;
}
.feb dd ul li:before{
	content: "●";
	color: #a38ec1;
	font-size: 12px;
}
.mar dd ul li:before{
	content: "●";
	color: #f99b9b;
	font-size: 12px;
}
.event_note ul{
	text-align: left;
}
.others_photo ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
.others_photo ul li{
	display: inline-block;
	margin: 10px;
	width: 35%;
}
.others_photo ul li img{
	width: 90%;
	height: 240px;
	object-fit: cover;
	border-radius: 20px;
}

/*-----------------------------------------情報公開*/

.disclosure_box{
	text-align: left;
	border: 1px solid #c7b299;
	margin: 30px auto;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}
.disclosure_box dt{
	font-size: 18px;
	border-bottom: 4px double #c7b299;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.disclosure_box dd{
	padding: 10px;
	margin-bottom: 10px;
}
.disclosure_pdf{
	background-color: #f7efe7;
	padding: 8px 8px 8px 40px;
	border-radius: 20px;
	background-image: url(images/list_disclosure.png);
	background-position: left 10px top 10px;
	background-repeat: no-repeat;	
}
.disclosure_pdf a{
	text-decoration: none;
	display: block;
	color: #736357;
}
.disclosure_pdf:hover{
	background-color: #ede1d6;
	transition: 0.5s;
}

/*-----------------------------------------お知らせ*/

#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: 15px;
	background-color: #ffc5dd;
	border-radius: 10px;
	background-image: url(images/bg_blogside.png);
}
#blogside p img{
	width: 95%;
}
#blogside ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	width: 100%;
	text-align: left;
	border-radius: 10px;
}
#blogside li{
	padding: 5px 10px;
	margin:10px;
	background-color: #fff;
	border-radius: 8px;
}
#blogside li a{
	text-decoration: none;
	color: #7a6a56;
	display: block;
}
#blogside li a:hover{
	color: #f94690;
}
#blogmain {
	width: 75%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}
#blogtitle{
	font-size: 20px;
	padding: 10px 20px;
	margin: 10px;
	position: relative;
	text-align: left;
	background-color: #28bf91;
	border-radius: 10px;
	color: #fff;
	background-image: url(images/bg_blogtitle.png);
}
.blogkiji .blogdate {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 500;
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
	font-size: 15px;
}
#blog .blogkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 10px;
	background:#fff;
	border: 4px solid #f7cbdf;
	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: 20px;
	text-align: center;
	vertical-align: top;
	line-height: 120%;
	font-size: 15px;
}
#blog .blogkiji dt img {
	width: 98%;
	border-radius: 10px;
	padding-bottom: 8px;
}
#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: 30px;
	font-size: 15px;
	background-image: url(images/list_blogpdf.png);
	background-position: left top 5px;
	background-repeat: no-repeat;
}
#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;
	font-size: 16px;
	vertical-align: top;
}
#blog .blogPage ul li a{
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 600;
	background-color: #fff;
	padding: 0px 6px;
	text-decoration: none;
	border: 2px solid #fcaece;
	color: #fcaece;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}
#blog .blogPage ul li a:hover{
	background-color: #fcaece;
	color: #fff;
	opacity: 1;
}
#blog .blogPage ul li .active{
	background-color: #fcaece;
	color: #fff;
}

/*-----------------------------------------求人情報*/

.recruit_top p{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 22px;
}
.recruit_box{
	margin-bottom: 50px;
}
.recruit_items{
	margin: 30px auto;
	border: 2px dashed #ffbb4d;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
}
.recruit_items dl{
	text-align: left;
}
.recruit_items dt{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 18px;
	background-color: #ffe9b8;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.recruit_items dd{
	padding: 10px 20px;
	margin-bottom: 10px;
}
.recruit_pdf{
	text-align: left;
	padding: 10px 10px 10px 40px;
	background-image: url(images/list_recruit.png);
	background-position: left 10px top 10px;
	background-repeat: no-repeat;
}
.form p{
	text-align: left;
}
.form iframe{
	height: 900px;
}	


@media screen and (max-width:1300px){
	
/*-----------------------------------------システムメイン*/

#system_main{
	background-size: 30%, 30%, 80%;
}


/*-----------------------------------------ヘッダー*/

header{
	background-size: 18%, 18%, auto;
	background-position: left -30px bottom 20px, right bottom 15px, left bottom;
}
header h1{
	margin-bottom: 2%;
}

header h1 img{
	width: 400px;
}

/*-----------------------------------------ヘッダーイラスト部分*/

.kumo1{
	left: 12%;
	top: 10%;
}
.kumo1 img{
	width: 70%;
}
.kumo2{
	left: 25%;
	top: 8%;
}
.kumo2 img{
	width: 70%;
}
.kumo3{
	right: 25%;
	top: 8%;
}
.kumo3 img{
	width: 70%;
}
.kumo4{
	right: 12%;
	top: 10%;
}
.kumo4 img{
	width: 70%;
}
.hata_l{
	width: 30%;
}
.hata_l img{
	width: 100%;
}
.hata_r{
	width: 30%;
}
.hata_r img{
	width: 100%;
}
.balloon{
	width: 10%;
	left: 1%;
}
.balloon img{
	width: 95%;
}

/*-----------------------------------------ナビ*/

nav{
	width: 65%;
}
nav ul li img{
	width: 100%;
}

/*-----------------------------------------トップフォト*/

.top_photo p img{
	height: 45vw;
}
.topImg img{
	width: 130%;
}

/*-----------------------------------------メイン*/

#main{
	width: 100%;
}

article{
	width: 80%;
	margin: auto;
}

/*-----------------------------------------フッター*/

#footer{
	background-position: center top 40%, left bottom, left top;
}
.footer_box{
	margin-top: 4%;
}

/*------------------------------------------トップページ*/


}


@media screen and (max-width:768px){
	
/*-----------------------------------------システムメイン*/

#system_main{
	background-size: 35%, 35%, 80%;
}	

/*-----------------------------------------ヘッダー*/

header{
	background-size: 23%, 23%, auto;
}
header h1{
	position: absolute;
	top: 2%;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	z-index: 99;
}
header h1 img{
	width: 100%;
}

/*-----------------------------------------ヘッダーイラスト部分*/

.kumo1{
	left: 13%;
	top: 9%;
}
.kumo2{
	left: 25%;
	top: 5%;
}
.kumo3{
	right: 25%;
	top: 5%;
}
.kumo4{
	right: 12%;
	top: 9%;
}
.hata_l{
	width: 35%;
}
.hata_l img{
	width: 100%;
}
.hata_r{
	width: 35%;
}
.hata_r img{
	width: 100%;
}
.balloon{
	width: 12%;
	left: 1%;
}
.balloon img{
	width: 95%;
}

/*-----------------------------------------ナビ*/

nav{
	width: 98%;
	padding-bottom: 18%;
	padding-top: 22vw;
}

nav ul li img{
	width: 100%;
}

nav ul li{
	background-size: 100%;
}

/*-----------------------------------------トップフォト*/

.top_photo p img{
	height: 50vw;
}

/*-----------------------------------------コンテナ―*/

#container{
	background-size: 150%;
}

/*-----------------------------------------メイン*/

#main{
	padding-bottom: 100px;
}

article{
	width: 90%;
	padding: 30px 0;
}
h2 img{
	width: 220px;
}

/*-----------------------------------------ページトップへ*/

#ptb_slide{
	display: none;
}

#pt_resp #pagetop{
	position: absolute;
	right: 5px;
	bottom: 150px;
	z-index: 999;
}

#pagetop{
	display: block;
	text-align: right;
}


/*-----------------------------------------トップページ*/

#news p img{
	width: 320px;
}

/*-----------------------------------------一日の流れ*/

.daily_program{
	flex-wrap: wrap;
}
.daily_box{
	width: 100%;
}

.daily_photo ul{
	flex-wrap: wrap;
}
.daily_photo ul li{
	width: 50%;
	margin: 10px auto;
}

/*-----------------------------------------年間行事*/

.event_items{
	width: 48%;
}
.others_photo ul li{
	margin: 10px 0;
	width: 45%;
}

/*-----------------------------------------お知らせ*/

#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 p 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%;
}

/*-----------------------------------------求人情報*/

.form h2 img{
	width: 80%;
}

}

@media screen and (max-width:480px){
	
/*-----------------------------------------システムメイン*/

#system_main{
	background-size: 45%, 45%, 100%;
}	

/*-----------------------------------------ヘッダー*/

header{
	background-size: 30%, 30%, auto;
}
header h1{
	width: 80%;
	padding-top: 6%;
}

/*-----------------------------------------ヘッダーイラスト部分*/

.kumo1{
	left: 17%;
	top: 7%;
}
.kumo1 img{
	width: 100%;
}
.kumo2{
	left: 30%;
	top: 2%;
}
.kumo2 img{
	width: 100%;
}
.kumo3{
	right: 28%;
	top: 2%;
}
.kumo3 img{
	width: 100%;
}
.kumo4{
	right: 13%;
	top:7%;
}
.kumo4 img{
	width: 100%;
}
.hata_l{
	width: 45%;
}
.hata_l img{
	width: 100%;
}
.hata_r{
	width: 45%;
}
.hata_r img{
	width: 100%;
}

.balloon{
	width: 15%;
	left: 1%;
}
.balloon img{
	width: 95%;
}
/*-----------------------------------------ナビ*/

nav{
	width: 98%;
	padding-bottom: 25%;
	padding-top: 40vw;
}
nav ul{
	flex-wrap: wrap;
	justify-content: center;
		background-color: rgba(255, 255, 255, 0.3);
}

nav ul li{
	width: 31%;
	margin: 5px 0px;
	border: none;
}
nav ul li:last-child{
	border-right: none;
}
nav ul li img{
	width: 90%;
}

/*-----------------------------------------コンテナ―*/

#container{
	background-size: 230%;
	background-position: left 15% bottom;
}

/*-----------------------------------------ページトップへ*/

#pt_resp #pagetop{
	bottom: 190px;
}

/*-----------------------------------------フッター*/

#footer{
	background-position: center top 10%, left bottom, left top;
}
#footer p{
	font-size: 12px;
}

/*-----------------------------------------トップページ*/

#news p img{
	width: 300px;
}
.news_box dl{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.news_box dt {
	float: none;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

.news_box dd{
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
}
#overview th{
	display: block;
}
#overview td{
	display: block;
	width: 100%;
}

/*-----------------------------------------一日の流れ*/

.daily_photo ul li{
	width: 100%;
}
.daily_photo ul li img{
	height: 53vw;
}

/*-----------------------------------------年間行事*/

.event_items{
	width: 100%;
}
.event_items figure img{
	height: 53vw;
}
.others_photo ul li{
	width: 100%;
}
.others_photo ul li img{
	height: 53vw;
}

/*-----------------------------------------お知らせ*/

#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%;
}

/*-----------------------------------------求人情報*/

.form h2 img{
	width: 100%;
}



}
	
