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

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


/*必要ならばここにコードを書く*/
/* TOPページタイトル非表示 */
.home .entry-title,
.home .date-tags{
display:none;
}

/* TOPページフルワイド設定*/
 .entry-content .wp-block-cover,
 .entry-content .wp-block-cover-image{
  margin: 0 calc((100% - 100vw)/2) 1.5em;
  min-height: 600px;
  width: auto;
}

.archive-title {
    color: #70828C;
}

/*点線設定*/
<hr class="custom-dashed-line">

/*マーカー設定*/
.marker-under-red {
    background: linear-gradient(transparent 60%, #fae0d3 60%);
}


/* 楽天広告設定 */
#sidebar table tr:nth-of-type(2n+1),
#custom_html-2 table tr:nth-of-type(2n+1){
    background-color: #fff;
}
#sidebar table th, table td,
#custom_html-2 table th, table td {
    border: none;
}
#ad{
    margin: auto;
}




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

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

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