@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/news/pagetit_bg.jpg) center;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  #pagetit {
    background: url(../img/news/pagetit_bg_sp.jpg) center;
    background-size: cover;
  }
}
/* ---------------------------------------------------
	sidebar
------------------------------------------------------ */
#sidebar {
  width: 264px;
  padding-top: 24px;
  letter-spacing: 0.1em;
  order: 10;
}
#sidebar .sidebar_tit {
  margin: 0 0 16px;
  line-height: 1.5;
  text-align: left;
}
#sidebar .sidebar_tit .en {
  display: block;
  margin-bottom: 12px;
  color: #bc9f77;
  letter-spacing: 0.05em;
  line-height: 1;
}
#sidebar ul {
  margin-bottom: -1px;
  border-top: 1px solid #bc9f77;
  line-height: 1.1;
}
#sidebar ul li {
  position: relative;
  border-bottom: 1px solid #bc9f77;
}
#sidebar ul li a {
  position: relative;
  display: block;
  padding: 22px 5px 22px 16px;
}
@media (any-hover: hover) {
  #sidebar ul li a:hover {
    background: #bc9f77;
    color: #1c1c1c;
    opacity: 1;
  }
}
#sidebar ul + .sidebar_tit {
  margin-top: 96px;
}
#sidebar .list_parent {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 22px 5px 22px 16px;
  border-top: 1px solid #bc9f77;
  border-bottom: 1px solid #bc9f77;
  cursor: pointer;
  line-height: 1.1;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  #sidebar .list_parent:hover {
    background: #bc9f77;
    color: #1c1c1c;
    opacity: 1;
  }
}
#sidebar .list_parent.open {
  background: #bc9f77;
  color: #1c1c1c;
}
#sidebar .list_parent + ul {
  display: none;
  background: #ddcfbb;
  color: #1c1c1c;
}
#sidebar .list_parent + ul li a {
  padding-left: 32px;
}

@media (max-width: 810px) {
  #sidebar {
    width: 480px;
    max-width: 100%;
    margin: 80px auto 0;
    order: 0;
  }
  #sidebar .sidebar_tit {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  #sidebar ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #sidebar .list_parent {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* ---------------------------------------------------
	category
------------------------------------------------------ */
#category {
  padding: 96px 0 192px;
}

.post_box_wrap {
  width: calc(100% - 264px - 48px);
}

.post_box {
  border-bottom: 1px solid #d0d0d0;
}
.post_box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 28px 0 28px 0;
}
.post_box .eyecatch {
  position: relative;
  width: 36.5%;
  max-width: 280px;
  aspect-ratio: 280/200;
  overflow: hidden;
}
.post_box .eyecatch img {
  display: block;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 280/200;
  object-fit: cover;
}
.post_box .post_txt {
  width: 59%;
  padding-right: 96px;
}
.post_box .post_cat {
  display: inline-block;
  max-width: 100%;
  padding: 0 8px;
  border-left: 1px solid;
  color: #78c2c4;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: middle;
}
.post_box .post_date {
  display: inline-block;
  margin-right: 10px;
  color: #78c2c4;
  line-height: 1.2;
  vertical-align: middle;
}
.post_box .post_tit {
  display: block;
  margin-top: 16px;
  font-weight: 500;
}
.post_box .post_tit .more {
  top: auto;
  bottom: 40px;
  color: #bc9f77;
}

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

.page_navi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 60px auto 0;
  gap: 8px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.page_navi .current {
  display: block;
  min-width: 40px;
  padding: 16px 4px 16px;
  background: #bc9f77;
  border-radius: 2px;
  color: #1c1c1c;
  vertical-align: top;
  opacity: 1;
}
.page_navi a {
  display: block;
  min-width: 40px;
  padding: 16px 4px 16px;
  background: #ddcfbb;
  border-radius: 2px;
  color: #1c1c1c;
  vertical-align: top;
}
@media (any-hover: hover) {
  .page_navi a:hover {
    background: #bc9f77;
    opacity: 1;
  }
}
.page_navi .prev,
.page_navi .next {
  position: relative;
  padding: 16px 16px;
  background: #bc9f77;
}
@media (any-hover: hover) {
  .page_navi .prev:hover,
  .page_navi .next:hover {
    background: #bc9f77;
    opacity: 1;
  }
}
.page_navi .prev {
  margin-right: 16px;
}
.page_navi .next {
  margin-left: 16px;
}
.page_navi:has(.pnext) {
  display: block;
}
.page_navi .pnext {
  position: relative;
  padding: 18px 40px 18px 24px;
  background: #bc9f77;
  text-align: center;
}
.page_navi .pnext:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 14px;
  background: url(../img/news/icon_arrow.svg);
  background-size: 100%;
}
@media (any-hover: hover) {
  .page_navi .pnext:hover {
    background: #ddcfbb;
    opacity: 1;
  }
}
.page_navi .pnext.left {
  float: left;
  padding-left: 48px;
  padding-right: 24px;
}
.page_navi .pnext.left:after {
  right: auto;
  left: 16px;
  transform: scale(-1, 1);
}
.page_navi .pnext.right {
  float: right;
}
.page_navi .navi_top {
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.page_navi .navi_top a {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding: 18px 32px;
  background: #bc9f77;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (any-hover: hover) {
  .page_navi .navi_top a:hover {
    background: #ddcfbb;
    opacity: 1;
  }
}

@media (max-width: 810px) {
  #category {
    padding: 48px 0 96px;
  }
  .post_box_wrap {
    float: none;
    width: 100%;
  }
  .post_box a {
    padding-right: 0;
  }
  .post_box .post_txt {
    margin-top: 12px;
    padding-right: 0;
  }
  .post_box .post_cat {
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: left;
  }
  .post_box .post_tit {
    position: relative;
    padding-right: 40px;
    line-height: 1.75;
  }
  .page_navi {
    margin-top: 48px;
    text-align: center;
  }
  .page_navi .current {
    margin-bottom: 5px;
  }
  .page_navi a {
    margin-bottom: 5px;
  }
  .page_navi .pnext {
    margin-bottom: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .page_navi .navi_top {
    clear: both;
    width: 100%;
    margin-top: 16px;
  }
  .page_navi .navi_top a {
    width: 100%;
    padding: 14px 10px;
  }
}
@media (max-width: 640px) {
  .post_box a {
    display: block;
    padding: 32px 16px 24px;
  }
  .post_box .eyecatch {
    width: 100%;
    max-width: none;
    margin: 0 auto 10px;
  }
  .post_box .post_txt {
    width: 100%;
    max-width: 100%;
  }
  .post_box .post_tit {
    margin-top: 8px;
    line-height: 1.75;
  }
}
/* ---------------------------------------------------
	single
------------------------------------------------------ */
#single {
  padding: 96px 0 192px;
}
#single .single_main {
  width: calc(100% - 264px - 48px);
  padding-top: 16px;
}
#single .single_tit_wrap {
  width: 100%;
  margin: 0 auto 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d0d0d0;
  line-height: 1.75;
}
#single .single_tit_wrap .single_cat {
  display: inline-block;
  max-width: 100%;
  padding: 0 0 0 12px;
  border-left: 1px solid;
  color: #78c2c4;
  line-height: 1.2;
  letter-spacing: 0.06em;
  vertical-align: middle;
}
#single .single_tit_wrap .single_date {
  display: inline-block;
  margin-right: 8px;
  color: #78c2c4;
  line-height: 1.2;
  vertical-align: middle;
}
#single .single_tit_wrap .single_tit {
  display: block;
  margin-top: 16px;
}
#single .single_f {
  margin-top: 64px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 24px 0;
  line-height: 1.75;
}
#single .single_f .single_f_cat {
  color: #78c2c4;
}
@media (max-width: 810px) {
  #single {
    padding: 48px 0 112px;
  }
  #single .single_main {
    float: none;
    width: 100%;
  }
  #single .single_tit_wrap {
    margin: 0 auto 40px;
    padding: 0 8px 32px;
  }
  #single .single_tit_wrap .single_tit {
    margin-top: 16px;
  }
  #single .single_f {
    padding: 16px 16px;
  }
}
/* ---------------------------------------------------
	wp_common
------------------------------------------------------ */
.entry_content {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 2.25;
  letter-spacing: 0.05em;
  word-wrap: break-word;
}

.entry_content p {
  display: block;
  margin: 1em 0 2em;
  line-height: 2.25;
}

.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 {
  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;
  color: #fcfaf2;
  font-size: 3.6rem;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: left;
}
.entry_content h2 {
  position: relative;
  max-width: 100%;
  margin: 60px auto 1em;
  color: #fcfaf2;
  font-size: 1.75em;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0.06em;
  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 currentColor;
  color: #bc9f77;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.entry_content h4 {
  margin: 50px auto 20px;
  color: #fcfaf2;
  font-size: 1.125em;
}
.entry_content h4:after {
  content: "";
  display: block;
  width: 1em;
  height: 0;
  border-top: 1px solid #d0d0d0;
}
.entry_content h5 {
  margin: 1em auto;
  color: #fcfaf2;
  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: #fcfaf2;
  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 #b1bac6;
  border-bottom: 1px solid #b1bac6;
  line-height: 2.1;
  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 h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .entry_content h3:after {
    margin-top: 20px;
  }
  .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;
  }
}