@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;
}

/* =========================
   SixTONES Guide 商品ボックス
   画像あり・なし両対応
========================= */
.st-guide-itembox {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid #f1e6e3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* 商品画像：ある場合だけ使用 */
.st-guide-itembox-image {
  flex: 0 0 140px;
  text-align: center;
}

.st-guide-itembox-image img {
  display: block;
  width: 100%;
  max-width: 140px;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
}

/* 商品情報 */
.st-guide-itembox-body {
  flex: 1;
  min-width: 0;
}

/* PR＋商品タイプ */
.st-guide-itembox-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}

/* PR表示 */
.st-guide-itembox-pr {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #d9ceca;
  border-radius: 4px;
  background: #fff;
  color: #918481;
  font-size: 8px !important;
  font-weight: 700;
  line-height: 1.4;
}

/* 商品タイプ */
.st-guide-itembox-label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fdf1f0;
  color: #b77c7c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

/* 商品名 */
.st-guide-itembox-title {
  margin: 0 0 8px;
  color: #5f5555;
  font-size: 17px;
  line-height: 1.7;
}

.st-guide-itembox-title a {
  color: inherit;
  text-decoration: none;
}

.st-guide-itembox-title a:hover {
  text-decoration: underline;
}

/* 説明文 */
.st-guide-itembox-desc {
  margin: 0 0 14px;
  color: #8a7f7f;
  font-size: 13px;
  line-height: 1.8;
}

/* ボタン */
.st-guide-itembox-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.st-guide-btn {
  display: block;
  flex: 1;
  min-width: 140px;
  padding: 11px 14px;
  border-radius: 999px;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}

.st-guide-btn:hover {
  opacity: 0.82;
}

.st-guide-btn.amazon {
  background: #f7a54a;
}

.st-guide-btn.rakuten {
  background: #d9534f;
}

.st-guide-btn.yahoo {
  background: #5b93e6;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 700px) {

  .st-guide-itembox {
    display: block;
    padding: 16px;
  }

  .st-guide-itembox-image {
    margin-bottom: 14px;
  }

  .st-guide-itembox-image img {
    max-width: 160px;
  }

  .st-guide-itembox-title {
    font-size: 16px;
  }

  .st-guide-itembox-buttons {
    display: block;
  }

  .st-guide-btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 8px;
  }

  .st-guide-btn:last-child {
    margin-bottom: 0;
  }
}



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

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

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