/* ----------------------------------------
* blog.php
---------------------------------------- */
#blog #blog-bg, #works #works-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
#blog #blog-bg, .blog-single #blog-bg {
  background: url(./../images/blog-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
/* pagination
---------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0 0;
  text-align: center;
}
.pagination ul {
  margin: 0;
}
.pagination li {
  display: inline-block;
  margin-left: 2px;
  width: 40px;
  color: #4c4c4a;
  font-size: 12px;
  line-height: 33px;
  border: 1px solid #4c4c4a;
  border-radius: 3px;
  box-sizing: border-box;
}
.pagination li.page-of {
  width: 70px;
  margin-right: 5px;
  color: #aaa;
  border: 1px solid #aaa;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li.active {
  background-color: #4c4c4a;
  color: #FFF;
  cursor: not-allowed;
}
.pagination li a {
  color: #4c4c4a !important;
  display: block;
  text-decoration: none;
}
.pagination li a:hover {
  background-color: #4c4c4a;
  color: #FFF !important;
}
@media screen and (max-width: 991px) {
  /* pagination
---------------------------------------- */
  .pagination li {
    width: 40px;
    font-size: 12px;
    line-height: 33px;
  }
  .pagination li.page-of {
    width: 70px;
  }
}
@media screen and (max-width: 480px) {
  #blog #blog-bg, #works #works-bg {
    padding: 40px 0 50px;
  }
}
/* ----------------------------------------
* works.php
---------------------------------------- */
#works #works-bg, .works-single #works-bg {
  background: url(./../images/works-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
/* ----------------------------------------
* single.php 投稿ページ共通
---------------------------------------- */
#single #blog-bg, #single #works-bg {
  padding: 80px 0;
}
#single h1.udr {
  max-width: 70%;
  margin: 20px auto;
  font-size: 2.8rem;
  font-size: 28px;
}
#single .udr span {
  margin-top: 12px;
}
#single .udr ul {
  margin: 0;
}
#single .box_inner {
  width: 95%;
  max-width: 1320px;
  margin-top: 0;
  padding-top: 25px;
}
#single #main {
  float: left;
  width: 70%;
  ;
  max-width: 970px;
}
#single #side {
  float: right;
  width: 27%;
  max-width: 320px;
  margin-top: 55px;
}
#single header .cate_time {
  margin-bottom: 25px;
  font-family: 'Josefin Sans', sans-serif;
}
#single header .cate_time time {
  margin-right: 15px;
  padding-top: 1px;
  font-size: 17px;
  letter-spacing: inherit;
}
#single header .cate_time .cat a {
  padding: 8px 15px 5px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background: #4c4c4c;
}
#single header .cate_time .cat a:hover {
  text-decoration: none;
}
#single header .cate_time .web-design a:hover, #single header .cate_time .web a:hover {
  background: #fd4765;
}
#single header .cate_time .flyer a:hover, #single header .cate_time .news a:hover {
  background: #33d291;
}
#single header .cate_time .namecard a:hover, #single header .cate_time .travel a:hover {
  background: #33bad2;
}
#single header .cate_time .other a:hover {
  background: #666;
}
/* content
---------------------------------------- */
#single .post-thumbnail {
  margin-bottom: 50px;
}
#single .post-thumbnail img {
  width: 100%;
  height: auto;
}
#single .post-content {
  margin-bottom: 50px;
}
#single .post-content h2 {
  margin: 50px 0 30px;
  padding: 5px 0 5px 35px;
  font-size: 24px;
  font-weight: 700;
  border-left: 1px solid #222;
}
#single .post-content h2:first-child {
  margin-top: 0;
}
#single .post-content h3 {
  margin: 30px 0 20px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #222;
}
#single .post-content h4 {
  position: relative;
  display: inline-block;
  margin: 30px 0 20px 0;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 700;
}
#single .post-content h4:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1px;
  width: 10px;
  background: #222;
}
#single .post-content p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 2;
}
/* works 詳細 */
.works-single .post-content dl {
  margin-top: 40px;
  padding: 20px 0 0;
  font-size: 13px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.works-single .post-content dl dt {
  float: left;
  width: 88px;
  border-right: 1px solid #aaa;
}
.works-single .post-content dl dd {
  margin-left: 88px;
  padding-left: 25px;
  margin-bottom: 20px;
}
/* その他装飾
---------------------------------------- */
.post-content .shop-block {
  padding: 15px 25px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #fafafa;
}
.post-content .shop-block strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
.post-content table th, .post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background: #919598;
}
.post-content table.table-line table, .post-content table.table-line th, .post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #241913;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* sns_link
---------------------------------------- */
.bzb-sns-btn {
  padding: 20px;
  margin: 0 0 50px;
  font-size: 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.bzb-sns-btn li {
  display: inline-block;
  height: 28px;
  vertical-align: top;
  font-size: 16px;
  margin: 3px;
  text-align: center;
  border-radius: 3px;
}
.bzb-sns-btn li a {
  display: block;
  color: #fff;
}
.bzb-sns-btn li i {
  vertical-align: top;
  font-size: 16px;
}
/* Facebook */
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
/* twitter */
.bzb-sns-btn li.bzb-twitter {
  width: 85px;
  background: #55acee;
}
.bzb-sns-btn li.bzb-twitter:hover {
  background: #4892cb;
}
.bzb-sns-btn li.bzb-twitter i {
  padding-top: 4px;
  font-size: 20px;
}
/* google */
.bzb-sns-btn li.bzb-googleplus {
  width: 85px;
  background: #dd4b39;
}
.bzb-sns-btn li.bzb-googleplus:hover {
  background: #bb4237;
}
.bzb-sns-btn li.bzb-googleplus i {
  padding-top: 6px;
}
/* hatena */
.bzb-hatena {
  width: 85px;
  padding-top: 6px;
  background: #1aa4dc;
}
.bzb-hatena:hover {
  background: #008cbd;
}
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold
}
/* pocket */
.bzb-sns-btn li.bzb-pocket {
  width: 85px;
  background: #e5364e;
}
.bzb-sns-btn li.bzb-pocket:hover {
  background: #c0392b;
}
.bzb-sns-btn li.bzb-pocket i {
  padding-top: 6px;
}
/* sns_hover */
.post-share .post-share-facebook a:hover {
  color: #305097;
}
.post-share .post-share-twitter a:hover {
  color: #00aced;
}
.post-share .post-share-google a:hover {
  color: #db4a39;
}
.post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
.side-widget-area {
  padding: 0;
}
/* side_widget
---------------------------------------- */
.side-widget {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 14px;
}
.side-widget .side-title {
  padding: 17px 0;
  font-size: 16px;
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold !important;
  background: #4c4c4c;
  color: #fff;
  text-align: center;
  letter-spacing: inherit;
  border-radius: 2px;
}
.side-widget a {
  color: #222;
  text-decoration: none;
}
.side-widget a:hover {
  color: #33bad2;
  text-decoration: none;
}
.side-widget ul li, .side-widget article {
  overflow: hidden;
  clear: both;
  padding: 17px 0;
  border-bottom: 1px solid #efefef;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}
.side-widget .post-share-fb .pas {
  display: none;
}
/* カテゴリー */
#extended-categories-2 li, #extended-categories-3 li {
  position: relative;
  padding: 0;
}
#extended-categories-2 li .avhec-widget-line, #extended-categories-3 li .avhec-widget-line {
  display: block;
}
#extended-categories-2 li a, #extended-categories-3 li a {
  display: block;
  padding: 17px 10px 17px 25px;
}
#extended-categories-2 li .avhec-widget-count, #extended-categories-3 li .avhec-widget-count {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 5px 10px;
  color: #222;
  font-size: 12px;
  background: #eee;
  border-radius: 3px;
}
.cat-item::after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: .5em;
  content: '\f105';
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .2s;
}
.cat-item:hover {
  cursor: pointer;
}
.cat-item:hover::after {
  left: .8em;
}
#extended-categories-2 li:hover .avhec-widget-count, #extended-categories-3 li:hover .avhec-widget-count {
  background-color: #33bad2;
  color: #fff;
  transition: all .2s;
}
/* サムネイル付投稿 */
#npcatch a, .popular-posts a {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0px;
}
#npcatch article a, .popular-posts article a {
  position: relative;
  display: block;
}
#npcatch img, .popular-posts img {
  float: left;
  width: 37%;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
#npcatch h5, .popular-posts h5 {
  float: left;
  width: 63%;
  padding: 0;
  box-sizing: border-box;
  font-size: 12px;
}
#npcatch .date, .popular-posts .date {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  color: #888;
  letter-spacing: inherit;
}
/* widget_views */
.widget_views a {
  display: inline;
}
/* search */
.widget_search {
  overflow: hidden;
  background: #fff;
  padding-bottom: 0;
  border-radius: 2px;
}
.widget_search form div {
  position: relative;
  padding-right: 40px;
}
.widget_search label {
  display: none;
}
.widget_search input[type=text] {
  line-height: 18px;
  padding: 8px 13px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  float: left;
}
.widget_search button {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  width: 40px;
  padding: 8px 5px;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 21px;
  color: #5e6265;
}
.widget_search button:hover {
  cursor: pointer;
}
#searchform form input[type="text"], #searchform form input[type="email"], #searchform form input[type="url"], #searchform form input[type="tel"], #searchform form input[type="number"], #searchform form input[type="date"], #searchform form textarea {
  border-radius: 3px;
  padding: 12px;
  max-width: 100%;
  font-size: 16px;
}
#searchform form textarea {
  width: 80%;
}
#searchform form input[type="submit"] {
  padding: 12px 20px;
}
/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #241913;
  font-size: 14px;
}
/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #fff;
  padding: 20px;
}
#side .share-list-wrap .post-share-list1, #side .share-list-wrap .post-share-list2, #side .share-list-wrap .post-share-list3, #side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li, #side .share-list-wrap .post-share-list2 li, #side .share-list-wrap .post-share-list3 li, #side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a, #side .share-list-wrap .post-share-list2 li a, #side .share-list-wrap .post-share-list3 li a, #side .share-list-wrap .post-share-list4 li a {
  border-radius: 100%;
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on, #side .share-list-wrap .post-share-list1 li a .big, #side .share-list-wrap .post-share-list2 li a .follow-on, #side .share-list-wrap .post-share-list2 li a .big, #side .share-list-wrap .post-share-list3 li a .follow-on, #side .share-list-wrap .post-share-list3 li a .big, #side .share-list-wrap .post-share-list4 li a .follow-on, #side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover, #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover, #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover, #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover, #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover, #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover, #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-google a:hover, #side .share-list-wrap .post-share-list2 li.post-share-google a:hover, #side .share-list-wrap .post-share-list3 li.post-share-google a:hover, #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover, #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover, #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover, #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
@media screen and (max-width: 1200px) {
  #single .box_inner {
    width: 95%;
  }
}
@media screen and (max-width: 991px) {
  #single .box_inner {
    padding-top: 15px;
  }
  #single header .cate_time {
    margin-bottom: 15px;
  }
  #single header .cate_time time {
    font-size: 14px;
  }
  #single header .cate_time .cat a {
    font-size: 10px;
  }
  #single .post-content {
    width: 95%;
    margin: 0 auto;
  }
  #single h1.udr {
    max-width: inherit;
    padding-left: 30px;
    padding-right: 30px;
  }
  #single #main, #single #side {
    width: 100%;
    max-width: inherit;
  }
  .bzb-sns-btn {
    margin-bottom: 40px;
  }
  #single #side {
    margin-top: 40px;
  }
  /* content
---------------------------------------- */
  #single .post-thumbnail {
    margin-bottom: 35px;
  }
  #single .post-content {
    margin-bottom: 35px;
  }
  #single .post-content h2 {
    margin: 35px 0 20px;
    padding: 5px 0 5px 25px;
    font-size: 20px;
  }
  #single .post-content h3 {
    margin: 25px 0 15px;
    padding: 7px 0;
    font-size: 18px;
  }
  #single .post-content h4 {
    padding-left: 18px;
    font-size: 16px;
  }
  #single .post-content p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
  }
  /* side */
  #extended-categories-2 li a, #extended-categories-3 li a {
    font-size: 13px;
  }
  #npcatch img, .popular-posts img {
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #single h1.udr {
    font-size: 20px;
  }
}
/* ----------------------------------------
* search.php
---------------------------------------- */
.search #blog-bg {
  background: url(./../images/search-bg.jpg) no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}
/* no-results */
.search-no-results #blog #blog-bg, .error404 #blog #blog-bg、 {
  padding: 40px 0;
}
.search-no-results #blog .box_inner, .error404 #blog .box_inner {
  width: 980px;
  margin: 0 auto;
  padding-top: 30px;
}
.search-no-results #blog .box_inner article, .error404 #blog .box_inner article {
  width: 100%;
  background: inherit;
}
.search-no-results #blog article, .error404 #blog article {
  border-bottom: 0 !important;
}
.search-no-results #blog article:hover, .error404 #blog article:hover {
  border-bottom: 0 !important;
}
.search-no-results #blog article h2, .error404 #blog article h2 {
  margin: 1.5em 0 1em;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 38px;
  font-weight: bold;
}
.search-no-results #blog article p, .error404 #blog article p {
  font-size: 14px;
}
.search-no-results #blog article p strong {
  font-size: 18px;
}
/* ----------------------------------------
* 404.php
---------------------------------------- */
.error404 #blog-bg {
  min-height: calc(100vh - 99px);
  background: url(./../images/404-bg.jpg) no-repeat !important;
  box-sizing: border-box;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}
@media screen and (max-width: 1400px) {
  .error404 #blog-bg {
    min-height: calc(100vh - 86px);
    ;
  }
}
@media screen and (max-width: 1200px) {
  .error404 #blog-bg {
    min-height: calc(90vh - 86px);
    ;
  }
  .search #blog-bg, .error404 #blog-bg {
    background-attachment: scroll !important;
  }
  .search-no-results #blog article h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .search-no-results #blog article p {
    font-size: 13px;
  }
  .search-no-results #blog article p strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .error404 p {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .error404 #blog-bg {
    min-height: calc(80vh - 86px);
  }
  .search-no-results #blog article h2 {
    margin: 1em 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .search-no-results #blog article h2 {
    font-size: 20px;
  }
}
/* 22.05.26 追記 */
.single-post .entry-content .wrap-res {
  padding-bottom: 20px;
}
.single-post .entry-content .wrap-res table {
  font-size: 14px;
  width: 100%;
  min-width: 620px;
  max-width: 100%;
}
.single-post .entry-content .wrap-res span {
  display: block;
  font-size: 12px;
}
.single-post .entry-content .wrap-res tr:first-child th, .entry-content .wrap-res tr:first-child td {
  text-align: center;
}
.single-post .entry-content .wrap-res th {
  font-weight: bold;
  background: #4c4c4c;
  text-align: center;
}
.single-post .entry-content .wrap-res th:first-child {
  width: 200px;
  padding: 12px 20px;
  text-align: left;
}
.single-post .entry-content .wrap-res td {
  height: 60px;
  text-align: center;
}
.single-post .entry-content .wrap-res td span {
  display: block;
}
.single-post .entry-content .list-note li {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}
.single-post .entry-content .wp-embedded-content {
  max-width: 100%;
}
.list-imp {
  padding: 25px 30px 20px;
  background-color: #eefaff;
  ;
}
.list-imp li {
  font-weight: bold;
  Font-size: 18px;
  text-indent: -1em;
  margin-bottom: 10px;
  margin-left: 1em;
}
.line-yellow {
  background-color: #ffffbb;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-post .entry-content .wrap-res {
    overflow-x: auto;
    display: block;
  }
  .list-imp li {
    Font-size: 16px;
  }
}
/* -----------------------------------------------
	wrap-share
----------------------------------------------- */
.sns__container {
  display: flex;
}
.sns__container a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  max-width: 100%;
}
.sns__container a i {
    margin: 0;
}
.sns__twitter {
  background: #55acee;
}
.sns__facebook {
  background: #3b5998;
}
.sns__pocket {
  background: #ef3f56;
}
.sns__line {
  background: #1dcd00;
}
.wrap-share {
  margin-bottom: 50px;
  padding: 20px 20px 25px;
  background-color: #f8f7f0;
}
@media screen and (min-width:768px) {
  .sns__container a:hover {
    opacity: 0.7;
  }
  /* wrap-share */
  .wrap-share {
    padding: 30px 30px 30px;
  }
  /* pnArea */
  .pnArea ul li {
    margin: 0 5px !important;
  }
}