@charset "UTF-8";

/*!
Theme Name: Luna・Blanc (Cocoon Child)
Description: Luna・Blanc ハンドメイドブランド用 子テーマ｜ワインレッド＆ゴールド基調
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.4
*/

/************************************
** Luna・Blanc カラースキーム
************************************/
:root {
  --main-color: #6b1e2e;
  --lb-wine-dark: #4a1420;
  --lb-gold: #b8956b;
  --lb-gold-light: #d4b896;
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
body {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", serif;
  line-height: 2;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
}
#header-container, #header-container .navi, #navi .navi-in>.menu-header .sub-menu {
  background: var(--main-color)!important;
}
/* ヘッダー下にゴールドライン（高級感・1本のみ） */
#header-container {
  border-bottom: 3px solid var(--lb-gold)!important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
#navi, .navi-in {
  border-bottom: none!important;
}
.header-container-in.hlt-top-menu .logo-header img {
  height: 40px;
}
.logo img {
  filter: invert(100%);
}
.navi-in > ul li {
  width:auto!important;
  padding: 0 2em!important;
}
.widget-sidebar th,
.widget-sidebar td,
.widget-sidebar p,
.widget-sidebar li {
  font-size: 14px!important;
}

.widget-sidebar th,
.widget-sidebar td {
  padding: 0.75em;
}

.widget-sidebar .wpp-list {
  padding: 0;;
}
.widget-sidebar .wpp-list li span {
  display: block;
  text-align: right;
  font-size: 12px!important;
}

/* サイドバー見出しにゴールドライン（高級感） */
.sidebar h2, .sidebar h3 {
  border-bottom: 3px solid var(--lb-gold)!important;
}

.prof-read {
  border-bottom:5px solid #aaa!important;
  padding:0 0 1em!important;
  margin-bottom:1em!important;
}
.copyright {
  margin-top: 0!important;
}

/* 投稿ページのレイアウト崩れ対処 */
@media(min-width:1650px){
.header-container{
	width:100%;
}
.header-container-in.hlt-top-menu {
	width:100%;
}
.content-in{
	max-width:1140px;
	width:100%;
}
.main{
	width:70%;
}
.sidebar{
	width:30%;
	}}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  #header .site-name-text img {
    width: auto;
    margin: auto;
  }
  .menu-drawer li {
    padding: 0.75em 0.75em 0.75em 0.75em!important;
    border-bottom: 1px solid rgba(184, 149, 107, 0.3);
  }
  .menu-drawer {
    border-top: 2px solid var(--lb-gold)!important;
  }
  .entry-title, .archive-title {
    font-size: 1.6rem!important;
    margin: 0 0 1em 0!important;
    padding: 0!important;
  }
  #main {
    padding: 3vh 0;
  }
 
}
