@charset "UTF-8";
/*
Theme Name: まいまいあけち
Theme URI: http://sample.jp/
Description: まいまいあけちベーステーマ
Author:
Author URI: http://sample.jp/
Version: 0.0.1
*/
/* all display
-------------------------------------------------- */
*{color: #800000;
  font-family: 'FontAwesome';
}

body{background-color:#faf0e6;font-family: "Meiryo", sans-serif!important;overflow-x:hidden;}

#site #header .wrap,
#site #header h1
{background-color:#faf0e6; }
#site #header .wrap{
  background-size: contain;
  background-repeat: no-repeat;
}
.wrap {
  max-width: 1024px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
}

.main-inner {

}

#side {
  width: 290px;

  margin-left: -290px;
}

.left-content #main {
  width: 100%;

}
.left-content .main-inner {
  margin-right: 330px;
  margin-left: 0;
}
.left-content #side {
  width: 290px;
  float: left;
  margin-left: -290px;
}


.right-content #main {
  width: 100%;

}
.right-content .main-inner {
  margin-left: 330px;
  margin-right: 0;
}
.right-content #side {
  width: 290px;
  margin-left: -100%;
}

.one-column #content .wrap #main {
  width: 100%;
  background-color: #faf0e6;
}
.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}
.one-column #content .wrap #side {
  display: none;
}

#footer #ad-box img:hover{opacity: 0.5;}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {

  .main-inner {
    box-sizing: border-box;
  }

  /* laptop end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }
  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-top: 42px;
  }

  /* tablet end */
}
@media screen and (max-width: 768px) {
  /* phone */

#header .wrap,
#content .wrap,
#footer .wrap,
{margin: 0!important;padding: 0!important;}
#footer #ad-box{margin: auto;}

  #site #header #logo a img{width: 35%;margin-bottom: 0;}
  #site #header-menu-tog {
    top: -1.5em;
  }

  /* phone end */
}
/* ----------------------------------------
* カラースキーム
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {

}

a {
  text-decoration: none;

}
a:hover {
  text-decoration: none;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #2581c4;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  background: #faf0e6;
  padding: 0;
  width: 100%;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}
#header h1{text-align: center;margin-top: 18px;margin-bottom: 18px;}
#header h1 span{font-size: 12px;color: #800000;letter-spacing: 0.1em;}

#header #logo {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}
#header #logo a {
  color: #383838;
}
#header #logo a img{display: inline-block;max-width: 100%;height: auto;margin-bottom: 2.2em;margin-left: auto;margin-right: auto;vertical-align: top;}
#header #header-sns {

}
#header #header-sns ul {
  padding: 0 0 10px;
}
#header #header-sns li {
  display: inline-block;
  margin-left: 30px;
  font-size: 21px;
}
#header #header-sns li a {
  color: #ccc;
}
#header #header-sns li a:hover {
  color: #57585a;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb {
  margin: 0 0 15px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
 /*text-align: left;*/
}
.breadcrumb li {
  float: none;
  display: inline-block;
  margin-left: 10px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
* gloval nav
---------------------------------------- */

#gnav-container{width: 80%;display: inline-block;padding-left: 9%;}

#gnav {
  margin-top: -15px;
  font-size: 15px;
}
#gnav .sub-menu {
  z-index: 10;
  font-size: 14px;
  margin: 0;

}
#gnav ul {
  margin: auto;
  padding: 0;
  text-align: center;
}
#gnav li {
  float: none;
  display: inline-block;
  position: relative;
  padding: 0 24px 0 0;
}
#gnav li.current-menu-item a {

}
#gnav li a {
  font-size: 15px;
  display: block;
  margin-top: -1px;
  padding: 20px 0px;
  color: #800000;
  cursor:pointer;
  text-decoration: none;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
}
#gnav li a:hover {
  color: #2B2D2D;
}
#gnav li a:hover .sub-menu {
  display: block;
}
#gnav li .sub-menu {
  display: none;
  position: absolute;
  width: 375px;
  background: rgba(255, 255, 255, 0.48);
  border: none;
  border-bottom: none;
  padding: 1em;
  margin: 0;
}
#gnav li .sub-menu li {
  float: left;
  text-align: left;
  display: inline-table;
  width: 47%;
  border-bottom: none;
  margin-right: 0;
  padding: 0;

}
#gnav li .sub-menu li:list-child {
  border-bottom: none;
}
#gnav li .sub-menu li a {

  font-size: 14px;
  padding: 0.2em 0em 0.2em 0em;
  margin: 0 1em;
  margin-top: 0;
  border: none;
  overflow: hidden;
   border-bottom: 1px solid #999;
}
#gnav li .sub-menu li a:hover {

}
#gnav li .sub-menu li a:after {

}
#gnav li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
/* ----------------------------------------
* sns button
---------------------------------------- */
#header-sns{width:20%;display: inline-block;float: right;}
#header-sns ul{text-align: right;}
#header-sns ul li{padding-right: 20px;}
#gnav li.instagram_icon{font-size: 12px;}
#gnav li.youtube_icon{font-size: 12px;padding-right: 0;}
/* ----------------------------------------
* content
---------------------------------------- */
#content {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 0px;
  min-height: 450px;
  /* キャプション */
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #efefef;
  text-align: center;
  padding: 5px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}

body.home #content {
  padding-top: 0;

}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page,
article.wp101,
article.seo101 {
  margin-bottom: 60px;

}

.post-header {
  padding: 56px 64px 0;
}

.post-title a {
  color: #383838;
}
.post-title a:hover {
  color: #f24e4f;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 0 1em;
  margin-bottom: 0;
}
.cat-content .post-title,
article.page .post-title {
  margin-bottom: 0;
}

.post-meta {
  margin-top: 0;
  margin-bottom: 42px;
  padding: 0;
}
.post-meta li {
  float: left;
  margin-top: -0.7em;
  margin-right: 20px;
  padding-right: 24px;
  font-size: 14px;
}

.post-thumbnail {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.post-content {
  padding: 42px 64px;
  overflow: hidden;
}
.post-content hr {
  border-bottom: 1px solid #efefef;
  margin: 20px 0;
  clear: both;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}
.post-content dl dd {
  margin: 0 0 20px;
  border-left: 4px solid #e5e5e5;
  padding: 0 0 0 10px;
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1 {
  clear: both;
}
.post-content h2 {
  padding: 0 0 12px;
  clear: both;
  border-bottom: 1px solid #efefef;
}
.post-content h3 {
  clear: both;
  border-left: 5px solid #e5e5e5;
  padding: 0 13px;
}
.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: #383838;
  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;
}

.post-content h2:first-child {
  margin: 0 0 32px;
}

.post-cta {
  margin: 0;
  background: #f5f5f5;
  color: #383838;
  border-top: 3px solid #5e6265;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 40px 45px;
  text-align: center;
  font-size: 32px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 30px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 40px 0 10px;
}
.post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #38bd3e;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: #2581c4;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #f24e4f;
}

.post-share {
  padding: 0 45px 30px;
  border-top: 1px solid #e5e5e5;
}
.post-share .post-share-fb {
  margin-bottom: 0;
  padding-top: 40px;
  text-align: center;
}
.post-share .post-share-fb > span{
  margin: 0 auto;
}
.post-share .post-share-title {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 0;
  color: #fff;

  text-align: center;
  margin-left: -45px;
  margin-right: -45px;
}
.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  font-family: 'Didact Gothic';
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  display: block;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 20px 0;
}
.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}
.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}
.post-share .post-share-list1 li {
  width: 97.92%;
}
.post-share .post-share-list2 li {
  width: 47.92%;
}
.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}
.post-share .post-share-list4 li {
  width: 22.92%;
}
.post-share .post-share-list4 {
  text-align: center;
}
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}
.post-share .post-share-list4 .big {
  font-size: 1.2em;
}
.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;
}

.post-sns {
  border-top: 1px #eee solid;
  margin: 0 -45px -30px;
  padding: 0;
}
.post-sns ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.post-sns ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  color: #929292;
  font-size: 16px;
  text-align: center;
}
.post-sns ul li.post-sns-twitter a:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
.post-sns ul li.post-sns-feedly a:before {
  content: "\f09e";
  font-family: FontAwesome;
  font-size: 24px;
  padding-right: 10px;
}
.post-sns ul li:last-child {
  border-right: none;
  padding: -10px 0;
}
.post-sns ul li:hover {

  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
.post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
.post-sns ul li span {
  font-size: 20px;
}
.post-sns ul li a {
  width: 100%;
  display: block;
  color: #929292;
  text-decoration: none;
  padding: 24px 0;
}
.post-sns ul li a:hover {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.post-sns ul li.post-sns-twitter a:hover {

  color: #fff;
}
.post-sns ul li.post-sns-feedly a:hover {

  color: #fff;
}

.post-footer {
  border-radius: 0 0 3px 3px;
  padding: 40px 64px 0px;
}
.post-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 0 0 64px;
}
.post-footer .bzb-sns-btn:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.post-footer:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}

.post-footer-list {
  margin: 0 0 40px;
}
.post-footer-list li {
  margin-right: 10px;
}

.post-author {
  border-radius: 3px;
  margin-bottom: 0px;
  padding: 40px 64px;
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #383838;
}
.post-author .post-author-img {
  width: 80px;
  float: left;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author a {
  color: #2581c4;
}
.post-author .post-author-meta {
  margin-left: 100px;
}
.post-author .post-author-meta h4 {
  margin: 0 40px 10px 0;
  font-weight: bold;
}

div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}

/* bzb sns */
.post-header-meta {
  overflow: visible;
}
.post-header-meta:after {
  content: "";
  clear: both;
  display: block;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  text-align: left;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
}
.bzb-sns-btn li.bzb-facebook {
  width: 98px;
}
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
.bzb-sns-btn li.bzb-pocket {
  width: 93px;
}
.bzb-sns-btn li.bzb-line a, .bzb-sns-btn li.bzb-line img {
  vertical-align: top;
}

.bzb-facebook .fb-like > span {
  vertical-align: top !important;
}

.bzb-twitter {
  width: 92px;
}

.bzb-googleplus {
  width: 80px;
}

.post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

/* comment
---------------------------------------- */
#comments {
  padding: 40px 64px;
}

.comment-list > .comment {
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}

.comment-list > .comment > .comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}
.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.comment-author {
  float: left;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
}
.comment-author img {
  vertical-align: top;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 80%;
  margin: 20px 0;
  border-radius: 3px;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  width: 15%;
  float: left;
  font-size: 12px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 40%;
  float: left;
  margin-left: 5%;
  border-radius: 3px;
  padding: 5px;
}

.form-submit #submit {
  width: 300px;
  line-height: 40px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

.comment-form-comment textarea {
  width: 95%;
  padding-left: 2%;
  padding-right: 2%;
}

.comment-form {
  overflow: hidden;
}

.comment-form-author,
.comment-form-email {
  width: 49%;
  margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  float: none;
  margin: 0 0 10px;
}

.comment-form-author {
  float: left;
}

.comment-form-email {
  float: right;
}

/* loop
---------------------------------------- */
.cat-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 60px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 304px;
  height: 215px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .post-content {
  width: auto;
  padding: 0 64px 42px;
}
.post-loop-wrap .post-footer {
  border-top: 1px #efefef solid;
  padding-top: 10px;
}
.post-loop-wrap .post-footer .bzb-sns-btn {
  padding: 0;
  margin-right: 50px;
  float: left;
  /* _sns.scss */
}
.post-loop-wrap .post-footer .loop-comment-icon {
  float: right;
}
.post-loop-wrap .post-footer .loop-comment-icon .fa {
  font-size: 18px;
  margin-right: 5px;
}
.post-loop-wrap .post-footer .loop-comment-icon .share {
  display: none;
}
.post-loop-wrap .post-footer .loop-comment-icon .count {
  font-size: 14px;
}

.more-link {
  border: 1px #2581c4 solid;
  padding: 12px 24px;
  line-height: 26px;
  margin-bottom: 64px;
  box-sizing: border-box;
  clear: both;
  color: #2581c4;
  font-size: 14px;
}
.more-link:hover {
  background: #2581c4;
  color: #fff;
  text-decoration: none;
}

/* content-none */
.content-none {
  padding-top: 40px;
}

/* ----------------------------------------
* pagenation
---------------------------------------- */
.pagination {
  margin: auto 0 100px auto;
  padding: 0;
  text-align: center;
}

.pagination span, .pagination a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 12px 18px;
  text-decoration: none;
  width: auto;
  color: #000;
  font-size: 1em;
}

.pagination a:hover {
  background: #DFBFBF;
}

.pagination .current {
  padding: 6px 10px;
  background: #DFBFBF;
}

/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1.6;
  font-size: 14px;
}
.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
}
.side-widget ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.side-widget .side-title {
  margin: 0 0 13px;
  font-size: 16px;
}
.side-widget a {
  color: #5e6265;
  text-decoration: none;
}
.side-widget a:hover {
  color: #2581c4;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}

#views-2 ul li span {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}

.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_views a {
  color: #5e6265;
  text-decoration: none;
  padding-left: 36px;
  display: block;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_views a:hover {
  color: #2581c4;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #383838;
  font-size: 14px;
}

/* 実装中止----------- */
/* calendar */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}
.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0 20px 20px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}
.widget_calendar a {
  color: #666;
}
.widget_calendar li {
  margin-bottom: 1em;
}
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tbody a {
  display: block;
}
.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #f9f9f9;
  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;
}

/* author */
#side-author {
  overflow: hidden;
  font-size: 12px;
}
#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#side-author .side-author-img {
  float: left;
  width: 100px;
}
#side-author .side-author-meta {
  float: right;
  width: 180px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {

}
#footer a {

}
#footer a:hover {

}
#footer .wrap {
  padding: 0;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}

.footer-01 {
  background: #fff;

}
.footer-01 ul {
  overflow: hidden;
  text-align: left;
}
.footer-01 ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-02 {
  background: #fff;

}
.footer-02 .footer-copy {
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
}

/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
  padding: 40px 0;
}
.single-lp .lp-wrap {
  width: 1157px;
  border: 1px solid #efefef;
  margin: 0 auto;
  background: #fff;
  padding: 45px 0;
}
.single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  float: right;
  margin: 0 0 13px 13px;
  border: 1px #ccc solid;
}
.single-lp .lp-thumbnail img {
  vertical-align: top;
}
.single-lp .post-content {
  padding: 0;
  overflow: hidden;
}
.single-lp #lp-header {
  background: #fff;
  padding: 0 56px;
}
.single-lp #lp-header h1 {
  font-size: 32px;
  color: #2581c4;
  padding-bottom: 35px;
  border-bottom: 1px solid #efefef;
}
.single-lp #content {
  padding: 40px 56px;
  overflow: hidden;
}
.single-lp #main {
  width: 100%;
}
.single-lp .main-inner {
  overflow: hidden;
}
.single-lp #side {
  width: 320px;
  margin-left: -320px;
}
.single-lp .post-footer {
  padding: 20px 0;
}
.single-lp .lp-form {
  background: #494c4e;
  color: #fff;
  padding: 30px;
}
.single-lp .lp-form input[type=text],
.single-lp .lp-form input[type=email] {
  width: 90%;
  padding: 10px 5%;
  border: none;
}
.single-lp .lp-form input[type=submit],
.single-lp .lp-form button {
  width: 100%;
  padding: 10px 0;
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
  -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
  border-radius: 3px;
}
.single-lp .lp-form input[type=submit]:hover,
.single-lp .lp-form button:hover {
  background: #6ed472;
}
.single-lp .lp-form dl {
  margin-bottom: 13px;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-menu-tog {
  display: none;
}

@media screen and (max-width: 1200px) {
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }
  .single-lp .main-inner {
    margin-right: 350px;
  }
}
@media screen and (max-width: 991px) {
  /* tablet */


  .sp-show {
    display: block !important;
  }

  #main .post-sns {
    margin: 0 -20px -20px !important;
  }
  #main .post-share-title {
    margin: 0 -20px !important;
  }

  .single-lp #lp-header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .single-lp #lp-header .lp-title {
    padding: 0;
    margin: 0;
    font-size: 21px;
  }
  .single-lp #content {
    padding: 20px;
  }
  .single-lp .lp-wrap {
    padding: 24px 0;
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-wrap input[type=text] {
    width: 100%;
  }
  .single-lp .lp-wrap input[type=submit] {
    margin-top: 30px;
  }
  .single-lp .post-content {
    padding: 0 !important;
  }
  .single-lp #side {
    margin-left: 0;
    width: 100%;
  }
  .single-lp #side dl,
  .single-lp #side dt,
  .single-lp #side dd {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .single-lp #side dt {
    margin-bottom: 8px;
  }

  .alignleft,
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

  /* header */
  #header {
    padding: 36px 0 32px !important;
  }
  #header .wrap {
    padding: 0;
  }
  #header #logo img {
    vertical-align: top;
  }
  #header #header-primary-nav {
    display: none;
  }

 #header-menu-tog {
    display: block;
    float: none;
    font-size: 36px;
    position: absolute;
    right: 0.5em;
    top: 0;
}

  #gnav {
    display: none;
  }
  #gnav.active {
    display: block;
    background-color: #fff;
  }

  #gnav {
    margin: 20px 2%;
    border: 1px solid #cccccc;
    padding: 10px;
  }
  #gnav .wrap {
    margin: 0;
  }
  #gnav ul li {
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 0;
  }
  #gnav ul li.current-menu-item a {
    border-top: none;
    background: #f7f7f7;
  }
  #gnav ul li a {
    display: block;
    border-top: none;
    padding: 12px 8px;

    background: #fff;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;
    border-bottom: 1px #e5e5e5 solid;
  }
  #gnav ul li a:hover {
    color: #2B2D2D;
    border-top: none;
  }
  #gnav ul li a:hover .sub-menu {
    display: block;
  }
  #gnav ul li .sub-menu {
    display: block;
    position: relative;
    width: auto;
    margin-left: 20px;
    background: #fff;
    border: none;
    border-bottom: none;
  }
  #gnav ul li .sub-menu li {
    float: none;
    margin-right: 0;
  }
  #gnav ul li .sub-menu li:list-child {
    border-bottom: none;
  }
  #gnav ul li .sub-menu li a {

    background: #fff;
    padding: 10px 15px;

  }
  #gnav ul li .sub-menu li a:hover {
    background: #fafafa;
    color: #2581c4;
    box-shadow: 0;
  }
  #gnav ul li .sub-menu .sub-menu {
    left: auto;
    top: auto;
  }

  /* loop */
  .cat-content {
    padding: 20px;
  }

  .post-loop-wrap .post-thumbnail {
    height: 215px;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .post-loop-wrap .post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .post-loop-wrap .post-title {
    margin-bottom: 0;
  }
  .post-loop-wrap .post-content {
    padding: 0 40px;
  }
  .post-loop-wrap .post-footer {
    display: none;
  }

  /* comment */
  .comment-form-author,
  .comment-form-email {
    float: none;
    width: auto;
  }

  /* padding */
  .post-header {
    padding: 42px 20px 20px;
  }

  .post-content,
  .cta-post-title,
  .post-cta,
  .post-cta-inner,
  .post-share,
  .post-author,
  article.page .post-header {
    padding: 20px !important;
  }

  .post-thumbnail,
  .post-cta-img {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .post-footer {
    padding: 0 20px;
  }

  .more-link {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .post-content h2 {
    font-size: 22px;
    margin-top: 56px;
  }
  .post-content h3 {
    font-size: 20px;
    margin-top: 56px;
  }
  .post-content h4 {
    font-size: 18px;
  }
 .post-content table{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
  }
  #main .post-share .post-sns {
    margin: 0 -20px -20px;
  }
  #main .post-share .post-sns ul li {
    width: auto;
    float: none;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  #main .post-share .post-sns ul li a {
    padding: 16px 0;
    font-size: 16px;
  }
  #main .post-share .post-sns ul li a span {
    font-size: 16px;
  }
  #main .post-share .post-sns ul li a:before {
    font-size: 18px;
  }
  #main #comments {
    padding: 20px;
  }
  #main .post-author {
    padding: 20px;
  }
  #main .post-author .post-author-img {
    float: none;
  }
  #main .post-author .post-author-meta {
    padding: 0;
    margin: 10px 0 0;
  }

  .post-cta .post-cta-img {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
  .post-cta .post-cta-btn {
    margin: 24px 0 10px;
  }
  .post-cta .post-cta-btn a {
    width: 100%;
    box-sizing: border-box;
  }

  .post-footer {
    padding: 0 20px !important;
  }

  #main .post-cta .cta-post-title {
    font-size: 24px !important;
    padding: 0 0 20px !important;
  }

  /* phone end */
}
/* ----------------------------------------
* カラースキーム 01
---------------------------------------- */
body.color01 {
}
body.color01 body {
  background: #fafafa;
  color: #494D50;
}
body.color01 a {
  color: #1ABB9A;
}
body.color01 form input[type="submit"],
body.color01 form button {
  background: #1ABB9A;
}
body.color01 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color01 #header #logo a {
  color: #494D50;
}
body.color01 #header #header-sns li a {
  color: #ccc;
}
body.color01 #header #header-sns li a:hover {
  color: #34465C;
}
body.color01 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color01 #gnav li.current-menu-item a {
  border-top: 1px #1ABB9A solid;
}
body.color01 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color01 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #1ABB9A solid;
}
body.color01 #gnav li .sub-menu li a {
  font-size: 16px;
  border: none;
}
body.color01 #gnav li .sub-menu li a:hover {
}
body.color01 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color01 .cat-content,
body.color01 article.post,
body.color01 article.page,
body.color01 article.wp101,
body.color01 article.seo101 {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color01 .post-title a {
  color: #494D50;
}
body.color01 .post-title a:hover {
  color: #1ABB9A;
}
body.color01 .post-meta {
  border-top: 1px #ededed solid;
}
body.color01 .post-meta li {
  background: #fff;
}
body.color01 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color01 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color01 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color01 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color01 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color01 .post-content blockquote cite {
  color: #808080;
}
body.color01 .post-content table {
  border: 1px #ddd solid;
}
body.color01 .post-content table th,
body.color01 .post-content table td {
  border: #ddd solid 1px;
}
body.color01 .post-content table th {
  color: #fff;
}
body.color01 .post-content table thead th {
  background: #5e6265;
}
body.color01 .post-content table tbody th {
  background: #919598;
}
body.color01 .post-content table.table-line table,
body.color01 .post-content table.table-line th,
body.color01 .post-content table.table-line td {
  border-color: #fff;
}
body.color01 .post-content table.table-line th {
  background: transparent;
  color: #494D50;
}
body.color01 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color01 .post-content table.table-line tr {
  background: #eee;
}
body.color01 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color01 .post-cta {
  background: #f5f5f5;
  color: #494D50;
  border-top: 3px solid #5e6265;
}
body.color01 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color01 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color01 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color01 .post-cta .btn {
  color: #fff;
  background: #1ABB9A;
}
body.color01 .post-cta .btn:hover {
  background: #BB2C46;
}
body.color01 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color01 .post-share .post-share-title {
  color: #fff;

}
body.color01 .post-share .post-share-list1 a,
body.color01 .post-share .post-share-list2 a,
body.color01 .post-share .post-share-list3 a,
body.color01 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color01 .post-share .post-share-list1 a:hover,
body.color01 .post-share .post-share-list2 a:hover,
body.color01 .post-share .post-share-list3 a:hover,
body.color01 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color01 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color01 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color01 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color01 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color01 .post-sns {
  border-top: 1px #eee solid;
}
body.color01 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color01 .post-sns ul li:hover {

}
body.color01 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color01 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color01 .post-sns ul li a {
  color: #929292;
}
body.color01 .post-sns ul li.post-sns-twitter a:hover {

  color: #fff;
}
body.color01 .post-sns ul li.post-sns-feedly a:hover {

  color: #fff;
}
body.color01 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #494D50;
}
body.color01 .post-author a {
  color: #1ABB9A;
}
body.color01 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color01 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color01 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color01 .more-link {
  border: 1px #1ABB9A solid;
  color: #1ABB9A;
}
body.color01 .more-link:hover {
  background: #1ABB9A;
  color: #fff;
}
body.color01 .pagination span, body.color01 .pagination a {
  color: #494D50;
}
body.color01 .pagination a:hover {
  background: #eee;
}
body.color01 .pagination .current {
  background: #eee;
}
body.color01 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color01 .side-widget a {
  color: #5e6265;
}
body.color01 .side-widget a:hover {
  color: #1ABB9A;
}
body.color01 .side-widget .post-date {
  color: #999999;
}
body.color01 #views-2 ul li span {
  color: #999999;
}
body.color01 .widget_recent_entries a,
body.color01 .widget_archive a,
body.color01 .widget_categories a,
body.color01 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color01 .widget_recent_entries a:hover,
body.color01 .widget_archive a:hover,
body.color01 .widget_categories a:hover,
body.color01 .widget_meta a:hover {
  color: #1ABB9A;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color01 .recentcomments a {
  color: #494D50;
}
body.color01 #side .share-list-wrap {
  background: #fafafa;
}
body.color01 #side .share-list-wrap .post-share-list1 li a,
body.color01 #side .share-list-wrap .post-share-list2 li a,
body.color01 #side .share-list-wrap .post-share-list3 li a,
body.color01 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color01 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color01 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {

}
body.color01 #footer {

}
body.color01 #footer a {

}
body.color01 #footer a:hover {

}
body.color01 .footer-01 {

}
body.color01 .footer-02 {

}
body.color01 .single-lp .lp-wrap {

}
body.color01 .single-lp .lp-thumbnail {

}
body.color01 .single-lp #lp-header {

}
body.color01 .single-lp #lp-header h1 {

}
body.color01 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color01 .single-lp .lp-form input[type=submit],
body.color01 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color01 .single-lp .lp-form input[type=submit]:hover,
body.color01 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color01 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 02
---------------------------------------- */
body.color02 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color02 body {
  background: #fafafa;
  color: #656364;
}
body.color02 a {
  color: #FB4343;
}
body.color02 form input[type="submit"],
body.color02 form button {
  background: #FB4343;
}
body.color02 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color02 #header #logo a {
  color: #656364;
}
body.color02 #header #header-sns li a {
  color: #ccc;
}
body.color02 #header #header-sns li a:hover {
  color: #4E4E4E;
}
body.color02 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color02 #gnav li.current-menu-item a {
  border-top: 1px #FB4343 solid;
}
body.color02 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color02 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #FB4343 solid;
}
body.color02 #gnav li .sub-menu li a {
  background: #2b2b2b;

  border: none;
}
body.color02 #gnav li .sub-menu li a:hover {
  background: #373B3B;

}
body.color02 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color02 .cat-content,
body.color02 article.post,
body.color02 article.page,
body.color02 article.wp101,
body.color02 article.seo101 {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color02 .post-title a {
  color: #656364;
}
body.color02 .post-title a:hover {
  color: #FB4343;
}
body.color02 .post-meta {
  border-top: 1px #ededed solid;
}
body.color02 .post-meta li {
  background: #fff;
}
body.color02 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color02 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color02 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color02 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color02 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color02 .post-content blockquote cite {
  color: #808080;
}
body.color02 .post-content table {
  border: 1px #ddd solid;
}
body.color02 .post-content table th,
body.color02 .post-content table td {
  border: #ddd solid 1px;
}
body.color02 .post-content table th {
  color: #fff;
}
body.color02 .post-content table thead th {
  background: #5e6265;
}
body.color02 .post-content table tbody th {
  background: #919598;
}
body.color02 .post-content table.table-line table,
body.color02 .post-content table.table-line th,
body.color02 .post-content table.table-line td {
  border-color: #fff;
}
body.color02 .post-content table.table-line th {
  background: transparent;
  color: #656364;
}
body.color02 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color02 .post-content table.table-line tr {
  background: #eee;
}
body.color02 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color02 .post-cta {
  background: #f5f5f5;
  color: #656364;
  border-top: 3px solid #5e6265;
}
body.color02 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color02 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color02 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color02 .post-cta .btn {
  color: #fff;
  background: #FB4343;
}
body.color02 .post-cta .btn:hover {
  background: #58DADF;
}
body.color02 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color02 .post-share .post-share-title {
  color: #fff;

}
body.color02 .post-share .post-share-list1 a,
body.color02 .post-share .post-share-list2 a,
body.color02 .post-share .post-share-list3 a,
body.color02 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color02 .post-share .post-share-list1 a:hover,
body.color02 .post-share .post-share-list2 a:hover,
body.color02 .post-share .post-share-list3 a:hover,
body.color02 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color02 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color02 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color02 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color02 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color02 .post-sns {
  border-top: 1px #eee solid;
}
body.color02 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color02 .post-sns ul li:hover {

}
body.color02 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color02 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color02 .post-sns ul li a {
  color: #929292;
}
body.color02 .post-sns ul li.post-sns-twitter a:hover {

  color: #fff;
}
body.color02 .post-sns ul li.post-sns-feedly a:hover {

  color: #fff;
}
body.color02 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #656364;
}
body.color02 .post-author a {
  color: #FB4343;
}
body.color02 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color02 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color02 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color02 .more-link {
  border: 1px #FB4343 solid;
  color: #FB4343;
}
body.color02 .more-link:hover {
  background: #FB4343;
  color: #fff;
}
body.color02 .pagination span, body.color02 .pagination a {
  color: #656364;
}
body.color02 .pagination a:hover {
  background: #eee;
}
body.color02 .pagination .current {
  background: #eee;
}
body.color02 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color02 .side-widget a {
  color: #5e6265;
}
body.color02 .side-widget a:hover {
  color: #FB4343;
}
body.color02 .side-widget .post-date {
  color: #999999;
}
body.color02 #views-2 ul li span {
  color: #999999;
}
body.color02 .widget_recent_entries a,
body.color02 .widget_archive a,
body.color02 .widget_categories a,
body.color02 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color02 .widget_recent_entries a:hover,
body.color02 .widget_archive a:hover,
body.color02 .widget_categories a:hover,
body.color02 .widget_meta a:hover {
  color: #FB4343;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color02 .recentcomments a {
  color: #656364;
}
body.color02 #side .share-list-wrap {
  background: #fafafa;
}
body.color02 #side .share-list-wrap .post-share-list1 li a,
body.color02 #side .share-list-wrap .post-share-list2 li a,
body.color02 #side .share-list-wrap .post-share-list3 li a,
body.color02 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color02 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color02 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}
body.color02 #footer {
  color: #1E252C;
}
body.color02 #footer a {

}
body.color02 #footer a:hover {

}
body.color02 .footer-01 {

}
body.color02 .footer-02 {

}
body.color02 .single-lp .lp-wrap {

}
body.color02 .single-lp .lp-thumbnail {

}
body.color02 .single-lp #lp-header {

}
body.color02 .single-lp #lp-header h1 {

}
body.color02 .single-lp .lp-form {

}
body.color02 .single-lp .lp-form input[type=submit],
body.color02 .single-lp .lp-form button {

}
body.color02 .single-lp .lp-form input[type=submit]:hover,
body.color02 .single-lp .lp-form button:hover {

}

/* color02 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 03
---------------------------------------- */
body.color03 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color03 body {
  background: #fafafa;
  color: #444756;
}
body.color03 a {
  color: #F37D3D;
}
body.color03 form input[type="submit"],
body.color03 form button {
  background: #F37D3D;
}
body.color03 #header {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
body.color03 #header #logo a {
  color: #444756;
}
body.color03 #header #header-sns li a {
  color: #ccc;
}
body.color03 #header #header-sns li a:hover {
  color: #21262D;
}
body.color03 #gnav {
  background: #fff;
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
}
body.color03 #gnav li.current-menu-item a {
  border-top: 1px #F37D3D solid;
}
body.color03 #gnav li a {
  border-top: 1px #ededed solid;
  color: #2B2D2D;
  background: #fff;
}
body.color03 #gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #F37D3D solid;
}
body.color03 #gnav li .sub-menu li a {
  background: #2b2b2b;

  border: none;
}
body.color03 #gnav li .sub-menu li a:hover {
  background: #373B3B;
}
body.color03 #content .wp-caption {
  border: 1px solid #ededed;
}
body.color03 .cat-content,
body.color03 article.post,
body.color03 article.page,
body.color03 article.wp101,
body.color03 article.seo101 {
  background: #fff;
  border: 1px #e5e5e5 solid;
}
body.color03 .post-title a {
  color: #444756;
}
body.color03 .post-title a:hover {
  color: #F37D3D;
}
body.color03 .post-meta {
  border-top: 1px #ededed solid;
}
body.color03 .post-meta li {
  background: #fff;
}
body.color03 .post-content hr {
  border-bottom: 1px solid #ededed;
}
body.color03 .post-content h2 {
  border-bottom: 1px solid #ededed;
}
body.color03 .post-content h3 {
  border-left: 5px solid #e5e5e5;
}
body.color03 .post-content blockquote {
  border: 1px #e5e5e5 solid;
}
body.color03 .post-content blockquote:before {
  color: #e7e7e7;
}
body.color03 .post-content blockquote cite {
  color: #808080;
}
body.color03 .post-content table {
  border: 1px #ddd solid;
}
body.color03 .post-content table th,
body.color03 .post-content table td {
  border: #ddd solid 1px;
}
body.color03 .post-content table th {
  color: #fff;
}
body.color03 .post-content table thead th {
  background: #5e6265;
}
body.color03 .post-content table tbody th {
  background: #919598;
}
body.color03 .post-content table.table-line table,
body.color03 .post-content table.table-line th,
body.color03 .post-content table.table-line td {
  border-color: #fff;
}
body.color03 .post-content table.table-line th {
  background: transparent;
  color: #444756;
}
body.color03 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
body.color03 .post-content table.table-line tr {
  background: #eee;
}
body.color03 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
body.color03 .post-cta {
  background: #f5f5f5;
  color: #444756;
  border-top: 3px solid #5e6265;
}
body.color03 .post-cta .cta-post-title {
  border-bottom: 1px solid #e5e5e5;
}
body.color03 .post-cta .post-cta-btn a {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color03 .post-cta .post-cta-btn a:hover {
  background: #81da85;
  border-bottom: 5px solid #5ace5f;
}
body.color03 .post-cta .btn {
  color: #fff;
  background: #F37D3D;
}
body.color03 .post-cta .btn:hover {
  background: #23B0F3;
}
body.color03 .post-share {
  border-top: 1px solid #e5e5e5;
}
body.color03 .post-share .post-share-title {
  color: #fff;

}
body.color03 .post-share .post-share-list1 a,
body.color03 .post-share .post-share-list2 a,
body.color03 .post-share .post-share-list3 a,
body.color03 .post-share .post-share-list4 a {
  border: 1px #eee solid;
}
body.color03 .post-share .post-share-list1 a:hover,
body.color03 .post-share .post-share-list2 a:hover,
body.color03 .post-share .post-share-list3 a:hover,
body.color03 .post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
body.color03 .post-share .post-share-facebook a:hover {
  color: #305097;
}
body.color03 .post-share .post-share-twitter a:hover {
  color: #00aced;
}
body.color03 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color03 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color03 .post-sns {
  border-top: 1px #eee solid;
}
body.color03 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color03 .post-sns ul li:hover {

}
body.color03 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color03 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color03 .post-sns ul li a {
  color: #929292;
}
body.color03 .post-sns ul li.post-sns-twitter a:hover {

  color: #fff;
}
body.color03 .post-sns ul li.post-sns-feedly a:hover {

  color: #fff;
}
body.color03 .post-author {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  color: #444756;
}
body.color03 .post-author a {
  color: #F37D3D;
}
body.color03 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color03 .comment-list .children .comment-body {

}
body.color03 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color03 .more-link {
  border: 1px #F37D3D solid;
  color: #F37D3D;
}
body.color03 .more-link:hover {

  color: #fff;
}
body.color03 .pagination span, body.color03 .pagination a {
  color: #444756;
}
body.color03 .pagination a:hover {

}
body.color03 .pagination .current {

}
body.color03 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color03 .side-widget a {
  color: #5e6265;
}
body.color03 .side-widget a:hover {
  color: #F37D3D;
}
body.color03 .side-widget .post-date {
  color: #999999;
}
body.color03 #views-2 ul li span {
  color: #999999;
}
body.color03 .widget_recent_entries a,
body.color03 .widget_archive a,
body.color03 .widget_categories a,
body.color03 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color03 .widget_recent_entries a:hover,
body.color03 .widget_archive a:hover,
body.color03 .widget_categories a:hover,
body.color03 .widget_meta a:hover {
  color: #F37D3D;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color03 .recentcomments a {
  color: #444756;
}
body.color03 #side .share-list-wrap {

}
body.color03 #side .share-list-wrap .post-share-list1 li a,
body.color03 #side .share-list-wrap .post-share-list2 li a,
body.color03 #side .share-list-wrap .post-share-list3 li a,
body.color03 #side .share-list-wrap .post-share-list4 li a {

}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {

}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {

}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {

}
body.color03 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color03 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {

}
body.color03 #footer {

}
body.color03 #footer a {

}
body.color03 #footer a:hover {

}
body.color03 .footer-01 {

}
body.color03 .footer-02 {

}
body.color03 .single-lp .lp-wrap {

}
body.color03 .single-lp .lp-thumbnail {

}
body.color03 .single-lp #lp-header {

}
body.color03 .single-lp #lp-header h1 {

}
body.color03 .single-lp .lp-form {

}
body.color03 .single-lp .lp-form input[type=submit],
body.color03 .single-lp .lp-form button {

  color: #fff;

}
body.color03 .single-lp .lp-form input[type=submit]:hover,
body.color03 .single-lp .lp-form button:hover {

}

/* color03 end
---------------------------------------- */
/* ----------------------------------------
* カラースキーム 04
---------------------------------------- */
body.color04 {
  /* ----------------------------------------
  * all
  ---------------------------------------- */
  /* form
  ---------------------------------------- */
  /* ----------------------------------------
  * header
  ---------------------------------------- */
  /* ----------------------------------------
  * breadcrumb
  ---------------------------------------- */
  /* ----------------------------------------
  * gloval nav
  ---------------------------------------- */
  /* ----------------------------------------
  * content
  ---------------------------------------- */
  /* ----------------------------------------
  * main
  ---------------------------------------- */
  /* comment
  ---------------------------------------- */
  /* loop
  ---------------------------------------- */
  /* ----------------------------------------
  * pagenation
  ---------------------------------------- */
  /* ----------------------------------------
  * side
  ---------------------------------------- */
  /* comment */
  /* follow */
  /* ----------------------------------------
  * footer
  ---------------------------------------- */
  /* ----------------------------------------
  * LP
  ---------------------------------------- */
}
body.color04 body {
  color: #474747;
}
body.color04 a {
  color: #F6706F;
}
body.color04 form input[type="submit"],
body.color04 form button {

}
body.color04 #header {

}
body.color04 #header #logo a {

}
body.color04 #header #header-sns li a {

}
body.color04 #header #header-sns li a:hover {

}
body.color04 #gnav {
  background: #fff;
}
body.color04 #gnav li.current-menu-item a {

}
body.color04 #gnav li a {

}
body.color04 #gnav li a:hover {

}
body.color04 #gnav li .sub-menu li a {

}
body.color04 #gnav li .sub-menu li a:hover {

}
body.color04 #content .wp-caption {

}
body.color04 .cat-content,
body.color04 article.post,
body.color04 article.page,
body.color04 article.wp101,
body.color04 article.seo101 {

}
body.color04 .post-title a {

}
body.color04 .post-title a:hover {

}
body.color04 .post-meta {

}
body.color04 .post-meta li {

}
body.color04 .post-content hr {

}
body.color04 .post-content h2 {

}
body.color04 .post-content h3 {

}
body.color04 .post-content blockquote {

}
body.color04 .post-content blockquote:before {

}
body.color04 .post-content blockquote cite {

}
body.color04 .post-content table {

}
body.color04 .post-content table th,
body.color04 .post-content table td {

}
body.color04 .post-content table th {

}
body.color04 .post-content table thead th {

}
body.color04 .post-content table tbody th {

}
body.color04 .post-content table.table-line table,
body.color04 .post-content table.table-line th,
body.color04 .post-content table.table-line td {

}
body.color04 .post-content table.table-line th {

}
body.color04 .post-content table.table-line thead th {

}
body.color04 .post-content table.table-line tr {

}
body.color04 .post-content table.table-line tr:nth-child(2n+1) {

}
body.color04 .post-cta {

}
body.color04 .post-cta .cta-post-title {

}
body.color04 .post-cta .post-cta-btn a {

}
body.color04 .post-cta .post-cta-btn a:hover {

}
body.color04 .post-cta .btn {

}
body.color04 .post-cta .btn:hover {

}
body.color04 .post-share {

}
body.color04 .post-share .post-share-title {

}
body.color04 .post-share .post-share-list1 a,
body.color04 .post-share .post-share-list2 a,
body.color04 .post-share .post-share-list3 a,
body.color04 .post-share .post-share-list4 a {

}
body.color04 .post-share .post-share-list1 a:hover,
body.color04 .post-share .post-share-list2 a:hover,
body.color04 .post-share .post-share-list3 a:hover,
body.color04 .post-share .post-share-list4 a:hover {

}
body.color04 .post-share .post-share-facebook a:hover {

}
body.color04 .post-share .post-share-twitter a:hover {

}
body.color04 .post-share .post-share-google a:hover {
  color: #db4a39;
}
body.color04 .post-share .post-share-feedly a:hover {
  color: #2bb24c;
}
body.color04 .post-sns {
  border-top: 1px #eee solid;
}
body.color04 .post-sns ul li {
  border-right: 1px solid #eee;
  color: #929292;
}
body.color04 .post-sns ul li:hover {

}
body.color04 .post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}
body.color04 .post-sns ul li.post-sns-feedly:hover {
  color: #5ACF5F;
}
body.color04 .post-sns ul li a {
  color: #929292;
}
body.color04 .post-sns ul li.post-sns-twitter a:hover {

  color: #fff;
}
body.color04 .post-sns ul li.post-sns-feedly a:hover {

  color: #fff;
}
body.color04 .post-author {

}
body.color04 .post-author a {

}
body.color04 .comment-list > .comment {
  border-bottom: 1px #eee solid;
}
body.color04 .comment-list .children .comment-body {
  background: #f7f7f7;
}
body.color04 .post-loop-wrap .post-footer {
  border-top: 1px #ededed solid;
}
body.color04 .more-link {
  border: 1px #F6706F solid;
  color: #F6706F;
}
body.color04 .more-link:hover {
  background: #F6706F;
  color: #fff;
}
body.color04 .pagination span, body.color04 .pagination a {
  color: #474747;
}
body.color04 .pagination a:hover {
  background: #eee;
}
body.color04 .pagination .current {
  background: #eee;
}
body.color04 .side-widget ul li {
  border-bottom: 1px solid #e5e5e5;
}
body.color04 .side-widget a {
  color: #5e6265;
}
body.color04 .side-widget a:hover {
  color: #F6706F;
}
body.color04 .side-widget .post-date {
  color: #999999;
}
body.color04 #views-2 ul li span {
  color: #999999;
}
body.color04 .widget_recent_entries a,
body.color04 .widget_archive a,
body.color04 .widget_categories a,
body.color04 .widget_meta a {
  color: #5e6265;
  background: url('lib/images/icont_arw_lit.png?1418372717') left center no-repeat;
}
body.color04 .widget_recent_entries a:hover,
body.color04 .widget_archive a:hover,
body.color04 .widget_categories a:hover,
body.color04 .widget_meta a:hover {
  color: #F6706F;
  background: url('lib/images/icon_arw_gry.png?1418372717') left center no-repeat;
}
body.color04 .recentcomments a {
  color: #474747;
}
body.color04 #side .share-list-wrap {
  background: #fafafa;
}
body.color04 #side .share-list-wrap .post-share-list1 li a,
body.color04 #side .share-list-wrap .post-share-list2 li a,
body.color04 #side .share-list-wrap .post-share-list3 li a,
body.color04 #side .share-list-wrap .post-share-list4 li a {
  background: #fff;
  color: #5e6265;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
body.color04 #side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
body.color04 #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {

}
body.color04 #footer {

}
body.color04 #footer a {

}
body.color04 #footer a:hover {

}
body.color04 .footer-01 {

}
body.color04 .footer-02 {

}
body.color04 .single-lp .lp-wrap {

}
body.color04 .single-lp .lp-thumbnail {
  border: 1px #ccc solid;
}
body.color04 .single-lp #lp-header {
  background: #fff;
}
body.color04 .single-lp #lp-header h1 {
  color: #F6706F;
  border-bottom: 1px solid #ededed;
}
body.color04 .single-lp .lp-form {
  background: #494c4e;
  color: #fff;
}
body.color04 .single-lp .lp-form input[type=submit],
body.color04 .single-lp .lp-form button {
  background: #5ace5f;
  color: #fff;
  border-bottom: 5px solid #38bd3e;
}
body.color04 .single-lp .lp-form input[type=submit]:hover,
body.color04 .single-lp .lp-form button:hover {
  background: #6ed472;
}

/* color04 end
---------------------------------------- */
h2.single-title{font-weight: bold;font-size: 21px;margin: 0 auto 2em auto;text-align: left;}
/* 明智ページ ラベル一覧*/
.header-label{margin: 1em auto;text-align: center;}
.header-label span{display: block;}
.header-label span img{max-width: 100%;height: auto;display: block;margin: auto;}
.header-label span h4{font-size: 1.5em;}
.header-label span aside{font-size: 0.8em;color: #595757;line-height: 0.8em;}



.header-label span.a1 h4{color: #5e7f2e;}
.header-label span.a2 h4{color: #94411a;}
.header-label span.a3 h4{color: #ba8a00;}
.header-label span.a4 h4{color: #d66c79;}
.header-label span.a5 h4{color: #5e4500;}
.header-label span.a6 h4{color: #7c6769;}
.header-label span.a7 h4{color: #ee762b;}
.header-label span.a8 h4{color: #9f934b;}
.header-label span.a9 h4{color: #bb5730;}
.header-label span.a10 h4{color: #5c7886;}
.header-label span.a11 h4{color: #ee762b;}
.header-label span.a12 h4{color: #3C749F;}
.header-label span.a13 h4{color: #349DD1;}
.header-label span.a14 h4{color: #c3241f;}

.post-label span h4{font-size: 1.5em;}
.post-label span.a1 h4{color: #5e7f2e;}
.post-label span.a2 h4{color: #94411a;}
.post-label span.a3 h4{color: #ba8a00;}
.post-label span.a4 h4{color: #d66c79;}
.post-label span.a5 h4{color: #5e4500;}
.post-label span.a6 h4{color: #7c6769;}
.post-label span.a7 h4{color: #ee762b;}
.post-label span.a8 h4{color: #9f934b;}
.post-label span.a9 h4{color: #bb5730;}
.post-label span.a10 h4{color: #5c7886;}
.post-label span.a11 h4{color: #ee762b;}
.post-label span.a12 h4{color: #3C749F;}
.post-label span.a13 h4{color: #349DD1;}

.articles{margin: 1em auto;}
.articles ul{}
.articles ul li {display: inline-block;vertical-align: top;}
.articles ul li article{padding:0;margin: 0.5em;width: 235px;margin-bottom: 1em; text-align: left; font-size: 12px;}
.articles ul li a.linktag{display: block;margin: auto;text-align: center;color: #8b3b2c;}
.articles ul li a.linktag:hover{opacity: 0.5;}
.articles ul li a.linktag span{display: block;width: 235px;height: auto;overflow: visible;}
.articles ul li img{max-width: 100%;height: auto;}
.articles ul li a.linktag img{max-width: 100%;width: 235px;height: auto;}

.articles ul li .none h4,
.articles ul li .linktag h4{text-align: left;padding-top: 0.5em; font-size: 16px;}


.articles ul li p{text-align: left;line-height: 1.6em;font-size: 0.9em;min-height: 3em;overflow: hidden;}
.articles ul li.inleft{float: left;padding-left: 0.5em;}

#single-post{display: table;width: 100%;max-width: 1024px;margin: auto;text-align: center;margin-bottom: 5em;margin-top: 5em;}
#single-post .main-post{display: table-cell;width: 67.999%; max-width: 680px;margin: auto;text-align: left;}
#single-post .main-slider{display: table-cell;width: 32%;max-width: 324px;margin: auto;text-align: center;}
#single-post .post-header-meta{display: block;width: 100%;clear: both;margin-bottom: 1em;}

.post-label{margin: 2em auto 2em auto;}
.main-slider ul{text-align: center;margin: auto;}
.main-slider ul li{text-align: left;line-height: 1.6em;padding: 0.5em 0;border-bottom:1px dashed #9fa0a0;margin-left: 34%;}
.main-slider ul li h4{font-size: 12px; display: inline-block;margin-right: 1em;color: #231815;}
.main-slider ul li aside{font-size: 12px;display: inline-block;color:#231815 ;}

/* blog */
#blog #single-post .main-post{display: table-cell;width: 746px; max-width:746px;margin: auto;text-align: left;vertical-align: top;}
#blog #single-post .main-slider{display: table-cell;width: 210px;max-width: 210px;margin: auto;text-align: center;vertical-align: top;}
.post-label{width: 100%;height: auto;margin-bottom: 1em;position: relative;}
.post-label img{display: inline-block;
    display: block;
    max-width: 500px;
    margin: auto;
}
.post-label h4{max-width: 200px;margin: auto;}
.post-label aside{max-width: 200px;margin: auto;}
#main .about-page{padding-top: 100px;max-width: 600px;text-align: left;margin: auto;}
#main .about-page span.skip{margin: 2em auto;height: auto;text-align: left;color: #000;display: block;}
#main .about-page h1{font-size: 22px;font-weight: bold;margin-bottom: 2em;color: #800000;}
#main .about-page h2{font-size: 22px;font-weight: bold;color: #800000;margin-top: 30px;}
#main .about-page p{line-height: 2em;color: #000;font-size: 16px;}
#main .about-page dl{margin-top: 60px; margin-bottom: 60px;}
#main .about-page dl dt{font-weight: bold;color:#000;line-height: 2em;}
#main .about-page dl dt h2{font-size: 16px;color: #000;}
#main .about-page dl dd{color:#000;line-height: 2em;}
#main .googlemaps{margin: 2em auto;text-align: center;}

#main .about-page dl dd span.small{font-size: 0.9em;color: #000;font-weight: bold;}
#main .about-page div.info{display: block; color:#000;line-height: 2em;margin-top: 1.5em; border: 1px solid #000;padding:1.5em 1.8em;text-align: left;}
#main .about-page div.info a{color:#000;text-decoration: underline;}


#main .cols460{min-height: 460px;}
#blog .main-slider .box{margin: 0em auto 2em auto;}
.main-slider .box h4{font-weight: bold;}
#blog .main-slider .box h4{margin: 1em auto 1em auto;text-align: center;font-weight: bold;}
#blog .main-slider .box:nth-child(1) h4{margin: 0 auto 1em auto;}
#blog .main-slider .box ul{margin: 0em auto;}
#blog .staffblog-links ul li.inleft{margin-left: 1em;}
#blog .space{height: 10px;}
#news .space{height: 10px;}
#photo .space{height: 10px;}
#contact .space{height: 30px;}

#contact .akechiform{margin: 2em auto;}
#contact .contact-form{width: 100%;text-align: center;}
#contact .message{max-width: 700px;margin: auto;text-align: left;}
#contact .contact-form > div{margin: auto;text-align: center;max-width: 700px;}
#contact .contact-form > div span{display: table-cell;}
#contact .contact-form > div span:nth-child(1){width: 20%;text-align: right;}
#contact .contact-form > div span:nth-child(2){width: 70%;text-align: left;padding-left: 10%;padding-top: 1.5em;}
#contact .contact-form > div:nth-child(5) span:nth-child(1){}
#contact .contact-form > div:nth-child(5) span:nth-child(2){padding-left: 5.7%;}
#contact .contact-form div.send{max-width: 100%; width: 100%;text-align:center;padding-left:0;}
#contact .contact-form div.send span:nth-child(1){display: inline-block; padding: 2em 0;width: 100%;text-align: center;}
#contact .contact-form input[type="submit"],
#contact .contact-form button{
  padding: 0.2em 1.5em;
  background-color: #800000;
  color: #fff;
}
#contact div.wpcf7-validation-errors {
    border: 2px solid #800000;
}
#contact div.wpcf7-mail-sent-ok{
    border: 2px solid #800000;
}
#contact .contact-form > div span.wpcf7-not-valid-tip:nth-child(2){display: block; padding-left: 0;text-align: left;font-size: 14px;}
/*明智ページ*/
#akechi{}
#akechi #metasliders{margin-bottom: 0;}
#akechi .breadcrumb{text-align: center;margin: auto;}


.post-header{padding: 0 1em;}
#metasliders{width: 100%; margin:0 auto 100px auto;text-align: center;}
#metasliders > div{margin: auto;}
#metasliders img{width: 100%!important;height: auto!important;}
/*新着 テキスト一覧*/
dl,dt,dd{margin:0;padding:0;}
.date-list{margin:1em auto;max-width: 622px;}
.date-list dl{text-align: center;line-height: 2em;padding:  0 1em;}
.date-list dt{display: inline-block;width: 20%;text-align: left;vertical-align: top;}
.date-list dd{display: inline-block;width: 78.0%;text-align: left;vertical-align: top;}

.anchor-list{text-align: center;clear: both;}
.anchor-list a{display: block;margin: auto;text-align: center;}
.anchor-list a span{}



/******明智画像リンク********/
.akechi-links{margin: 1em auto;text-align: center;}
.akechi-links ul{margin: auto;text-align: center;display: table;max-width: 825px;}
.akechi-links ul li{display: inline-table;padding: 0;vertical-align: middle;}
.akechi-links ul li a{display: block;padding: 0;}
.akechi-links ul li a span{display: block;margin: 0.5em 0;padding: 0;border-right: 2px dashed #DFBFBF;}
.akechi-links ul li h4{font-size: 1.3em;}
.akechi-links ul li:nth-child(1) h4{color: #0c9b93;}
.akechi-links ul li:nth-child(2) h4{color: #5E7F2E;}
.akechi-links ul li:nth-child(3) h4{color: #ba8a00;}
.akechi-links ul li:nth-child(4) h4{color: #7c6769;}
.akechi-links ul li:nth-child(5) h4{color: #bb5730;}
.akechi-links ul li:nth-child(6) h4{color: #bb5730;}
.akechi-links ul li:nth-child(7) h4{color: #5C7886;}
.akechi-links ul li aside{font-size: 0.8em;color: #595757;line-height: 0.8em;}
.akechi-links ul li img{max-width: 100%;height: auto;padding: 0;}
.akechi-links ul li img:hover{opacity: 0.8;}




/******明智で暮らす画像リンク********/
.kurasu-links{margin: 1em auto;text-align: center;}
.kurasu-links ul{margin: 0 auto 80px;text-align: center;display: table;max-width: 825px;}
.kurasu-links ul li{display: inline-table;padding: 0;vertical-align: middle;}
.kurasu-links ul li a{display: block;padding: 0;}
.kurasu-links ul li a span{display: block;margin: 0.5em 0;padding: 0;border-right: 2px dashed #DFBFBF;}
.kurasu-links ul li h4{font-size: 1.3em;}
.kurasu-links ul li:nth-child(1) h4{color: #5e7f2e;}
.kurasu-links ul li:nth-child(2) h4{color: #EE762B;}
.kurasu-links ul li:nth-child(3) h4{color: #c3241f;}
.kurasu-links ul li:nth-child(4) h4{color: #349DD1;}
.kurasu-links ul li:nth-child(5) h4{color: #BA8A00;}
.kurasu-links ul li aside{font-size: 0.8em;color: #595757;line-height: 0.8em;}
.kurasu-links ul li img{max-width: 100%;height: auto;padding: 0;}
.kurasu-links ul li img:hover{opacity: 0.8;}


/*スタッフブログ*/



.staffblog-links{margin: 1em auto 1em auto;text-align: center;clear: both;}
.staffblog-links ul{margin: auto;text-align: center;max-width: 745px;}
.staffblog-links ul li{display: inline-block;vertical-align: top;margin-bottom: 20px;width: 235px;}
.staffblog-links ul li:nth-child(3n+2){margin: 0 20px;}
.staffblog-links::after{content: ".";clear: both;visibility: hidden;}



.staffblog-links ul li > a{display: block;text-align: center;margin: auto;width: 235px;max-height: 140px;width: 100%;height: 140px;overflow: hidden;}
.staffblog-links ul li > a img{max-width: 235px;width:100%;height:auto;vertical-align: middle;}
.staffblog-links ul li h4{text-align: left;padding-top: 1em;}
.staffblog-links ul li aside{display: block;font-size: 12px;}
.staffblog-links ul li aside span.date{display: inline-block;width: 30%;text-align: left;}
.staffblog-links ul li aside span.cat{display: inline-block;background-color: #ee602b;color: #fff;padding: 0 1em;}
.staffblog-links ul li aside div.none,
.staffblog-links ul li aside a{display: inline-block;width: 69.999%;text-align: right;margin: 0;padding: 0;min-height: auto;height: auto;}
a.linkurl{display: block;margin: 1em auto 0 auto;text-align: left;}

.space{width: 100%;height: 160px;}

#header .wrap{position: relative;}
#header-menu-tog,
{font-family: 'FontAwesome'!important;}
#ad-box{display: table;width: 100%;text-align: center;margin: auto 36px;}
#ad-box .wrap > div{display: table-cell;width: 33.333%;vertical-align: top;padding: 14px;}
#ad-box .wrap > a{display: block;}
#ad-box .wrap > a img{max-width: 100%;height: auto;}

#footer{background-color: #fff;padding-top: 2em;}
#footer #header-sns{width: 100%;margin: 40px auto auto auto;}
#footer #header-sns ul{display: block;text-align: right;}
#footer #header-sns ul li{display: inline-block;}
#footer #header-sns ul li:last-child{padding-right: 0;}

#footer .wrap{}
ul#footer-nav {}
ul#footer-nav li{text-align: left;}
#footer .footer-01{border: none;}
#footer .footer-01 ul#footer-nav li{margin-right: 0;margin-left: 0;}
#footer .footer-01 ul#footer-nav li::before{content: "|";display: inline-block;width: 1em;}
#footer .footer-01 ul#footer-nav li:first-child::before{content: '';}
#footer .footer-01 ul#footer-nav li a{color: #800000;font-size: 12px;}

#footer-links{margin: 18px auto;}
#footer-links ul{width: 100%;text-align: center;margin: auto;}
#footer-links ul li{display: inline-block;}
#footer-links ul li a{font-size: 16px;display: block;color: #800000;background-color: #d9b2b2;padding: 0.3em 1em;}
html{padding: 0;margin: 0;}
.headeline{padding: 0 0.7em;}


@media screen and (max-width: 769px) {

  #header-sns{width: 100%;text-align: center;margin: auto;}
  #header-sns ul{width: 100%;text-align: center;}

  #blog #single-post .main-post{width: 70%;}
  #blog #single-post .main-slider{width: 30%;max-width: 100%;text-align: left;}


  .staffblog-links ul li{margin: auto 0 20px auto;float: none;}
  .staffblog-links ul li:nth-child(3n+2){margin: 0;}
   .staffblog-links ul li:nth-child(odd){margin-right: 10px;}
    .staffblog-links ul li:nth-child(even){margin-left: 10px;}

}


@media screen and (max-width: 600px) {

  #single-post{margin-top: 0;}
  .breadcrumb{margin: 0;}
  .space{height: 60px;}
  #blog .space{height: 0;}
  .post-label img{max-width: 100%;}

  .akechi-links ul li{border-top: 1px solid #BF8080;}
  .akechi-links ul li:nth-last-child(2),
  .akechi-links ul li:last-child{border-bottom: 1px solid #BF8080;}
  .kurasu-links ul li{border-top: 1px solid #BF8080;}
  .kurasu-links ul li:nth-last-child(2),
  .kurasu-links ul li:last-child{border-bottom: 1px solid #BF8080;}
  #site body.archive .space{height: 0;}
  #site .post-label{height: auto;}
  #site .post-label img{position: static;}

/*明智一覧*/
#site .articles{margin: 3em auto 2em auto;}
  #site .articles ul li{display: block;padding: 0 2em;}
  #site .articles ul li article {
    padding: 0;
    margin: auto;
    width: auto;
    margin-bottom: 1em;
    text-align: left;
    font-size: 12px;
  }
  #site .articles ul li a.linktag span {
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
 }
 #site .articles ul li a.linktag span img{
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: auto;
 }
#single-post{display: block;}
#blog #single-post .main-post,
#single-post .main-post{
  padding: 1em;
  display: block;
  width: 100%;
}

#site #single-post .main-slider {
  padding: 1em;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: center;
}
#site #single-post .main-slider h4,
#site #single-post .main-slider ul li h4,
#site #single-post .main-slider ul li aside,
#site #single-post .main-slider ul li a{font-size: 16px;}



#contact .akechiform{margin: 2em auto;padding: 1em;}
#contact .contact-form{width: 100%;text-align: center;}
#contact .message{padding: 1em;}
#contact .contact-form > div{margin: auto;text-align: center;max-width: 700px;}
#contact .contact-form > div span{display: block;}
#contact .contact-form > div span:nth-child(1){width: 100%;text-align: left;padding-top: 1em;}
#contact .contact-form > div span:nth-child(2){width: 100%;text-align: left;padding-left: 0;padding-top: 0.5em;}
#contact .contact-form > div:nth-child(5) span:nth-child(1){}
#contact .contact-form > div:nth-child(5) span:nth-child(2){padding-left:0;}
#contact .contact-form div.send{max-width: 100%; width: 100%;text-align:center;padding-left:0;}
#contact .contact-form div.send span:nth-child(1){display: inline-block; padding: 2em 0;width: 100%;text-align: center;}
#contact .contact-form input[type="submit"],
#contact .contact-form button{
  padding: 0.5em 2em;
  font-size: 21px;
}


.main-slider ul li{margin-left: 0;}

                #site #header #logo a img{width: auto;margin-bottom: 0;}
                #metasliders{width: 100%; margin:0 auto 40px auto;text-align: center;}

                #gnav-container{width: 100%;padding-left: 0;}

                #gnav ul li a{font-size: 16px;border-bottom: none;}
                #gnav ul li .sub-menu{margin-left: auto;display: table;}
                #gnav ul li .sub-menu li{float: left;width: 50%;text-align: center;}
                #gnav ul li .sub-menu li a {
                  text-align: left;
                  margin-left: 20%;
                  background: #fff;
                  padding: 0.3em 0.1em;
                }

                #header-sns{width: 100%;margin:auto;float: none;text-align: center;}
                #header-sns ul{text-align: center;}
                #gnav.active {
                  display: block;
                  background-color: #fff;
                  max-width: 480px;
                  margin: 0 auto 1em auto;
                }

                /*新着 テキスト一覧*/
              dl,dt,dd{margin:0;padding:0;}
              .date-list{margin:1em auto;max-width: 622px;}
              .date-list dl{text-align: center;line-height: 1.4em;}
              .date-list dt{display: inline-block;width: 25%;text-align: left;font-size: 0.9em;}
              .date-list dd{display: inline-block;width: 70%;text-align: left;font-size: 0.8em;}



                /******明智画像リンク********/
                .akechi-links ul {padding: 0 0.5em;clear: both;}
                .akechi-links ul li{width: 50%;float: left;}
                .akechi-links ul li img{display: none;}
                .akechi-links ul li:nth-child(even) span{border-right: none;}
                .akechi-links ul li h4{font-size: 1.5em;}
                .akechi-links ul li aside{font-size: 0.9em;}
                .akechi-links ul::after{content: ".";visibility: hidden;clear: both;}


                /******暮らす画像リンク********/
                .kurasu-links ul {padding: 0 0.5em;clear: both; width: 100%;}
                .kurasu-links ul li{width: 50%;float: left;}
                .kurasu-links ul li img{display: none;}
                .kurasu-links ul li:nth-child(even) span{border-right: none;}
                .kurasu-links ul li:nth-child(2n+1){clear: both;}
                .kurasu-links ul li h4{font-size: 1.5em;}
                .kurasu-links ul li aside{font-size: 0.9em;}
                .kurasu-links ul::after{content: ".";visibility: hidden;clear: both;}

               /*スタッフブログ*/
              .staffblog-links{margin: 2em auto;text-align: center;}
              .staffblog-links ul{margin: auto;text-align: center;display: block;}
              .staffblog-links ul li{display: block;vertical-align: top;padding-right: 1em;padding-left: 1em; margin-bottom: 1em;max-width: 100%;width: 100%;clear: both;height: 14em;float: none;}
              .staffblog-links ul li:nth-child(3n+2){margin: auto;}
              /*
              .staffblog-links ul li:nth-child(4){padding-right: 1em;}
              .staffblog-links ul li:nth-child(8){padding-right: 1em;}
              */
              .staffblog-links ul li a{display: inline-block;text-align: center;margin: auto;max-width: 100%;max-height: auto;width: 40%;height: auto;float: left;overflow: visible;}

              .staffblog-links ul li h4{
                max-width: 235px;margin: auto;
                text-align: left;display: block;margin-left: 43%;min-height: 7.0em;padding-top: 0;}
              .staffblog-links ul li aside{display: block;font-size: 12px;margin-left: 43%;max-width: 235px;}
              .staffblog-links ul li aside > span{display: block;width: 100%;text-align: left;}
              .staffblog-links ul li aside a span{display: inline-block;background-color: #ee602b;color: #fff;padding: 0.1em 1em;}
              .staffblog-links ul li aside a{display: block;width: 100%;text-align: left;}


              #site #footer .wrap{padding: 0 40px;}


              #ad-box{display: table;width: 100%;text-align: center;margin: auto;}
              #footer{text-align: center;margin-top: 2em;}
              #ad-box .wrap > div{display: table-cell;width: 45%;vertical-align: top;}
              #ad-box .wrap > div:nth-child(1){padding: 14px 1% 14px 0 ;}
              #ad-box .wrap > div:nth-child(2){padding: 14px 0 40px 1% ;}
              #ad-box .wrap > div:last-child{display: block;width: 100%;vertical-align: top;padding: 0;}
              #ad-box .wrap > a{display: block;}
              #ad-box .wrap > a img{max-width: 100%;height: auto;}

               #footer #footer-sns{margin: 2em auto;}
              #footer #footer-sns .wrap{margin: auto;}
              #footer #header-sns{margin: 0 auto auto auto;}


              #footer #footer-sns ul{text-align: center;}


              #footer .footer-01 ul{margin-top: 2em; text-align: center;}
              #footer .footer-01 ul li{text-align: center;margin-right: 0;margin-bottom: 1em;}
              #footer .footer-01 ul li a{text-align: center;}

              #footer .footer-01 ul li ul{margin-top: 1em;text-align: center;}
              #footer .footer-01 ul li ul::after{content: ".";visibility: hidden;display: block;clear: both;}
              #footer .footer-01 ul li ul li{
                text-align: center;width: 42%;display: inline-block;margin-bottom: 0.4em;
                  float: left;
                  margin-left: 6%;
              }

              #footer .footer-01 ul li ul li a{display: block; text-align: left;padding-left: 20%;padding-right: 0;border-bottom: 1px solid #ddd;padding-bottom: 0.5em;}

              #pageUp {
                margin-top: 50px;
                display: inline-block;
                margin: auto;
                position: static;
              }

              #main .googlemaps iframe{width: 100%;height: auto;min-height: 560px;}

              .staffblog-links ul li aside span.date{width: 100%;}

}
@media screen and (max-width: 435px) {

  .staffblog-links ul li:nth-child(3n+2){margin: 0;}
   .staffblog-links ul li:nth-child(odd){margin-right: 0;}
    .staffblog-links ul li:nth-child(even){margin-left: 0;}

   .staffblog-links ul li{width: 100%;display:table; margin:20px 0 20px 0;height: auto;position: relative;}
          .staffblog-links ul li .align,
          .staffblog-links ul li a{display: table-cell; text-align: center;margin: 0;max-width: 100%;max-height: auto;width: 45%;height: auto;overflow: visible;padding-right: 0.5em;float: left;}

          .staffblog-links ul li .align img,
          .staffblog-links ul li a img{width: 100%;height: auto;max-height: 130px;;border: none;overflow: hidden;}
          .staffblog-links ul li h4{
                text-align: left;display: block;margin:auto;min-height: 0;padding-left: 0.1em; padding-top: 0;font-size: 14px;margin-left: 46%;}
          .staffblog-links ul li aside{position: absolute;bottom: 0; display: block;font-size: 12px;padding-left: 0;}

          .staffblog-links ul li aside > span.date{display: block;width: 100%;text-align: left;}

          .staffblog-links ul li aside div.none span.cat,
          .staffblog-links ul li aside a span.cat{display: inline-block;background-color: #ee602b;color: #fff;padding: 0.1em 1em;}

          .staffblog-links ul li aside div.none,
          .staffblog-links ul li aside a.cat{display: block;width: 100%;text-align: left;}




}
@media screen and (max-width: 415px) {

          #site #header-menu-tog{top: 0;}

          #header #logo{font-size: 0;}
          #site .wrap{margin: auto!important;}
          #header {padding: 0!important;}
          #header .wrap{background: none!important;}
          #gnav li{display: block;}
          #footer .sp-hide{display: block!important;}
          #header .sp-hide{display: block!important;}
          #header h1 {
              margin-top: 0;
              margin-bottom: 0;
          }
          #header-sns{text-align: center;width: 100%;}
          #header-sns ul{text-align: center;}
          #header-sns ul li{display: inline-block;padding-right: 37px;}
          #main .about-page{padding: 0 20px;}
          #main .about-page h1{margin-bottom: 1em;}

           #ad-box{display: block;}
          #ad-box .wrap > div:nth-child(1),
          #ad-box .wrap > div:nth-child(2),
          #ad-box .wrap > div:nth-child(3) {
            display: block;
            width: 100%;
            text-align: center;
          }

}
@media screen and (max-width: 768px) {
	 #ad-box{display: block;}
          #ad-box .wrap > div:nth-child(1),
          #ad-box .wrap > div:nth-child(2),
          #ad-box .wrap > div:nth-child(3) {
            display: block;
            width: 100%;
            text-align: center;
          }
}

@media screen and (max-width: 375px) {
            #site #footer .wrap {
              padding: 0 20px;
            }

}

@media screen and (max-width: 320px) {


}

.icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 1px;
    border-top: 2px solid #800000;
    margin-top: 4px;
}
.header-menu-tog a:hover{
 opacity: 0.6;
}


.toromai_map {
	margin: 3em 0;
}



/*あけちだより*/
.page-id-3308 .flex-container {
    display: flex;
    justify-content: center;
}
.page-id-3308 .cat-list {
    margin-top: 50px;
}
.page-id-3308 .cat-list ul li {
    margin: 0 10px;
}
.page-id-3308 .cat-list ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #800000;
    border-radius: 25px;
    padding: 10px 30px;
}
.page-id-3308 .main-post .block01 .box01 {
    padding: 10px 30px 10px 0;
    border-bottom: dashed 1px #7c6769;
    background: url("images/dayori-arrow.jpg") center right no-repeat;
}
.page-id-3308 .main-post .block01 .day {
    display: inline-block;
    color: #000;
    padding-right: 20px;
}
.page-id-3308 .main-post .block01 .ttl {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

/*あけちだよりカテゴリページ*/
.tax-dayori_category .flex-container {
    display: flex;
    justify-content: center;
}
.tax-dayori_category .cat-list {
    margin-top: 50px;
}
.tax-dayori_category .cat-list ul li {
    margin: 0 10px;
}
.tax-dayori_category .cat-list ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #800000;
    border-radius: 25px;
    padding: 10px 30px;
}
.tax-dayori_category .main-post .block01 .box01 {
    padding: 10px 30px 10px 0;
    border-bottom: dashed 1px #7c6769;
    background: url("images/dayori-arrow.jpg") center right no-repeat;
}
.tax-dayori_category .main-post .block01 .day {
    display: inline-block;
    color: #000;
    padding-right: 20px;
}
.tax-dayori_category .main-post .block01 .ttl {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}



/*明智地域自治区運営協議会*/
.page-id-3715 .flex-container {
    display: flex;
    justify-content: center;
}
.page-id-3715 .cat-list {
    margin-top: 50px;
}
.page-id-3715 .cat-list ul li {
    margin: 0 10px;
}
.page-id-3715 .cat-list ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #800000;
    border-radius: 25px;
    padding: 10px 30px;
}
.page-id-3715 .main-post .block01 .box01 {
    padding: 10px 30px 10px 0;
    border-bottom: dashed 1px #7c6769;
    background: url("images/dayori-arrow.jpg") center right no-repeat;
}
.page-id-3715 .main-post .block01 .day {
    display: inline-block;
    color: #000;
    padding-right: 20px;
}
.page-id-3715 .main-post .block01 .ttl {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.page-id-3715 .btn-entry {
    text-align: center;
    margin: 60px 0 30px;
}
.page-id-3715 .btn-entry h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.page-id-3715 .btn-entry a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background: #800000;
    border-radius: 20px;
    padding: 10px;
    margin: 20px 0 0;
    min-width: 300px;
}


/*明智地域自治区運営協議会カテゴリページ*/
.tax-council_category .flex-container {
    display: flex;
    justify-content: center;
}
.tax-council_category .cat-list {
    margin-top: 50px;
}
.tax-council_category .cat-list ul li {
    margin: 0 10px;
}
.tax-council_category .cat-list ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #800000;
    border-radius: 25px;
    padding: 10px 30px;
}
.tax-council_category .main-post .block01 .box01 {
    padding: 10px 30px 10px 0;
    border-bottom: dashed 1px #7c6769;
    background: url("images/dayori-arrow.jpg") center right no-repeat;
}
.tax-council_category .main-post .block01 .day {
    display: inline-block;
    color: #000;
    padding-right: 20px;
}
.tax-council_category .main-post .block01 .ttl {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.tax-council_category .btn-entry {
    text-align: center;
    margin: 60px 0 30px;
}
.tax-council_category .btn-entry h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tax-council_category .btn-entry a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background: #800000;
    border-radius: 20px;
    padding: 10px;
    margin: 20px 0 0;
    min-width: 300px;
}


/* 歩こまい追記　20220805 */
.page-id-26 .articles .ttl01 {
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    background: #800000;
    padding: 7px 10px 5px;
    margin: 50px 0 20px;
}




