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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/* custom css */
.entry-card-snippet {
  display: none;
}
.ad-wrap__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.ad-wrap__main.sp {
  display: none;
}

#list {
  margin-top: 16px;
}
#pickup {
  margin-top: 16px;
}

/* pickup記事 swiper */
.swiper-wrapper {
}
.swiper-slide {
  /* width: 40%; */
}

/* 新着記事 new posts */
.newPosts {
  background-color: #ffc3d1;
}
.title-h2 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  text-align: center;
}

/*1023px以下*/
@media screen and (max-width: 1023px){
}

/*767px以下*/
@media screen and (max-width: 767px){
}

/*480px以下*/
@media screen and (max-width: 480px){
  .mx480 {
    display: none;
  }
}
