@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* CSS Document */
/* ver 3.8.1*/
header#header h2 {
  width: 275px;
  height: 56px;
  background: url(../images/wallcentry-titleoatings/ttl.png) left top no-repeat;
  position: absolute;
  top: 170px;
  left: 62px;
}

#mainvisual {
  background-image: url(../images/blog/mainvisual.jpg);
}

.wrap {
  padding: 0;
  width: 96%;
  max-width: 1200px;
}

.post-thumbnail {
  margin: 0 50px 20px 0;
}

.site {
  max-width: 100%;
  margin: 60px 0;
}
.site:before {
  background-color: transparent;
  display: none;
}

.link-more {
  display: none;
}

.site-content-contain {
  background-color: transparent;
}

.sticky .icon-thumb-tack {
  left: -6px;
  top: -25px;
}

.site-content {
  margin: 0;
  padding: 0;
}
.site-content .entry-meta {
  max-width: 100%;
}
.site-content .entry-meta .cat-links {
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
.site-content .entry-meta .cat-links .post-categories {
  float: right;
}
.site-content .entry-meta .cat-links .post-categories li {
  float: left;
  margin-right: 0.5em;
}
.site-content .entry-meta .cat-links .post-categories li:last-child {
  margin-right: 0;
}
.site-content .entry-meta .cat-links a {
  background-color: #00A352;
  color: #fff;
  padding: 2px 7px;
  border-radius: 3px;
}
.site-content .entry-meta .cat-links a:hover {
  background-color: #aaa;
}

.content-area, .content-sidebar {
  padding: 0;
  width: auto;
}

.home.blog .entry-title {
  font-size: 22rem;
  font-weight: 900;
  margin-bottom: 30px;
}

.post-navigation .nav-previous {
  text-align: left;
  padding-left: 2.5em;
}
.post-navigation .nav-previous .nav-title .nav-title-icon-wrapper {
  left: -3em;
}
.post-navigation .nav-next {
  text-align: right;
  padding-right: 2.5em;
}
.post-navigation .nav-next .nav-title .nav-title-icon-wrapper {
  right: -3em;
}
.post-navigation .nav-subtitle {
  display: none;
}
.post-navigation .nav-links .nav-title {
  font-size: 14rem;
}

body.single #page #primary h1 {
  background: #e4f1f3;
  padding: 20px 20px;
  margin: 40px 0;
}
body.single #page #primary h2 {
  font-size: 21rem;
  margin: 60px 0px 40px 0;
  border-bottom: 3px solid #00A352;
  padding-bottom: 15px;
}
body.single #page #primary h3 {
  font-weight: bold;
  font-size: 18rem;
  margin: 40px 0 25px 0;
}
body.single #page #primary h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #00A352;
  margin-right: 10px;
}
body.single #page #primary hr {
  margin: 40px 0;
  border: 2px solid #ddd;
  background: #ddd;
}
body.single #page #primary strong {
  font-weight: bold;
  font-size: 20rem;
  position: relative;
}
body.single #page #primary #main {
  padding: 0;
}
body.single #page #primary #main article.post {
  padding: 0 0 0px 0;
  margin-bottom: 10px;
}
body.single #page #primary #main article.post .entry-content {
  font-size: 16rem;
}
body.single #page #primary #main article.post .entry-content .post-thumbnail {
  width: 100%;
  float: none;
}
body.single #page #primary #main article.post .entry-content .post-thumbnail img {
  width: 100%;
}
body.single #page #primary #main article.post .entry-content .entry-meta .post-categories li a {
  padding: 5px 15px;
}
body.single #page #primary #main article.post .entry-title {
  margin: 0 0 40px 0;
  color: #00A352;
  font-size: 22rem;
  line-height: 1.5em;
  padding: 0;
  background: none;
  font-size: 28rem;
}
body.single #page #primary #main article.post .entry-meta {
  margin-bottom: 50px;
}

#main {
  /* タグリスト */
  /* Paging Navigation */
}
#main .main-content {
  width: auto;
  text-align: left;
}
#main #body_footer {
  margin-top: 30px;
}
#main .commentlist {
  margin: 0px 0px 0px 20px;
}
#main .commentlist article.comment {
  background-color: transparent;
  width: auto;
}
#main article h1.page-title {
  margin: 0px 0px 10px 20px;
}
#main header.page-header, #main header.archive-header {
  text-align: left;
}
#main header.page-header h1, #main header.archive-header h1 {
  margin: 0 20px;
  font-weight: normal;
}
#main .page-content .search-form .search-field {
  float: left;
  width: 80%;
  line-height: 1em;
  font-size: 16rem;
  margin: 0 5%;
  font-size: 15rem;
}
#main .page-content .search-form .search-submit {
  height: 40px;
}
#main article.post header, #main article.post footer, #main article.post .entry-content, #main article.post .entry-summary {
  margin: 0 0 10px 0;
  padding: 0;
  max-width: 100%;
}
#main article.post {
  padding-bottom: 50px;
  margin: 0 0 50px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
#main article.post:last-of-type {
  margin-bottom: 0;
  border: none;
}
#main article.post footer .edit-link a {
  position: relative;
  top: 0;
  left: 0;
}
#main article.post .entry-content .post-thumbnail {
  float: left;
  width: 280px;
  margin: 0 50px 40px 0;
}
#main article.post .entry-content .post__content {
  width: calc(100% - 330px);
  float: left;
}
#main article.post .entry-content .post__content.content-full {
  width: 100%;
}
#main article.post .entry-content .entry-meta {
  font-size: 14rem;
  margin-bottom: 30px;
}
#main article.post .entry-content .entry-meta .post-edit-link {
  background: #eee;
  font-size: 11rem;
  padding: 0 5px;
  font-weight: normal;
}
#main article.post .entry-content .entry-meta .post-categories {
  float: right;
  list-style: none;
}
#main article.post .entry-content .entry-meta .post-categories li {
  float: left;
}
#main article.post .entry-content .entry-meta .post-categories li a {
  background-color: #00A352;
  color: #fff;
  font-weight: normal;
  padding: 3px 10px;
  margin: 0 0 0 5px;
  font-size: 11rem;
}
#main article.post .entry-content .content__text {
  margin-bottom: 90px;
}
#main article.post .entry-content .content__text ul {
  margin-bottom: 90px;
}
#main article.post .entry-content p {
  margin: 25px 0;
}
#main article.post .entry-content .entry-more {
  text-align: right;
}
#main article.post .entry-content .entry-more a {
  font-size: 12rem;
  background: #eee;
  color: #333;
  border-color: #ddd;
  line-height: 2em;
}
#main article.post .entry-content .entry-more a.button {
  box-shadow: rgb(255, 255, 255) 0 0 0;
  padding: 5px 30px;
  width: auto;
}
#main article.post .entry-content .entry-more a.button:hover {
  background-color: #00A352;
  border-color: #00A352;
  color: #fff;
}
#main .tag-links {
  margin: 0;
}
#main .tag-links a {
  background: none;
  color: #f48275;
  margin: 0px 30px 0px 0px;
  line-height: 2em;
  padding: 0;
}
#main .tag-links a:before {
  border: none;
  font-family: FontAwesome;
  content: "\f02b";
  left: -18px;
  color: #f48275;
  font-size: 1.5em;
}
#main .tag-links a:after {
  content: none;
}
#main .tag-links a:last-child {
  margin-right: 0;
}
#main .hentry {
  margin: 0px 0px 48px 30px;
  width: 660px;
}
#main .commentlist li:last-child {
  margin: 0px 0px 0px 0px;
}
#main #commentform {
  margin: 0px 0px 0px 20px;
}
#main .post-navigation {
  max-width: none;
  padding: 0;
  margin: 0 0 40px 0;
}
#main .post-navigation .nav-links {
  padding: 30px 0;
  border-top: 2px solid #af9178;
}
#main .post-navigation .nav-links .prev, #main .post-navigation .nav-links .next {
  width: 50%;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
#main .post-navigation .nav-links a {
  color: #333;
  display: inline-block;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 0.9em;
  border: none;
  box-shadow: none;
}
#main .post-navigation .nav-links a .screen-reader-text {
  color: #333;
}
#main .post-navigation .nav-links a .nav-title {
  color: #333;
  box-shadow: none;
}
#main .post-navigation .nav-links .prev {
  text-align: left;
  padding-left: 2em;
  float: left;
}
#main .post-navigation .nav-links .prev:before {
  content: "\f060";
  font-family: FontAwesome;
  color: #00A352;
  position: absolute;
  left: 0;
  top: 1.3em;
  font-size: 1.3em;
}
#main .post-navigation .nav-links .next {
  text-align: right;
  padding-right: 2em;
  float: right;
}
#main .post-navigation .nav-links .next:after {
  content: "\f061";
  font-family: FontAwesome;
  color: #00A352;
  position: absolute;
  right: 0;
  top: 1.3em;
  font-size: 1.3em;
}
#main .post-navigation .nav-links .meta-nav {
  color: #00A352;
}
#main #recommend {
  padding: 15px 0;
}
#main #recommend .recommend__title {
  margin-bottom: 5px;
}
#main #recommend .recommend__list {
  padding: 20px;
}
#main #recommend .recommend__list a {
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 10px;
}
#main #recommend .recommend__list a:last-child {
  margin-bottom: 0;
}
#main .paging-navigation {
  border-top: 5px solid #00A352;
  margin: 48px 0;
}
#main .paging-navigation .loop-pagination {
  margin-top: -5px;
  text-align: center;
}
#main .paging-navigation .page-numbers {
  border-top: 5px solid transparent;
  display: inline-block;
  font-size: 12px;
  margin-right: 1px;
  padding: 7px 0;
  width: 50px;
  text-transform: uppercase;
  border: none;
  text-align: center;
}
#main .paging-navigation .page-numbers.next, #main .paging-navigation .page-numbers.prev {
  width: auto;
  font-weight: normal;
}
#main .paging-navigation a {
  color: #2b2b2b;
}
#main .paging-navigation .page-numbers.current {
  border-top: 5px solid #aaa;
  background: #eee;
}
#main .paging-navigation a:hover {
  border-top: 5px solid #aaa;
  color: #2b2b2b;
}

.entry-title, .singular header .entry-title {
  font-size: 22rem;
  text-align: left;
  font-weight: bold;
}
.entry-title a, .singular header .entry-title a {
  color: #00A352;
  font-weight: 700;
}

.has-sidebar #secondary {
  width: 300px;
}
.has-sidebar:not(.error404) #primary {
  width: calc(100% - 300px);
  padding-right: 5%;
}

#primary .page-header {
  background: #f1edea;
  padding: 25px 20px;
  margin-bottom: 50px;
}
#primary .page-header .page-title {
  font-size: 16rem;
  color: #00A352;
  margin: 0;
}
#primary .search-form {
  width: 600px;
  display: block;
  margin: 0 auto;
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
}
#primary .search-form .search-field {
  width: 540px;
  float: left;
  font-size: 14rem;
}
#primary .search-form .search-submit {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  padding: 9px 10px;
  background: #00A352;
}
#primary .search-form:before {
  content: "";
  display: table;
}
#primary .search-form:after {
  content: "";
  display: table;
  clear: both;
}

#secondary {
  margin: 0px 0px 0px 0px;
  padding: 0;
  width: 300px;
  float: right;
  min-height: inherit;
  font-size: 14rem;
}
#secondary #calendar_wrap {
  background: #e3f4e2;
  padding: 10px 10px;
}
#secondary #calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 5px;
}
#secondary #calendar_wrap thead tr {
  background: #b1d9af;
  color: #fff;
}
#secondary #calendar_wrap thead tr th {
  border: none;
}
#secondary #calendar_wrap td, #secondary #calendar_wrap th {
  padding: 5px;
}
#secondary #calendar_wrap tbody {
  background: #fff;
}
#secondary #calendar_wrap tfoot #prev {
  text-align: left;
}
#secondary #calendar_wrap tfoot #next {
  text-align: right;
}
#secondary .widget_search {
  background-color: #f1edea;
  padding: 0;
}
#secondary .widget_search .wp-block-search__label {
  margin-bottom: 10px;
}
#secondary .widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  background: #00A352;
  color: #fff;
  font-weight: normal;
  width: 70px;
  font-size: 15rem;
  padding: 10px 0;
}
#secondary .widget_search form {
  padding: 15px 20px;
  display: block;
}
#secondary .widget_search form .wp-block-search__input {
  width: calc(100% - 80px);
  margin-right: 10px;
  padding: 0 15px;
  font-size: 14rem;
}
#secondary .widget {
  margin: 0 0 30px 0;
  padding: 0;
}
#secondary .widget a {
  color: #333;
}
#secondary .widget input, #secondary .widget textarea {
  color: #333;
  border: 1px solid #d5cab1;
}
#secondary .widget .widget-title {
  text-align: left;
  font-size: 15rem;
  font-weight: bold;
  background: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #00A352;
  padding-bottom: 10px;
}
#secondary .widget ul, #secondary .widget ol {
  list-style: none;
}
#secondary .widget ul li, #secondary .widget ol li {
  line-height: 1.6em;
  padding: 20px 0;
}
#secondary .widget ul li:first-child, #secondary .widget ol li:first-child {
  border-top: none;
}
#secondary .widget ul {
  list-style: none;
  text-align: left;
  margin: 0px;
}
#secondary .widget ul li {
  margin: 0 0 0 0;
  width: auto;
  border: none;
  position: relative;
  left: 0;
  top: 0;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 20px 25px;
}
#secondary .widget ul li:last-child {
  border: none;
}
#secondary .widget ul li a {
  box-shadow: none;
  font-weight: normal;
}
#secondary .widget ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 24px;
  height: 10px;
  width: 8px;
  background: url(../images/common/icons/right-arrow.svg) no-repeat center;
  display: block;
  background-size: contain;
}
#secondary .widget.widget_categories ul li {
  padding: 0;
}
#secondary .widget.widget_categories ul li a {
  background: #ffffff;
  padding: 15px 20px;
  display: block;
  margin-bottom: 2px;
  line-height: 1.6em;
  font-weight: bold;
  border-bottom: 1px dashed #ddd;
}
#secondary .widget.widget_categories ul li:before {
  content: none;
}
#secondary .widget.widget_categories ul.children li a {
  padding-left: 45px;
  border: none;
  font-weight: normal;
}
#secondary .widget.widget_categories ul.children li:before {
  left: 25px;
  top: 22px;
  content: "";
}
#secondary .widget.popular-posts ul li {
  padding: 0;
  margin-bottom: 15px;
}
#secondary .widget.popular-posts ul li:before {
  content: "";
}
#secondary .widget.popular-posts ul li:last-of-type {
  margin-bottom: 0;
}
#secondary .widget.popular-posts ul li .wpp-thumbnail {
  margin-right: 15px;
}
#secondary .widget.popular-posts ul li .wpp-post-title {
  margin-bottom: 15px;
  display: inline-block;
}
#secondary .widget .wp-block-group .wp-block-group__inner-container h2 {
  margin-bottom: 0px;
  background: #eee;
  padding: 20px 20px;
}
#secondary .widget-container {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.content_label {
  margin: -1px 0 0 27px;
}

.single .column2 .hentry {
  width: 680px;
  padding: 0;
}

#container {
  width: 720px;
  margin: 0px;
}

.singular .entry-header {
  margin: 0px;
  width: auto;
}
.singular .entry-header .entry-meta {
  position: relative;
  margin: 0 0 0 0;
}
.singular .entry-header .entry-meta .edit-link a {
  position: relative;
}
#nav-single {
  margin: 0 20px 0 0;
}
#nav-single .nav-previous, #nav-single .nav-next {
  float: left;
  width: auto;
}

#comments {
  width: 700px;
  margin: 0 0 50px 20px;
}

h3#comments-title, h3#reply-title {
  font-size: 16px;
  border-bottom: 1px dashed #182757;
}

.paged #nav-above, .single #nav-above {
  width: 700px;
  margin: 0px 0px 10px 10px;
}

#nav-below {
  width: 700px;
  margin: 10px 0px 10px 10px;
}

.entry-content iframe, .entry-summary iframe {
  display: block;
  padding: 20px 0px 20px 0px;
}

.commentlist > li.comment {
  left: 100px;
}

.column2 .commentlist li:last-child {
  margin: 0px 0px 20px 0px;
}

#respond input#submit {
  background-color: #541F05;
}

.no-results {
  margin-left: 10px;
}

.entry-header .comments-link a {
  right: 20px;
  background-color: transparent;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-top: -15px;
}
.entry-header .comments-link a:hover {
  color: inherit;
  background-color: transparent;
}

#nav-single {
  float: none;
  width: 680px;
  margin: 0 0 10px 30px;
}
#nav-single .nav-previous {
  width: 50%;
  float: left;
}
#nav-single .nav-next {
  width: 50%;
  float: right;
}

.full-width .post-navigation {
  padding: 0;
  max-width: none;
  width: 660px;
  margin: 0 0 0 10px;
}
.full-width .post-navigation .meta-nav {
  color: #ccc;
}
.full-width .post-navigation .nav-links {
  border: none;
}
.full-width .post-navigation .nav-links .prev {
  float: left;
  width: 50%;
}
.full-width .post-navigation .nav-links .prev {
  float: right;
  width: 50%;
  text-align: right;
}
.full-width .post-navigation .nav-links a {
  color: #fff;
}
.full-width .post-navigation .nav-links a:hover {
  color: #F6E100;
}

#news .news__title {
  margin-bottom: 45px;
}

.navigation.pagination {
  padding: 25px 0 25px 0;
}
.navigation.pagination span, .navigation.pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  line-height: 50px;
  font-size: 14rem;
  padding: 0;
  color: #333;
  font-weight: normal;
  border: none;
}
.navigation.pagination span.current, .navigation.pagination a.current {
  background: #f9a219;
  color: #fff;
  font-size: 14rem;
}
.navigation.pagination .page-numbers.prev, .navigation.pagination .page-numbers.next {
  border: none;
  padding: 0;
  font-size: 16rem;
}
.navigation.pagination .page-numbers.dots {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .list-view .content-area {
    padding: 0;
  }
  .site {
    margin-top: 20px;
  }
  #page {
    margin-bottom: 0;
    padding: 40px 0 0 0;
  }
  #main-content {
    float: none;
    width: 100%;
  }
  #primary {
    padding: 0 15px;
    width: 100%;
  }
  #primary .page-header {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  #primary .search-form {
    width: 100%;
    margin-bottom: 30px;
  }
  #primary .search-form .search-field {
    width: 80%;
  }
  #primary .search-form .search-submit {
    width: 15%;
  }
  .has-sidebar:not(.error404) #primary {
    width: 100%;
  }
  body .site {
    margin: 0;
    padding: 60px 0;
  }
  body.single #main article.post {
    margin-bottom: 0;
  }
  body.single #main article.post .entry-title {
    margin: 20px 0;
    font-size: 18rem;
  }
  body.single #main article.post .addtoany_content {
    margin-bottom: 0;
  }
  body.single #main article.post .entry-content p {
    margin: 30px 0;
  }
  body.single #main .post-navigation .nav-links .nav-previous, body.single #main .post-navigation .nav-links .nav-next {
    margin: 0 0 2px 0;
    text-align: center;
    padding: 15px 0;
  }
  #main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #main article.post {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  #main article.post .entry-content .post-thumbnail {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  #main article.post .entry-content .post-thumbnail img {
    width: 100%;
  }
  #main article.post .entry-content p {
    margin: 20px 0;
  }
  #main article.post .entry-content .post__content {
    width: 100%;
  }
  #main article.post .entry-content .entry-meta {
    margin-bottom: 30px;
  }
  #main article.post .entry-content .entry-more {
    text-align: center;
  }
  #main article.post .entry-content .entry-more a.button {
    margin-bottom: 0;
  }
  #main article.post .entry-content .content__text {
    margin-bottom: 50px;
  }
  #main .post-navigation {
    margin-bottom: 30px;
  }
  #main .post-navigation .nav-links {
    background: none;
    padding: 0;
    border: none;
  }
  #main .post-navigation .nav-links .nav-previous, #main .post-navigation .nav-links .nav-next {
    background: #eef7f6;
  }
  .home.blog .entry-title {
    font-size: 18rem;
    margin-bottom: 15px;
  }
  .has-sidebar #secondary {
    width: 100%;
  }
  #secondary {
    float: none;
    width: 100%;
    padding: 20px 15px;
    background: #f5f5f5;
  }
  #secondary .widget_search form {
    background: #fff;
    padding: 15px 25px;
  }
  #secondary .widget_search form .search-field {
    width: 70%;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
  }
  #secondary .widget {
    margin-bottom: 30px;
  }
  #secondary .widget:last-of-type {
    margin-bottom: 0;
  }
  #secondary .widget.widget_categories ul li a {
    background: #f1f4f9;
  }
  #secondary .widget.popular-posts ul li .wpp-thumbnail {
    box-shadow: #666 0 0 0;
  }
  #secondary .widget .widget-title {
    margin-bottom: 10px;
  }
  #secondary .widget ul li {
    padding: 20px 5% 20px 6%;
    line-height: 14px;
  }
  #secondary .widget ul li:before {
    left: 0;
    top: 22px;
  }
  #secondary .widget .wp-block-group .wp-block-group__inner-container h2 {
    background: #00A352;
    color: #fff;
    margin-bottom: 10px;
  }
  #secondary .primary-sidebar {
    padding: 0;
  }
  #comments {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #comments.comments-area {
    padding: 0px 15px;
  }
  #main header.page-header, #main header.archive-header {
    width: 100%;
  }
  #main .digest .post__catch {
    width: 100%;
    margin: 0 auto 10px auto;
    float: none;
  }
  #main .digest .post__about {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #main .single .entry-header {
    margin: 0;
  }
  #main .single .entry-header .entry-title {
    width: 100%;
    margin-top: 0;
    font-size: 20rem;
  }
  #main .single .entry-header .header__title {
    width: 100%;
  }
  #main .single article.post {
    margin-bottom: 0;
  }
  .full-width .post-navigation {
    width: 100%;
  }
  .pagination .page-numbers.current .screen-reader-text {
    display: none;
  }
}