@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.custom-video {
  max-width: 400px;
  margin: 0 auto; /* センタリングするためのスタイル */
}

.navi .item-label, .navi .item-description {
	overflow:visible;
}

	.widget-entry-cards {
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	    .widget-entry-cards::after {
        display: block;
        content:"";
        width: 49%;
        }
	
	.widget-entry-cards.card-large-image .a-wrap {
		width: 49%;
	}

#navi {
	padding: 20px 0 5px;
}

	#navi .navi-in > .menu-mobile li {
	height: auto;
}
/*

#menu-item-18 .item-label {
	position: relative;
}

#menu-item-18 .item-label::after {
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top:-20px;
	left: 50%;
	background-image: url("./images/bluegear.png");
	background-size: cover;
	background-repeat: no-repeat;
	
	  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: 2s infinite linear;
          animation: 2s infinite linear;
  -webkit-animation-name: workbarrelRoll;
          animation-name: workbarrelRoll;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#menu-item-18.rolate .item-label::after {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

#menu-item-79 .item-label {
	position: relative;
}

#menu-item-79 .item-label::after {
		display: block;
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top:-20px;
	left: 50%;
	background-image: url("./images/greengear.png");
	background-size: cover;
	background-repeat: no-repeat;
	
	  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: 2s infinite linear;
          animation: 2s infinite linear;
  -webkit-animation-name: workbarrelRoll;
          animation-name: workbarrelRoll;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#menu-item-79.rolate .item-label::after {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

#menu-item-80 .item-label {
	position: relative;
}

#menu-item-80 .item-label::after {
		display: block;
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top:-20px;
	left: 50%;
	background-image: url("./images/redgear.png");
	background-size: cover;
	background-repeat: no-repeat;
	
	  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: 2s infinite linear;
          animation: 2s infinite linear;
  -webkit-animation-name: workbarrelRoll;
          animation-name: workbarrelRoll;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#menu-item-80.rolate .item-label::after {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

#menu-item-81 .item-label {
	position: relative;
}

#menu-item-81 .item-label::after {
		display: block;
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top:-20px;
	left: 50%;
	background-image: url("./images/purplegear.png");
	background-size: cover;
	background-repeat: no-repeat;
	
	  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: 2s infinite linear;
          animation: 2s infinite linear;
  -webkit-animation-name: workbarrelRoll;
          animation-name: workbarrelRoll;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#menu-item-81.rolate .item-label::after {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes workbarrelRoll {
  0% {
    -webkit-transform: translateX(-50%) rotateZ(0);
            transform: translateX(-50%) rotateZ(0);
  }
  100% {
    -webkit-transform: translateX(-50%) rotateZ(360deg);
            transform: translateX(-50%) rotateZ(360deg);
  }
}

@keyframes workbarrelRoll {
  0% {
    -webkit-transform: translateX(-50%) rotateZ(0);
            transform: translateX(-50%) rotateZ(0);
  }
  100% {
    -webkit-transform: translateX(-50%) rotateZ(360deg);
            transform: translateX(-50%) rotateZ(360deg);
  }
}
*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

#navi {
	padding: 0px 0 25px;
}
	
	.item-label {
		margin-top: 25px;
	}
	
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	#navi {
	padding: 0;
}
	
		.item-label {
		margin-top: 0px;
	}
	
	#menu-item-18 .item-label::after {
		display: none;
	}
	
	#menu-item-79 .item-label::after {
		display: none;
	}
	
	#menu-item-80 .item-label::after {
		display: none;
	}
	
	#menu-item-81 .item-label::after {
		display: none;
	}
}
