@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.3
*/

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

/*サイドバーボックスメニューのタイトルのサイズ・色変更*/
.box-menu-label{
	color: #696969;
	font-size: 13px;
}
/*サイドバーボックスメニューのタマウスオーバー時に画像を拡大*/
.box-menu-icon img{
	transition:0.3s all;
}

.box-menu-icon img:hover{
	transform: scale(1.2,1.2);
	transition: 0.5s all;
}
/*サイドバーボックスメニューのマウスオーバー時の枠の色*/
.box-menu:hover{
	box-shadow: inset 2px 2px 0 0 #87CEEB,
	2px 2px 0 0 #87CEEB,
	2px 0 0 0 #87CEEB,
	0 2px 0 0 #87CEEB;
}

/*　パンくずリストのマウスオーバー時の色　*/
.breadcrumb-home a:hover,
.breadcrumb-item a:hover {
	color: #e60033
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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