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

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

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

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

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

/* =========================
   QuickArt ヘッダー
========================= */

.qa-site-header {
  width: 100%;
  background: #fff;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.qa-header-main {
  background: #c9f0ff;
}

.qa-header-inner {
  max-width: 1100px;
  height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.qa-header-logo-area {
  text-align: center;
  line-height: 1.1;
}

.qa-header-copy {
  color: #003f9e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: -2px;
}

.qa-header-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.qa-shop-logo {
  color: #0055d6;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -0.06em;
  text-shadow:
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff,
    3px 3px 0 #004bb8;
}

.qa-shop-logo img {
  display: block;
  max-height: 48px;
  width: auto;
}

.qa-brand-area {
  display: flex;
  align-items: center;
  gap: 5px;
}

.qa-pro-badge {
  background: #007bff;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 10px;
  padding: 2px 6px;
}

.qa-brand-logo {
  font-size: 26px;
  font-weight: 900;
  color: #006bdc;
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

.qa-header-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.qa-delivery-text {
  color: #ff0000;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.qa-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 150px;
  height: 56px;
  padding: 0 20px;
  background: #08a9f5;
  color: #fff;
  border-radius: 0 0 24px 24px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.qa-cart-button:hover {
  color: #fff;
  background: #0098df;
  text-decoration: none;
}

.qa-cart-icon {
  font-size: 16px;
}


/* =========================
   グローバルナビ
========================= */

.qa-global-nav {
  background: #006df0;
}

.qa-global-nav ul {
  max-width: 1100px;
  height: 58px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
}

.qa-global-nav li {
  flex: 1;
  margin: 0;
  border-left: 1px solid rgba(255,255,255,0.18);
}

.qa-global-nav li:last-child {
  border-right: 1px solid rgba(255,255,255,0.18);
}

.qa-global-nav a {
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.qa-global-nav a i {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 2px;
}

.qa-global-nav a span {
  line-height: 1.1;
}

.qa-nav-icon {
  font-size: 16px;
  line-height: 1;
}
/* ヘッダーロゴ画像 */
.qa-header-logo-area {
  text-align: center;
}

.qa-header-logo-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.qa-header-logo-img {
  display: block;
  max-height: 60px;
  width: auto;
}

/* =========================
   スマホ対応
========================= */

@media screen and (max-width: 768px) {

  .qa-header-inner {
    height: auto;
    padding: 8px 10px 10px;
    flex-direction: column;
  }

  .qa-header-copy {
    font-size: 11px;
  }

  .qa-header-logo-row {
    flex-wrap: wrap;
    gap: 6px;
  }

  .qa-shop-logo {
    font-size: 28px;
  }

  .qa-brand-logo {
    font-size: 22px;
  }

  .qa-header-right {
    position: static;
    height: auto;
    margin-top: 6px;
  }

  .qa-delivery-text {
    font-size: 10px;
    text-align: center;
  }

  .qa-cart-button {
    height: 38px;
    min-width: 130px;
    border-radius: 20px;
    font-size: 13px;
  }

  .qa-global-nav ul {
    height: auto;
    flex-wrap: wrap;
  }

  .qa-global-nav li {
    flex: 0 0 33.333%;
    border-bottom: 1px solid rgba(255,255,255,0.18);
  }

  .qa-global-nav a {
    height: 50px;
    font-size: 12px;
  }
}

/* QA 2カラム・3カラム共通 */
.qa-page-layout {
  max-width: 1200px;
  margin: 0px auto 40px;
  display: grid;
  gap: 20px;
}

/* 2カラム：左メニュー＋本文 */
.qa-2column {
  grid-template-columns: 220px 1fr;
}

/* 3カラム：左メニュー＋本文＋右メニュー */
.qa-3column {
  grid-template-columns: 200px 1fr 220px;
}

.qa-left-sidebar,
.qa-right-sidebar,
.qa-main-content {
  min-width: 0;
}

.qa-left-sidebar,
.qa-right-sidebar {
  font-size: 14px;
}

.qa-main-content {
  background: #FFF;
}

/* ヘッダー下〜本文上の余白調整 */
.qa-custom-header-container + .container,
.qa-custom-header-container + #content,
#content {
  margin-top: 0;
}

.qa-page-layout {
  padding-top: 0;
}

/* ウィジェット見た目 */
.qa-widget {
  margin-bottom: 16px;
}

.qa-widget-title {
  margin: 0 0 8px;
  padding: 8px 10px;
  background: #006df0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

/* スマホは1カラム */
@media screen and (max-width: 834px) {
  .qa-2column,
  .qa-3column {
    grid-template-columns: 1fr;
  }

  .qa-left-sidebar {
    order: 2;
  }

  .qa-main-content {
    order: 1;
  }

  .qa-right-sidebar {
    order: 3;
  }
}

/* =========================
   左メニュー：商品シリーズ
========================= */

.qa-side-menu {
  width: 100%;
  background: #fff;
  border: 1px solid #d7e5e8;
  box-sizing: border-box;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.qa-side-title {
  margin: 0;
  padding: 8px 10px;
  background: #aeeff8;
  color: #003c4a;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.qa-side-menu .list {
  position: relative;
  margin: 0;
  padding: 6px;
  border-bottom: 1px solid #d7e5e8;
  background: #fff;
}

.qa-side-menu .list:last-child {
  border-bottom: none;
}

.qa-side-menu .list a {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 8px;
  align-items: start;
  color: #222;
  text-decoration: none;
}

.qa-side-menu .list a:hover {
  opacity: 0.85;
  text-decoration: none;
}

.qa-side-menu figure {
  grid-row: span 2;
  margin: 0;
  width: 58px;
}

.qa-side-menu figure img {
  display: block;
  width: 58px;
  height: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.qa-side-menu p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.35;
}

.qa-side-menu p.bold {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.25;
}

/* 左メニュー各商品枠 */
.qa-side-menu .list {
  position: relative;
  overflow: hidden;
}

/* 斜めラベル */
.qa-side-menu .osusume {
  position: absolute;
  top: 15px;
  left: -28px;
  width: 90px;
  margin: 0;
  padding: 1px 0;
  display: block;

  background: #f00;
  color: #fff !important;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;

  transform: rotate(-45deg);
  transform-origin: center center;
  z-index: 5;
}

/* =========================
   QA 右メニュー
========================= */

.qa-right-sidebar #side,
#side {
  width: 100%;
  box-sizing: border-box;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

/* 余白 */
#side .mb15 {
  margin-bottom: 15px;
}

/* バナー画像 */
#side .banner {
  margin: 0 0 15px;
}

#side .banner a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
}

#side .banner img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

/* セクション見出し */
#side h2,
#side h5 {
  margin: 0;
  padding: 8px 10px;
  background: #0074e8;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
  border-radius: 2px 2px 0 0;
}

#side h5 {
  background: #13a6d8;
}

/* 商品リスト枠 */
#side section.mb15 {
  background: #fff;
  border: 1px solid #d8e3e8;
  box-sizing: border-box;
}

/* 商品1件 */
#side .list {
  margin: 0;
  padding: 7px;
  border-bottom: 1px solid #d8e3e8;
  background: #fff;
  box-sizing: border-box;
}

#side .list:last-child {
  border-bottom: none;
}

/* 商品リンク */
#side .list a {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  color: #222;
  text-decoration: none;
}

#side .list a:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* 商品画像 */
#side .list figure {
  flex: 0 0 58px;
  width: 58px;
  margin: 0;
}

#side .list figure img {
  display: block;
  width: 58px;
  height: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

/* 商品テキスト */
#side .list .text,
#side .list a > div {
  flex: 1;
  min-width: 0;
}

#side .list p {
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 12px;
  line-height: 1.35;
}

#side .list p.bold {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.25;
}

/* box系 */
#side .box {
  margin: 0;
  padding: 8px;
  background: #fff;
  border: 1px solid #d8e3e8;
  border-top: none;
  box-sizing: border-box;
}

#side .box img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* SNSアイコン横並び */
#side .box .banner {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

#side .box .banner a {
  display: inline-block;
  margin: 0;
}

#side .box .banner img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* FAQバナーは縦並び */
#side > .box .banner {
  display: block;
}

#side > .box .banner a {
  display: block;
  margin-bottom: 8px;
}

#side > .box .banner a:last-child {
  margin-bottom: 0;
}

/* 右メニューが細い場合の調整 */
.qa-right-sidebar {
  overflow: hidden;
}

/* =========================
   QA 左メニュー：商品カテゴリ・作り方
========================= */

/* 左メニュー全体 */
.qa-left-sidebar {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

/* 余白 */
.qa-left-sidebar .mb15 {
  margin-bottom: 15px;
}

/* セクション枠 */
.qa-left-sidebar section.mb15 {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #d7e5e8;
  box-sizing: border-box;
}

/* 見出し h2 */
.qa-left-sidebar h2 {
  margin: 0;
  padding: 8px 10px;
  background: #aeeff8;
  color: #003c4a;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
}

.qa-left-sidebar h2 a {
  color: #003c4a;
  text-decoration: none;
}

.qa-left-sidebar h2 a:hover {
  text-decoration: underline;
}

/* 商品リスト1件 */
.qa-left-sidebar .list {
  position: relative;
  margin: 0;
  padding: 6px;
  border-bottom: 1px solid #d7e5e8;
  background: #fff;
  box-sizing: border-box;
}

.qa-left-sidebar .list:last-child {
  border-bottom: none;
}

/* 商品リンク */
.qa-left-sidebar .list a {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 8px;
  align-items: start;
  color: #222;
  text-decoration: none;
}

.qa-left-sidebar .list a:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* 商品画像 */
.qa-left-sidebar .list figure {
  grid-row: span 2;
  width: 58px;
  margin: 0;
}

.qa-left-sidebar .list figure img {
  display: block;
  width: 58px;
  height: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

/* 商品テキスト */
.qa-left-sidebar .list p {
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 12px;
  line-height: 1.35;
}

.qa-left-sidebar .list p.bold {
  margin-bottom: 2px;
  color: #111;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.25;
}

/* =========================
   作り方・コツ
========================= */

.qa-left-sidebar h4 {
  margin: 0;
  padding: 8px 10px;
  background: #c8b3e8;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
}

/* 作り方リスト枠 */
.qa-left-sidebar .grid {
  margin: 0 0 15px;
  background: #fff;
  border: 1px solid #d7e5e8;
  border-top: none;
  box-sizing: border-box;
}

.qa-left-sidebar .grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qa-left-sidebar .grid li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5edf0;
}

.qa-left-sidebar .grid li:last-child {
  border-bottom: none;
}

.qa-left-sidebar .grid li a {
  position: relative;
  display: block;
  padding: 7px 8px 7px 18px;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  background: #fff;
}

.qa-left-sidebar .grid li a::before {
  content: "›";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: #b9a5df;
  font-weight: bold;
}

.qa-left-sidebar .grid li a:hover {
  background: #f7f2ff;
  color: #000;
  text-decoration: none;
}

/* =========================
   営業日カレンダーなど box
========================= */

.qa-left-sidebar h5 {
  margin: 0;
  padding: 8px 10px;
  background: #13a6d8;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
}

.qa-left-sidebar .box {
  margin: 0 0 15px;
  padding: 8px;
  background: #fff;
  border: 1px solid #d7e5e8;
  border-top: none;
  box-sizing: border-box;
}

.qa-left-sidebar .box img {
  display: block;
  max-width: 100%;
  height: auto;
}

.qa-left-sidebar .box p {
  margin: 6px 0 0;
  line-height: 1.45;
}

/* カレンダー内の余白調整 */
.qa-left-sidebar #cal1,
.qa-left-sidebar #cal2 {
  margin-bottom: 8px;
}

/* =========================
   スマホ時
========================= */

@media screen and (max-width: 834px) {
  .qa-left-sidebar .list a {
    grid-template-columns: 58px 1fr;
  }

  .qa-left-sidebar {
    font-size: 13px;
  }
}


/* =========================
   営業日カレンダー
========================= */

.qa-left-sidebar .qa-calendar-box {
  padding: 6px;
}

.qa-left-sidebar .qa-calendar {
  margin-bottom: 8px;
}

/* カレンダー本体 */
.qa-left-sidebar .cal {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 11px;
  background: #fff;
}

.qa-left-sidebar .cal th,
.qa-left-sidebar .cal td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 3px 1px;
  line-height: 1.3;
}

/* 年月見出し */
.qa-left-sidebar .cal .hcal {
  background: #eaf8fc;
  color: #222;
  font-weight: bold;
  font-size: 12px;
}

/* 曜日 */
.qa-left-sidebar .cal .sun {
  color: #e00;
}

.qa-left-sidebar .cal .cal_sat {
  color: #06c;
}

/* 休業日 */
.qa-left-sidebar .cal .off {
  background: #ffeeee;
  color: #e00;
  font-weight: bold;
}

/* 通常日 */
.qa-left-sidebar .cal td {
  color: #333;
}

/* 注記 */
.qa-left-sidebar .qa-calendar-note {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4;
}

.qa-left-sidebar .qa-calendar-note span {
  color: #f66;
  font-weight: bold;
}

.qa-left-sidebar .qa-calendar-info {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

/* トップページのお知らせボックス */
.qa-delay-notice {
  margin: 0 0 14px;
  padding: 8px 12px;
  border: 1px solid #ff3333;
  border-radius: 5px;
  background: #fff4f4;
  color: #d60000;
  font-size: 13px;
  line-height: 1.7;
  box-sizing: border-box;
}

.qa-delay-notice p {
  margin: 0;
  padding: 0;
}

.qa-delay-notice .qa-delay-title {
  margin: 0 0 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ffb0b0;
  color: #e60000;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}

.qa-delay-notice .qa-delay-title i {
  margin-right: 5px;
  color: #e60000;
}

.blue {
	color: #fff;
	font-weight: bold;
	background-color: #09f;
	border-radius: 0px;
	padding: 2px 10px;
	width: auto;
}


