/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　全体
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
    background: #f6f3ef;
}

div#header {
    background: #cfc7b4;
}

nav {
    background: #cfc7b4;
    /* background: #d3cbb6; */
}
/* ------------------------------------
header 
------------------------------------ */
#header .alignleft {
    background: rgba(255, 255, 255, 0.74);
    padding: 10px 1em;
    display: inline-block;
    margin-top: 1em;
    border-radius: 5px;
    margin-right: 3.25em!important;
    margin-bottom: 1em;
}

h2#site-description {
    color: #6b625b;
}

/* ------------------------------------
mobile menu
------------------------------------ */
a#mobile-menu-toggle {
    background: rgb(110, 76, 57);
    color: #dfdfdf;
    border: 1px solid #8f8f8f;
}

/* ------------------------------------
global menu
------------------------------------ */
#navi ul > li {
    min-width: 10em;
    text-align: center;
}

#navi ul.menu {
    background:initial;
}

div#navi-in {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #dedede);
    background: -moz-linear-gradient(#fff, #dedede);
    background: -o-linear-gradient(#fff, #dedede);
    background: -ms-linear-gradient(#fff, #dedede);
    background: linear-gradient(#fff, #dedede);
}

#navi ul li a:hover{
    transition:.4s;
}

/* meta */
.post-meta {
    background: #f7f5f0;
    background: white;
    font-size: 90%;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-thumb img{
    border-radius:5px;
}
.entry-snippet{
    background: #f4f3ef;
    padding: 5px;
    border-radius: 5px;
    color: #745837;
}
@media screen and (max-width:500px){
  .entry-card h2 {
    line-height: 1.1;
  }
  .entry-card .entry-snippet{
      line-height:1.5;
      margin-bottom:1.5em;
  }
  .entry-card .entry-thumb{
      margin-top:0;
  }
}

@media screen and (max-width:359px){
  .entry-card h2 {
    line-height: 1.4;
  }
  .entry-card .entry-snippet{
      line-height:1.5;
      margin-bottom:1.5em;
  }
  .entry-card .entry-thumb{
      margin-top:0;
  }
}


.entry-read{
    margin-bottom:2em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　記事本文
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

div#the-content {
    color: #444;
}

div#the-content p {
    line-height: 1.7;
    margin-bottom: 1.7em;
}

/* キャプション */
.wp-caption-text, .gallery-caption {
    word-break: break-all;
}


/* ------------------------------------
見出し
------------------------------------ */
div#the-content h2 {
    background: #f1eee4;
    background: #ede6d6;
    border-left: .5em solid #bca5a5;
    border-right: 1px solid #ddd0c5;
    margin-right: -30px;
    margin-top: 2em;
    margin-bottom: 1.25em;
    color: #555;
}
div#the-content h3 {
    border-color: #d5c2c2;
    color: #706049;
}
div#the-content h4 {
    border: none;
    background: #f1eee4;
    padding: .5em 1em;
    border-radius: 20px;
    color: #555;
}
div#the-content h5 {
    color: #952727;
}
div#the-content h6 {
    border-bottom: 1px solid #bcbcbc;
    color: #555;
}

/* ------------------------------------
リスト形式
------------------------------------ */
div#the-content > ul:not(#sitemap_list), 
div#the-content > ol{
    border: 1px solid #bca5a5;
    background: #fefdfa;
    padding: 1.5em 2em 1.5em 2.5em;
    margin-top: 1.5em;
    margin-bottom: 1.75em;
    color:#5f4535;
}

div#the-content > ul > li,
div#the-content > ol > li{
    margin-bottom: .75em;
}
div#the-content > ul > li:last-child,
div#the-content > ol > li:last-child{
    margin-bottom:.0em;
}

div#the-content > ul ul,
div#the-content > ol ul{
    padding-left:2em;
    margin-left:0;
}
div#the-content > ul ul li,
div#the-content > ol ul li{
    color:#6a6b6c;
    font-size:95%;
}
div#the-content > ul.waku.nomi{
    padding-left: 2em!important;
}
div#the-content > ul.waku.nomi > li {
   list-style:none;
}
@media screen and (max-width:480px){
    div#the-content > ul:not(#sitemap_list), 
    div#the-content > ol{
        background: #fefdfa;
        padding: 1.5em 1em 1.5em 2.25em;
    }
    div#the-content > ul.waku.nomi{
        padding-left: 1.25em!important;
    }
}

/* ------------------------------------
外部リンクマーク
------------------------------------ */
i.wpel-icon.fa.fa-external-link-square {
    margin: 0 2px;
}

/* ------------------------------------
目次
------------------------------------ */
div#toc_container {
    min-width: 50%;
    padding: 1em;
    border-radius:3px
}

div#toc_container> ul > li{
    margin-bottom: .25em;
}
div#toc_container> ul > li:last-child{
    margin-bottom:.0em;
}
div#toc_container > ul ul li{
    margin-bottom:0em;
    line-height:1.3
}
div#toc_container > ul ul li a{
    color:#618d93;
    font-size:95%;
}

div#toc_container p.toc_title {
    color:#555;
}

/* ------------------------------------
まとめ
------------------------------------ */
.post div#the-content > h2:last-of-type{
    background:#bab199;
    border-color:#7d6e5f;
    color:#ffffff;
}
.post div#the-content > h2:last-of-type ~ ul > li{
    list-style:none;
}
.post div#the-content > h2:last-of-type ~ ul > li:before {
    content: "\f14a";/* f14a */
    font-family: FontAwesome;
    color: rgba(102, 62, 50, 0.71);
    float: left;
    margin-right: .25em;
    margin-left: -1.25em;
    font-size: 20px;
    position: relative;
    top: -1px;
}

/* ------------------------------------
記事下：関連記事
------------------------------------ */
.related-entry-thumb img {
    border-radius: 100px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイドバー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し */
#sidebar h3 {
    background: #2aa583;
    padding: .5em;
    color: white;
}

/* Search */
#search-2 input {
    margin-bottom: 0;
}

#sidebar ul.wpp-list,
#sidebar ul#npcatch,
aside#categories-2 ul{
    background: rgba(255, 255, 255, 0.49);
    padding: 1.25em 15px 1.5em;
}
/* ------------------------------------
人気記事表示
------------------------------------ */
#sidebar ul.wpp-list {

}

#sidebar ul.wpp-list img {
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: .5em;
    width: 110px;
    height: 110px;
}


#sidebar ul.wpp-list li {
    line-height: 1.4;
    margin-bottom: 8px;
    border-bottom: 1px dotted gray;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
#sidebar ul.wpp-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}


#sidebar ul.wpp-list li a {
    font-size: 95%;
    /* margin-bottom: .5em; */
    /* display: block; */
}
#sidebar ul.wpp-list li a.wpp-post-title{
    margin-bottom:.5em;
    display:block;
}
#sidebar ul.wpp-list span.wpp-excerpt {
    font-size: 90%;
    display: block;
    color: brown;
    clear: both;
}

/* 番号付け */
#sidebar ul.wpp-list {
    counter-reset: wpp-ranking;
}
ul.wpp-list li {
    position:relative;
}
#sidebar ul.wpp-list li:before {
    counter-increment: wpp-ranking;
    content: "Rank " counter(wpp-ranking) "位";
    background: rgba(105, 74, 20, 0.54);
    color: #fff;
    font-size: 11px;
    left: 0;
    top: 10px;
    line-height: 1;
    padding: 2px 7px;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    font-family: Arial;
    border: 1px solid #80663e;
    text-align: center;
}

/* ------------------------------------
新着表示
------------------------------------ */
#sidebar ul#npcatch {
    padding-left: 10px;
    padding: 10px;
}

#sidebar ul#npcatch img {
    padding: 0;
    width:90px;
    height:90px;
}

#sidebar ul#npcatch .title {
    width: initial;
    padding: 0;
    float: none;
    margin-left: 105px;
    display: block;
}

#sidebar ul#npcatch li {
    border-bottom: 1px dotted gray;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-size:95%;
}
#sidebar ul#npcatch li:last-child {
    margin-bottom: 0em;
    border:none;
}

/* 番号付け */
#sidebar ul#npcatch {
    counter-reset: newpost-ranking;
}
#sidebar ul#npcatch li {
    position:relative;
}
#sidebar ul#npcatch li:before {
    counter-increment: newpost-ranking;
    content: "New " counter(newpost-ranking);
    background: rgba(105, 74, 20, 0.54);
    color: #fff;
    font-size: 11px;
    left: 0;
    top: .5rem;
    line-height: 1;
    padding: 3px 7px;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    font-family: Arial;
    /* border: 1px solid #80663e; */
    text-align: center;
}

/* ------------------------------------
カテゴリー
------------------------------------ */
#sidebar #categories-2 > ul{
    padding-left: 1.5em;
}
#sidebar #categories-2 li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #9bbcc5;
    font-size: 12px;
    margin-right: .5em;
    margin-left: -1.25em;
    bottom: 1px;
    display: inline;
    position: relative;
}
