.single .page__footer .inner {
  margin-top: 40px;
}

.single article,
.single .article__footer {
  margin: 0 auto;
  max-width: 900px;
}
.single article {
  border: 1px solid #736650;
  margin-top: 60px;
  padding: 0 5% 60px;
  position: relative;
}
.single article .deco_l,
.single article .deco_r {
  height: 25px;
  position: absolute;
  width: 25px;
}
.single article .deco_l {
  left: 0;
  top: 0;
}
.single article .deco_r {
  -webkit-transform: rotate(180deg);
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.single .article__header {
  border-bottom: 1px solid rgba(153, 150, 145, 0.4);
  padding: 50px 0 30px;
}
.single .article_title {
  display: grid;
  font-size: 24px;
  font-size: 28px;
  font-weight: 600;
  font-weight: 600;
  letter-spacing: 0.04em;
  letter-spacing: 0.75px;
  line-height: 1.5833;
  place-items: center;
}
.single .article_title:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: var(--aitoku-light-brown);
  content: "\e90c";
  font-family: "icomoon" !important;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-top: 1.17em;
  speak: never;
  text-transform: none;
}
.single .article__meta {
  margin-top: 30px;
}
.single .article__meta .date {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.single .article__meta .terms {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 30px;
}
.single .article__contents {
  --link-color: #208CA3;
  --link-color-hover: #cc3434;
  --link-color-visited: #208CA3;
  --link-decoration: underline;
  --link-decoration-hover: underline;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7857;
  margin-top: 40px;
  overflow-wrap: anywhere;
}
.single .article__footer {
  --link-color: var(--body-color);
  --link-color-hover: var(--body-color);
  --link-color-visited: var(--body-color);
  --link-decoration: none;
  --link-decoration-hover: underline;
  border-left: 1px solid #736650;
  border-right: 1px solid #736650;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.single .article__footer .go_archive {
  border-bottom: 1px solid #736650;
  display: grid;
  height: 5.7142857143em;
  place-content: center;
  text-align: center;
}
.single .article__footer .entry__adjacent-links .prev,
.single .article__footer .entry__adjacent-links .next {
  border-bottom: 1px solid #736650;
  display: grid;
  grid-template: "lbl" auto "img" auto "title" 1fr/1fr;
  padding: 15px 20px;
  row-gap: 8px;
}
.single .article__footer .entry__adjacent-links .prev.nolink,
.single .article__footer .entry__adjacent-links .next.nolink {
  display: none;
}
.single .article__footer .entry__adjacent-links .prev .lbl,
.single .article__footer .entry__adjacent-links .next .lbl {
  color: #50B7C7;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-size: 11px;
  font-style: normal;
  grid-area: lbl;
  line-height: 1.1818;
}
.single .article__footer .entry__adjacent-links .prev .img,
.single .article__footer .entry__adjacent-links .next .img {
  border: 1px solid transparent;
  grid-area: img;
  position: relative;
  transition: all 300ms ease-out;
  width: 35.2941%;
}
.single .article__footer .entry__adjacent-links .prev .img:after,
.single .article__footer .entry__adjacent-links .next .img:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-color: #D9D4CE;
  border-radius: 50%;
  color: var(--aitoku-light-brown);
  display: flex;
  font-family: "icomoon" !important;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 19px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  speak: never;
  text-transform: none;
  top: 50%;
  width: 19px;
  width: 30px;
}
.single .article__footer .entry__adjacent-links .prev .zoom,
.single .article__footer .entry__adjacent-links .next .zoom {
  aspect-ratio: 1.5044247788;
  border: 1px solid var(--aitoku-light-brown);
}
.single .article__footer .entry__adjacent-links .prev img,
.single .article__footer .entry__adjacent-links .next img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.single .article__footer .entry__adjacent-links .prev .title,
.single .article__footer .entry__adjacent-links .next .title {
  grid-area: title;
}
.single .article__footer .entry__adjacent-links .prev .img:after {
  content: "\e906";
  left: 0;
  translate: -50% -50%;
}
.single .article__footer .entry__adjacent-links .next {
  justify-items: end;
}
.single .article__footer .entry__adjacent-links .next .img:after {
  content: "\e901";
  right: 0;
  translate: 50% -50%;
}
@media (min-width: 425px) {
  .single .article__footer .entry__adjacent-links {
    display: flex;
    flex-wrap: wrap;
  }
  .single .article__footer .entry__adjacent-links .prev,
.single .article__footer .entry__adjacent-links .next {
    width: 50%;
  }
  .single .article__footer .entry__adjacent-links .prev.nolink,
.single .article__footer .entry__adjacent-links .next.nolink {
    display: block;
  }
}
@media (min-width: 576px) {
  .single .article__footer .entry__adjacent-links .prev,
.single .article__footer .entry__adjacent-links .next {
    -moz-column-gap: clamp(10px, 1.5vw, 20px);
    -webkit-column-gap: clamp(10px, 1.5vw, 20px);
    column-gap: clamp(10px, 1.5vw, 20px);
  }
  .single .article__footer .entry__adjacent-links .prev .img,
.single .article__footer .entry__adjacent-links .next .img {
    width: 100%;
  }
  .single .article__footer .entry__adjacent-links .prev {
    border-right: 1px solid #736650;
    grid-template: "img  lbl" auto "img  title" 1fr/35.2941% 1fr;
  }
  .single .article__footer .entry__adjacent-links .next {
    grid-template: "lbl   img" auto "title img" 1fr/1fr 35.2941%;
  }
}

img[class*=align],
img[class*=wp-image-],
.entry-content .gallery img {
  /* border: 1px solid #ddd; */
  padding: 6px;
}

.entry-content .gallery img {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.entry-content img.size-medium {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}