@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=WDXL+Lubrifont+JP+N&display=swap");
.site-logo {
  width: 25%;
}

/* レイアウト */
.archive-list.archive-monthly li {
  list-style: none;
}

.sideblock > .s-content {
  padding: 0 1%;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
.sideblock > .s-content:first-child {
  margin-top: initial;
}
.sideblock > .s-content:last-child {
  margin-bottom: initial;
  overflow: auto;
}
.sideblock .sc-title,
.sideblock .sc-list {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: revert-layer;
          margin-block-end: revert-layer;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.page-numbers a {
  color: #212529;
}

.sidecontent {
  display: block;
}

.excerpt a {
  text-decoration: none;
  color: currentColor;
}

.entry-name {
  margin-top: 0;
  font-size: 1em;
  font-weight: normal;
}

.entry-text {
  margin-top: 2em;
}

.mainblock > .content-none {
  margin-inline: 9.6%;
}

.Overbg {
  position: relative;
  border-image-source: linear-gradient(#fff3be, #fff3be);
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 0 100vw;
  border-image-repeat: stretch;
}
.Overbg_b {
  position: relative;
  border-image-source: linear-gradient(rgba(214, 184, 150, 0.3), rgba(214, 184, 150, 0.3));
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 0 100vw;
  border-image-repeat: stretch;
}
@media screen and (min-width: 2401px) {
  .Overbg {
    margin-top: 170px !important;
    border-image-outset: 0 100vw 1em 100vw;
  }
  .Overbg::before {
    position: absolute;
    content: "";
    background: url(../images/post/) no-repeat top center;
    height: 201px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    top: -200px;
    background-size: auto;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 2400px) {
  .Overbg {
    margin-top: 150px !important;
    border-image-outset: 0 100vw 1em 100vw;
  }
  .Overbg::before {
    position: absolute;
    content: "";
    background: url(../images/post/yellow‗bg_pc.png) no-repeat top center;
    height: 201px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    top: -160px;
    background-size: 185% 100%;
  }
}
@media screen and (max-width: 768px) {
  .Overbg {
    margin-block: 3em 2em !important;
    border-image-outset: 0 100vw 1.5em 100vw;
  }
  .Overbg::before {
    position: absolute;
    content: "";
    background: url(../images/post/yellow‗bg_sp.png) no-repeat top center;
    background-size: cover;
    aspect-ratio: 754/73;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    top: -2.2em;
    z-index: -1;
  }
}

/* -----------------------------
// 新着情報・ブログ共通
//mainblock-news
-----------------------------*/
.excerpt,
.entry-date,
.sidecontent {
  margin-inline: 9.6%;
}

.excerpt,
.entry-date {
  /* ====共通==== */
  /* ====archive==== */
  /* ====single==== */
}
.excerpt .entry-header, .excerpt.excerpt,
.entry-date .entry-header,
.entry-date.excerpt {
  background-image: radial-gradient(circle, #ff0000 2px, transparent 2px);
  background-position: left -4px bottom;
  background-repeat: repeat-x;
  background-size: 14px 4px;
}
.excerpt.excerpt,
.entry-date.excerpt {
  padding-top: 1em;
  padding-inline: 0.5em;
}
.excerpt.excerpt > a,
.entry-date.excerpt > a {
  display: flex;
  gap: 0.5em;
  padding: 0.5em 0;
}
.excerpt.excerpt .date,
.entry-date.excerpt .date {
  width: 10ch;
}
.excerpt.excerpt .entry-name,
.entry-date.excerpt .entry-name {
  width: calc(100% - (10ch + 0.5em));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.excerpt .entry-header,
.entry-date .entry-header {
  padding-inline: 0.5em;
  padding-bottom: 0.5em;
}
.excerpt .entry-header .date,
.entry-date .entry-header .date {
  font-size: 0.8em;
}
.excerpt .entry-name,
.entry-date .entry-name {
  font-size: 1.1em;
  font-weight: 500;
}

/* -----------------------------
// ブログ
//mainblock-news
-----------------------------*/
.mainblock-news .page-numbers .page-numbers {
  font-family: "WDXL Lubrifont JP N", sans-serif;
}
.mainblock-news .page-numbers .page-numbers:not(:is(.dots, .prev, .next)) {
  background-color: #fddb32;
  border-radius: 10px;
}
.mainblock-news .page-numbers .page-numbers.current {
  background-color: #fee87c;
}

/* -----------------------------
// ブログ
//mainblock-news
-----------------------------*/
.mainblock-album .page-numbers a {
  color: #212529;
}
.mainblock-album .page-numbers .page-numbers {
  font-family: "WDXL Lubrifont JP N", sans-serif;
}
.mainblock-album .page-numbers .page-numbers:not(:is(.dots, .prev, .next)) {
  background-color: #fee87c;
  border-radius: 10px;
}
.mainblock-album .page-numbers .page-numbers.current {
  background-color: #fddb32;
}

.sidecontent-album .archive-monthly {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .sidecontent-album .archive-monthly {
    gap: 3em;
  }
}
@media screen and (max-width: 768px) {
  .sidecontent-album .archive-monthly {
    gap: 0.3em 1em;
    font-size: clamp(1.25rem, 1.3068181818rem - 0.2424242424vw, 1.125rem);
  }
  .sidecontent-album .archive-monthly li {
    width: calc((100% - 1em) / 2);
  }
  .sidecontent-album .archive-monthly li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
  }
}