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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
  background: #fff;

}
.sidebar h2, .sidebar h3 {
  background: #fff;
  color: #0b318f;
}
.section-title {
  text-align: center;
  color: #0b318f;
}
/* 固定記事カード */
.featured-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 50px;
}

.featured-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.featured-content {
  padding: 20px;
}

.featured-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}

.featured-desc {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

/* 体験記事カード */
.taiken-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}

.taiken-item {
  background: #fff;
  overflow: hidden;
}


.taiken-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.taiken-item a {
  text-decoration: none;
}
.taiken-item h3 {
  font-size: 1rem;
  padding: 10px;
  color: #333;
}
.taiken-item .taiken-date {
  text-align: right;
  color: #000;
  font-size: 0.8rem;
}
article .guide-shop {
  background: #0101ff;
  color: #fff;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
}

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

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