@charset "UTF-8";

/*!
Theme Name: Cocoon Child 2025
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) {
  /*必要ならばここにコードを書く*/
}

.entry-title {
  display: none;
}

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

/************************************
** ブログカードからURL除外
************************************/
.internal-blogcard-footer {
  display: none;
}

/* ヒーロースライダー */
#main-content #hero{
  width:100%;
}

#main-content #hero .hero-slider{
  width:100%;
}

.hero-slider {
  width: 100%!important;
  max-height:none !important;
  overflow: hidden!important;
}

#main-content #hero .swiper-slide img{
  width:100%!important;
  height:auto!important;
  display:block!important;
}

#main-content #hero .swiper-pagination{
  margin-top:12px;
  text-align:center;
}