@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;
}

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;
}

.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%;
	background-image: url(wt-images/bg_main.png);
	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%;
}

/*-----------------------------------------ヘッダー*/

header{
	width: 100%;
	height: auto;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

header .top_wrapper{
	width: 100%;
	height: auto;
	background-color: #fff;
	background-image: url(wt-images/bg_header_l.png), url(wt-images/bg_header_r.png);
	background-position: left top 30px, right top 30px;
	background-repeat: no-repeat, no-repeat;
	background-size: 14%, 14%;
	background-color: #fff;
}

header p.topImg_t{
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	overflow: hidden;
}

header .top_title{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

header h1{
	float: left;
	margin-left: 10px;
	text-align: left;
	margin-bottom: 20px;
}

header #top_photo{
	position: relative;
}

header #top_photo p.photo img{
	width: 100%;
}
header #top_photo .photo_resp{
	display: none;
}

header p.topImg_c{
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	overflow: hidden;
}

header p.topImg_c img{
	width: 100%;
}
header .topImg_c2{
	position: absolute;
	margin: auto;
	top: 50%;
	left: 0;
	right: 0;
}

header p.topImg_c_resp{
	display: none;
}
.topImg_c2 img{
	width: 100%;
}
.topImg_c_resp2{
	display: none;
}

/*-----------------------------------------ナビ*/

header nav{
	float: right;
}

header nav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-top: 10px;

}

header nav ul li {
	text-align: center;
	position: relative;
	background-size: 100%;
}

header nav ul li a {
	display: block;
	margin: 0px 20px;
	padding-top: 30px;
	background: url(wt-images/bg_menu_off.png);
	background-position: center center;
	background-repeat: no-repeat;
}

header nav ul li:nth-child(1) a:hover{
	background: url(wt-images/bg_menu1_on.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
}
header nav ul li:nth-child(2) a:hover{
	background: url(wt-images/bg_menu2_on.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
}
header nav ul li:nth-child(3) a:hover{
	background: url(wt-images/bg_menu3_on.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	background-image: url(wt-images/bg_main.png);
}

.bottom img{
	width: 100%;
}


/*-----------------------------------------メイン*/

#main {
	width: 1020px;
	font-size: 15px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;

}

article{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

h2 {
	margin-bottom: 20px;
}

h3{
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 4px dotted #e0bc8c;
}

/*-----------------------------------------ページトップへ*/

#PageTopBtn {
    position: fixed;
    bottom: 0px;
    right: 30px;
}
  
#pagetop{
	display: none;
}

/*-----------------------------------------フッター*/

#footer {
	width: 100%;
	left: 0px;
	overflow: hidden;
	background-image: url(wt-images/bg_footer.png);
	padding-top: 10px;
	border-top: 8px solid #b28247;
}

#footer table{
	margin-left: auto;
	margin-right: auto;
}

#footer td{
	text-align: center;
	padding-bottom: 5px;
}

#footer p{
	margin-bottom: 3px;
}

/*------------------------------------------トップページ*/

#news {
	overflow: hidden;
	margin-top: 10px;
}

#news .news_details {
	width: 100%;
	background-image: url(wt-images/bg_news.gif);
	padding-top: 35px;
	padding-bottom: 25px;
	margin-top: -30px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#news iframe {
	width: 90%;
	height: 350px;
	border-style: none;
	background-color: #fff;
	margin: 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#intro ul li::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FC6;
  position: absolute;
  bottom: -5px;
  left: -3px;
}

#intro ul li::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FC6;
  position: absolute;
  bottom: -5px;
  right: -3px;
}

#intro ul li{
	text-align: left;
	padding: 20px 20px 5px 20px;
	font-size: 17px;
	border-bottom: 1px dashed #FC6;
	position: relative;
}

#outline table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}

#outline th{
	padding: 7px 10px;
	text-align: center;
	background-color: #d9ecff;
	border-radius: 5px;
	white-space: nowrap;
}

#outline td{
	padding: 7px 10px;
	background-color: #fff;
	border-radius: 5px;
}

#outline td span a{
	background-color: #8cc5f4;
	color: #fff;
	padding: 1px 10px;
	border-radius: 10px;
	text-decoration: none;
}

#outline td span a:hover{
	opacity: 0.7;
}

#outline td br{
	display: none;
}

.hoshin_txt p.ht{
	font-size: 24px;
	color: #F60;
	margin-bottom: 20px;
	text-align: center;
}

.hoshin_txt p{
	font-size: 17px;
	line-height: 150%;
}
.hoshin_txt p span{
	line-height: 1.8em;
}

#target table{
	margin: auto;
	border-collapse: separate;
	border-spacing: 20px;
	margin-bottom: 20px;
}

#target td{
	font-size: 22px;
	padding: 10px 40px;
	text-align: center;
	border-bottom: 1px dashed #8fc31f;
	position: relative;
	color: #22ac38;
}

#target td::before{
	content: "★";
	color: #8fc31f;
  display: block;
  position: absolute;
  bottom: -12px;
  left: -10px;
}

#target td::after{
	content: "★";
	color: #8fc31f;
  display: block;
  position: absolute;
  bottom: -12px;
  right: -10px;
}

#target ul li{
	text-align: left;
	background-image: url(wt-images/list_target.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	border-bottom: 1px dotted #8fc31f;
	margin-bottom: 10px; 
}

/*-----------------------------------------園の生活*/

#daily section{
	margin: 20px 0px;
}
.program ul{
	display: flex;
	justify-content: space-between;
}
.program ul li{
	width: 32%;
}
.program p{
	border-radius: 10px;
	margin-bottom: 10px;
}
.program table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}
.program th{
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}
.program td{
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	width: 80%;
}
.zero th{
	background-color: #FFE89F;
}
.zero p{
	background-color: #FFD869;
}
.under2 th{
	background-color: #FFCAD8;
}
.under2 p{
	background-color: #FFA9C4;
}
.over3 th{
	background-color: #9FE2D0;
}
.over3 p{
	background-color: #72CEB3;
}
.daily_note p{
	text-align: left;
	margin-bottom: 40px;
	text-indent: -1em;
	padding-left: 1em;
}
.daily_note p:before{
	content: "※";
}
.daily_note ul li{
	text-align: left;
	background-image: url(wt-images/list_daily.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 35px;
	margin: 10px 0px 20px 0px;
	border-bottom: 2px dotted #A0CAEC;
}
#lunch p{
	text-align: left;
}
#lunch p img{
	float: right;
	width: 28%;
	margin-left: 20px;
	margin-bottom: 10px;
	border-radius: 20px;
}
.caution{
	text-align: left;
	margin-bottom: 20px;
}
.caution span{
	font-size: 18px;
}
.event_box{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px 0px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 1px 1px 4px #ccc;
}
.event_box p{
	width: 15%;
}
.event_box ul{
	width: 80%;
	padding: 20px 20px 10px 20px;
}

.event_box ul li{
	text-align: left;
	padding-left: 20px;
	padding-bottom: 3px;
}
.event_box ul li:nth-child(even){
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-left: 1em;
	padding-top: 10px;
	background-image: url(wt-images/bg_event.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

.event_box ul li:nth-child(odd){
	padding-left: 1em;
	text-indent: -1em;
}

.apr ul li:nth-child(odd)::before{
	content: "●";
	color: #AFD146;
}
.jun ul li:nth-child(odd)::before{
	content: "●";
	color: #827FBB;
}
.jun ul li.oya:nth-child(odd)::before{
	content: "★";
	color: #827FBB;
	font-size: 18px;
}
.jul ul li:nth-child(odd)::before{
	content: "●";
	color: #29C2E5;
}
.jul ul li.oya:nth-child(odd)::before{
	content: "★";
	color: #29C2E5;
	font-size: 18px;
}
.sep ul li:nth-child(odd)::before{
	content: "●";
	color: #C270AA;
}
.sep ul li.oya:nth-child(odd)::before{
	content: "★";
	color: #C270AA;
	font-size: 18px;
}
.oct ul li:nth-child(odd)::before{
	content: "●";
	color: #B37F54;
}
.oct ul li.oya:nth-child(odd)::before{
	content: "★";
	color: #B37F54;
	font-size: 18px;
}
.nov ul li:nth-child(odd)::before{
	content: "●";
	color: #E2C600;
}
.dec ul li:nth-child(odd)::before{
	content: "●";
	color: #7899B3;
}
.dec ul li.oya:nth-child(odd)::before{
	content: "★";
	color: #7899B3;
	font-size: 18px;
}
.jan ul li.oya:nth-child(odd)::before{
	content: "★";
	color: #ED7761;
	font-size: 18px;
}
.feb ul li:nth-child(odd)::before{
	content: "●";
	color: #74987C;
}
.mar ul li:nth-child(odd)::before{
	content: "●";
	color: #ED7A9E;
}
.mar ul li.oya:nth-child(odd)::before{
	content: "★";
	color: #ED7A9E;
	font-size: 18px;
}
.event_note{
	margin-top: 30px;
	text-align:left;
}
.event_note ul li{
	background-image: url(wt-images/list_event.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 10px 10px 30px;
	margin-bottom: 5px;
}


@media screen and (max-width:1200px){
	
/*-----------------------------------------ヘッダー*/

header{
	width: 100%;
	height: auto;
}

header .top_wrapper{
	width: 100%;
	height: auto;
	background-position: right top 30px, right 20% top 30px;
	background-size: 18%, 18%;
}
	
header .top_title{
	width: 100%;
}

header h1{
	margin-left: 20px;
}

/*-----------------------------------------メイン*/

#main{
	width: 100%;
}
article{
	width: 90%;
	margin: 0px auto 50px auto;
}
	
}



@media screen and (max-width:768px){

/*-----------------------------------------システムメイン*/

#system_main{
	width: 100%;
	height: auto;
}

/*-----------------------------------------ヘッダー*/

header{
	width: 100%;
	height:auto;
}

header .top_wrapper{
	width: 100%;
	height: auto;
}

header .top_title{
	width: 100%;
	height: auto;
	padding-top: 40px;
}

header h1{
	float: none;
	margin-bottom: 0px;
}

header h1 img{
	width: 450px;
}

header #top_photo .photo{
	display: none;
}
header #top_photo .photo_resp{
	display: block;
	background-image: url(wt-images/bg_top_resp2.png), url(wt-images/bg_top_resp.png);
	background-position: center top 3%, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 95%, 100%;
	padding: 8% 0px 20px 0px;
}
header #top_photo .photo_resp img{
	width: 80%;
}


/*-----------------------------------------ナビ*/

header nav{
	float: none;
	width: 100%;
}

header nav ul{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
}

header nav ul li{
	margin: 0px 15px;
	background-size: 80%;
}

header nav ul li img{
	width: 80%;
}

header nav ul li a img{
	background-size: 80%;
}

header nav ul li:nth-child(1) a:hover{
	background-size: 80%;
}

header nav ul li:nth-child(2) a:hover{
	background-size: 80%;
}

header nav ul li:nth-child(3) a:hover{
	background-size: 80%;
}

/*-----------------------------------------コンテナ―*/

#container{
	width: 100%;
	height:auto;
}

/*-----------------------------------------メイン*/

#main{
	width: 100%;
	height:auto;
	padding-bottom: 30px;
}

article{
	width: 90%;
}

/*-----------------------------------------ページトップへ*/

#ptb_slide{
	display: none;
}

#pt_resp #pagetop{
	margin-bottom: 0px;
}

#pagetop{
	position: absolute;
	bottom: 30px;
	display: block;
 	width: 100%;
 	text-align: right;
	right: 20px;

}

#pagetop img{
	width: 120px;
}


/*-----------------------------------------フッター*/

#footer{
	padding-top: 10px;
}

/*-----------------------------------------トップページ*/

#outline td span a{
	font-size: 12px;
}

#outline td br{
	display: inherit;
}

.hoshin_txt p.ht{
	font-size: 19px;
	margin-bottom: 20px;
}
.hoshin_txt p{
	text-align: left;
}

.hoshin_txt p span{
	font-size: 16px;
	line-height: 1.5em;
}

/*-----------------------------------------園の生活*/

.program p img{
	width: 100%;
}

#lunch p img{
	width: 35%;
}

.event_box{
	flex-wrap: wrap;
}
.event_box p{
	width: 100%;
}
.event_box ul{
	width: 100%;
}

}
	

@media screen and (max-width:480px){

/*-----------------------------------------ヘッダー*/

header p.topImg_t{
	display: none;
}

header .top_wrapper{
	background-image: none;
}

header .top_title{
	background-image: url(wt-images/topImg_t.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 300%;
	padding-top: 30px;
}

header h1{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

header h1 img{
	width: 90%;
}

header p.topImg_c{
	display: none;
}

header p.topImg_c_resp{
	display: inherit;
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	overflow: hidden;
}

header p.topImg_c_resp img{
	width: 100%;
}
header #top_photo .photo_resp{
	display: block;
	background-image: url(wt-images/bg_top_resp2.png), url(wt-images/bg_top_resp.png);
	background-position: center top 6%, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 95%, 100%;
	padding: 10% 0px 20px 0px;
}
header #top_photo .photo_resp img{
	width: 90%;
}

.topImg_c2{
	display: none;
}

header p.topImg_c_resp{
	display: block;
}
.topImg_c_resp2 img{
	width: 100%;
}
.topImg_c_resp2{
	display: block;
}

/*-----------------------------------------ナビ*/

header nav ul{
	flex-wrap: wrap;
	justify-content: center;
	margin-right: 0px;
}

header nav ul li{
	width: 30%;
	margin: 0px 3px;
	background-color: #fdf787;
	border-radius: 10px;
	text-align: center;
}

header nav ul li img{
	width: 100%;
}

header nav ul li a {
	display: block;
	margin: 0px 5px;
	padding: 3px 5px 10px 5px;
}

header nav ul li:nth-child(1) a:hover{
	background: none;
	opacity: 0.7;
}
header nav ul li:nth-child(2) a:hover{
	background: none;
	opacity: 0.7;
}
header nav ul li:nth-child(3) a:hover{
	background: none;
	opacity: 0.7;
}
header nav ul li:nth-child(4) a:hover{
	background: none;
	opacity: 0.7;
}
/*-----------------------------------------メイン*/

#main{
	padding-top: 20px;
	padding-bottom: 80px;
}

h2 img{
	width: 98%;
}


/*-----------------------------------------ページトップへ*/

#pagetop{
  	bottom: 180px;
	right: 10px;
}

/*-----------------------------------------フッター*/

#footer{
	background-position: center bottom;
}

#footer p img{
	width: 95%;
}

/*-----------------------------------------トップページ*/

#news p img{
	width: 75%;
}

#intro ul li:first-child{
	padding-top: 0px;
}

#outline th{
	display: block;
}

#outline td{
	display: block;
	margin-bottom: 5px;
}

/*-----------------------------------------園の生活*/

.program ul{
	flex-wrap: wrap;
}
.program ul li{
	width: 100%;
	margin-bottom: 20px;
}
.program p img{
	width: auto;
}
.program td{
	width: 100%;
}

#lunch p img{
	float: none;
	display: block;
	width: 90%;
	height: 48vw;
	margin: 0 auto 20px auto;
	object-fit: cover;
}

}
