@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*トップページの非表示設定*/
.home.page .entry-title{
	display : none;		/*タイトル非表示*/
}
.home.page .post-date{
	display: none;		/*投稿日非表示*/
}
.home.page .post-update{
	display: none;		/*更新日非表示*/
}

/*固定ページのタイトル非表示*/
.page .entry-title{
  display: none;
}

/*「Cocoon」のメニューバーをマテリアル風にデザイン*/
nav#navi, .menu-header .sub-menu{
	font-weight: bold;
	box-shadow: 0 5px 15px -5px rgba(0,0,0,0.2);
}

.menu-header .sub-menu .item-label{
	font-size: 80%;
}
.menu-header .item-label{
	color: #FFFFFF !important;
}
.menu-header .current-menu-item,
.menu-header .current-post-item,
.menu-header .current-menu-ancestor,
.menu-header .current-post-ancestor,
.menu-header .menu-item:hover {
    color: #FFFFFF !important;
    border-bottom: 3px solid #FDD835;
    transition: all .2s ease;
}

.menu-header .sub-menu .menu-item,
.menu-header .sub-menu .menu-item:hover{
    border-bottom: none;
}
.menu-header .current-menu-item>a .item-label,
.menu-header .current-post-item>a .item-label,
.menu-header .current-menu-ancestor>a .item-label,
.menu-header .current-post-ancestor>a .item-label,
.menu-header .item-label:hover{
    color: #FFFFFF !important;
    transition: all .2s ease;
}
/*「Cocoon」のメニューバーをマテリアル風にデザイン*/


/*サイドバーの設定*/
.sidebar {
	background-color:#b0c4de; /*背景色薄青*/
	line-height : 20px;
	font-size: 16px;
	padding: 5px;
	font-size: 0.8em;	/*フォントサイズ変更*/
}


/*記事一覧を浮き上がらせる*/
.home main, .archive main{
background-color: transparent;
margin-top: 0;
padding-top: 0;
}

.category-content{
background-color: white;
padding: 1em 1em 0.2em;
margin-bottom: 1em;
}

.entry-card-wrap{
transition: all .3s ease;
margin-bottom: 1em!important;
background-color: white;
border-radius: 4px;
}

.entry-card-wrap:hover{
box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
transform: translateY(-2px);
background-color: white;
}
/*記事一覧を浮き上がらせる*/



/*問い合わせページアスタリスク*/
.asterisk {
  margin-left: 0.2em;
  color: #f5637a;
}
/*問い合わせページアスタリスク*/

/*SNSシェア削除*/
.page .sns-share,
.page .sns-follow {
    display: none;
}
/*SNSシェア削除*/



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

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

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

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