@charset "UTF-8";

.page .entry-title,
.page .date-tags {
  display: none;
}

a:hover {
  color: inherit !important;
}

.c-nav__cta-link:hover {
  color: #fff !important;
}

.c-footer__nav-list,
.c-footer__link-list,
.c-mobile-nav__list {
  padding-left: 0;
}

/*----------------------------------------------------
  wp 全体
-----------------------------------------------------*/
.main {
  width: 67.4%;
  padding: 0 0 36px 0;
  background: none;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: initial;
  position: relative;
}

.content {
  background: #fff;
  margin-top: 0;
}

.content-in {
  padding: 100px 0;
  position: relative;
  flex-wrap: initial;
  z-index: 1;
}

.content-in.wrap {
  width: 90%;
  max-width: 1280px;
}

.article-header .entry-date {
  font-size: 1.4rem;
  opacity: .8;
}

.far.fa-clock {
  display: none;
}

/*---Cocoon 吹き出し---*/

div.speech-balloon {
  padding: 15px 20px;
  border-radius: 12px;
}

.speech-balloon::before,
.speech-balloon::after {
  top: 35px;
}

/*----------------------------------------------------
  投稿一覧部分 #list / list.php内包分
-----------------------------------------------------*/
/*--- アイキャッチ設定 ---*/
.ect-vertical-card .entry-card-wrap .entry-card-thumb {
  position: relative;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.entry-card-title {
  font-size: 1.8rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: var(--space-xs);
}

.entry-card-snippet {
  display: none;
}

.ect-vertical-card .entry-card-wrap .entry-card-meta {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-xs);
}

.ect-vertical-card .entry-card-wrap .post-date {
  margin-left: 0;
}

.ect-vertical-card .entry-card-wrap .post-date .entry-date {
  font-size: 1.4rem !important;
}

.e-card-meta .e-card-categorys {
  display: block;
}

.entry-category {
  padding: 5px 10px;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: var(--color-primary-soft);
  border-radius: 2px;
  margin-left: 5px;
}

.related-entry-card-snippet {
  font-size: 1.4rem;
  line-height: 1.8;
}

/*----------------------------------------------------
  個別投稿記事 詳細ページ
-----------------------------------------------------*/

.article h1 {
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  line-height: 1.6;
  position: relative;
}

.entry-content {
  margin-bottom: 30px;
}

.related-entry-heading {
  font-size: 1.6rem;
  font-weight: 500;
}

.cat-link {
  background: var(--gradient-cta);
}

.article-cta {
  display: block;
  width: 100%;
  max-width: 420px;
}

/*----------------------------------------------------
  サイドバー部分 #list
-----------------------------------------------------*/
.sidebar {
  background: none;
  box-sizing: border-box;
}

.wp-block-search__button {
  font-size: 1.4rem;
  padding: calc(0.667em + 2px) 14px;
  box-sizing: border-box;
}

.sidebar h2,
.sidebar h3 {
  font-size: 2rem;
  font-weight: 700;
  /*---背景色/フォント等 変更部分---*/
  background: rgba(255, 250, 250, 1);
}

.sidebar h3 {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0 solid rgba(0, 0, 0, .2);
  padding: 15px 10px;
  margin-bottom: 5px;
}

.widget_popular_entries h3::after,
.widget_new_entries h3::after,
.widget_archive h3::after,
.widget_categories h3::after {
  display: inline;
  font-size: 1.2rem;
  font-weight: normal;
  color: var(--color-text-sub);
  font-weight: 400;
  font-style: normal;
}

.widget_popular_entries h3::after {
  content: '人気記事';
}

.widget_new_entries h3::after {
  content: '新着記事';
}

.widget_archive h3::after {
  content: 'アーカイブ';
}

.widget_categories h3::after {
  content: 'カテゴリー';
}

.widget-title::after {
  content: 'コンテンツ';
  display: inline;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}

.widget-entry-cards .a-wrap:nth-of-type(n+2),
.cat-item:nth-of-type(n+2),
.widget_archive li:nth-of-type(n+2) {
  border-top: 1px dashed #ccc;
  /*---罫線 変更部分---*/
}

.wp-block-search__label {
  display: none;
}

.widget_block ul li a {
  font-size: 1.4rem;
}

.widget-entry-cards .a-wrap {
  width: 100%;
  height: auto;
}

.widget-entry-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.widget-entry-card-thumb {
  float: initial;
}

.widget-entry-cards figure {
  width: 45%;
  height: auto;
  position: relative;
}

.widget-entry-cards figure::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.widget-entry-cards figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.widget-entry-card-content {
  width: 50%;
  margin-left: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 0 0 8px 0;
}

.widget-entry-card-date.display-none {
  display: block;
}

.widget-entry-card-post-date.post-date {
  display: block;
  font-size: 1.1rem;
  opacity: .8;
}

.widget-entry-card-post-date.post-date .entry-date {
  margin-left: 0;
}

.widget-entry-card-post-date.post-date .far.fa-clock {
  display: none;
}

.widget-entry-card-title {
  font-size: 1.2rem;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_block ul {
  font-size: 1.4rem;
}

.sidebar-link {
  width: 100%;
  height: auto;
}

.sidebar-link a {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar-link a:nth-of-type(n+2) {
  margin-top: 10px;
}

.sidebar-link a>img {
  display: block;
  width: 100%;
  height: auto;
}


#blog_category_list {
  width: 100%;
  height: auto;
  padding-top: 80px;
}

.blog_category_list ul {
  width: 90%;
  height: auto;
  max-width: 800px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.blog_category_list ul li:nth-of-type(n+2) {
  margin-left: 10px;
}

.blog_category_list ul li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #9C6926;
  color: #fff;
  font-weight: 500;
  border-radius: 50vh;
}

.article h2 {
  font-size: 2rem;
  background: #FAEFF3;
  margin-top: 40px;
  /*---記事の見出し色変更部分---*/
}

.a-wrap:hover {
  background-color: transparent;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  line-height: 1.4;
  margin-bottom: 20px;
}

.article h3,
.article h4,
.article h5,
.article h6 {
  width: 100%;
  font-size: 1.8rem;
  border: none;
  border-bottom: 3px solid var(--color-border-light);
  /*---記事の見出しの罫線色変更部分---*/
  position: relative;
  padding-left: 10px;
}

.article h3::after {
  content: '';
  background: var(--color-primary-light);
  width: 3em;
  height: 3px;
  position: absolute;
  bottom: -2.5px;
  left: 0;
  z-index: 1;
}

.article p {
  font-size: 1.6rem;
  text-align: justify;
}

.entry-categories a {
  color: #fff !important;
}

.toc {
  width: 100%;
}

.post-update {
  display: none;
}

.sns-follow-buttons a {
  width: calc(100%/4);
}

/*--- 関連記事設定 ---*/
.related-entries {
  padding: var(--space-s);
  box-sizing: border-box;
  border: 2px solid var(--color-bg-sub);
  border-radius: 10px;
}

.related-list {
  margin-bottom: 0;
}

.related-entry-card-wrap.a-wrap {
  padding: 0;
}

.related-entry-card-wrap.a-wrap:nth-of-type(n+2) {
  margin-top: var(--space-xs);
  padding-top: var(--space-xs);
  border-top: 1px solid var(--color-border-light);
}

.related-entry-heading {
  font-size: 1.8rem;
  margin: 0 auto var(--space-xs);
}

.related-entry-card-title {
  font-size: 1.6rem;
}

/*---------------------------------
 footer
---------------------------------*/
.footer {
  margin-top: 0;
  padding: 0;
}

/*---------------------------------
 共通項目
---------------------------------*/
.article-header {
  width: initial;
  height: initial;
  position: initial;
  top: initial;
  left: initial;
  transform: initial;
  z-index: initial;
  border-radius: initial;
  box-sizing: border-box;
  transition: initial;
}

.toc {
  width: 100%;
}


@media screen and (max-width:1280px) {
  html {
    font-size: calc(100vw/128) !important;
  }
}

@media screen and (max-width:1024px) {
  html {
    font-size: calc(100vw/102.4) !important;
  }
}

@media screen and (max-width:896px) {
  html {
    font-size: calc(100vw/89.6) !important;
  }
}

@media screen and (max-width:787px) {
  html {
    font-size: calc(100vw/78.6) !important;
  }
}

@media screen and (max-width:680px) {
  html {
    font-size: calc(100vw/68) !important;
  }
}

@media screen and (max-width:480px) {
  html {
    font-size: 62.5% !important;
  }

  body {
    font-size: 1.6rem !important;
  }

  main.main {
    padding: 32px 0;
  }

  .entry-card-title {
    min-height: initial;
  }

  .article h1 {
    font-size: 2rem;
    padding: 0 0 20px 0;
  }

  .article h2 {
    padding: 20px 14px;
  }

  .widget-entry-card-date.display-none .entry-date {
    font-size: 1rem;
    margin-left: 0;
  }

  .widget-entry-card-title {
    font-size: 1.2rem;
  }

  .article-cta {
    max-width: initial;
  }


  .related-entry-card-title {
    font-size: 1.2rem;
  }

  .related-entry-card-snippet {
    font-size: 1rem;
  }

  .content-in {
    padding: 0 0 50px 0;
  }

  div.speech-balloon {
    border-radius: 10px;
  }

  .speech-wrap .speech-balloon {
    padding: 14px;
  }

  .speech-balloon::before,
  .speech-balloon::after {
    top: 22px;
  }

  .speech-balloon p {
    font-size: 1.5rem !important;
  }
}