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

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

.entry-content h3.schedule-date-heading {
  border: none;
  background: none;
  border-bottom: 5px solid #f9e6e5;
  width: 60%;
}

.schedule-layout td:first-child {
  width: 30%;
  min-width: 80px;
}

.schedule-layout td:last-child {
  width: 70%;
}

.schedule-layout td:first-child > span {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 0.9em;
  line-height: 1.2;
}

.member-filters {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1em 0;
}

.member-label {
  display: flex;
  align-items: center;
  padding: 4px 6px;
  border: 1px solid #c9b9b2;
  border-radius: 16px;
  background-color: #f7f0f3;
  cursor: pointer;
  transition: all 0.2s;
}

.member-label input[type="checkbox"]:checked + span {
  font-weight: bold;
  color: #ffffff;
}

.member-label input[type="checkbox"]:checked {
  accent-color: #877179;
}

.member-label:hover {
  background-color: #e6dce0;
}

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

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

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