@charset "UTF-8";

/*!
Theme Name: cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/



.home.page .entry-title{
  display: none;
}

.home.page .post-date{
  display: none;
}


.article-footer.entry-footer{
  display: none;
}

#panel-36-9-0-1 > .panel-widget-style-for-36-9-0-1,
#pg-36-9 #inquiry,
.entry-content,
#contact-form-4fe2 {
	padding-bottom: 0;
}


/*　目次の設定　*/
.toc {
    border: 1px solid #398537; /*全体の枠線の色*/
    font-size: 0.9em;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 1em;
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-radius:10px;

}
.toc-title {
    background: #398537; /*目次タイトルの背景色*/
    color: #fff; /*目次タイトルの文字色*/
    font-size: 1.1em;
    text-align: center;
    padding: 6px 16px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;

}
/*.toc-title::before {
    font-family: FontAwesome;
    content: '\f0ca'; /*目次タイトルのアイコン
    margin-right: 0.5em;
}*/
.toc-content {
    padding: 8px;
}



#ul
{
margin:0px;
padding:0px;
list-style-type:none;
-webkit-backface-visibility: hidden; backface-visibility: hidden;  
}
.var_nav
{
position:relative;
background: #F1F46C; 
width:300px;
height:70px;
margin-bottom:5px;
	border-radius: 30px;
	
}
.link_bg
{
 width:70px;
 height:70px;
 position:absolute;
 background:#398537;
 color:#fff;
 z-index:2;
	
	border-radius: 30px;
}
.link_bg i
{
 position:relative;
}
.link_title
{
position:absolute;
width:100%;
z-index:3;
color:#fff;
}
.link_title:hover .icon
{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);  
}
.var_nav:hover .link_bg
{
width:100%;
background:#398537;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;  
}
.var_nav:hover a
{
font-weight:bold;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out; 
-o-transition:all .5s ease-in-out; 
-ms-transition:all .5s ease-in-out;
 transition:all .5s ease-in-out;  
}
.icon
{
position:relative;
width:70px;
height:70px;
text-align:center;
color:#fff;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out; 
-o-transition:all .5s ease-in-out; 
-ms-transition:all .5s ease-in-out;   
float:left;
transition:all .5s ease-in-out;   
}
.icon i{top:22px;position:relative;}

#ul a{
display:block;
position:absolute;
float:left;
font-family:arial;
color:#000;
text-decoration:none;
width:100%;
height:70px;
text-align:center;
}
#span
{
margin-top:20px;
	margin-left:40px;
display:block;
	
}
#span1
{
margin-top:20px;
	margin-left:40px;
display:block;
	
}
#span2
{
margin-top:20px;
	margin-left:40px;
display:block;
	
}
#span3
{
margin-top:20px;
	margin-left:40px;
display:block;
	
}
#span4
{
margin-top:20px;
	margin-left:40px;
display:block;
	
}


/* 動く線ですよ */
.demo_item{
	width: 50px;
    height: 50px;
    border-radius: 10px;
    background-image: url(https://www.fujiwarakodomoen.jp/wp-content/uploads/2022/07/train.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    

}
.demo_item.anime{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}


.demo_stage{
    position: relative;
    width: 100%;
    height: 65px;
    top: 0px;
    display: block;
	border-bottom: dashed #398537 3px;
}


.demo_wrap{
	display: block;
    position: absolute;
    top: 20px;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: 1;
	margin-right: -25px;
}

.demo_wrap[data-order="left"] {
    animation-name: GoLeft;
}
.demo_wrap[data-order="right"] {
    animation-name: GoRight;
}

[data-order="right"] > .demo_item {
    transform: rotateY(180deg);
}

@keyframes GoLeft {
    0% {
        right: 10%;
    }
    100% {
        right: 90%;
    }
}
@keyframes GoRight {
    0% {
        right: 90%;
    }
    100% {
        right: 10%;
    }
}

@keyframes upDown {
    0% {
        top: 0;
    }
    100% {
        top: 3px;
    }
}




/*動く線②*/
.demo_item1{
	width: 50px;
    height: 50px;
    border-radius: 10px;
    background-image: url(https://www.fujiwarakodomoen.jp/wp-content/uploads/2022/07/risu.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.demo_item1.anime{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}

[data-order="right"] > .demo_item1 {
    transform: rotateY(180deg);
}

.demo_stage1{
    position: relative;
    width: 100%;
    height: 75px;
    top: 0px;
    display: block;
	border-bottom: solid;
	border-image-source: url(https://www.fujiwarakodomoen.jp/wp-content/uploads/2022/07/kusa.png);
	border-image-slice: 30 30% 45;
	border-image-repeat: repeat;
	border-image-width: 0px 0px 15px 0px;
}

/*スクロールバーの設定*/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background:#398537;
}
::-webkit-scrollbar-track {
    border-radius: 30px;
    background: #eaeaea;
}










body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*フェードイン*/
/*
#main{
    animation: fadeIn 1.5s ease-out 0s 1 normal;
}
#sidebar {
    animation: fadeIn 1.5s ease-out 0s 1 normal;
}

@keyframes fadeIn {
    from {transform: translateY(10%); opacity: 0;}
    100% {transform: translateY(0%); opacity: 1;}
}
#header-container {
    animation: Down 1.5s ease-out 0s 1 normal;
}

@keyframes Down {
    from {transform: translateY(-10%); opacity: 0;}
    100% {transform: translateY(0%); opacity: 1;}
}

#breadcrumb {
    animation: Right 1.5s ease-out 0s 1 normal;
}

@keyframes Right {
    from {transform: translateX(10%); opacity: 0;}
    100% {transform: translateX(0%); opacity: 1;}
}
*/
/* 目次の設定 */
span[id^="toc"] {
	padding-top: 15em;
}



/* 見出しの設定 */
.article h1{ /*見出し１（タイトル）カスタマイズ*/
   background: -webkit-linear-gradient(to right, rgb(255, 243, 93), transparent);
  background: linear-gradient(to right, rgb(255, 243, 93), transparent);
  font-size: 22px; /*フォントサイズ*/
  letter-spacing: 1px; /*文字間隔*/
  margin: -8px -8px 20px -8px;
  padding: 9px 10px 9px 10px;
  border-left: 10px solid #FFF100; /*左ラインの太さとカラー*/
  line-height: 35px; /*高さ*/
  border-radius: 3px; /*角丸コーナー*/
  }








.article h2 {
  position: relative;
  padding: 8px 15px;
  margin-left: 40px;
  background: #398537;
  border-radius: 20px;
	color:#fff;
}

.article h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #398537;
}

.article h2:after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #398537;
}

.article h3 {
    border: none;
    padding: 0;
}

.article h3{
  color: #398537;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #398537;
}


.article h4 {
  background: linear-gradient(transparent 70%, #398537 70%);
}


.article h4 {
    border: none;
    padding: 0;
}



.sidebar h3 {
  position: relative;
  padding: 0.5em;
  background: #398537;
  color: white;
}

.sidebar h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}




/*ヘッダー下のマウスオーバー*/



#main .main{
	
}

#content-in .content-in .wrap{
	margin-bottom:0px;
	padding-bottom:0px;
}

/*スクロールバー設定*/
#scroll{
  width: 100%;
  height: 500px;
 
  overflow: scroll;
  
}




/* コンテンツ下を消したい  */




/* xoカレンダーの設定  */
#content .xo-event-calendar table {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
#content table.xo-month {
	margin: 0 0 8px 0;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 1px;
}
#content table.xo-month th,
#content table.xo-month td {
	padding: 0;
	border: 1px solid #ccc;
}
#content table.xo-month .month-header {
	margin: 2px 0 4px;
	position: relative;
}
#content table.xo-month > thead th {
	border-width: 0 1px 0 0;
	padding: 1px 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
#content table.xo-month > thead th.sunday {
	color: #d00;
}
#content table.xo-month > thead th.saturday {
	color: #00d;
}
#content table.xo-month .month-week {
	padding: 0;
	border: 0;
	width: 100%;
	overflow: hidden;
}
#content table.xo-month .month-dayname {
	border-width: 1px 0 0 1px;
}
#content table.xo-month .month-dayname td {
	border-width: 1px 1px 0 0;
}
#content table.xo-month .month-event td {
	padding: 0 1px 2px 1px;
	border-width: 0 1px 0 0;
}
#content p.holiday-title {
	margin: 0;
	padding: 2px 0;
}






/* Animation */
@keyframes border-animation {
  to { transform: rotate(360deg); }
}

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

}

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



}

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

}




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



}
