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

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

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

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

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


/* ✅ あらすじと続きを読むの間の余白をなくす */
.book-desc br {
  display: none !important;
}

/* ✅ 「続きを読む」をあらすじ直後に詰める */
.book-desc .read-more {
  display: inline !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1.6 !important;
}

/* ✅ 万一 .book-desc 自体に余白があっても詰める */
.book-desc {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* ✅ 「続きを読む」をあらすじの下に縦配置＋余白ゼロ */
.book-desc {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.book-desc br {
  display: none !important;
}

.book-desc .read-more {
  display: block !important; /* ← 縦に並べる */
  margin-top: 0 !important;  /* ← 余白を完全にゼロに */
  padding-top: 0 !important;
  line-height: 1.6 !important;
}

/* ✅ 続きを読むの見た目を青くしてカーソルをポインターに */
.book-desc .read-more{
  display:block !important;  /* 縦並び */
  margin-top:0 !important;    /* 余白なし */
  padding-top:0 !important;
  color:#0073e6 !important;   /* 青色 */
  text-decoration:underline;
  font-weight:bold;
  cursor:pointer;
}

.book-desc .read-more {
  display: block !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1.6 !important;
  color: #0073e6 !important; /* 青色 */
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

/* あらすじと続きを読むの見た目を調整 */
.book-desc {
  line-height: 1.4 !important; /* 行間を少し狭める */
}

/* 「続きを読む」ボタンの見た目を調整 */
.book-desc .read-more {
  display: block !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1.4 !important;
  color: #0073e6 !important; /* 青色 */
  font-weight: 500; /* 少し細め */
  text-decoration: none !important; /* 下線を消す */
  cursor: pointer;
}
