/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit::after {
  background: url(../img/news/pagetit_bg.jpg) center;
  background-size: cover;
}

/* ---------------------------------------------------
		blog_footer
------------------------------------------------------ */
#blog_footer {
  padding: 112px 0;
  background: #2e3826;
  color: #c7af87;
}
#blog_footer .blog_f_col {
  width: calc(100% - 100px);
  margin: 0 auto;
  gap: 50px;
}
#blog_footer .blog_f_col .flex_col {
  width: calc(33.333% - 34px);
}
#blog_footer .blog_f_tit {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}
#blog_footer .blog_f_img {
  margin-bottom: 16px;
}
#blog_footer .blog_f_img img {
  width: 100%;
}
#blog_footer .blog_f_address {
  line-height: 2;
}
#blog_footer .blog_f_address a {
  color: currentColor;
}
#blog_footer .blog_list {
  line-height: 1.5;
}
#blog_footer .blog_list li {
  border-bottom: 1px solid currentColor;
}
#blog_footer .blog_list li a {
  position: relative;
  display: block;
  padding: 8px 36px 8px 16px;
  color: currentColor;
}
@media (any-hover: hover) {
  #blog_footer .blog_list li a:hover {
    background: #9a6e24;
    opacity: 1;
  }
}
#blog_footer .blog_list li a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: block;
  background: url(../img/common/icon_arrow_beige.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 12px;
  margin: auto 0;
}
#blog_footer .blog_list li .post_meta {
  display: block;
}
#blog_footer .blog_list li .post_meta .time {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
#blog_footer .blog_list li .post_meta .cat {
  display: inline-block;
  padding: 2px 16px;
  background: #c7af87;
  color: #2e3826;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
#blog_footer .blog_list li .post_tit {
  display: block;
  margin-top: 4px;
}
#blog_footer .blog_list02 {
  line-height: 1.5;
}
#blog_footer .blog_list02 li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 16px;
  border: 1px solid currentColor;
  color: currentColor;
}
@media (any-hover: hover) {
  #blog_footer .blog_list02 li a:hover {
    background: #9a6e24;
    opacity: 1;
  }
}
#blog_footer .blog_list02 li a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: block;
  background: url(../img/common/icon_arrow_beige.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 12px;
  margin: auto 0;
}
#blog_footer .blog_list02 li + li {
  margin-top: 8px;
}

@media screen and (max-width: 810px) {
  #blog_footer {
    margin-bottom: 48px;
    padding: 0 0;
  }
  #blog_footer .blog_f_col {
    width: 100%;
    gap: 0;
  }
  #blog_footer .blog_f_col .flex_col {
    width: 100%;
    padding: 48px 16px;
  }
  #blog_footer .blog_f_col .flex_col + .flex_col {
    border-top: 1px solid #faf7f7;
  }
  #blog_footer .blog_f_tit {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
  }
  #blog_footer .blog_f_img {
    margin-bottom: 16px;
  }
  #blog_footer .blog_f_img img {
    width: 100%;
  }
  #blog_footer .blog_f_address {
    line-height: 2;
  }
  #blog_footer .blog_f_address a {
    color: currentColor;
  }
  #blog_footer .blog_list {
    line-height: 1.5;
  }
  #blog_footer .blog_list li {
    border-bottom: 1px solid currentColor;
  }
  #blog_footer .blog_list li a {
    position: relative;
    display: block;
    padding: 8px 36px 8px 16px;
    color: currentColor;
  }
}
@media screen and (max-width: 810px) and (any-hover: hover) {
  #blog_footer .blog_list li a:hover {
    background: #9a6e24;
    opacity: 1;
  }
}
@media screen and (max-width: 810px) {
  #blog_footer .blog_list li a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    display: block;
    background: url(../img/common/icon_arrow_beige.svg) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 12px;
    margin: auto 0;
  }
  #blog_footer .blog_list li .post_meta {
    display: block;
  }
  #blog_footer .blog_list li .post_meta .time {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
  }
  #blog_footer .blog_list li .post_meta .cat {
    display: inline-block;
    padding: 2px 16px;
    background: #c7af87;
    color: #2e3826;
    text-align: center;
    line-height: 1.2;
    vertical-align: middle;
  }
  #blog_footer .blog_list li .post_tit {
    display: block;
    margin-top: 4px;
  }
  #blog_footer .blog_list02 {
    line-height: 1.5;
  }
  #blog_footer .blog_list02 li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 16px;
    border: 1px solid currentColor;
    color: currentColor;
  }
}
@media screen and (max-width: 810px) and (any-hover: hover) {
  #blog_footer .blog_list02 li a:hover {
    background: #9a6e24;
    opacity: 1;
  }
}
@media screen and (max-width: 810px) {
  #blog_footer .blog_list02 li a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    display: block;
    background: url(../img/common/icon_arrow_beige.svg) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 12px;
    margin: auto 0;
  }
  #blog_footer .blog_list02 li + li {
    margin-top: 8px;
  }
}
/* ---------------------------------------------------
	category
------------------------------------------------------ */
#category {
  padding: 64px 0 112px;
}
#category .sec_tit .en {
  text-transform: capitalize;
}

.post_box_wrap {
  justify-content: flex-start;
}

.post_box {
  width: 33.333%;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #2e3826;
}
.post_box a {
  display: block;
  height: 100%;
  padding: 32px;
}
@media (any-hover: hover) {
  .post_box a:hover {
    background: #2e3826;
    color: #c7af87;
    opacity: 1;
  }
  .post_box a:hover .post_cat {
    background: #c7af87;
    color: #2e3826;
  }
}
.post_box .eyecatch {
  position: relative;
  margin-bottom: 16px;
  aspect-ratio: 312/224;
  overflow: hidden;
}
.post_box .eyecatch img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 312/224;
  object-fit: cover;
}
.post_box .post_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post_box .post_cat {
  display: inline-block;
  min-width: 116px;
  padding: 4px 16px;
  max-width: 100%;
  margin-left: auto;
  border: 1px solid #9a6e24;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  transition: background 0.5s;
  vertical-align: middle;
}
.post_box .post_date {
  display: inline-block;
  margin-right: auto;
  font-family: "Yantramanav", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
}
.post_box .post_tit {
  position: relative;
  display: block;
  margin-top: 12px;
  line-height: 2;
}

.notfound {
  width: 100%;
  padding: 80px 0 100px;
  text-align: center;
}

.page_navi {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 96px auto 0;
  padding: 8px 0;
  border-top: 1px solid #2e3826;
  border-bottom: 1px solid #2e3826;
  gap: 5px;
  font-family: "Yantramanav", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.page_navi .page_num {
  margin-right: 16px;
}
.page_navi .current {
  padding: 9px 8px 8px;
  display: inline-block;
  background: #2e3826;
  border: 1px solid #2e3826;
  color: #c7af87;
  opacity: 1;
}
.page_navi a {
  display: inline-block;
  padding: 9px 8px 8px;
  border: 1px solid #2e3826;
  color: currentColor;
}
@media (any-hover: hover) {
  .page_navi a:hover {
    background: #2e3826;
    color: #c7af87;
    opacity: 1;
  }
}
.page_navi .prev,
.page_navi .next {
  position: relative;
  padding: 9px 8px 8px;
  background: none;
  border-color: transparent;
}
.page_navi .prev:after,
.page_navi .next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 24px;
  height: 12px;
  margin-top: -6px;
  background: url(../img/common/icon_arrow_green.svg);
  background-size: 100%;
}
@media (any-hover: hover) {
  .page_navi .prev:hover,
  .page_navi .next:hover {
    background: none;
    color: #2e3826;
    opacity: 0.7;
  }
}
.page_navi .prev {
  padding-left: 32px;
}
.page_navi .prev:after {
  right: auto;
  left: 0;
  transform: scale(-1, 1);
}
.page_navi .next {
  padding-right: 32px;
}
.page_navi .pnext {
  position: absolute;
  display: inline-block;
  height: auto;
  padding: 9px 16px 8px;
  background: #2e3826;
  border: none;
  color: #c7af87;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page_navi .pnext:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 24px;
  height: 12px;
  margin-top: -6px;
  background: url(../img/common/icon_arrow_beige.svg);
  background-size: 100%;
}
@media (any-hover: hover) {
  .page_navi .pnext:hover {
    background: #e1d3bd;
    color: #2e3826;
  }
}
.page_navi .pnext.left {
  left: 0;
  padding-left: 44px;
}
.page_navi .pnext.left:after {
  left: 16px;
  transform: scale(-1, 1);
}
.page_navi .pnext.right {
  right: 0;
  padding-right: 44px;
}
.page_navi .navi_top {
  display: inline-block;
  width: 160px;
  margin: 0 auto;
  padding: 9px 16px 8px;
  background: #e1d3bd;
  border: none;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.page_navi .navi_top a {
  display: inline-block;
  width: 160px;
  height: auto;
  padding: 12px 16px;
  border: 1px solid #ccc;
  color: #9a6e24;
}
@media (any-hover: hover) {
  .page_navi .navi_top a:hover {
    background: #ccc;
    color: #fff;
    opacity: 1;
  }
}

@media (max-width: 810px) {
  #category {
    padding: 48px 0 96px;
  }
  .post_box a {
    padding: 24px;
  }
  .post_box .post_cat {
    min-width: 80px;
  }
  .post_box .post_tit {
    line-height: 1.75;
  }
  .page_navi {
    margin-top: 48px;
    padding: 16px 0;
    justify-content: center;
    text-align: center;
  }
  .page_navi .page_num {
    width: 100%;
    margin: 0 0 10px;
  }
  .page_navi .navi_top {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .post_box {
    width: 100%;
    max-width: 100%;
  }
  .post_box .post_tit {
    margin-top: 8px;
    line-height: 1.75;
  }
}
/* ---------------------------------------------------
	single
------------------------------------------------------ */
#single {
  padding: 64px 0 112px;
}
#single .single_tit_wrap {
  max-width: 1056px;
  margin: 0 auto 64px;
  padding: 24px 32px;
  background: #e1d3bd;
  font-size: 2rem;
  line-height: 1.5;
}
#single .single_tit_wrap .single_cat {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}
#single .single_tit_wrap .single_date {
  display: inline-block;
  margin-top: 4px;
  margin-right: 24px;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Yantramanav", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  vertical-align: middle;
}
#single .single_tit_wrap .single_tit {
  display: block;
  margin-top: 16px;
  font-size: 3rem;
  font-weight: bold;
}
#single .single_f {
  max-width: 1056px;
  margin: 80px auto 0;
  padding: 32px 32px;
  background: #e1d3bd;
}
#single .single_f .single_f_cat {
  font-weight: bold;
  line-height: 1.75;
}
#single .single_f .single_f_cat a {
  font-weight: bold;
}
#single .single_f #twitter-widget-0 {
  vertical-align: top;
}
#single .single_f .fb_iframe_widget {
  vertical-align: top;
}
#single .single_f .fb_iframe_widget > span {
  vertical-align: top !important;
}

@media (max-width: 810px) {
  #single {
    padding: 64px 0 96px;
  }
  #single .single_tit_wrap {
    margin: 0 auto 40px;
    padding: 24px;
    font-size: 1.6rem;
  }
  #single .single_tit_wrap .single_date {
    margin-right: 20px;
    font-size: 1.6rem;
  }
  #single .single_tit_wrap .single_tit {
    margin-top: 16px;
    font-size: 2.2rem;
  }
  #single .single_f {
    padding: 24px;
  }
}
/* ---------------------------------------------------
	wp_common
------------------------------------------------------ */
.entry_content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  word-wrap: break-word;
}

.entry_content p {
  display: block;
  margin: 1em 0 2em;
}

.entry_content a {
  text-decoration: underline;
}

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

.entry_content div {
  margin: 28px 0;
}

.entry_content strong {
  font-weight: bold;
}

.entry_content strong span {
  font-weight: bold;
}

.entry_content em {
  font-style: italic;
}

.entry_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.entry_content .aligncenter {
  display: block;
  margin: 0 auto;
}

.entry_content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.entry_content .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.entry_content .has-text-align-center {
  text-align: center;
}
.entry_content .has-text-align-right {
  text-align: right;
}

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

.entry_content {
  /* gutenberg */
}
.entry_content h1 {
  margin: 2em auto 1em;
  padding: 16px 0 16px 24px;
  color: #2e3826;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.entry_content h2 {
  position: relative;
  max-width: 100%;
  margin: 60px auto 1em;
  color: #2e3826;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  z-index: 1;
}
.entry_content h3 {
  width: max-content;
  max-width: 100%;
  margin: 60px 0 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.entry_content h4 {
  margin: 50px auto 20px;
  color: #2e3826;
  font-size: 1.25em;
  font-weight: bold;
}
.entry_content h4:after {
  content: "";
  display: block;
  width: 1em;
  height: 0;
  border-top: 1px solid #ccc;
}
.entry_content h5 {
  margin: 1em auto;
  color: #2e3826;
  font-weight: bold;
}
.entry_content h5:after {
  content: "";
  display: block;
  width: 1em;
  height: 0;
  border-top: 1px solid;
}
.entry_content h6 {
  margin-bottom: 0.5em;
  color: #2e3826;
  font-size: 0.875em;
  font-weight: bold;
}
.entry_content table {
  margin: 1em 0;
}
.entry_content table th,
.entry_content table td {
  padding: 22px 20px 20px;
  border-top: 1px solid #2e3826;
  border-bottom: 1px solid #2e3826;
  letter-spacing: 0;
}
.entry_content table p {
  margin: 0;
}
.entry_content ul {
  margin: 1em 0;
  list-style: disc;
  padding-left: 1.5em;
}
.entry_content ul li {
  list-style: disc;
}
.entry_content ol {
  margin: 1em 0;
  list-style: decimal;
  padding-left: 1.5em;
}
.entry_content ol li {
  list-style: decimal;
}
.entry_content pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry_content code,
.entry_content kbd,
.entry_content samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry_content sub,
.entry_content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry_content sub {
  bottom: -0.25em;
}
.entry_content sup {
  top: -0.5em;
}
.entry_content legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.entry_content progress {
  vertical-align: baseline;
}
.entry_content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.entry_content code,
.entry_content kbd,
.entry_content tt,
.entry_content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.entry_content abbr,
.entry_content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry_content mark,
.entry_content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry_content big {
  font-size: 125%;
}
.entry_content details {
  display: block;
}
.entry_content summary {
  display: list-item;
}
.entry_content template {
  display: none;
}
.entry_content dfn,
.entry_content cite,
.entry_content em,
.entry_content i {
  font-style: italic;
}
.entry_content blockquote {
  padding: 0 1em;
  background: #fff;
  border-left: 4px solid #ddd;
}
.entry_content embed,
.entry_content iframe,
.entry_content object {
  max-width: 100%;
}
.entry_content .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.entry_content .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry_content .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.entry_content .wp-caption-text {
  text-align: center;
}
.entry_content .gallery {
  margin-bottom: 1.5em;
}
.entry_content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.entry_content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry_content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry_content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry_content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry_content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry_content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry_content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry_content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry_content .gallery-caption {
  display: block;
}
.entry_content .wp-block-gallery {
  padding-left: 0;
  list-style: none;
}
.entry_content .wp-block-gallery li {
  list-style: none;
}
.entry_content .wp-block-button__link {
  text-decoration: none;
}

@media (max-width: 810px) {
  .entry_content table {
    max-width: 100%;
    width: 100% !important;
  }
  .entry_content table th,
  .entry_content table td {
    padding: 15px 8px 13px;
    line-height: 2.1;
  }
}