@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 .date-tags {
display: none;
}

.page-id-25 .sns-share {
display: none;
}

/*特定ページのフォローボタン非表示*/
.page-id-25 .sns-follow {
    display: none;
}

.wpcf7 {
    max-width: 600px; /* 最大幅を600pxに制定 */
    margin: 0 auto; /* 中央揃え */
}




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

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

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

.page .date-tags {
display: none;
}

.page-id-25 .sns-share {
display: none;
}

/*特定ページのフォローボタン非表示*/
.page-id-25 .sns-follow {
    display: none;
	
.page-id-1475 .wp-rss-aggregator .rss-item {
    padding: 10px 0 !important;
    border-bottom: 1px solid #eaeaea !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
}

.page-id-1475 .wp-rss-aggregator .rss-item img {
    width: 50px; /* サムネイルの幅 */
    height: 50px; /* サムネイルの高さ */
    object-fit: cover;
    margin-right: 10px; /* テキストとのスペース */
}

.page-id-1475 .wp-rss-aggregator .rss-item-title {
    font-weight: bold !important;
    font-size: 18px !important;
    color: #333 !important;
    flex: 1; /* テキスト部分を伸ばす */
}

.page-id-1475 .wp-rss-aggregator .rss-item-title a {
    text-decoration: none !important;
    color: #0073aa !important;
}

.page-id-1475 .wp-rss-aggregator .rss-item-title a:hover {
    color: #005177 !important;
    transition: color 0.3s ease; /* ホバーカラーにアニメーションを追加 */
}

.page-id-1475 .wp-rss-aggregator .rss-item-date {
    font-size: 14px !important;
    color: #999 !important;
    margin-left: 10px !important;
}
