@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 img {
	border: none;
	outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th, td{
    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: #736357;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.08em;
	background-color: #fffbf3;
}

/*-----------------------------------------システムメイン*/

#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/bg_top.png);
}

/*-----------------------------------------ヘッダー*/

header{
	width: 100%;
	margin: auto;
	position: relative;
}

.header_top{
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 31%;
}
header h1{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 3%;
	z-index: 99;
	width: 25%;
}
header h1 img{
	width: 90%;
}

header table{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
header td{
	vertical-align: bottom;
}

header table img{
	width: 100%;
}
.header_resp{
	display: none;
}

.bg_menu{
	position: absolute;
	bottom: -13.5%;
	margin: auto;
	left: 0;
	right: 0;
}
.bg_menu img{
	width: 100%;
}
.bg_menu_resp{
	display: none;
}

/*-----------------------------------------ナビ*/

nav{
	width: 58%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	position: absolute;
	bottom: 1.5%;
	left: 0;
	right: 0;
	z-index: 999999;
}

nav ul{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

nav ul li img{
	width: 90%;
}

.spin {
  transition: 1s ;
  transform: rotateY( 0deg ) ;
}
.spin:hover {
  transition: 1s ;
  transform: rotateY( 360deg );
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	height: auto;
	margin-bottom: -1.5%;
	background-image: url(images/bg_main_l.png), url(images/bg_main_r.png);
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;
	background-size: 25%, 25%;
}
.bottomImg img{
	width: 100%;
}

/*-----------------------------------------スライダー*/

#sliderbox {
	width: 100%;
	position: relative;
	margin: auto;
}

.topImg{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -30%;
	opacity: 1;
}

.topImg img{
	width: 100%;
}
.topImg_resp{
	display: none;
}

/*-----------------------------------------メイン*/

#main {
	width: 1100px;
	font-size: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

article{
	width:90%;
	margin: 50px auto;
}

h2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    bottom: 40px;
    right: 20px;
	z-index: 99;
}

#PageTopbtn a{
	display: block;
}

#PageTopBtn a:hover{
	opacity: 1.0;
}
  
#pagetop{
	display: none;
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	position: relative;
	background-image: url(images/bg_footer.png);
	padding-top: 10px;
}

#footer table{
	margin: 10px auto;
}

#footer td{
	text-align: center;
}
#footer p{
	padding-top: 3px;
	font-size: 13px;
}

/*------------------------------------------トップページ*/

#news{
	width: 100%;
	padding: 40px auto;
	margin-top: 80px;
	margin-bottom: 50px;
	position: relative;
}

#news p{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -55px;
}

#news dl{
	width: 90%;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	background-color: #fff;
	border-radius: 10px;
	border: 6px solid #ff94d8;
}

#news dt{
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #bf57b5;
	font-weight: bold;
}

#news dd{
	text-align: left;
	padding-left: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ff6ecc;
}

#baseinfo table{
	width: 80%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 4px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 10px;
}
#baseinfo th{
	padding: 15px 20px;
	background-color: #e3afef;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	white-space: nowrap;
}
#baseinfo td{
	padding:15px 20px;
	background-color: #f6eaf9;
	border-radius: 5px;
}
#map a{
	background-color: #e08cf4;
	padding: 5px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
}
	
#map img{
	width: 100%;
	padding-bottom: 15px;
}
#link ul{
	margin-top: 80px;
}

#link ul li{
	width: 30%;
	display: inline-block;
	margin: 10px;
}

/*-----------------------------------------園について*/

.policy_box{
	margin: 30px 0px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border-radius: 20px;
	border: 1px dotted rgba(216, 102, 211, 0.1);
}
.policy_title{
	font-size: 20px;
	color: #e27ae2;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px dashed #d866d3;
	position: relative;
}
.policy_txt{
	position: relative;
	border-bottom: 0px dashed #d866d3;
}
.policy_title:before{
	content: url(images/list_policy.png);
	color: #d866d3;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -35px;
}
#objective p span{
	font-size: 20px;
	font-weight: bold;
	color: #7a84dd;
	background: linear-gradient(transparent 60%, #e9ebff 60%);
	line-height: 150%;
}
#philosophy p span{
	font-size: 20px;
	font-weight: bold;
	color: #cc5acc;
	background: linear-gradient(transparent 60%, #f7dcf4 60%);
	line-height: 150%;
}
#target_items{
	display: flex;
	justify-content: space-between;
}
.target_box{
	width: 32%;
	border: 2px solid #ff7de7;
	padding: 10px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.7);
}
.target_title{
	background-color:  #ff7de7;
	padding: 5px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 15px;
	margin-bottom: 10px;
}
.target_txt{
	font-weight: bold;
	margin-bottom: 20px;
}
.target_photo{
	width: 260px;
	height: 260px;
	margin: auto;
}
.target_photo img{
	width: 90%;
	height: 90%;
	object-fit: cover;
	border-radius: 50%;
}
#overview table{
	width: 100%;
}
#overview th{
	padding: 10px;
	border: 1px solid #e3afef;
	text-align: center;
	background-color: #f6eaf9;
}
#overview td{
	padding: 10px;
	border: 1px solid #e3afef;
	background-color: #fff;
}
#unique ul li{
	text-align: left;
	margin-bottom: 30px;
	background-image: url(images/list_unique.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #dc9fff;
}
#guide p img{
	width: 100%;
}

/*-----------------------------------------一日の流れ*/

#openHours ul{
	display: flex;
	justify-content: space-between;
}
#openHours ul li{
	width: 48%;
}
#openHours table{
	width: 100%;
}
#openHours p{
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 10px;
}
#openHours th{
	padding: 10px;
	white-space: nowrap;
	text-align: center;
}
#openHours td{
	padding: 10px;
	background-color: #fff;
}
.group1 p{
	background-color: #f795fc;
}
.group2-3 p{
	background-color: #8d8de2;
}
.group1 th{
	border: 1px solid #f795fc;
	background-color: #fef3ff;
}
.group1 td{
	border: 1px solid #f795fc;
}
.group2-3 th{
	border: 1px solid #8d8de2;
	background-color: #eaeaf9;
}
.group2-3 td{
	border: 1px solid #8d8de2;
}
#daily ul{
	display: flex;
	justify-content: space-between;
}
#daily ul li{
	width: 48%;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
}
#daily table{
	width: 100%;
}
#daily p{
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	background-image: url(images/bg_age.png);
}
.under2 p{
	background-color: #ffd599;
}
.over3 p{
	background-color: #d1e588;
}

#daily th{
	padding: 90px 10px 10px 10px;
	white-space: nowrap;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	vertical-align: top;
}
.under2 th{
	background-image: url(images/bg_under2.png);
	background-position: center top 20px;
	background-repeat: no-repeat;
	background-size: 60%;
}
.over3 th{
	background-image: url(images/bg_over3.png);
	background-position: center top 20px;
	background-repeat: no-repeat;
	background-size: 60%;
}
#daily td{
	padding: 10px;
	width: 80%;
}
#daily td dl{
	width: 100%;
}
#daily td dt{
	padding: 10px;
}
#daily td dd{
	padding: 10px 10px 10px 20px;
}
#daily td dt img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}
.under2 td{
	border-bottom: 4px dotted #FC6;
}
.over3 td{
	border-bottom: 4px dotted #abe254;
}

/*-----------------------------------------年間行事*/

.gyoji{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.event_note{
	text-align: left;
}
.event_box{
	width: 32%;
	border: 2px solid #b678ff;
	margin: 20px 0px;
	background-color: #fff;
	padding: 20px 10px;
	border-radius: 20px;
}
.event_box p{
	margin-bottom: 10px;
	border-radius: 20px;
}
.event_box p img{
	width: 100%;
}
.event_box table{
	width: 100%;
}
.event_box th{
	padding: 10px;
	text-align: center;
}
.event_box td{
	padding: 10px;
}
.event_box th img{
	width: 100%;
	height: 180px;
	border-radius: 20px;
	object-fit: cover;
}
.monthly, .school{
	width: 48%;
}
.monthly p img, .school p img{
	width: 63%;
}
.monthly th img, .school th img{
	width: 63%;
	height: 180px;
	border-radius: 20px;
	object-fit: cover;
}
.school p{
	font-weight: bold;
	font-size: 18px;
	line-height: 180%;
}
.apr p{
	background-color: #e85a9a;
}
.may p{
	background-color: #34ac37;
}
.jun p{
	background-color: #00a576;
}
.jul p{
	background-color: #00a8c4;
}
.aug p{
	background-color: #2c91ce;
}
.sep p{
	background-color: #5c66ad;
}
.oct p{
	background-color: #794798;
}
.nov p{
	background-color: #f7904b;
}
.dec p{
	background-color: #d90b17;
}
.jan p{
	background-color: #e95657;
}
.feb p{
	background-color: #e62c5c;
}
.mar p{
	background-color: #e83474;
}
.monthly p{
	background-color: #f9bc26;
}
.school p{
	background-color: #63c3ea;
}

/*-----------------------------------------よくある質問*/

.qa_box{
	text-align: left;
	background-image: url(images/qa_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 30px 0px;
}
.q{
	padding: 25px 10px 25px 70px;
	font-size: 19px;
	font-weight: bold;
	background-color: #fbe6ff;
	background-image: url(images/q.png);
	background-position: left 5px top 5px;
	background-repeat: no-repeat;
	border-radius: 10px;
	margin-bottom: 10px;
}
.a{
	background-image: url(images/a.png);
	background-position: left top 20px;
	background-repeat: no-repeat;
	padding: 20px 10px 20px 70px;
}
.recruit_box{
	text-align: left;
	margin: 30px 0px;
	padding: 15px;
	border: 1px dashed #9471ff;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.7);
}
.recruit_title{
	background-color: #e6deff;
	padding: 5px 10px;
	font-size: 18px;
	border-radius: 10px;
}
.recruit_txt{
	padding: 10px;
	margin-bottom: 10px;
}
.recruit_pdf{
	background-image: url(images/list_recruit_pdf.png);
	background-position: left top 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
.recruit_pdf a{
	color: #736357;
}
.recruit_pdf a:hover{
	opacity: 0.7;
}
.recruit_photo{
	text-align: right;
	border-top: 1px dotted;
	padding: 10px;
}
.recruit_photo img{
	width: 350px;
	height: 235px;
	object-fit: cover;
	border-radius: 20px;
}
#jouhou ul li{
	text-align: left;
	margin-bottom: 25px;
	border-bottom: 1px dashed;
	background-image: url(images/list_jouhou.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 10px 5px 30px;
}
#jouhou ul li a{
	color: #874aaf;
}
#jouhou ul li a:hover{
	opacity: 0.7;
}

/*-----------------------------------------新着情報*/

#blogbox{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

#blogside{
	float: left;
	width: 25%;
	margin-bottom: 15px;
	padding: 10px 15px 15px 15px;
	background-color: #E8B6FF;
	border-radius: 10px;
	background-image: url(images/bg_blogCategory.png);
}

#blogside ul{
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#blogside li{
	list-style: none;
	background-color: #fff;
	padding: 8px;
	margin: 8px 5px;
	border-radius: 5px;
}

#blogside li a{
	text-decoration: none;
	color: #0D8BED;
}

#blogside li a:hover{
	color: #C632CB;
}

#blogmain {
	float: right;
	width: 73%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}

#blogtitle{
	font-size: 20px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 3px;
	margin: 10px 10px 20px 10px;
	position: relative;
	text-align: left;
	background-image: url(images/list_blogtitle.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 4px dotted #C9C;
}

.blogkiji .blogdate {
	text-align: right;
	padding-right: 10px;
	padding-top:10px;
	font-weight: bold;
}

#blog .blogkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 10px;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 4px solid #E8B6FF;
}

#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 ul.blog_photo {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;

}

#blog .blogkiji ul.blog_photo li {
	width: 32%;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;

}

#blog .blogkiji ul.blog_photo li img {
	width: 95%;
	border-radius: 10px;
}

#blog .blog_pdf{
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	background-image: url(images/list_blogpdf.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
}

#blog .blog_pdf a{
	text-decoration: underline;
	color: #736357;
}

#blog .blog_pdf a:hover{
	opacity: 0.7;
}

#blog .blogPage{
	margin-top: 30px;
	margin-right: 20px;
	text-align: right;
}

#blog .blogPage ul li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 17px;
	vertical-align: top;
}

#blog .blogPage ul li a{
	background-color: #fff;
	padding: 0px 8px;
	text-decoration: none;
	border: 1px solid #DE9FFF;
	color: #DE9FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 300ms linear;
}

#blog .blogPage ul li a:hover{
	background-color: #DE9FFF;
	color: #fff;
	opacity: 1;
}

#blog .blogPage ul li .active{
	background-color: #DE9FFF;
	color: #fff;
}

#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;
}

@media screen and (max-width:1500px){
	
/*-----------------------------------------ヘッダー*/

header h1{
	width: 30%;
}
/*-----------------------------------------ナビ*/

nav{
	width: 65%;
	bottom: 0.5%;
}
nav ul li img{
	width: 80%;
}

/*-----------------------------------------メイン*/

#main{
	width: 70%;
}

article{
	width: 90%;
}

/*------------------------------------------トップページ*/

#news_wrapper{
	width: 90%;
}

}

@media screen and (max-width:1100px){
	
/*-----------------------------------------ヘッダー*/

	
/*-----------------------------------------ナビ*/

nav{
	width: 80%;
	bottom: -3%;
}

nav ul li img{
	width: 70%;
}
/*-----------------------------------------メイン*/

#main{
	width: 80%;
}

/*-----------------------------------------トップページ*/

#link ul li{
	margin: 10px 0px;
}
#link ul li img{
	width: 90%;
}

/*-----------------------------------------園について*/

#target_items{
	flex-wrap: wrap;
}
.target_box{
	width: 70%;
	margin: 20px auto;
}

/*-----------------------------------------一日の流れ*/

#openHours ul{
	flex-wrap: wrap;
}
#openHours ul li{
	width: 100%;
	margin: 20px 0px;
}

/*-----------------------------------------新着情報*/

#blogside img{
	width: 100%;
}

/*-----------------------------------------年間行事*/

.event_box{
	width: 48%;
}
.event_box th img{
	height: 200px;
}
.monthly th img, .school th img{
	width: 100%;
	height: 200px;
}

}


@media screen and (max-width:768px){

/*-----------------------------------------ヘッダー*/

header{
	background-image: url(images/bg_top_l.png), url(images/bg_top_r.png);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: 20%, 20%;
}
.header_top{
	padding-bottom: 60%;
}

header h1{
	width: 55%;
}

header table{
	display: none;
}

.header_resp{
	display: block;
	position: absolute;
	z-index: 999;
	margin: auto;
	left: 0;
	right: 0;
	top: 34%;
}
.header_resp img{
	width: 100%;
}
.bg_menu{
	display: none;
}
.bg_menu_resp{
	display: block;
	position: absolute;
	bottom: -38%;
	margin: auto;
	left: 0;
	right: 0;
}
.bg_menu_resp img{
	width: 100%;
}

/*-----------------------------------------ナビ*/

nav{
	width: 100%;
	bottom: -22%;
}
nav ul li img{
	width: 85%;
}

/*-----------------------------------------スライダー*/

#container{
	margin-bottom: -2%;
	background-image: none;
}

/*-----------------------------------------スライダー*/

.topImg{
	display: none;
}

.topImg_resp{
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -22%;
}

.topImg_resp img{
	width: 100%;
}


/*-----------------------------------------メイン*/

#main{
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
	border-radius: 0;
}

.after #main{
	padding-top: 120px;
}

article{
	margin: 30px auto;
}


/*-----------------------------------------ページトップへ*/

#ptb_slide{
	display: none;
}

#pt_resp #pagetop{
	position: absolute;
	right: 5px;
	bottom: 20px;
	z-index: 999;
}

#pagetop{
	display: block;
	text-align: right;
}
#pagetop img{
	width: 120px;
}

/*------------------------------------------トップページ*/

#baseinfo table{
	width: 100%;
}

/*-----------------------------------------園について*/

.target_box{
	width: 100%;
}

/*-----------------------------------------一日の流れ*/

#daily ul{
	flex-wrap: wrap;
}
#daily ul li{
	width: 100%;
	margin: 20px 0px;
	padding: 20px;
}
#daily td dt img{
	height: 300px;
}
.under2 th, .over3 th{
	background-size: 55px;
}

/*-----------------------------------------よくある質問*/

.q{
	background-size: 50px;
	padding: 20px 10px 20px 70px;
}
.a{
	background-size: 50px;
}
.recruit_photo{
	text-align: center;
}

/*-----------------------------------------新着情報*/

#blogbox{
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#blogside{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 10px;
}
#blogside img{
	width: auto;
}

#blogmain{
	float: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
}


#blog .blogkiji ul.blog_photo li{
	width: 48%;
}

#blog .blogkiji ul.blog_photo li img {
	width: 95%;
}

}

@media screen and (max-width:480px){
	
/*-----------------------------------------ヘッダー*/

header h1{
	width:85%;
}
.header_resp{
	display: block;
	position: absolute;
	z-index: 999;
	margin: auto;
	left: 0;
	right: 0;
	top: 25%;
}

.bg_menu_resp{
	display: none;
}

/*-----------------------------------------ナビ*/

nav{
	position: static;
	top: auto;
	background-image: url(images/bg_menu.png);
	padding-top: 20px;
}
nav ul{
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
	padding-top: 10px;
}

nav ul li{
	width: 30%;
	margin: 10px 5px;
}
nav ul li img{
	width: 80%;
}

/*-----------------------------------------スライダー*/

.topImg_resp{
	display: none;
}

/*-----------------------------------------メイン*/

#main{
	padding-bottom: 50px;
}
.after #main{
	padding-top: 20px;
}

h2 img{
	width: 100%;
}

/*-----------------------------------------フッター*/

#footer table{
	margin-bottom: 110px;
}
.name img{
	width: 98%;
}

/*-----------------------------------------トップページ*/

#news{
	width: 100%;
}

#news p img{
	width: 85%;
}

#news dl{
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#news dt {
	float: none;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

#news dd{
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
}
#link ul li{
	width: 48%;
}

/*-----------------------------------------一日の流れ*/

#openHours p{
	font-size: 16px;
}
#openHours th{
	display: block;
}
#openHours td{
	display: block;
}
#daily ul li{
	padding: 15px;
}
#daily th{
	display: block;
}

#daily td{
	display: block;
	width: 100%;
	padding: 0;
}

#daily th{
	padding: 75px 10px 10px 10px;
}
.under2 th, .over3 th{
	background-position: center top 15px;
}
#daily td dt img{
	height: 52vw;
}

/*-----------------------------------------年間行事*/

.event_box{
	width: 100%;
}
.event_box th img{
	height: 52vw;
}
.monthly th img, .school th img{
	width: 100%;
	height: 52vw;
}

/*-----------------------------------------よくある質問*/

.q{
	background-size: 35px;
	padding: 10px 10px 10px 50px;
	font-size: 17px;
}
.a{
	background-size: 35px;
	background-position: left top 10px;
	padding: 10px 10px 10px 50px;
}
.recruit_photo img{
	width: 95%;
	height: 52vw;
	object-fit: cover;
}

/*-----------------------------------------新着情報*/

#blog #blogtitle{
	font-size: 16px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 30px;
	margin: 0px 10px 20px 10px;
}

#blog .blogkiji ul.blog_photo li {
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

#blog .blogkiji ul.blog_photo li img {
	width: 90%;
}

}
	
