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

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

/* dot */
.cocoon-custom-text-1 {
  text-emphasis-style: dot;
  --custom-text-1-color: currentColor;
  text-emphasis-color: var(--custom-text-1-color);
}
/* ごま */
.cocoon-custom-text-7 {
  text-emphasis-style: sesame;
  --custom-text-7-color: currentColor;
  text-emphasis-color: var(--custom-text-7-color);
}

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

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

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


.skin-grayish .pager-post-navi .next-post-thumb,
.skin-grayish .pager-post-navi .prev-post-thumb {
  display:none;
}

.prev-post-thumb,
.next-post-thumb{
  display:none;
}




.skin-grayish .article-header .date-tags {
  color: var(--skin-grayish-site-sub-color);
  text-align: right;
  margin-bottom: 0.6em;
  order: 5;
}


.eye-catch img {
    object-fit: cover;
    object-position: 0% 5%;
}


/* h2 */
.article h2 {
  border-bottom: solid 4px var(--LtGray_T70);
  margin: 4em 0 2em 0;
  padding: 0px 8px 10px;
  position: relative;
}

/* h6 */
.article h6 {
  border-bottom: dashed 1px var(--LtGray_T50);
  padding-top: 0px;
  margin-top: 0px;
}

/* h4 */
.article h4 {
  border: none;
  margin: 2em 0em 0;
  padding: 12px 28px;
  position: relative;
}


/* skin独自の並び替え　ウィジェット設置　＆ 広告 & ステマ規制などを考慮する */
.skin-grayish .article-header .entry-title {
  order: 1;
  margin: 0px 0px 40px 0px;
}

.entry-content {
  margin-top: 0em;
  margin-bottom: 3em;
  padding: 0 10px 0;
}


.sidebar-scroll .widget-sidebar-scroll {
  padding-top: 20px;
}



.date-tags {
  line-height: 0.8;
  text-align: right;
  margin-bottom: 0.5em;
}


/* .skin-grayish 文字間隔 */
.skin-grayish {
  letter-spacing: .1rem;
  font-feature-settings: 'palt';
  overflow-x: hidden;
}

/* .skin-grayish .ect-3-columns .entry-card-wrap, */
.skin-grayish .ect-3-columns>* {
  width: 100%;
  padding: 20px;
}



/* 固定ページの日付非表示*/
.page .date-tags {
display: none;
}

