@charset "UTF-8";
/* ====================================================
 トップ 
 ====================================================*/
/* スライダー */
#slider{
	width: 100%;
	height: 100vh !important;
}
#slider-wrap{
	position: relative;
	top: 100px;
}
#slider-wrap .top_copy{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 300px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1;
}
#slider-wrap .top_mv_cover {
  position: absolute;
  top: 65%;
  width: 100%;
}
main#top{
	position: relative;
	z-index: 1;
}
#top .with{
	background-image:url("../img/top/top_bk--01.svg");
	background-repeat: no-repeat;
	background-position: 350px;
	  margin-top: 100px;
}
#top .with li:first-child{
	width: 35%
}
#top .top_list img{
	width: 300px;
}
#top .top_illust--01{
	position: absolute;
  	bottom: -20px;
  	right: -60px;
  	width: 220px;
}
#top .top_illust--02{
	position: absolute;
  	top: -50px;
  	left: 30px;
  	width: 120px;
}
#top .top_illust--03{
	position: absolute;
  	top: -50px;
  	left: 40%;
  	width: 120px;
}

.img--01{/* 共通画像 */
	width: min(600px, 100%);
	margin: 30px auto;
	border-radius: 30px;
}
.img--01 img{
	border-radius: 30px;
}
.top_news_wrap{
	width: 900px;
	margin: 60px auto;
}
.top_news_wrap img{
	width: 100%;
	display: block;
}
.top_news_wrap .top_news_in{
	display: flex;
	align-items: center;
  	gap: 30px;
	padding-block: 30px;
}
.top_news_wrap .top_news_ttl {
	background-color: var(--green);
  	color: #fff;
  	border-radius: 50%;
  	width: 150px;  min-width: 150px;
  	height: 150px;
  	font-size: 14px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-flow: column;
  	line-height: 1.5;
}
.top_news_wrap .top_news_ttl p{
	font-size: 24px;
}
.top_news_wrap .top_news_list li {
  	display: flex;
  	gap: 30px;
  	padding-block: 10px;
	font-size: 18px;
}

/* ====================================================
 当園のご紹介 
 ====================================================*/
.about_sec--01 ul{
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	font-size: clamp(18px, 2.5vw, 20px);
	margin-top: 30px;
}
.about_sec--01 li.logo_mark{
	width: 30%;
	mix-blend-mode: multiply;
}
.about .card{
	display: flex;
	margin-top: 10px;
}
.about .card li p{
  font-size: clamp(24px, 2.5vw, 30px);
}
.about .card li span{
  font-size: 16px;
}
.about .card li.card_item {
	width: calc(100% / 3);
	background-color: var(--wh);
  	text-align: center;
  	border-radius: 30px;
  	padding: 10px 20px;
}
.about .card li.card_item:first-child{
	border: 2px solid var(--green);
	color: var(--green)
}
.about .card li.card_item:first-child p{
	border-bottom: 1px solid var(--green);
}
.about .card li.card_item:nth-child(2){
	border: 2px solid var(--blue);
	color: var(--blue)
}
.about .card li:nth-child(2) p{
	border-bottom: 1px solid var(--blue);
}
.about .card li:last-child{
	border: 2px solid var(--orange);
	color: var(--orange)
}
.about .card li:last-child p{
	border-bottom: 1px solid var(--orange);
}
.about .about_illust--01{
	position: absolute;
  	top: -80px;
  	right: 40px;
  	width: 200px;
}
.about .about_illust--02{
	position: absolute;
  	top: -120px;
  	left: 40px;
  	width: 160px;
}

/* ====================================================
 幼稚園での生活 
 ====================================================*/
.life .food{
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
}
.life .food table{
	border-top: 2px solid var(--green);
	border-left: 2px solid var(--green);
	background-color: var(--wh)
}
.life .food table td{
	border-right: 2px solid var(--green);
	border-bottom: 2px solid var(--green);
	white-space: nowrap;
	text-align: center;
	padding: 10px 20px;
	color: var(--green)
}
.life .food img{
	width: 300px
}
.life .flow{
	width: min(80%, 370px);
	margin-inline: auto;
}
.life .flow ul{
	display: flex;
	border-bottom: 2px dashed var(--pink);
	padding: 10px;
}
.life .flow ul li:first-child{
	width: 150px;
}
.life .event{
	display: flex;
	justify-content: space-evenly;
}
.life .event li{
	width: calc(100% / 3 - 30px)
}
.life .event li p:first-child{
	text-align: center;
	color: var(--blue);
}
.life .event li p:last-child{
	border: 3px dotted var(--blue);
	border-radius: 20px;
	background-color: var(--wh);
	padding: 30px;
	margin-top: 10px;
	font-size: 20px;
}
.life .life_illust--01{
	position: absolute;
  	top: -80px;
  	left: 40px;
  	width: 150px;
}
.life .life_illust--02{
	position: absolute;
  	bottom: -80px;
  	right: 40px;
  	width: 180px;
}

/* ====================================================
 入園のご案内 
 ====================================================*/
.info .info_table{
	width: 100%;
	background-color: var(--wh);
	font-size: clamp(14px, 2.5vw, 18px);
}
.info .info_table caption{
	padding-top: 5%;
	font-size: clamp(18px, 2.5vw, 22px);
}
.info .info_table th,.info .info_table td{
	padding: 10px;
}
.info .info_table.info_table--02 td{
	padding-inline: 10%;
}
.info .info_childcare{
	display: flex;
}
.info .info_childcare li:first-child{
	width: 200px;
}
.info .orange{ border-bottom: 2px solid var(--orange); border-left: 2px solid var(--orange);}
.info .orange th{ border-top: 2px solid var(--orange); background-color: #fef2e7;}
.info .orange td{ border-top: 2px solid var(--orange); border-left: 2px solid var(--orange); border-right: 2px solid var(--orange);}
.info .orange caption{ color: var(--orange);}

.info .green{ border-bottom: 2px solid var(--green); border-left: 2px solid var(--green);}
.info .green th{ border-top: 2px solid var(--green); background-color: #f5fbf4;}
.info .green td{ border-top: 2px solid var(--green); border-left: 2px solid var(--green); border-right: 2px solid var(--green);}
.info .green caption{ color: var(--green);}

.info .blue{ border-bottom: 2px solid var(--blue); border-left: 2px solid var(--blue);}
.info .blue th{ border-top: 2px solid var(--blue); background-color: #f0fafd;}
.info .blue td{ border-top: 2px solid var(--blue); border-left: 2px solid var(--blue); border-right: 2px solid var(--blue);}
.info .blue caption{ color: var(--blue);}

/* ====================================================
 ダウンロード 
 ====================================================*/
.dw{
	font-size: 18px;
	display: table;
	margin-inline: auto;
	line-height: 2
}

/* ====================================================
 post 
 ====================================================*/
.news_post_cont a{
	border-bottom: 1px solid #ff9900;
	padding-bottom: 1px;
}
.pankuzu {
  font-size: 13px;
  margin-bottom: 30px;
}
.news_post_wrap .news_post_cont {
  width: min(100%, 700px);
}
.news_date {
  font-size: 14px;
  margin-bottom: 20px;
}
.news_cate {
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 1px 10px;
  font-size: 1.3rem;
  display: inline-block;
}
.post_wrap {
  display: flex;
  gap: 60px;
  padding-inline: 2%;
}
.post_wrap {
  & .post_title {
    font-size: 28px;
    line-height: 1.5;
  }
}
.post_content p {
  margin-bottom: 1em;
}
.side {
  width: 250px;
  flex-shrink: 0;
}
.wp-block-archives-dropdown label {
  color: var(--blue);
  background-color: #ccc;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.page_wrap_01 {
  border: 1px solid var(--color_or_01);
  background-color: #fff;
  border-radius: 50px;
  padding: 50px 60px;
  margin-top: 30px;
}
.contents_wrap {
  width: min(90%, 1170px);
  margin-inline: auto;
}
.widgettitle {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding-block: 5px;
  border-radius: 6px;
}
#archives-dropdown-2{
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
#recent-posts-2 li{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.3
}
.news_list li{
	margin-bottom: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: none !important;
  padding: 3px 10px;
  margin: 2px;
}
.wp-pagenavi span.current {
  border: 1px solid var(--green) !important;
	color: #fff;
	background-color: var(--green);
	padding: 3px 10px;
}
.wp-pagenavi {
  clear: both;
  display: table;
  margin-inline: auto;
}
#post_link{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.wp-block-image img{
	margin-bottom: 10px;
}

/* ====================================================
 お問い合わせ
 ====================================================*/
.privacy{
	padding: 20px;
	font-size: 15px;
}
.privacy dt{
	font-size: 18px;
	margin: 35px 0 5px;
  border-left: 5px solid var(--pink);
  padding-left: 10px;
	font-weight: bold;
}
dt.privacy-top{
	font-size: 16px;
  border-left: none;
  padding-left: 10px;
	margin-top: 10px;
}

/* ====================================================
 お問い合わせ
 ====================================================*/
.contact_copy{
	margin-top: 30px;
}
.contact_copy_wrap{
	border: 1px solid var(--base);
	padding: 20px 30px;
	margin-top: 30px;
	border-radius: 30px;
	line-height: 1.5;
}
#contact{
	width: min(600px, 100%);
	margin: 0 auto;
}
#contact .contact-item{
	display: _flex;
	margin: 20px 0;
}
#contact .contact-item dt{
	width: 240px;
	margin-bottom: 5px;
}
#contact .must{
	background-color: var(--blue);
	color: #fff;
	border-radius: 5px;
	margin-right: 5px;
	padding: 1px 5px;
	font-size: 14px;
}
#contact input {
  padding: 15px;
	width: 100%;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
#contact .contact-address{
	width: 375px;
}
#contact .contact-address li{
	margin-bottom: 5px;
}
span.wpcf7-list-item {
    display: block;
}
select {
  text-transform: none;
  padding: 10px 20px;
  border: 1px solid var(--pink-lt);
  border-radius: 8px;
  background-color: var(--pink-lt);
}
textarea {
	width: 100%;
  padding: 10px;
  border-radius: 10px;
	border: 1px solid #ccc;
}
.submit{
	margin: 20px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.submit input{
	background-color: var(--pink);
  	font-size: 18px !important;
  	padding: 10px 60px !important;
  	color: #fff;
  	border-radius: 15px !important;
}
#autozip {
   display: none !important;
}
#contact .contact-agree input{
		width: auto;
}


@media screen and (max-width: 767px) {
#contact .contact-item {
  flex-flow: column;
	padding: 0 5%;
}
#contact input {
  width: 100%;
}
#contact .contact-address {
  width: 100%;
}
textarea {
  width: 100%;
}
#contact .contact-zip input{
		width: 200px;
	}
#contact .contact-agree input{
		width: auto;
}
.submit {
  width: 90%;
}
}


/* ====================================================
 sp　ここから
 ====================================================*/
@media screen and (max-width: 767px) {
/* ====================================================
 sp トップ 
 ====================================================*/
#slider-wrap .top-copy {
	  top: 250px;
	 width: 90px;
}
#slider-wrap .top-copy img{
  width: 100%
}
#slider-wrap .top-copyright {
  top: 260px;
    left: -90px;
    font-size: 12px;
}
#slider-wrap .top-open{
    left: 5px;
    bottom: 88px;
    width: 150px;
}
#slider-wrap .top-open img{
	width: 100%
}
#slider {
    width: 100%;
    height: 90vh !important;
}
#slider-wrap .top-illust-01 {
  bottom: 80px;
}
#slider-wrap {
  top: 80px;
}
#slider-wrap .top_copy {
  top: 30%;
  width: 200px;
}
#top .with li:first-child {
  width: 70%;
}
#top .with {
  background-position: 0px;
  background-size: 80%;
	  margin-top: 10px;
}
#top .top_list{
	width: 80%;
}	
#top .top_illust--01 {
  right: 0px;
  width: 40%;
}	
#top .top_illust--02 {
  left: 5%;
  width: 20%;
}
#top .top_illust--03 {
  top: -70px;
  left: 40%;
  width: 25%;
}
.top_news_wrap {
  width: 100%;
}	
.top_news_wrap .top_news_in {
	flex-flow: column;
	gap: 10px;
}	
.top_news_wrap .top_news_list li {
  font-size: 14px;
}	
.top_news_wrap .top_news_ttl {
  border-radius: 20px;
  width: 150px;
  min-width: auto;
  height: 80px;
}

/* ====================================================
 sp 当園のご紹介 
 ====================================================*/
.about .card li.card_item {
  width: 80%;
}
.about_sec--01 ul {
  gap: 20px;
}
.about .about_illust--01 {
  right: auto;
  width: 30%;
  left: 0;
}	
.about .about_illust--02 {
  left: auto;
  width: 30%;
  right: 0;
}
	
/* ====================================================
 sp 幼稚園での生活 
 ====================================================*/
.life .food table td {
  padding: 10px 10px;
}
.life .food img {
  width: 80% !important;
}
.life .flow ul li:first-child {
  width: 90px;
}
.life .life_illust--01 {
  left: 0px;
  width: 25%;
}
.life .life_illust--02 {
  width: 25%;
}
.life .event li {
  width: 80%;
  margin-inline: auto;
}
.life .event li p:last-child {
  padding: 20px;
  margin-top: 0px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

/* ====================================================
 sp 入園のご案内 
 ====================================================*/
.info .info_childcare li:first-child {
  width: 140px;
  margin-right: 1em;
}
	
/* ====================================================
 sp post 
 ====================================================*/
.contents_wrap {
  width: 100%;
}
.page_wrap_01 {
  padding: 50px 0px;
}
.post_wrap {
  flex-flow: column;
}
.news_post_wrap .news_post_cont {
  width: 100%;
}
	.side {
  width: 100%;
}

}/* // sp　ここまで */