@charset "utf-8";

/* 共通 */
.page-mv{
  background-size: cover;
  height: 400px;
  position: relative;
}

.page-mv:after {
  background-color: rgb(255 255 255 / 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUdwTAAAAJ8qhFEAAAABdFJOUwBA5thmAAAAEklEQVQI12MwYDBgYGBoYGAAAASKAOH8MS30AAAAAElFTkSuQmCC);
  background-size: 2px;
  content: "";
  opacity: .5;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;  
}

.page-mv .cts-ttl{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* -------------------------------------
 *      BLOG一覧ページ
 * ------------------------------------- */
.single-blog.page-all_common .section-area{
  display: block;
  padding-right: 230px;
  margin: 0 auto;
}

/*tabの形状*/
.tab-area{
  max-width: 1000px;
  margin: 70px auto 0;
}

.tab-area .tab{
	display: flex;
	flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}

.tab-area .tab li a{
	display: block;
  width: 130px;
  text-align: center;
	margin:0;
	padding:15px 20px;
  border-bottom: 1px solid #f5f5f3;
  color: #A17A94;
}

/*liにactiveクラスがついた時の形状*/
.tab-area .tab li.active a{
  border: 1px solid #d3d3d3;
  border-bottom: 1px solid #f5f5f3;
}

/*エリアの表示非表示と形状*/
.tab-area .area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.tab-area .area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    border-top: 1px solid #d3d3d3;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* BLOG一覧  タブ内共通 */
@media screen and (min-width:768px){
  .single-blog .post{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 40px;
    border-bottom: 1px solid #d3d3d3;
  }

  .single-blog .post .content{
    width: 70%;
  }
}

.single-blog .post:last-child{
  border-bottom: none;
}

.single-blog .blog-ul li .txt{
  margin-top: 10px;
  /* font-size: 10px; */
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  margin-bottom: 40px;
}

@media screen and (min-width:768px) {
  .single-blog .post .thumbnail img{
    width: 200px;
    height: 120px;
    object-fit: cover;
  }
}

.single-blog .pagination{
  text-align: center;
  margin: 70px 0;
}

#new-all .page-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
}

.single-blog .page-numbers li{
  display: inline-block;
}

.single-blog .page-numbers li a,
.single-blog .page-numbers li .current{
  display: inline-block;
  padding: 0.6em 0.8em;
  font-size: 1.6rem;
  letter-spacing: 0;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  text-align: center;
}

.single-blog .page-numbers li .current{
  background-color: #A17A94;
  padding-bottom: 10px;
  color: #f5f5f3;
}

/* カテゴリータブ */
.single-blog .tab__menu{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px;
}

.single-blog .tab__menu-item{
  padding: 6px 13px;
  color: #A17A94;
  border-radius: 5px;
  border: #A17A94 1px solid;
  text-align: center;
  cursor: pointer;
  transition: .5s;
  font-size: 14px;
}

.single-blog .tab__menu-item.select,
.single-blog .tab__menu-item:hover{
  background-color: #A17A94;
  color: #f5f5f3;
  transition: .5s;
}

.content_lists{
  display: none;
}

.content_lists.is-show{
  display: block;
}

/* 月別タブ */
#archive-all .archive-form{
  margin: 40px;
}

/* もっと見るボタン */
.js-accordion_btn{
  border: 1px solid #A17A94;
  cursor: pointer;
  display: block;
  max-width: 750px;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  color: #A17A94;
}

/* -------------------------------------
 *      BLOG記事ページ
 * ------------------------------------- */
/* 共通 */
.single-blog .page-mv{
  background-image: url(../img/page/mv01.png);
}

@media screen and (min-width:1241px) {
  .single-blog .section-area{
    padding-left: 230px;
    margin: 0;
  }

  .single-blog .section-area{
    padding-top: 70px;
    max-width: 1640px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 50px;
  }
}

.single-blog .articl{
  max-width: 950px;
  width: 100%;
  display: block;
}

.single-blog .blog-ttl{
  font-size: 30px;
  border-bottom: 1px solid #A17A94;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 10px;
}

#single-blog .articl .blog-category{
  font-size: 16px;
  margin-top: 10px;
  padding-left: 11px;
}

.single-blog .blog-ul img{
  margin-bottom: 3px;
}

/* 記事ページ */
#single-blog .blog-content{
  margin-top: 40px;
  padding: 0 10px;
}

#single-blog .blog-content p{
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

#single-blog .blog-content figure{
  margin: 50px 0;
  width: 50%;
}

/* 画像のキャプション */
.wp-block-image figcaption{
  margin-bottom: 1em;
  margin-top: 0 !important;
  padding: 1px 8px;
  font-size: 13px;
  background-color: #e1e1e1ad;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

/* ページャー */
.single-pager {
  border-top: 1px solid #d3d3d3;
  margin: 120px auto 40px;
}

.single-pager .pager {
  display: flex;
  font-size: 20px;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
  max-width: 600px;
}

.single-pager .link {
  font-size: 16px;
  max-width: 200px;
  color: #442F0B;
  flex: 1;
}

.single-pager .after_link{
  text-align: right;
}

.single-pager .before_link span,
.after_link span{
  display: block;
  font-size: 14px;
  color: #A17A94;
}

.single-pager .pager:before {
  content: "";
  border: 1px solid #d3d3d3;
  align-self: stretch;
}

.single-pager .before_link{
  order: -1;
}

.single-pager .before_link a:hover,
.single-pager .after_link a:hover{
  opacity: 0.5;
}

.return_home{
  color: #A17A94;
}

#blog-category #sidebar .connection{
  display: none;
}

#blog-category #sidebar .new{
  margin-top: 0 !important;
}

/* -------------------------------------
 *      BLOGのサイドバー
 * ------------------------------------- */
#sidebar {
  max-width: 250px;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 100px;
}

#sidebar section:not(:first-child){
  margin-top: 50px;
}

.single-blog .blog-ul li{
  margin-right: 0;
}

.single-blog .blog-ul li .ttl{
  font-size: 18px;
  margin: 0;
}

.single-blog .blog-ul li .txt{
  font-size: 12px;
  margin-top: 5px;
}

/* 関連記事 */
#sidebar ul{
  margin-top: 20px;
}

/* カテゴリー */
#sidebar .category-list_ttl{
  font-size: 18px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 6px;
}

#sidebar .category-list .blog-category{
  font-size: 16px;
}

/* 月別アーカイブ */
#sidebar .archive {
  margin-bottom: 60px;
}

#sidebar .archive .side-title{
  text-align: left;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 6px;
}

#sidebar .archive ul {
  border-bottom: 1px solid #d3d3d3;
}

#sidebar .archive li {
  font-size: 16px;
  border-top: 1px solid #d3d3d3;
  padding: 20px;
  text-align: left;
  color: #A17A94;
}

/* 年月ドロップダウン */
.archive-form{
  position: relative;
  border: 1px solid #a17a9456;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 15px;
}

.archive-form select{
  appearance: none;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 10px;
  outline: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #a17a94b4;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: '';
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.archive-form_select-btn{
  position: absolute;
  z-index: 0;
  top: 6px;
  right: 6px;
}

.material-symbols-outlined{
  font-size: 27px;
  color: #a17a94b4;
}

/* 記事一覧へ */
.to-all a{
  color: #A17A94;
  border: #A17A94 solid 1px;
  border-radius: 2px;
  text-align: center;
  height: 40px;
  padding: 6px 0;
  width: 100%;
  display: block;
}

/* -------------------------------------
 *      1240px以下
 * ------------------------------------- */
@media screen and (max-width:1240px) {
  /* BLOG一覧ページ */
  .single-blog.page-all_common .section-area{
    padding-right: 30px;
  }

  /* BLOG記事ページ */
  .single-blog .section-area{
    padding-top: 70px;
  }

  /* サイドバー */
  #sidebar{
    max-width: 100%;
  }

  #sidebar ul{
    display: flex;
    gap: 20px;
  }

  #sidebar ul li{
    width: 100%;
  }

  #sidebar .category-list ul{
    gap: 10px;
    flex-wrap: wrap;
  }

  .single-pager{
    margin: 100px 0;
  }
}


/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /* BLOG共通 */
  .page-mv{
    height: 200px;
  }

  /* BLOG記事一覧ページ */
  .tab-area{
    margin-top: 40px;
  }

  .tab-area .tab li a{
    width: 100px;
    padding: 10px 10px;
    font-size: 14px;
  }

  .tab-area .area{
    padding: 50px 0 0;
  }

  .single-blog .post{
    display: flex;
    flex-direction: column-reverse;
  }

  .single-blog .pagination{
    margin: 40px 0 70px;
  }

  /* カテゴリータブ */
  .single-blog .tab__menu{
    padding: 0 0 30px;
    gap: 10px;
    margin-top: -20px;
  }

  .single-blog .tab__menu-item{
    font-size: 12px;
  }

  /* 月別タブ */
  #archive-all .archive-form{
    margin: 0 0 30px;
  }

  /* もっと見るボタン */
  .js-accordion_btn{
    margin-bottom: 70px;
  }

  /* BLOG記事ページ */
  .single-blog .blog-ttl{
    font-size: 20px;
  }

  #single-blog .blog-content{
    margin-top: 20px;
  }

  #single-blog .blog-content p{
    margin-top: 20px;
  }

  #single-blog .blog-content figure{
    width: 100%;
  }

  #sidebar ul{
    flex-direction: column;
  }

  .single-pager .link {
    width: 155px;
  }
}