@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通【Reset】
=============================================================*/
.reset ul,
.reset ol,
.reset li,
.reset dl,
.reset dt,
.reset dd,
.reset figure,
.reset figcaption,
.reset table,
.reset address {
  list-style: none;
}
.reset ul,
.reset ol,
.reset li,
.reset dl,
.reset dt,
.reset dd {
  padding: 0;
  margin: 0;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset img {
  width: 100%;
  height: auto;
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768.9px) {
  .reset img {
    width: auto;
    max-width: 100%;
  }
}

/*=============================================================
 共通
=============================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
figure,
figcaption,
table,
address {
  font-family: "Cardo", serif;
}

@media screen and (min-width: 768.9px) {
  .br_sp {
    display: none;
  }
}
@media screen and (max-width: 768.9px) {
  .br_sp {
    display: block;
  }
}

.hero-tit-txt {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  color: #484848;
}
@media screen and (min-width: 768.9px) {
  .hero-tit-txt {
    margin-top: 200px;
  }
}
@media screen and (max-width: 768.9px) {
  .hero-tit-txt {
    margin-top: 100px;
    font-size: 1rem;
  }
}
.hero-tit-txt span {
  font-size: 1.9rem;
  letter-spacing: 2px;
  display: block;
}
@media screen and (max-width: 768.9px) {
  .hero-tit-txt span {
    font-size: 1.5rem;
  }
}

.c-page__mv-title {
  color: #fff;
}

a .arrow-r {
  font-size: 1rem;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 1;
  border: 1px solid #988C89;
  border-radius: 50%;
}
a .arrow-r span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.l-header svg:hover,
.l-header a:hover {
  text-decoration: none;
  color: #fff;
}

body.news_single:not(.is-menu-open) .l-menu-trigger {
  color: #342929;
}
body.news_single:not(.is-menu-open) .l-menu-trigger__bar {
  background-color: #342929;
}
body.news_single .l-header svg,
body.news_single .l-header a {
  color: #342929;
}
body.news_single .l-header svg:hover,
body.news_single .l-header a:hover {
  color: #342929;
}
body.news_single .l-header__logo svg {
  fill: #342929;
}
@media screen and (min-width: 768.9px) {
  body.news_single .l-gnav__item--contact {
    border: 1px solid #342929 !important;
  }
}

@media screen and (max-width: 768.9px) {
  .post {
    padding: 30px 20px 50px 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .post {
    display: grid;
    gap: 80px;
    grid-template-columns: 3fr 1fr;
    padding: 150px 0;
  }
}
.post .archive {
  position: relative;
  text-align: left;
}
.post .archive-block dl.news-desc {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
}
@media screen and (min-width: 768.9px) {
  .post .archive-block dl.news-desc {
    display: grid;
    gap: 0px 50px;
    grid-template-columns: auto 1fr;
  }
}
.post .archive-block dl.news-desc dt {
  font-size: 1em !important;
  color: #A99E9C;
  font-weight: normal;
  font-family: "Libre Baskerville", serif;
}
.post .single {
  position: relative;
  text-align: left;
}
.post .single .title {
  font-size: clamp(18px, 1.8rem, 23px);
  color: #A99E9C;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768.9px) {
  .post .single .title {
    margin-bottom: 30px;
  }
}
.post .single .thumbnail {
  margin: 20px auto 20px auto;
  text-align: center;
}
@media screen and (min-width: 768.9px) {
  .post .single .thumbnail {
    margin: 50px auto 50px auto;
  }
}
.post .single .thumbnail img {
  width: 100%;
  height: auto;
}
.post .single .date {
  /*font-size: clamp(14px, 3vw, 16px);*/
  color: #A99E9C;
  font-weight: normal;
  font-family: "Libre Baskerville", serif;
  display: flex;
  align-items: center;
}
.post .single .date .cate {
  color: #fff;
  background: #A99E9C;
  padding: 5px 20px;
  display: inline-block;
  margin-right: 1em;
}
.post .single .date .cate li {
  display: inline-block;
}
.post .single .date .cate a {
  background-color: #FFF;
  display: inline-block;
  color: #333;
  font-size: 70%;
  padding: 0.2em 0.5em;
  border: 1px solid #5e5e5e;
  border-radius: 5px;
}
.post .single .date time {
  letter-spacing: 0;
  font-weight: 400;
  color: #A99E9C;
}
.post .single .post-area h1 {
  font-size: 160%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .post .single .post-area h1 {
    font-size: 1.5rem;
  }
}
.post .single .post-area h2 {
  font-size: 150%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .post .single .post-area h2 {
    font-size: 1.2rem;
  }
}
.post .single .post-area h3 {
  font-size: 140%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .post .single .post-area h3 {
    font-size: 1.1rem;
  }
}
.post .single .post-area h4 {
  font-size: 130%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .post .single .post-area h4 {
    font-size: 1rem;
  }
}
.post .single .post-area h5 {
  font-size: 120%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .post .single .post-area h5 {
    font-size: 1rem;
  }
}
.post .single .post-area h6 {
  font-size: 110%;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .post .single .post-area h6 {
    font-size: 1rem;
  }
}
.post .single .post-area br {
  clear: both;
}
.post .single .post-area ul,
.post .single .post-area ol {
  margin-left: 1.5em;
}
.post .single .post-area .alignleft {
  display: block;
  margin-right: auto;
  margin-left: 0;
}
.post .single .post-area .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.post .single .post-area .alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768.9px) {
  .post .single .post-area #ez-toc-container {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768.9px) {
  .post .single .post-area #ez-toc-container {
    margin-bottom: 50px;
  }
}
.post .single .post-area .wp-block-table table {
  /*width: 100%;*/
  border-bottom: 1px solid #BA2121;
}
.post .single .post-area .wp-block-table table th,
.post .single .post-area .wp-block-table table td {
  border: none;
  box-sizing: border-box;
}
.post .single .post-area .wp-block-table table td {
  text-align: left;
  border-top: 1px solid #BA2121;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 768.9px) {
  .post .single .post-area .wp-block-table table td {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 1em;
    border-top: none;
  }
}
@media screen and (min-width: 768.9px) {
  .post .single .post-area .wp-block-table table td {
    padding: 10px 0 10px 20px;
  }
}
.post .single .post-area .wp-block-table table td p {
  margin-top: 1em;
}
.post .single .post-area .wp-block-table table td:first-child {
  text-align: left;
  border-top: 1px solid #BA2121;
  color: #0D1226;
}
@media screen and (max-width: 768.9px) {
  .post .single .post-area .wp-block-table table td:first-child {
    display: block;
    padding-top: 1em;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768.9px) {
  .post .single .post-area .wp-block-table table td:first-child {
    padding: 15px 0;
    min-width: 130px;
  }
}
.post .single .view_more {
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .post .single .view_more {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768.9px) {
  .post .single .view_more {
    margin-top: 50px;
  }
}
.post .single .view_more p {
  display: inline-block;
  margin: 0 auto;
}
.post .single .view_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.post .single .view_more a .arrow-r {
  margin-left: 1em;
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -20px;
  transition: 0.3s;
}
.post .single .view_more a:hover {
  color: #5e5e5e;
  text-decoration: none;
}
.post .single .view_more a:hover .arrow-r {
  right: -70px;
  transition: 0.3s;
}
@media screen and (max-width: 768.9px) {
  .post .side {
    margin-top: 80px;
  }
}
.post .side .title {
  font-size: 1.5rem;
  color: #A99E9C;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 50px;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 768.9px) {
  .post .side .title {
    margin-top: 50px;
  }
}
.post .side .title:first-of-type {
  margin-top: 0;
}
.post .side .list li a {
  display: block;
  padding: 5px 0px;
  transition: 0.3s;
}
.post .side .list li a:hover {
  background-color: rgb(238, 235, 235);
  transition: 0.3s;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768.9px) {
  .post.archive .side {
    display: none;
  }
}

/*=============================================================
 ワードプレス　シングル記事ページャー
=============================================================*/
.com_wp_btn01 {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  text-align: center;
  margin-top: 40px !important;
  border-top: 1px solid #ccc;
  padding-top: 20px !important;
}
@media screen and (min-width: 768.9px) {
  .com_wp_btn01 {
    margin-top: 150px !important;
  }
}
.com_wp_btn01 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
  transition: 0.3s;
  opacity: 0.5;
}
.com_wp_btn01 li a:hover {
  opacity: 1;
  transition: 0.3s;
  color: #333;
  text-decoration: none;
}
.com_wp_btn01 li a span svg {
  width: 20px;
  height: 20px;
}
.com_wp_btn01 li:nth-child(1) a span {
  margin-right: 1em;
}
.com_wp_btn01 li:nth-child(2) a span {
  margin-left: 1em;
}

/*=============================================================
 ワードプレス　アーカイブページナビ
=============================================================*/
.com_wp_pagenavi {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768.9px) {
  .com_wp_pagenavi {
    margin-top: 80px;
  }
}
.com_wp_pagenavi span,
.com_wp_pagenavi a {
  display: inline-block;
  min-width: 30px;
  line-height: 30px;
  border: 1px #767676 solid;
  margin: 0 2px;
  background-color: rgba(118, 118, 118, 0.1);
  color: #0D1226;
  border-radius: 100%;
}
@media screen and (min-width: 768.9px) {
  .com_wp_pagenavi span,
  .com_wp_pagenavi a {
    min-width: 50px;
    line-height: 50px;
    margin: 0 5px;
  }
}
.com_wp_pagenavi a:hover,
.com_wp_pagenavi .current {
  background-color: #767676;
  color: #fff;
  border-color: #767676 !important;
}
.com_wp_pagenavi .first,
.com_wp_pagenavi .last,
.com_wp_pagenavi .extend,
.com_wp_pagenavi .pages,
.com_wp_pagenavi .next,
.com_wp_pagenavi .prev,
.com_wp_pagenavi .previouspostslink,
.com_wp_pagenavi .nextpostslink {
  display: none;
}/*# sourceMappingURL=style_post.css.map */