/*
  Skin Name: ハナオチバタケ カラー
  Description: 白黒をベースに、見出しやボーダーなどの色は、近所の公園でよく見かける『ハナオチバタケ（花落葉茸）』というきのこをモチーフにしました。
  Skin URI: https://net-kaisen-mania.com/
  Author: くみたろう@ネット回線マニア
  Author URI: https://net-kaisen-mania.com/author-information/
  Screenshot URI: https://net-kaisen-mania.com/wp-content/uploads/2022/11/2022-11-20_18h38_48.png
  Version: 1.0.2
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/  

/* 全体 */
.main {
  padding: 40px 40px;
}
.main, .sidebar {
  border-radius: 8px;
}
.entry-content {
  margin-top: 2em;
}

/* グローバルナビ */
#navi {
  font-weight: bold;
  border-top: #111 solid 5px;
  border-bottom: #111 solid 5px;
  background: #111;
}
.navi-in a {
  color: #FFF;
}
.navi li {
  border-right: 1px dotted #8787879e;
}
.navi li:last-child{
  border-right: none;
}

/* サブメニュー */
.sub-menu li{
  background: #111;
}
.sub-menu li{
  border-right: none;
}

/* サブメニューの位置調整 */
ul.sub-menu li:first-child {
  border-top: solid 5px #111;
}

/* グローバルナビ マウスホバー時 */
#navi .navi-in a:hover{
  background-color: rgba(255,255,255,.2);
  transition: all 0.4s;
  color: #FFF;
}

/* サブメニュー マウスホバー時 */
.sub-menu a:hover{
  background-color: rgba(255,255,255,.2);
  transition: all 0.4s;
  color: #FFF;
}

/* スマホ版サブメニューの色調整 */
@media only screen and (max-width:1024px) {
  .sub-menu li{
    background: none;
  }
  ul.sub-menu li:first-child {
    border-top: none;
  }
}

/* スマホ版グローバルナビ ボーダー */
@media only screen and (max-width:1024px) {
  .navi li {
    border-right:none;
  }
  .navi li {
    border-bottom: 1px solid #ffffff9e;
  }
  .navi li:nth-child(odd) {
    border-right: 1px solid #ffffff9e;
  }
  .navi li:last-child{
    border-bottom: none;
  }
  .navi li:nth-last-child(-n+2){
    border-bottom: none;
  }
  #navi {
    border-top: none;
    border-bottom: none;
  }
}

/* トップメニュー時のロゴのバックグラウンドカラー */
.hlt-top-menu-wrap .header-container {
  background-color: #111;
}

.hlt-top-menu-wrap .site-name-text-link {
  color:#fff;
}

/* スマホ版ヘッダーボトム */
@media only screen and (max-width:1024px) {
.header, .appeal {
border-bottom: solid 5px #9E1949;
}
}

/* サイドバーのタイトル背景色 */
.sidebar h2, .sidebar h3 {
  background-color:#111;
  padding: 15px 25px;
  color: white;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: .1rem;
  font-weight: normal;
  position: relative;
}

.sidebar h2, .sidebar h3:before {
  position: absolute;
  top: 25%;
  left: 22px;
  width: 7px;
  height: 50%;
  content: '';
  background: #ffbd71;
}

/* サイドバーの目次をスクロール */
.toc-widget-box {
  overflow-y: auto;
  max-height: 90vh;
}

/* サイドバーの目次位置調整 */
#sidebar .toc, #sidebar .toc-content, #sidebar-menu-content .toc, #sidebar-menu-content .toc-content {
  padding: 0 10px 0 10px;
}

/* タグクラウドのデザイン */
.widget_tag_cloud .tagcloud a {
  background: #EEE;
  border: none;
  color: #666;
  padding: 6px;
  margin: 3px;
  border-radius: 3px;
  font-size: 12px;
}

/* タグクラウドマウスオーバー時 */
.widget_tag_cloud .tagcloud a:hover {
  background: #d20a52;
  color: #FFF;
}
  
/* マーカーアンダーライン色調整 */
.marker-under{
  background: linear-gradient(transparent 60%,#FFDE00 60%);
}
.marker-under , .marker-under-blue , .marker-under-red{
  padding-left:4px;
  padding-right:4px;
}
    
/* コンテンツ下のタイトルサイズ（関連記事等） */
.under-entry-content h2 {
  border-radius: 5px;
  position: relative;
  padding: .8rem 1.2rem 1rem 2.6rem;
  color: #FFF;
  background: #111;
  font-size:20px;
  line-height: 1.4;
  letter-spacing: .02rem;
  margin-bottom: 40px;
  font-weight: bold;
}
.under-entry-content h2:before {
  position: absolute;
  top: 25%;
  left: 22px;
  width: 7px;
  height: 50%;
  content: '';
  background: #ffbd71;
}
.under-entry-content h2:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
}

/* ブログカードの横幅を100％に */
.blogcard-wrap {
  width: 100%;
}
  
/* アイキャッチのカテゴリーラベル */
.eye-catch .cat-label, .cat-label {
  background-color:#333;
  border-radius: 0px 0px 0px 0px;
  border: 0;
  padding: 1px 10px;
  top: 1.3%;
  left: 1%;
}
  
/* 見出しカスタマイズ */
/* アーカイブ */
.archive-title {
  padding: .5rem 0 .5rem 1.5rem;
}
@media screen and (min-width: 1025px) {
  .archive-title {
    padding: .6rem 0 .9rem 1.5rem;
  }
}

/* カテゴリータイトルのフォルダの色 */
.archive-title span {
  color: #9E1949;
}

/* h1 */
.article h1 {
  padding: .5rem 0 .5rem 1.5rem;
  border-left: 8px solid #9E1949;
  line-height: 1.5;
  letter-spacing: .05rem;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .article h1 {
    padding: .6rem 0 .9rem 1.5rem;
    border-left: 8px solid #9E1949;
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 26px;
  }
}

/* h2 */
.article h2, h2.category-list-title {
  border-radius: 5px;
  position: relative;
  padding: .8rem 1.2rem 1rem 2.6rem;
  color: #FFF;
  background: #9E1949;
  font-size:20px;
  line-height: 1.4;
  letter-spacing: .02rem;
  margin-bottom: 40px;
  font-weight: bold;
}
.article h2:before, h2.category-list-title:before {
  position: absolute;
  top: 25%;
  left: 22px;
  width: 7px;
  height: 50%;
  content: '';
  background: #ffbd71;
}

@media screen and (min-width: 1025px) {
  .article h2 {
    border-radius: 5px;
    position: relative;
    padding: 1.8rem 1.8rem 1.8rem 3.2rem;
    color: #FFF;
    background: #9E1949;
	  font-size:23px;
    line-height: 1.5;
    letter-spacing: .03rem;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .article h2:before {
    position: absolute;
    top: 25%;
    left: 25px;
    width: 7px;
    height: 50%;
    content: '';
    background: #ffbd71;
  }
}

/* h3 */
.article h3 {
  border: none;
  padding: 1rem 1.2rem 1.1rem;
  border-left: 6px solid #9E1949;
  background-color: #F3F3F3;
  line-height: 1.5;
  letter-spacing: .07rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .article h3 {
    padding: 1.5rem 1.5rem 1.4rem;
  }
}

/* h4 */
.article h4 {
  border: none;
  padding: 15px 20px;
  border-bottom: solid 5px #ffbd71;
  position: relative;
  line-height: 1.5;
  margin-bottom: 20px;
}
.article h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #9E1949;
  bottom: -5px;
  left: 0;
  width: 70%;
}

/* h5 */
.article h5 {
  padding: 5px 20px;
  font-size: 18px;
  border-bottom: solid 4px #ffbd71;
  position: relative;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* h6 */
.article h6 {
  padding: 5px 20px;
  font-size: 18px;
  border-bottom: 3px solid #000;
  position: relative;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* メイン目次 */
.toc {
  width: 100%;
}
.toc .toc-content > ol > li {
  margin-bottom: 30px;
}
.toc .toc-content > ol > li > ol > li {
  list-style-type: disc;
}
.toc-checkbox:checked ~ .toc-content {
  padding-top: 30px;
}
.toc .toc-content {
  padding: 25px 20px;
}
@media screen and (max-width: 1024px) {
  .toc .toc-content {
    padding: 0 5px 10px;
  }
}

/* 目次の色まわり */
.toc-title {
  background-color:#111;
  color: white;
}

/* フッターの色 */
#footer {
  background: #444;
  border-top: solid 5px #9E1949;
  color: #fff;
  position: relative;
}

.navi-footer-in a {
  color: #fff;
}

/* フッターメニュー マウスホバー時 */
#footer .navi-footer-in a:hover{
  background-color: rgba(255,255,255,.2);
  transition: all 0.4s;
}

/* フッターロゴの色 */
#footer, #footer a, .footer-title {
  color: #FFF;
}

/* スマホ向け フッターナビの色 */
.mobile-menu-buttons, .navi-menu-close-button {
  background-color: #111;
}

/* スマホ向け フッターナビの色 */
.mobile-menu-buttons .menu-button > a {
  color: #FFF;
}

label#navi-menu-open {
  color: white;
}

label#search-menu-open {
  color: white;
}

label#sidebar-menu-open {
  color: white;
}

/* 文字調整 */
.article p {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .article p {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.5;
    letter-spacing: .02rem;
  }
  .article ul li , .article ol li {
    margin-bottom: .5em;
    line-height: 1.5;
    letter-spacing: .02rem;
  }
  .entry-content {
    margin-top: 2em;
  }
}
