/* --------------------------------------------------------------------------------------
  ページナビゲーション
--------------------------------------------------------------------------------------- */

.areaNavi {
  display: none;
}

.wrapbox {
  width: 1000px;
  margin: 21px auto 0;
  overflow: hidden;
}

#blog-list {
  float: left;
  width: 720px;
}

#blog-list #list {
  border-bottom: 1px solid #ae8449;
}

#blog-list #list .item-post {
  border-left: 1px solid #ae8449;
  border-right: 1px solid #ae8449;
  border-top: 1px solid #ae8449;
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #fff;
}

/* #blog-list #list li a:hover {
  text-decoration: none;
} */

#blog-list #list li div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  width: 210px;
  height: 167px;
}
#blog-list #list li div img {
  width: 210px;
  height: 167px;
}
#blog-list #list li .no-image {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E',
    'ＭＳ Ｐ明朝', serif;
  background-color: #1a243c;
  vertical-align: middle;
  text-align: center;
  font-size: 160%;
  color: #634a27;
}

#blog-list #list li section {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
  text-align: left;
}

#blog-list #list li section time {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

#blog-list #list li section h2 {
  background-color: #1a243c;
  display: inline-block;
  color: #fff;
  font-size: 85%;
  margin-left: 8px;
  padding: 1px 13px;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #ae8449;
}

#blog-list #list li section h3 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E',
    'ＭＳ Ｐ明朝', serif;
  font-size: 140%;
  font-weight: bold;
  margin-top: 7px;
  line-height: 1.5;
}

#blog-list #list li section p {
  font-size: 85%;
  margin-top: 11px;
  line-height: 1.5;
}
#blog-list #list .tag-list{
   display:  flex;
   height: auto;
   flex-wrap: wrap;
   width: 100%;
}
#blog-list #list .tag-list .tag a {
  background-color: #26362e;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border: none;
  border-radius: 7px;
  min-width: 60px;
  padding: 1px 9px;
  text-align: center;
  font-size: 85%;
  text-decoration: none;
}
#blog-list #list .tag-list .tag{
  margin-bottom: 5px;
}
#blog-list #list .tag-list .tag:not(:nth-last-child(1)){
  margin-right: 5px;
}
#sidebar {
  float: right;
  width: 250px;
}

#sidenavi .widget {
  border: 1px solid #ae8449;
  margin-top: 30px;
}

#sidenavi .widget:first-child {
  margin-top: 0px;
}

#sidenavi .widgettitle {
  background-color: #1a243c;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝',
    'MS PMincho', serif;
  padding: 14px 23px;
  font-weight: bold;
  font-size: 100%;
  color: #fff;
  border-bottom: 1px solid #ae8449;
}

#sidenavi .widget li {
  border-top: 1px solid #ae8449;
  padding: 20px 20px;
}

#sidenavi .widget li:first-child {
  margin-top: 0px;
  border-top: none;
}

#sidenavi .widget li:hover{
  background-color: #1a243c;
}

#sidenavi .widget li a {
  display: block;
  line-height: 1.6;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

#sidenavi .widget li .post-date {
  display: block;
  color: #bdbdbd;
  font-size: 90%;
}

.widget_archive {
  text-align: center;
}

.widget_archive h2 {
  text-align: left;
}

.widget_archive .screen-reader-text {
  display: none;
}

.widget_archive select {
  margin: 24px 0px;
  padding: 3px 14px;
}

#blog-detail {
  border: 1px solid #ae8449;
  width: 678px;
  padding: 20px;
}

#blog-detail .ttl {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝',
    'MS PMincho', serif;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

#blog-detail .ttl time {
  font-size: 175%;
  white-space: nowrap;
  float: left;
}

#blog-detail .ttl h2 {
  background-color: #26362e;
  font-weight: bold;
  float: right;
  color: #fff;
  padding: 3px 15px;
  font-size: 120%;
  white-space: nowrap;
}

#blog-detail .ttl h3 {
  clear: both;
  font-size: 235%;
  font-weight: bold;
  line-height: 1.5;
}
#blog-detail .ttl .tag-list{
  display:  flex;
  height: auto;
  flex-wrap: wrap;
  width: 100%;
}
#blog-detail .ttl .tag-list .tag a {
  background-color: #26362e;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border: none;
  border-radius: 7px;
  min-width: 60px;
  padding: 1px 9px;
  text-align: center;
  font-size: 85%;
  text-decoration: none;
}
#blog-detail .ttl .tag-list .tag{
  margin-bottom: 5px;
}
#blog-detail .ttl .tag-list .tag:not(:nth-last-child(1)){
  margin-right: 5px;
}
#blog-detail .image {
  margin-bottom: 50px;
  width: 100%;
}

.post-content {
  padding-bottom: 50px;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

.post-content .wp-caption {
  width: 100% !important;
}

#social {
  border-top: 1px solid #ae8449;
  font-size: 0px;
  padding: 20px 0px 0;
  clear: both;
  height: 50px;
}

#social li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

#blog-detail #social li:first-child {
  margin-left: 0px;
}

#wp-calendar {
  width: 85%;
  margin: 20px;
}

#wp-calendar th,
#wp-calendar td {
  text-align: center;
}

#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}

.navigation {
  text-align: center;
}

.navigation p {
  display: inline-block;
}

.side-news h3 {
  border-bottom: 1px solid #fff;
  font-size: 145%;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 30px;
  padding-bottom: 12px;
  text-align: center;
}

.side-news h3:first-child {
  margin-top: 0;
}

.side-news h3 span {
  color: #ca9e60;
}

#blog-feed {
  text-align: left;
}

#blog-feed .item {
  margin-top: 30px;
}

#blog-feed .img-rss {
  float: left;
  width: 80px;
}

#blog-feed .img-rss a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-bottom: 93%;
  width: 100%;
}

#blog-feed dl {
  float: right;
  line-height: 1.5;
  width: 148px;
}

#blog-feed dl dt,
#previous-next dl dt
 {
  font-size: 90%;
  margin-bottom: -6px;
  position: relative;
  top: -6px;
}

#blog-feed .title {
  word-break: break-word;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li:after {
  content: '>';
  display: inline-block;
  margin: 0 3px 0 9px;
  color: #b3b3b3;
}

.pankuzu li:last-child:after {
  display: none;
}
#both {float: left}
#previous-next {
  width: 720px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
#previous-next .img-rss a {
  width: 110px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
#previous-next .item-left {
  margin-right: 10px;
}
#previous-next .item-right {
  margin-left: 10px;
}
#previous-next .item-left .img-rss,
#previous-next .item-right .img-rss
 {
  float: left;
  padding-right: 10px;
}
#previous-next .item-left dl,
#previous-next .item-right dl
{
  float: right;
  width: 230px;
}
#previous-next .item-left .link-left {
  text-align: left;
  padding-bottom: 10px;
}
#previous-next .item-right .link-right {
  text-align: right;
  padding-bottom: 10px;
}
#previous-next .no-image {
font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
background-color: #1a243c;
vertical-align: middle;
text-align: center;
font-size: 100%;
color: #634a27;
width: 110px;
height: 80px;
line-height: 80px;
}
#previous-next a.no-img:hover {
  text-decoration: none;
  background-color: #1a243c;
}

/* --------------------------------------------------------------------------------------
  記事の中身のスタイルをデフォルトに戻す
--------------------------------------------------------------------------------------- */

.post-content html,
.post-content address,
.post-content blockquote,
.post-content body,
.post-content dd,
.post-content div,
.post-content dl,
.post-content dt,
.post-content fieldset,
.post-content form,
.post-content frame,
.post-content frameset,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content noframes,
.post-content ol,
.post-content p,
.post-content ul,
.post-content center,
.post-content dir,
.post-content hr,
.post-content menu,
.post-content pre {
  display: block;
  unicode-bidi: embed;
}

.post-content li {
  display: list-item;
}
.post-content head {
  display: none;
}
.post-content table {
  display: table;
}
.post-content tr {
  display: table-row;
}
.post-content thead {
  display: table-header-group;
}
.post-content tbody {
  display: table-row-group;
}
.post-content tfoot {
  display: table-footer-group;
}
.post-content col {
  display: table-column;
}
.post-content colgroup {
  display: table-column-group;
}
.post-content td,
.post-content th {
  display: table-cell;
}

.post-content caption {
  display: table-caption;
}
.post-content th {
  font-weight: bolder;
  text-align: center;
}

.post-content caption {
  text-align: center;
}
.post-content body {
  margin: 8px;
}
.post-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.post-content h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

.post-content h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

.post-content h4,
.post-content p,
.post-content blockquote,
.post-content ul,
.post-content fieldset,
.post-content form,
.post-content ol,
.post-content dl,
.post-content dir,
.post-content menu {
  margin: 1.12em 0;
}

.post-content h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}

.post-content h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content b,
.post-content strong {
  font-weight: bolder;
}

.post-content blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

.post-content i,
.post-content cite,
.post-content em,
.post-content var,
.post-content address {
  font-style: italic;
}

.post-content pre,
.post-content tt,
.post-content code,
.post-content kbd,
.post-content samp {
  font-family: monospace;
}

.post-content pre {
  white-space: unset;
}

.post-content button,
.post-content textarea,
.post-content input,
.post-content select {
  display: inline-block;
}

.post-content big {
  font-size: 1.17em;
}

.post-content small,
.post-content sub,
.post-content sup {
  font-size: 0.83em;
}

.post-content sub {
  vertical-align: sub;
}
.post-content sup {
  vertical-align: super;
}
.post-content table {
  border-spacing: 2px;
}

.post-content thead,
.post-content tbody,
.post-content tfoot {
  vertical-align: middle;
}

.post-content td,
.post-content th,
.post-content tr {
  vertical-align: inherit;
}

.post-content s,
.post-content strike,
.post-content del {
  text-decoration: line-through;
}

.post-content hr {
  border: 1px inset;
}

.post-content ol,
.post-content ul,
.post-content dir,
.post-content menu,
.post-content dd {
  margin-left: 40px;
}

.post-content ol {
  list-style-type: decimal;
}

.post-content ol ul,
.post-content ul ol,
.post-content ul ul,
.post-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.post-content u,
.post-content ins {
  text-decoration: underline;
}
.post-content br:before {
  content: '\A';
  white-space: pre-line;
}

.post-content center {
  text-align: center;
}
.post-content a:link,
.post-content a:visited {
  text-decoration: underline;
}

.post-content a:focus {
  outline: thin dotted invert;
}

/* --------------------------------------------------------------------------------------
   タブレット
--------------------------------------------------------------------------------------- */

@media (max-width: 1024px) and (min-width: 767px) {
  .pankuzu,
  .wrapbox {
    width: auto;
    margin: 2% 5% 0;
  }

  #blog-list,
  #blog-detail {
    width: auto;
    float: none;
  }

  #blog-list #list li section {
    text-align: center;
  }

  #blog-list #list li .no-image {
    display: block;
    width: 100%;
    height: auto;
    padding: 23% 0;
    margin-bottom: 9%;
  }
  #blog-list #list li div img {
    width: 100%;
    height: auto;
  }
  #blog-list #list li div {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 9%;
    background-size: cover;
  }

  #blog-list #list li section {
    padding-left: 0;
  }

  #sidebar {
    float: none;
    width: auto;
    margin-top: 10%;
  }

  #blog-feed .item {
    margin-top: 2%;
  }

  #blog-feed dl {
    width: 85%;
    margin-top: 3%;
  }
  #both {float: none;}
}

/* --------------------------------------------------------------------------------------
  スマホ用
--------------------------------------------------------------------------------------- */

@media (max-width: 766px) {
  .pankuzu,
  .wrapbox {
    width: auto;
    margin: 2% 5% 0;
  }

  #blog-list,
  #blog-detail {
    width: auto;
    float: none;
  }

  #blog-list #list li section {
    text-align: center;
  }

  #blog-list #list li .no-image {
    display: block;
    width: 100%;
    height: auto;
    padding: 23% 0;
    margin-bottom: 9%;
  }
  #blog-list #list li div img {
    width: 100%;
    height: auto;
  }
  #blog-list #list li div {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 9%;
    background-size: cover;
  }

  #blog-list #list li section {
    padding-left: 0;
  }

  #sidebar {
    float: none;
    width: auto;
    margin-top: 10%;
  }

  #blog-feed .item {
    margin-top: 2%;
  }

  #blog-feed dl {
    width: 69%;
    margin-top: 3%;
  }
  #both {float: none;}
  #previous-next .item-left dl,
  #previous-next .item-right dl {
    float: none;
    width: auto;
  }
  #previous-next {
    width: auto;
    justify-content: space-around;
  }
  #previous-next .img-rss a {
    width: 100%;
    height: 25vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }
  #previous-next .item-left .img-rss,
  #previous-next .item-right .img-rss
  {
    width: 100%;
    padding-bottom: 10px;
  }
  #previous-next .item-left {
    margin-right: 0;
    width: 48%;
  }
  #previous-next .item-right {
    margin-left: 0;
    width: 48%;
  }
  #previous-next .no-image {
    width: 100%;
    height: 24vw;
    line-height: 24vw;
  }
  #previous-next a.no-img:hover {
    text-decoration: none;
    background-color: #1a243c;
  }
  .post-content pre span{max-width: 100%; height: auto !important}
  #blog-list #list .tag-list{
    justify-content: center;
    margin: 20px 0;
  }
}
