@charset "utf-8";

.blog_contents {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.blog_contents section:nth-child(1) {
  width: 70%;
}
.blog_contents section:nth-child(2) {
  width: 28%;
}
.blog_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Noto Sans JP";
}
.blog_box {
  padding: 20px;
}
.blog_list li {
  width: 48%;
  background-color: #312c29;
}
.blog_list li:not(:last-child),
.blog_list li:not(:nth-last-child(2)) {
  margin-bottom: 30px;
}
.blog_date {
  display: flex;
}
.blog_category {
  font-size: 13px;
  color: #a58c1b;
  padding-right: 10px;
}
.blog_time {
  color: #666666;
  font-size: 12px;
  border-left: 1px solid #666666;
  padding-left: 10px;
}
.blog_title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  padding-top: 16px;
}
.blog_cont {
  font-size: 14px;
  color: #868686;
  padding-top: 24px;
  line-height: 1.7;
}
.blog_new {
  font-size: 14px;
  background-color: #a58c1b;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 34px;
}
.read_more {
  color: #a58c1b;
}

#sidebar .sidebar_name {
  font-size: 20px;
  color: #a58c1b;
}
#sidebar .sidebar_category {
  margin-bottom: 40px;
}
#sidebar .sidebar_category .category_list {
  background-color: #312c29;
  padding: 18px 20px;
  margin-top: 20px;
}
#sidebar .sidebar_category .category_list li {
  position: relative;
}
#sidebar .sidebar_category .sidebar_list li:not(:last-child) {
  border-bottom: 1px solid rgba(214, 214, 214, 0.2);
  padding-bottom: 18px;
  margin-bottom: 18px;
}
#sidebar .sidebar_category .category_list li a:after {
  content: url(https://expanse.test-hug.com/wp-content/themes/expanse/assets/images/shop/triangle.svg);
  width: 6px;
  height: 7px;
  position: absolute;
  top: 5%;
  right: 0;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .previous,
.pagination .next {
  border: 1px solid;
  padding: 22px;
}
.pagination .previous {
  margin-right: 30px;
}
.pagination .page_number {
  font-size: 18px;
  margin-right: 30px;
}
.pagination .current {
  font-size: 18px;
  margin-right: 30px;
  color: #a58c1b;
  position: relative;
}
.pagination .current a:after {
  content: "";
  width: 14px;
  height: 2px;
  display: inline-block;
  background-color: #a58c1b;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px);
}
.ranking_list {
  background-color: #312c29;
  padding: 18px 20px;
  margin-top: 20px;
}
.ranking_list li:not(:last-child) {
  border-bottom: 1px solid rgba(214, 214, 214, 0.2);
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.ranking_box {
  display: flex;
  justify-content: space-between;
}
.ranking_box a {
  width: 30%;
}
.ranking_right {
  width: 68%;
}
.ranking_right .page_category {
  font-family: "Noto Sans JP";
  font-size: 13px;
  color: #a58c1b;
  padding-right: 0;
  padding-bottom: 4px;
}
.ranking_box .ranking_category {
  font-size: 11px;
  color: #a58c1b;
  padding-bottom: 4px;
  font-family: "Noto Sans JP";
}
.ranking_box .ranking_title {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .blog_contents {
    display: block;
    padding: 0 20px;
    width: 100%;
  }
  .section_content {
    padding: 0;
  }
  .blog_contents section:nth-child(1),
  .blog_contents section:nth-child(2) {
    width: 100%;
  }
  .blog_contents .main_wrapper {
    padding: 30px 20px;
  }
  .blog_contents h1.title {
    font-size: 26px;
  }
  .blog_contents h2 {
    font-size: 25px;
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  .blog_contents h3 {
    font-size: 20px;
  }
  .blog_image {
    height: auto;
  }
  .blog_contents .page_pagenation a {
    width: 140px;
  }
  .blog_list {
    display: block;
  }
  .blog_list li {
    width: 100%;
  }
  .ranking_box {
    display: block;
  }
  .ranking_image img {
    width: 100% !important;
    height: auto !important;
  }
  .ranking_right {
    width: 100%;
  }
  .ranking_right .page_category {
    padding-top: 16px;
  }
}

/* ページネーション */
.wp-pagenavi a {
  background: url(../images/shop/triangle.svg) no-repeat;
  background-position: center;
  background-size: cover;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 18px;
  border: none;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.previous,
.next {
  font-size: 16px;
  border: 1px solid;
  display: inline-block;
  padding: 14px 50px;
  margin-top: 60px;
}
.next {
  float: right;
}
.first,
.last {
  display: none;
}
.wp-pagenavi span.extend:last-child {
  display: none;
}
.pagination .previous {
  margin-right: 30px;
}
.pagination .page_number {
  font-size: 18px;
  margin-right: 30px;
}
.pagination .current {
  font-size: 18px;
  margin-right: 30px;
  color: #a58c1b;
  position: relative;
}
.pagination .current a:after {
  content: "";
  width: 14px;
  height: 2px;
  display: inline-block;
  background-color: #a58c1b;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px);
}

.page_navi_new {
  padding-top: 82px;
  text-align: center;
}

.wp-pagenavi {
  position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0 3px !important;
  margin: 20px !important;
  /* margin: 30px !important; */
  border: none !important;
}

.wp-pagenavi .current {
  color: #a58c1b;
  border-bottom: 2px solid #a58c1b !important;
  padding-bottom: 6px !important;
}

.wp-pagenavi a {
  background: unset;
  border: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #a58c1b !important;
}

a.nextpostslink {
  font-size: 0;
  position: absolute;
  top: -52px;
  right: 0;
  padding: 30px;
}

a.previouspostslink {
  font-size: 0;
  position: absolute;
  top: -42px;
  left: 0;
  padding: 30px;
}

a.previouspostslink::before {
  content: "◀︎";
  font-size: 7px;
  position: absolute;
  top: 5px;
  /* left: -90px; */
  left: -22px;
  padding: 22px;
  border: 1px solid #d6d6d6;
}

a.nextpostslink::before {
  content: "▶︎";
  font-size: 7px;
  position: absolute;
  top: 15px;
  left: -22px;
  padding: 22px;
  border: 1px solid #d6d6d6;
}

@media screen and (max-width: 767px) {
  .pagination .previous,
  .pagination .next {
    padding: 12px;
  }
  .previous,
  .next {
    padding: 14px 26px;
    margin-top: 40px;
  }
  .page_navi_new {
    padding-top: 40px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 3px !important;
  }
  a.nextpostslink,
  a.previouspostslink {
    top: -42px;
  }
  a.previouspostslink::before {
    top: 34px;
    /* left: -50px; */
    left: -6px;
    padding: 12px;
  }
  a.nextpostslink::before {
    /* top: 30px;
    left: 6px; */
    top: 34px;
    left: -22px;
    padding: 12px;
  }
}

/* 記事詳細ページ */
.main_wrapper h2 {
  position: relative;
}
.main_wrapper h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #a58c1b;
}
.main_wrapper h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #a58c1b;
}
h2.fv_title span {
  border-top: none !important;
}
.sns h2 span,
.related_article span {
  color: #fff;
  border-top: none !important;
}
.sns h3 {
  border: none !important;
}
.page_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.page_inner section:nth-child(1) {
  width: 70%;
}
.page_inner section:nth-child(2) {
  width: 28%;
}
.pink {
  color: #b64747 !important;
}
.yellow {
  background-color: #a09853 !important;
}
.page_inner .main_wrapper {
  background-color: #312c29;
  padding: 50px 40px;
  font-family: "Noto Sans JP";
  line-height: 2;
}
.page_inner h1.title {
  font-size: 32px;
  line-height: 1.6;
  padding-bottom: 50px;
  border-bottom: 1px solid #413d3a;
  font-family: "Noto Serif JP", serif;
}
.page_inner h2 {
  font-size: 28px;
  background-color: #241f1c;
  padding: 20px 30px;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}
.page_inner h2 span {
  border-top: none;
}
.page_inner h3 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 12px;
  border-top: none;
  border-bottom: 1px dotted #565656;
  font-family: "Noto Serif JP", serif;
}
.page_inner .category {
  font-size: 13px;
  font-weight: bold;
  padding-right: 18px;
}
.page_inner .page_date {
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
  line-height: 1;
}
.page_inner .page_category {
  font-family: "Noto Sans JP";
  font-size: 13px;
  color: #a58c1b;
  padding-right: 10px;
}
.page_inner .page_time {
  font-size: 12px;
  color: #666666;
  border-left: 1px solid;
  padding-left: 8px;
}
.page_inner .page_contents {
  padding-top: 40px;
}
.page_inner .page_pagenation {
  display: flex;
  justify-content: space-between;
}
.page_inner .page_pagenation a {
  display: block;
  width: 182px;
  text-align: center;
  border: 1px solid;
  padding: 13px 0;
}

strong {
  color: #a58c1b !important;
}
header img,
footer img {
  width: revert-layer !important;
}
li {
  color: unset !important;
}
.list_box li.list,
.list_box li.list_title {
  color: #887e5b !important;
}
footer h3 {
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}
a {
  color: unset !important;
}
a:visited {
  color: unset !important;
}

.page_inner .page_pagenation {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .page_inner {
    display: block;
    padding: 0 20px;
    width: 100%;
  }
  .page_inner section:nth-child(1),
  .page_inner section:nth-child(2) {
    width: 100%;
  }
  .page_inner .main_wrapper {
    padding: 30px 20px;
  }
  .page_inner h1.title {
    font-size: 26px;
  }
  .page_inner h2 {
    font-size: 25px;
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  .page_inner h3 {
    font-size: 20px;
  }
  .page_inner .page_pagenation a {
    width: 140px;
  }
}

/* 関連記事 */
.related_article {
  background-color: #312c29;
  padding: 80px 0;
}
.related_image {
  text-align: center;
}
.related_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.related_list li {
  width: 24%;
}
.related_list .page_date {
  font-family: "Noto Sans JP";
  display: flex;
  padding-top: 16px;
  padding-bottom: 10px;
}
.related_list .page_date .page_category {
  font-weight: bold;
  font-size: 13px;
  color: #a58c1b;
  padding-right: 10px;
}
.page_time {
  font-size: 12px;
  color: #666666;
  border-left: 1px solid;
  padding-left: 8px;
}
.related_title {
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .related_list {
    display: block;
    padding: 0 20px;
  }
  .related_list li {
    width: 100%;
  }
  .related_image img {
    width: 100% !important;
    height: auto !important;
  }
  .related_list .page_date {
    padding-bottom: 4px;
  }
  .related_title {
    padding-bottom: 18px;
  }
  .related_title {
    font-size: 14px;
    line-height: 1.2;
  }
}

/* ホバーした時にblog_imageを大きくする */
.blog_list li,
.blog_list .blog_image,
.related_list li,
.related_list .related_image {
  overflow: hidden;
}
.blog_list a:hover .blog_image img,
.related_list a:hover .related_image img {
  transform: scale(1.1); /* 10%大きくする */
  transition: transform 0.3s ease-in-out;
}

.blog_list a:hover .blog_title,
.related_list a:hover .related_title {
  color: #a58c1b;
  transition: color 0.3s ease-in-out;
}

.blog_list a:hover,
.related_list a:hover {
  opacity: 1;
}

/* 24/12/20 装飾変更 */
.page_contents a:link {
  color: #0044cc;
}
.page_contents a:hover {
  opacity: 0.7;
}
.page_contents a:visited {
  color: #0044cc;
}
.page_contents h2 {
  font-size: 18pt;
  color: #b48e12;
}
.page_contents h4 {
  padding: 0.2em 0.7em;
  border-left: 5px solid #b48e12;
}
.page_contents .list {
  padding: 0 10px;
  padding-left: 1.6em;
  text-indent: -1em;
}
.page_contents .list_box {
  margin-bottom: 30px;
  line-height: 2.5;
  background: #fffff6;
  border: solid 2px #ffff99;
}
.page_contents .list_title {
  text-align: center;
  background: #ffff99;
  font-weight: bold;
  color: #b48e12;
}
.page_contents li {
  color: #887e5b;
}
.page_contents .meisou_list {
  padding-left: 8px;
}
.page_contents table {
  width: 100%;
}
.page_contents th {
  text-align: left;
  padding: 5px 20px;
  color: #b48e12;
  empty-cells: hide;
}
.page_contents td {
  color: #887e5b;
  vertical-align: top;
  padding: 10px 20px;
}
.page_contents th,
.page_contents td {
  line-height: 2.5;
  border: 1px solid #ffff99;
  background-color: #fffff6;
}
.page_contents .yellow {
  background-color: #fffad2;
}
.page_contents .pink {
  background-color: #ffe9e9;
}
.page_contents .grey {
  background-color: #f1f0e8;
}
.page_contents .red {
  background-color: #a51b1b;
  color: #fff !important;
}

@media screen and (min-width: 769px) {
  .page_contents .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page_contents h2 {
    background: none;
    margin-bottom: 8%;
  }
  .page_contents h2 span {
    border-top: none;
    line-height: 1.4;
  }
  .page_contents .meisou_list {
    padding-left: 2em;
    text-indent: -1.5em;
  }
  .page_contents .table_box {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .page_contents th {
    position: sticky;
    vertical-align: middle;
  }
  .page_contents th,
  .page_contents td {
    line-height: 2;
  }
  .page_contents table#news_index {
    width: 100%;
  }
}

/* 内部リンクカード型 */
.blog-card {
  background: #fbfaf8;
  border: 1px solid #b48e12;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  padding: 30px 10px 20px;
  margin: 30px;
  position: relative;
  display: block;
  display: flex;
  justify-content: space-between;
}
.blog-card a:after {
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  .blog-card {
    margin: 0;
    padding: 40px 10px 20px;
  }
}
.blog-card::before {
  background-color: #b48e12;
  color: #fff;
  content: "合わせて読みたい";
  font-size: 12px;
  display: block;
  padding: 5px 20px;
  position: absolute;
  top: -15px;
  left: 5px;
}
.blog-card a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .blog-card a {
    display: flex;
    flex-direction: column;
  }
}
.blog-cardthumbnail {
  float: left;
  padding: 10px;
}
.blog-card-thumbnail img {
  display: block;
  padding: 0;
  width: 150px;
  height: 150px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .blog-card-thumbnail {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .blog-card-thumbnail img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .blog-card span .sp {
    display: block;
  }
}
.blog-card-content {
  line-height: 120%;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .blog-card-content {
    width: 100%;
  }
}
.blog-card-title {
  padding: 10px 10px 10px 0px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5em;
  color: #a58c1b !important;
  display: block;
}
@media screen and (max-width: 768px) {
  .blog-card-title {
    font-size: 3.5vw;
  }
}
.blog-card-excerpt {
  color: #000000 !important;
  margin: 0 10px 10px;
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .blog-card-excerpt .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .blog-card-excerpt {
    font-size: 3.4vw;
    margin: 0;
  }
  .blog-card-excerpt .pc {
    display: none;
  }
}
