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

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


.page .entry-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header {
margin-bottom: 0;
}

.content {
margin-top: 0;
margin-bottom: 0;
}

.main {
margin-top: 0;
margin-bottom: 0;
	padding: 0px;
}

.sukimatyousei{
     margin-bottom:0px;
}

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

.page .entry-content {
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.entry-content {
  margin-top: 0;
  margin-bottom: 0;
}

/** 表の枠の色（縦線なし） 2023-03-02*/
.wp-block-table table {
	border-width: 0px 0px;
   border-color: rgba(0,0,0,.5);
}

.wp-block-table td,.wp-block-table th {
  border-color: rgba(0,0,0,.4);
	border-width: 0px 0px;
	background-color: transparent;
}

 

.wp-block-table table tr:nth-of-type(2n+1) {
	background-color: transparent;	
}

.wp-block-table th {
	background-color: transparent;
}

/*グローバルメニューの高さを変更*/
#navi .navi-in > ul li{
	height: 80px;
	line-height: 80px;
}

/*グローバルメニュー 文字の大きさを変更*/
#navi .navi-in > .menu-header .item-label{
	font-size: 18px;
}

/*固定ページの投稿日、更新日、投稿者名を非表示にする*/
.page .date-tags,
.page .author-info {
    display: none;
}

.wp-block-image {
    margin-left: -29px;
    margin-right: -29px;
}



.wp-block-image figcaption {
    text-align: center;
}


.menu-button .fa-heart:before {
	background-image: url( https://b-flat7.com/wp-content/uploads/2025/02/icons8-line-50.png);
	background-position: center -2px;
	background-size: cover;
	content: '';
	display: block;
	height: 17px; /*アイコンの高さを指定*/
	width: 21px; /*アイコンの横幅を指定*/
}

.menu-button .fa-music:before {
	background-image: url(https://b-flat7.com/wp-content/uploads/2025/02/86074c8ce25a5f239d6d94f1c6759a1e.png);
	background-position: center -2px;
	background-size: cover;
	content: '';
	display: block;
	height: 18px; /*アイコンの高さを指定*/
	width: 19px; /*アイコンの横幅を指定*/
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	 .wp-block-image { 
        margin-left: -29px
        margin-right: -29px;
    }
  /*必要ならばここにコードを書く*/
.content .main, .content .sidebar {
		padding: 0px;
}
	  }

/*834px以下*/
@media screen and (max-width: 834px){
	 .wp-block-image { 
        margin-left: -29px
        margin-right: -29px;
    }
  /*必要ならばここにコードを書く*/
.content .main, .content .sidebar {
		padding: 0px;
}
	  }




/*480px以下*/
@media screen and (max-width: 480px){
	 .wp-block-image { 
        margin-left: -30px
        margin-right: -30px;
    }
  /*必要ならばここにコードを書く*/
.content .main, .content .sidebar {
		padding: 0px;
}
	  }