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

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

.main,
.sidebar,
.blogcard-wrap {
  background: #0000001e;
}

.menu-content {
  background: #00192a;
}

.menu-content p {
  color: #fff;
}

.sidebar h3 {
  border-left: 4px solid #00acb2;
  padding: 2px 10px;
  color: #00acb2;
  background: #00000057;
}

.cat-label {
  border: 0;
}

.widget-tsubuyaki-list,
.tsubuyaki-list {
  list-style-type: none;
  padding: 0 !important;
  margin: 0;
  margin-bottom: 10px;
}

.widget-tsubuyaki-list li:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 1px solid #002238;
  padding-bottom: 20px;
}

.widget-tsubuyaki-list .tags,
.tsubuyaki-list .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
  opacity: .7;
  color: #fff;
}

.tsubuyaki-more-link {
  display: block;
  width: fit-content;
  border: 1px solid;
  border-radius: 4px;
  padding: 4px 15px;
  text-align: center;
  margin: 0 auto;
  text-decoration: unset;
}

.tsubuyaki-list .tsubuyaki-item:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #002238;
  padding-bottom: 30px;
}

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

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

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