@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.header, .header .site-name-text, #navi .navi-in a, #navi .navi-in a:hover, .article h2, .sidebar h2, .sidebar h3, #footer, #footer a{
	color:#333 !important;
}
.widget-entry-cards.card-large-image .a-wrap{
    width:100%;
}
/**選択時色**/
::selection {
  background-color: #effff5;
}
.breadcrumb{/*パンくずリスト非表示*/
	display:none;
}
.to{ /*こもれびと風の「と」用*/
font-size:12px;
}
.cat-label{
	display:none;
}
a img:hover{
	 opacity: 0.7;
}
.hoiku-blog h2{
color: #FFF !important
}
.hoiku-blog .type-hoiku{
   border:none; 
    padding:1em;
}
.type-post,.type-hoiku{
	border:    1px solid #DDD;
    padding: 2em;
}
.br-sp {display: none; }

	.sp-only{display:none;}
table th, table td{
	font-size:16px;
}
/*こもれびブログ画像そろえ*/
.ect-vertical-card .entry-card-wrap .entry-card-thumb{
	/*height:240px;*/
    height: auto;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb img{
object-fit: cover;
    height: 100%;
}
/*サイドバー*/
.sidebar h2{
    color: #080808;
    border-bottom: 3px double #a9a8a8;
    border-radius: 0
}
/*SNSフォローボタンフッタ*/
.sns-follow-message{
	font-weight: bold; /*太字にする*/
	color: #875d5b; /*文字色を指定*/
}
.sns-follow-buttons {
	justify-content: center; /*中央揃え*/
}
.sns-follow-buttons a {
	border-radius: 50% !important; /*アイコンを丸くする（カスタマイズを！）*/
	font-size: 20px; /*アイコンのサイズ（カスタマイズを！）*/
	margin: 0 5px; /*ボタンの間隔（カスタマイズを！）*/
}
.sns-follow a {
	width: 40px; /*ボタンの横幅（カスタマイズを！）*/
	height: 40px; /*ボタンの高さ（（カスタマイズを！）*/
}
#sns_follow_buttons-2 h2{
	display:none;
}

/*SNSボタン固定*/
.cp_snslink05 {
	position: fixed;
	top: 85%;
	left: 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-transform: translateY(-85%);
	        transform: translateY(-85%);
}
.cp_snslink05 .cp_link a {
	position: relative;
	
	display: block;
	width: 40px;
	height: 40px;
	padding: 10px;
	-webkit-transition: background 0.5s ease 0.3ms;
	transition: background 0.5s ease 0.3ms;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #59bb62;
}
/*twitter*/
.fa-twitter:before {
  background-image: url(https://komorebitokaze.com/wp-content/uploads/2024/09/logo-white.png);
    background-size:cover;
    content: "\e61b"
}
.cp_snslink05 .facebook a:hover {
	background: #3b5998;
}
.cp_snslink05 .twitter a:hover {
	background: #333333;
}
.cp_snslink05 .google a:hover {
	background: #dd4b39;
}
.cp_snslink05 .instagram a:hover {
	background: linear-gradient(45deg, #fdf497,#fd5949,#d6249f,#285aeb );
}
.cp_snslink05 .cp_link:first-child a {
	border-radius: 0 5px 0 0;
}
.cp_snslink05 .cp_link:last-child a {
	border-radius: 0 0 5px 0;
}
.cp_snslink05 .cp_link a span {
	visibility: hidden;
	display: inline-block;
	position: absolute;
	min-width: 7em;
	top: 0.5em;
	left: 60px;
	line-height: 1em;
	padding: 8px;
	-webkit-transition: all 0.5s ease 0.3ms;
	transition: all 0.5s ease 0.3ms;
	transform: rotateY(45deg);
	transform-origin: 0;
	text-align: center;
	opacity: 0;
	color: #ffffff;
	border-radius: 5px;
	background: #263238;
}
.cp_snslink05 .cp_link span:after {
	position: absolute;
	top: 6px;
	left: -15px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #263238;
}
.cp_snslink05 .cp_link a:hover span {
	visibility: visible;
	transform: rotateY(0);
	opacity: 1;
}

/*記事詳細のカテゴリを消す*/
.cat-link{
	/*background-color:#189933 !important;*/
	display:none;
}
.type-post .post-date , .hoiku .post-date{
	display:block;
}
.komorebiblog{
	padding:1em;
}
.back{
/*background: url("https://d-shop.jp/k-tesuto/wp-content/uploads/2022/06/oka-aozora-bk-usui.jpg") bottom center no-repeat;
background-size:cover;*/
background-color:#f6ffec;
}

/*ブログ系css*/
.content-in{
	max-width:1260px;
}
.no-sidebar .content-in{
	max-width:100%;
}
.Pagination{
	text-align:center;
}
.Pagination a{
	padding:1em;
}
.isActive{
	padding:1em;
}
.post h2{
	padding-left: 0;
    font-size: 20px;
    font-weight: normal;
	font-family: "Noto Sans JP" ,sans-serif !important;
}
.post h2 span{
	background:linear-gradient(transparent 60%, #a9dda9 60%);
}
.post h3{
	padding-left:0 !important;
	font-family: "Noto Sans JP" ,sans-serif !important;
}
#list {
    display: flex;
    justify-content: space-between;
}
#list a{
    display: block;
    width:49%;
}

/*===========
inview
===========*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
.imgBox
===========*/

.imgBox {
  text-align: center;
}
.imgBox img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*===========
.txtBox
===========*/

.txtBox {
  text-align: center;
}
.txtBox p {
  font-size: 60px;
  font-weight: bold;
  padding: 2em 0;
  margin: 0;
}

/*footer */
#foot-tel{
	display:flex;

}
#foot-tel h2{
	margin-bottom:1em;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
}


#foot-tel div{
	width:65%;
}
#foot-tel .foot-syasin{
	width:35%;
	text-align:right;
}
.article h2, .article h3, .article h4, .article h5, .article h6{
	margin-bottom:1em;
	margin-top:1em;
	line-height:170%;
	font-family: 'Noto Serif JP', serif;
}

.article h3{
	margin-top:0;
	background-color:#FFF;
	line-height:200%;
	font-size:18px;
}
.article h3 span{
		border-bottom:double 4px #333;
	padding-bottom:0.2em;
	padding-left:10px;
	padding-right:10px;
	
}
.article h4{
	color:#189933;
	padding:0;
	border:none;
}
#k-shien h3{
	background-color:#70d596;
	color:#FFF !important;
	padding:0.5em 1em;	
	border-bottom:none;
	font-size: 1.3em;
}
.title_bk1{
	background: url("https://komorebitokaze.com/wp-content/uploads/2022/06/howan3.png") left top no-repeat;
	background-size:contain;
}
.title_bk2{
	background: url("https://komorebitokaze.com/wp-content/uploads/2022/06/howan2.png") right bottom no-repeat;
	background-size:contain;
}
.title_bk3{
	background: url("https://komorebitokaze.com/wp-content/uploads/2022/06/maru1.png")  left top no-repeat;
	background-size:contain;
}

.box-link{
	margin:2em 0;
}
.box-link a{
	border:1px solid #06c334;
	color:#383333;
	padding:14px 40px;
	text-decoration:none;
	  transition: .3s;
	text-decoration:none;
	background-color:#FFF;
	
}
.box-link a:hover{
	background-color:#06c334;
transform: translateY(-3px);
color:#FFF;}
.sankaku_h{
background: url("https://komorebitokaze.com/wp-content/uploads/2022/06/sankaku-h.jpg") top left no-repeat;
background-size:contain;
}
.sankaku_h2{
background: url("https://komorebitokaze.com/wp-content/uploads/2024/09/sankaku-h2.jpg") top left no-repeat;
background-size:contain;
}
.sankaku_h a, .sankaku_h2 a{
	padding-left:3em;
	font-size:14px;
	text-decoration:none;
	color:#203e2e;
}
section {
	max-width:1000px;
	margin:0 auto;
	/*margin-bottom:5em !important;*/
	padding-top:5em;
}
.entry-title{
	font-family: 'Noto Serif JP', serif;
	text-align:center;
	background: url("https://komorebitokaze.com/wp-content/uploads/2022/06/title_h1_bk.jpg")  50% center  no-repeat;
	background-size:cover;
	padding:50px 0;
	margin:0 auto;
	letter-spacing:0.3em;
}
.post .entry-title,.hoiku .entry-title{
	 border-bottom: 3px double #ccc;
    margin-bottom: 1em;
}

.yokonaga-img{
margin-bottom:0;
}
.yokonaga-img img{
max-height:400px;
object-fit: cover;
	width:100%;

}
.entry-content{
	margin-top:0;
}
/*環境ページ：園舎*/
.ensya{
    display: flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:2em;
    
}
.ensya .ensya-img{
    width:66%;
    
}
.ensya-img img{
     border-radius: 35px; 
}
.ensya .ensya-text{
 width:30%;
    
}
.ensya h3{
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0;
    border-bottom: 3px dotted #b4e7b7;
    color: #59bb62;
    background:none;
}
/*園舎の偶数・奇数でイメージ分ける*/
#en-img .ensya:nth-of-type(odd) {
    background-image: url(https://komorebitokaze.com/wp-content/uploads/2022/06/maru1.png);
    background-repeat:no-repeat;
    background-position: right bottom;
    background-size:10%;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;

  
}

#en-img .ensya:nth-of-type(even) {
    background-image: url(https://komorebitokaze.com/wp-content/uploads/2022/06/howan3.png);
    background-repeat:no-repeat;
    background-position: left bottom;
    background-size:10%;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
      flex-direction:  row-reverse;
}

/*flex共通*/
.flex{
	display:flex;
	align-items:center;
}
.fh-1{
	width:44%;
		margin-right:8%;
}
.fh-2{width:44%}
.fh-1 h2,.fh-2 h2{margin:0;}
.fh-1 h2{
	background: url("https://komorebitokaze.com/wp-content/uploads/2022/06/howan3.png") left top no-repeat;
background-size:contain;
}
.fh-2 h2{
	background: url("https://komorebitokaze.com/wp-content/uploads/2022/06/howan2.png") right bottom no-repeat;
background-size:contain;
}

.ft-l{
	width:50%;
	margin-right:5%;
}

.fi-r,.fi-l{
	width:45%;	

}
.ft-r{
	width:50%;
	margin-left:5%;
}

.fl-70{
	width:70%;
}
.fl-24{
	width:24%;
}
/*ボックス*/
.box8 {
    padding: 2em 1em;
    margin: 2em 0;
    color: #232323;
    background: #f7fafb;
    border-left: solid 10px #6fd2fb;
}
/*投稿一覧*/
ul.itiran-list{
	padding-left:0;
}
.itiran-list div{
	display:inline-block;
    vertical-align: middle;
}
.itiran-list li{
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999;
	transition: 1.0s ;
	line-height:180%;
	
}
.itiran-list a{
	color:#000;
	text-decoration:none;
}
.itiran-list a:hover{
opacity: 0.6 ;	
}
.itiran-list-date{
	width:100px;
	color:#203e2e;
}
.itiran-list-cate{
	color:#FFF;
	font-size:12px;
	width:120px;
	text-align:center;
	background-color:#06c334;
}

.itiran-list-cate.machi{
	background-color:#f5bf45;
}
.itiran-list-cate.koramu{
	background-color:#5ba6cb;
}
.itiran-list-cate.kosodatehiroba{
	background-color:#f7a8a8;
}
.itiran-list-cate.employment{
	background-color:#2975d3;
}
.itiran-list-title{
	width:calc(100% - 300px);
	margin-left:20px;
}
/*更新日時非表示　固定ページ*/
/*.column1 .page .date-tags {
display: none;
}
*/
/*メニュー*/
.menu-header .item-label{
	font-size:14px;
}
#header-container .navi, #navi .navi-in>.menu-header .sub-menu{
	background:rgba(255,255,255,0.5);
}
a{
  transition: .3s;}

a:hover{
	transform: translateY(-3px);
}

/*全体大きさ*/

.wrap{
	width:auto;
}
#header-container{
	margin:0 auto;
	padding:20px;
}
.main{
	padding-left:0;
	padding-right:0;
	padding-top:0;
}
.content{
	padding-top:0;
}


/*モバイルメニュー*/
.slicknav_menu{
	background-color:#FFF;
}

.slicknav_menu a{
	color:#000;
}
.slicknav_menu .slicknav_menutxt{
	display:none;
}
.slicknav_btn{
	text-shadow:none;
	background-color:#FFF;
}
.slicknav_menu a:hover{
	background-color:#d5ffca;
}

.slicknav_menu .slicknav_icon-bar{
	background-color:#333;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	width:2em;
	margin-bottom:0.5em;
}
.slicknav_menu .slicknav_icon{
	padding:16px;
	background-color:#FFF;
}
/*モバイルボタン　パターン２*/
.mobile-menu-buttons{
	min-height:80px;
	padding-top:16px !important;
}
.copyright{
	background-color:#134a18;
	color:#FFF;
	font-size:14px;
	padding:10px 0;
}
/************************************
**モバイルスライドインメニュー
************************************/
#navi-menu-content{
	z-index:10000;
}
span.fas.fa-times::before{
font-family: "Font Awesome 5 Free";
content: "\f060";
color:#90C31F;/*矢印色変更はこちら*/
}
/*
ul.menu-drawer:before{
font-size:1.2em;
background: white;
color:#333;
margin-bottom:1em;
border-bottom:3px dotted #90C31F; 
content: "メニュー";
	width:100%;
	font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
*/
ul.menu-drawer:after {
background: white;
}
.menu-drawer li {
padding:0;
}
.menu-drawer li{
font-weight: bold;
}
.menu-drawer a{
font-size:16px;
background-color:#ffffff;
color:#545454;
margin: .5em 0;
}
.menu-drawer a:hover{
background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
padding:0;
}
.menu-drawer .sub-menu li{
font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
font-family: "Font Awesome 5 Free";
content : "\f105";
color:#7b7b7b;
margin:0 .5em 0 1em;
}

	.in-link{
		display:flex;
		flex-wrap:wrap;
		list-style:none;
		margin:0 auto;
		justify-content:center;
		margin-top:20px;
	}
	.in-link li{
		flex-basis:264px;
		flex-grow:0;
		margin:0;
		transition:0.5s ease-in-out;
		-webkit-transition:0.5s ease-in-out;
		
		
	}
	.in-link li a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 16px;
		text-decoration:none;
		padding:20px;
		background-color:#9fed23;
	}
.in-link  .in-link-c2 a{
	background-color:#2ce13a;
	
}
.sns-buttons a{
    background: none;
}

/*トップページnewicon*/
/* NEWアイコン用 */
.new-icon {
    position: absolute;
    top: 24%;
    left: 50%;
	transform: translate(-50%, -50%); /* 中央に調整 */
    background: #f72b58;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 20px;
    border-radius: 4px;
    z-index: 10;
    letter-spacing: 0.2em;
	text-align: center; 
}

/* 親要素を relative にしてアイコンを重ねる */
.fh-1, .fh-2 {
  position: relative;
  display: inline-block;
}
@media (max-width:834px){
.sub-menu{
box-shadow: none;
}
}

/*
.mobile-menu-buttons .menu-caption{
	display:none;
}
*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.mobile-header-menu-buttons{
		box-shadow:0 0 0 darkgrey;
	}


}

/*834px以下 モバイルメニュー切り替え値*/
@media screen and (max-width: 834px){
    
    #kosodate th,#kosodate td,#ichiji th,#ichiji td{
        display: block;
        width:100%;
        padding-left:1em;
        padding-right:1em;
        border:none;
    }
    #kosodate th,#ichiji th{
        padding-bottom:0;
    }
    #kosodate td,#ichiji td{
        padding-bottom:0.5em;
    }
	main.main, div.sidebar{
		padding:0;
	}
	.sidebar-scroll{
		padding:0 5%;
	}
	section{
		padding-left:5%;
		padding-right:5%;
	}
	#header-container{
	
	padding:5px 0;
	}
	/*SNS固定消し*/
	.cp_snslink05{
		/*display:none;*/
	}
	.sp-only{
		display:block;
	}
	.pc-only{
		display:none;
	}
	.article h4{
		text-align:center;
	}
	/*左上画像*/
	.slicknav_nav, .slicknav_nav ul{
		z-index:200;
	}
	
	.logo-header{
		z-index:100;
	}
	.howan img{
	width:150px;
}
.howan{
	top:0 ;
	left:0;
	z-index:0;

}
	.itiran-list-title{
		display:block;
		width:100%;
		margin-left:0;
	}
	/*フッタTELお問合せ*/
	#foot-tel{
		display:block;
		
	}
	#foot-tel section{
		padding-top:0;
	}
	
	#foot-tel div{
	width:100%;
		text-align:center;
}
#foot-tel .foot-syasin{
	width:100%;
	text-align:center;
}
	#foot-tel h2{
		text-align:center;
	}
	.entry-title{
		background-size:contain;
	}
	.entry-title:after{
		margin-top:1em !important;
	}
	.flex{
		display:block;flex-direction: column;
	}
	.ft-l,.ft-r,.fi-r,.fi-l,.fh-1,.fh-2,.fl-24,.fl-70{
		width:100%;
		margin:0
	}
	.flex-rv{
		display:flex;
		flex-direction: column-reverse !important;
	}
	.br-sp{display:block}

	.in-link {
		padding-left:0 !important;
	}
.in-link li{
	flex-basis: 45%;
    flex-grow: 1;
    flex-shrink: 1;
    height: 60px;
    margin-top: 15px;}
ul.itiran-list ,.entry-content{
	padding:0 2%;
	}
    
.ensya{
    display: block;

    
}
.ensya .ensya-img{
    width:100%;
    
}

.ensya .ensya-text{
 width:100%;
    
}
    
    .ensya-text  {
        margin-bottom:5em;
    }
    #list a{
        width:100%;
    }
}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
