@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: #7a6a56;	
	font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.08em;
	font-weight: 400;
	background-color: #FFF9DE;
	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-image: url(images/header.png);
	background-position: center top 10px;
	background-repeat: no-repeat;
	background-color: #FFF9DE;
}

/*-----------------------------------------スライダー*/

#sliderbox {
	width: 100%;
	position: relative;
	margin: auto;
	margin-bottom: 0px;
}
.topImg_t_resp, .topImg_b_resp{
	display: none;
}

.topImg_t{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}

.topImg_t img{
	width: 100%;
}
.topImg_c{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 25%;
}

.topImg_c img{
	width: 40%;
}
.topImg_b{
	width: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -12%;
}

.topImg_b img{
	width: 18%;
}

/*-----------------------------------------ページタイトル*/

#page_title {
	width: 100%;
	position: relative;
	margin: auto;
	margin-bottom: 0px;
	padding-top: 0.5%;
}
.sub_title{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 40%;
}
.title_photo img{
	width: 100%;
	height: 25vw;
	object-fit: cover;
}
.topImg_t_resp{
	display: none;
}

.topImg_t{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}
.topImg_t img{
	width: 100%;
}
.topImg_b2{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -28%;
}

.topImg_b2 img{
	width: 18%;
}

/*-----------------------------------------コンテナ―*/

#main_container{
	width: 100%;
	height: auto;
	margin-top: 3%;
}
#main_container2{
	width: 100%;
	height: auto;
	margin-top: 0;
}

/*-----------------------------------------メイン*/

#wrapper1 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 0px 10% 0px;
	background-image: url(images/bg_wrapper1.png);
	background-position: center bottom -1px;
	background-repeat: no-repeat;
	background-size: 100%;
}
#wrapper2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 80px 0px;
	background-color: #DFEA9B;
}
.zigzag {
  position: relative;
}
.zigzag::before, .zigzag::after {
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
}

.zigzag::after {
  bottom: -20px;
  background: linear-gradient(135deg, #DFEA9B 10px, transparent 0), linear-gradient(225deg, #DFEA9B 10px, transparent 0);
  background-size: 30px 30px;
}
#wrapper3 {
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 80px 0px 50px 0px;
	background-image: url(images/bg_wrapper3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#wrapper4{
	background-color: #fff;
	padding-bottom: 100px;
}
#wrapper5{
	padding: 50px 0;
}
.zigzag2 {
  position: relative;
}
.zigzag2::before, .zigzag2::after {
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
}

.zigzag2::before {
  bottom: -20px;
  background: linear-gradient(135deg, #FFF9DE 10px, transparent 0), linear-gradient(225deg, #FFF9DE 10px, transparent 0);
  background-size: 30px 30px;
}
#wrapper6{
	padding: 50px 0 100px 0;
	background-color: #FFFDF5;
}
#wrapper7{
	padding: 50px 0 100px 0;
}

article{
	width:70%;
	margin: auto;
	padding: 50px 0px;
}

h2, h3{
	margin-bottom:20px;
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    bottom: 10px;
    right: 20px;
	z-index: 99;
}

#pagetop{
	display: none;
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	padding-top: 20px;
	background-image: url(images/bg_footer_l.png), url(images/bg_footer_r.png);
	background-position: left 15% bottom 5px, right 15% bottom 5px;
	background-repeat: no-repeat, no-repeat;
	border-top: 20px solid #c2ea81;
}

#footer dl{
	margin: auto;
}
#footer dt{
	margin-bottom: 10px;
}
#footer dd{
	margin-bottom: 20px;
}
#footer p{
	font-weight: 500;
}

.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;
  }
}
/*------------------------------------------トップページ*/

.catch{
	margin-top: 6%;
}
.news_box{
	width: 100%;
	margin: auto;
	background-color: #fff;
	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: bold;
	font-family: "M PLUS Rounded 1c", serif;
}

#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{
	padding-top: 20px;
}
.overview_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: flex-end;
}
.overview_box table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
.overview_box th{
	padding: 15px;
	background-color: #73CAFF;
	border: none;
	color: #fff;
	border-radius: 10px;
}
.overview_box td{
	padding: 15px;
	text-align: left;
	border: none;
	background-color: #fff;
	border-radius: 10px;
}
.overview_box figure{
	width: 23%;
}
.overview_box figure img{
	width: 90%;
}

#map{
	width: 100%;
}

#map #googlemap iframe{
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#map #googlemap {
	width: 100%;
	height: 380px;
	border: 4px solid #fff;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
#form p{
	margin-bottom: 10px;
	text-align: left;
}
#form iframe{
	height: 1000px;
}

#link ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
#link ul li{
	display: inline-block;
	margin: 10px;
}

/*-----------------------------------------幼稚園紹介*/

.about_top{
	text-align: left;
	margin-bottom: 30px;
}
#about p{
	text-align: left;
}
.act_box{
	margin: 30px auto;
}
.act_box dl{
	text-align: left;
}
.act_box dt{
	font-size: 24px;
	font-family: "M PLUS Rounded 1c", serif;
	padding: 10px;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 10px;
}
.act_box:nth-child(4n+1) dt{
	 background: #ffce00;
}
.act_box:nth-child(4n+2) dt{
	 background: #a5d12a;
}
.act_box:nth-child(4n+3) dt{
	 background: #ff97b7;
}
.act_box:nth-child(4n+4) dt{
	 background: #70a6ff;
}
.act_box dd{
	padding: 10px;
	margin-bottom: 10px;
}

.act_box ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
.act_box ul li{
	width: 24%;
	display: inline-block;
}
.act_box ul li img{
	width: 90%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}

/*-----------------------------------------園の生活*/

.event_note{
	margin-bottom: 10px;
	
}
.event_note ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
}
.event_note ul li{
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	padding: 7px;
	border-radius: 5px;
	margin: 10px;
}

.event_note ul li:nth-child(1){
	background-image: url(images/bg_term1_note.png);
	
}
.event_note ul li:nth-child(2){
	background-image: url(images/bg_term2_note.png);
}
.event_note ul li:nth-child(3){
	background-image: url(images/bg_term3_note.png);
}
.event_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.event_box .event_term{
	width: 32%;
	margin: 10px auto;
	padding: 20px;
	border-radius: 10px;
}
.event_box .term1{
	background-image: url(images/bg_term1.png);
	padding: 5px;
}
.event_box .term2{
	background-image: url(images/bg_term2.png);
	padding: 5px;
}
.event_box .term3{
	background-image: url(images/bg_term3.png);
	padding: 5px;
}
.event_box dl{
	background-color: #fff;
	height: 100%;
	border-radius: 10px;
	padding: 20px;
}
.event_box dt{
	margin-bottom: 10px;
}
.event_box ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	text-align: left;
	margin-bottom: 30px;
}
.event_box ul li{
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
}
.event_box .term1 ul li:before{
	content: "● ";
	color: #f2a2aa;
	font-size: 10px;
}
.event_box .term2 ul li:before{
	content: "● ";
	color: #ace55c;
	font-size: 10px;
}
.event_box .term3 ul li:before{
	content: "● ";
	color: #7dc4ef;
	font-size: 10px;
}
.event_box dd figure img{
	width: 90%;
	height: 250px;
	object-fit: cover;
	border-radius: 20px;
}
.event_others{
	text-align: left;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.event_others figure{
	width: 20%;
	text-align: center;
}
.event_others p{
	width: 78%;
	border: 5px dotted #fdb6ff;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
}
.daily_program{
	background-image: url(images/bg_daily.jpg);
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 40px;
}
.daily_box{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	position: relative;
}
.daily_box table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}
.daily_box th{
	background-image: url(images/bg_daily_th.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 20px 10px;
	border: none;
	font-size: 20px;
	font-family: "M PLUS Rounded 1c", serif;
	color: #fff;
}
.daily_box td{
	width: 87%;
	border: none;
	border-bottom: 4px dashed #facc88;
	text-align: left;
	padding: 20px 280px 20px 30px;
	font-size: 17px;
}
.daily01{
	position: absolute;
	right: 5%;
	top: 20%;
}
.daily02{
	position: absolute;
	right: 5%;
	top: 40%;
}
.daily03{
	position: absolute;
	right: 13%;
	top: 60%;
}
.daily04{
	position: absolute;
	right: 3%;
	bottom: 12%;
}
.daily05{
	position: absolute;
	right: 7%;
	top: 6%;
}
.daily_pdf a{
	background-color: #00a99d;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	border-radius: 20px;
	disply: block;
}
.daily_pdf a:hover{
	opacity: 0.7;
}

/*-----------------------------------------入園・採用情報*/

.adm_items a:hover, .recruit_items a:hover{
	opacity: 0.7;
}
.adm_box{
	position: relative;
}

.adm_year dl{
	text-align: left;
}
.adm_year dt{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #093;
}
.adm_items{
	text-align: left;
	margin: 30px auto;
}
.adm_items dl{
	text-align: left;
}
.adm_items dt{
	font-size: 20px;
	background-color: #c7b299;
	color: #fff;
	padding: 8px 20px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.adm_items dd{
	padding: 10px;
}
.admission_pdf{
	text-align: left;
	background-image: url(images/list_recruit.png);
	background-position: left top 8px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 30px;
	margin-top: 10px;
}
.recruit_year dl{
	text-align: left;
}
.recruit_year dt{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #ff7bac;
}
.recruit_year dd{
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px dashed #ff7bac;
	padding: 20px;
	border-radius: 10px;
}
.recruit_items{
	text-align: left;
	margin: 30px auto;
}
.recruit_items dt{
	font-size: 20px;
	background-color: #e8b3c1;
	color: #fff;
	padding: 8px 20px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.recruit_items dd{
	padding: 10px;
}
.recruit_pdf{
	background-image: url(images/list_recruit.png);
	background-position: left top 8px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 30px;
	margin-top: 10px;
}

/*-----------------------------------------お知らせ*/

#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: #99d638;
	border-radius: 10px;
	background-image: url(images/bg_blogside.png);
}
#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: #ff0000;
}
#blogmain {
	width: 75%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}
#blogtitle{
	font-size: 20px;
	padding: 10px 10px 10px 50px;
	margin: 10px;
	position: relative;
	text-align: left;
	background-color: #0064db;
	border-radius: 10px;
	background-image: url(images/list_blogtitle.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
	color: #fff;
}
.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 #99d638;
	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-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: 20px;
	font-size: 15px;
	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;
	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 #39b54a;
	color: #39b54a;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}
#blog .blogPage ul li a:hover{
	background-color: #39b54a;
	color: #fff;
	opacity: 1;
}
#blog .blogPage ul li .active{
	background-color: #39b54a;
	color: #fff;
}

/*-----------------------------------------未就園児プラッツ教室*/

.plats_top{
	margin-bottom: 80px;
}
.plays_top ul{
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	margin-bottom: 30px;
}
.plats_top ul li{
	display: inline-block;
	margin: 10px;
}
.plats_top p{
	margin: 10px auto;
	text-align: left;
}
.plats_top table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
.plats_top th{
	padding: 15px;
	font-weight: 500;
	background-color: #fcc;
	border: none;
	border-radius: 10px;
	white-space: nowrap;
}
.plats_top td{
	text-align: left;
	padding: 15px 20px;
	border: none;
	background-color: #fff;
	border-radius: 10px;
}
.plats_schedule table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 30px;
}
.plats_schedule th{
	padding: 20px;
	border: none;
	border-bottom: 1px dashed;
	white-space: nowrap;
}
.plats_schedule td{
	padding: 20px;
	border: none;
	border-bottom: 1px dashed;
	white-space: nowrap;
}
.plats_schedule td:nth-of-type(2){
	width: 65%;
	text-align: left;
	white-space: normal;
}
.plats_schedule td:nth-of type(1){
	width: 15%;
}
.plats_schedule p{
	text-align: left;
	margin-bottom: 30px;
}

@media screen and (max-width:1500px){
	
/*-----------------------------------------ページタイトル*/

.sub_title{
	top: 40%;
}		
	
/*------------------------------------------メイン*/

article{
	width: 80%;
}

/*------------------------------------------フッター*/

#footer{
	background-size: 20%, 20%;
}
	
}


@media screen and (max-width:1300px){
	
/*-----------------------------------------システムメイン*/
	
#system_main{
	background-size: 100%;
}	

/*-----------------------------------------スライダー*/

.topImg_b img{
	width: 22%;
}

/*-----------------------------------------ページタイトル*/

.sub_title{
	top: 38%;
}
.title_photo img{
	height: 27vw;
}
.topImg_b2{
	bottom: -30%;
}
.topImg_b2 img{
	width: 22%;
}

/*-----------------------------------------メイン*/

#main{
	width: 100%;
}
article{
	width:90%;
	margin: auto;
}

/*-----------------------------------------フッター*/

#footer{
	background-position: left bottom 5px, right bottom 5px;
}

/*-----------------------------------------幼稚園紹介*/

.about_top img{
	width: 48%;
}

/*-----------------------------------------園の生活*/

.event_others figure{
	width: 25%;
}
.event_others p{
	width: 73%;
}
.daily_box td{
	width: 83%;
}

/*-----------------------------------------入園・採用情報*/



}

@media screen and (max-width:768px){
	
/*-----------------------------------------スライダー*/

.topImg_t_resp{
	display: block;
}
.topImg_t{
	display: none;
}
.topImg_t_resp{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}
.topImg_t_resp img{
	width: 100%;
}

.topImg_c{
	top: 23%;
}
.topImg_c img{
	width: 70%;
}
.topImg_b img{
	width: 27%;
}

/*-----------------------------------------ページタイトル*/

.sub_title{
	top: 32%;
}
.title_photo img{
	height: 35vw;
}
.topImg_t_resp, .topImg_b2_resp{
	display: block;
}
.topImg_t{
	display: none;
}
.topImg_t_resp{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}
.topImg_t_resp img{
	width: 100%;
}
.topImg_b2 img{
	width: 27%;
}
/*-----------------------------------------コンテナ―*/

#main_container{
	padding-bottom: 0px;
}

/*-----------------------------------------メイン*/

article{
	padding: 30px 0;
}
#wrapper2{
	padding-bottom: 50px;
}
#wrapper3{
	padding: 50px 0 0 0;
}
#wrapper4{
	padding-bottom: 0;
}
#wrapper6{
	padding: 50px 0 0 0;
}
#wrapper7{
	padding: 50px 0 0 0;
}
h2 img, h3 img{
	width: 68%;
}

/*-----------------------------------------ページトップへ*/

#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;
}

/*------------------------------------------トップページ*/

.catch img{
	width: 60%;
}
.catch{
	margin-top: 7%;
}

#news a, #overview a{
	transition: 0.5s;
	color: #007ea5;
	text-decoration: underline;
}
#news a:hover, #overview a:hover{
	opacity: 0.7;
	text-decoration: underline;
}

#form iframe{
	height: 1050px;
}

/*-----------------------------------------幼稚園紹介*/

#about a, #activities a{
	transition: 0.5s;
	color: #007ea5;
	text-decoration: underline;
}
#about a:hover, #activities a:hover{
	opacity: 0.7;
	text-decoration: underline;
}
.about_top img{
	width: 65%;
}
.act_box ul li{
	width: 48%;
	margin: 15px auto;
}

/*-----------------------------------------園の生活*/

#event a, #event a{
	transition: 0.5s;
	color: #007ea5;
	text-decoration: underline;
}
#event a:hover, #daily a:hover{
	opacity: 0.7;
	text-decoration: underline;
}
.event_note ul li{
	margin: 5px 0;
	font-size: 17px;
}
.event_box .event_term{
	width: 48%;
}
.event_others{
	flex-wrap: wrap;
}
.event_others figure{
	width: 100%;
}
.event_others p{
	width: 98%;
	margin-bottom: 20px;
}

.daily01, .daily02, .daily03, .daily04, .daily05{
	display: none;
}
.daily_box{
	padding: 10px;
}
.daily_box th{
	padding: 20px;
}
.daily_box td{
	width: 80%;
	padding: 20px;
}

/*-----------------------------------------入園・採用情報*/

.contact_tour{
	width: 90%;
	margin: auto;
}
.adm_box a, .recruit_box a{
	transition: 0.5s;
	color: #007ea5;
	text-decoration: underline;
}
.adm_items a:hover, .recruit_items a:hover{
	opacity: 0.7;
	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;
}
#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%;
}

/*-----------------------------------------未就園児プラッツ教室*/

.plats_schedule table{
	text-align: left;
}
.plats_schedule th{
	display: inline-block;
	border-bottom: none;
	text-align: left;
	width: 100%;
	padding: 10px 20px 0px 20px;
}
.plats_schedule td{
	display: inline-block;
	border-bottom: none;
	width: auto;
	text-align: left;
	margin-left:0;
	padding: 10px 20px;
}
.plats_schedule td:nth-of-type(2){
	width: 100%;
	text-align: left;
	white-space: normal;
	border-bottom: 1px dashed;
}
.plats_schedule td:nth-of type(1){
}

}

@media screen and (max-width:480px){
	
/*-----------------------------------------スライダー*/

.topImg_c img{
	width: 90%;
}
.topImg_b{
	bottom: -15%;
}
.topImg_b img{
	width: 40%;
}

/*-----------------------------------------ページタイトル*/

.sub_title{
	top: 32%;
}
.title_photo img{
	height: 55vw;
}
#page_title .topImg_t_resp{
	top: -2px;
}
#page_title .topImg_b2_resp{
	bottom: -3%;
}
.topImg_b2 img{
	width: 40%;
}

/*-----------------------------------------メイン*/

#wrapper1{
	padding: 30px 0px 60px 0px;
}
#wrapper2{
	padding: 30px 0px 60px 0px;
}
#wrapper3{
	padding: 50px 0px 0px 0px;
}

h2 img, h3 img{
	width: 90%;
}


/*-----------------------------------------フッター*/

#footer{
	padding-bottom: 30%;
	background-size: 50%, 50%;
}
#footer p{
	font-size: 12px;
}

/*-----------------------------------------トップページ*/

.catch img{
	width: 75%;
}
.catch{
	margin-top: 13%;
}

#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_box th{
	display: block;
	padding: 10px;
}
.overview_box td{
	display: block;
	padding: 10px;
} 
#form iframe{
	height: 1150px;
}

/*-----------------------------------------幼稚園紹介*/

.about_top img{
	width: 100%;
}
.act_box ul li{
	width: 100%;
}
.act_box ul li img{
	height: 53vw;
}

/*-----------------------------------------園の生活*/

.event_box .event_term{
	width: 100%;
}

.daily_box th{
	display: block;
}
.daily_box td{
	display: block;
	width: 100%;
}
.daily_pdf a{
	font-size: 17px;
}

/*-----------------------------------------入園・採用情報*/

.adm_year dt, .recruit_year dt{
	font-size: 23px;
}

/*-----------------------------------------お知らせ*/

#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%;
}

/*-----------------------------------------未就園児プラッツ教室*/

.plats_top th{
	display: block;
}
.plats_top td{
	display: block;
}


}
	
