@charset "UTF-8";
.postItem {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #EFE7DA;
}
.postItem__link {
  width: 100%;
  display: block;
}
.postItem__thumb {
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 12px;
  border-radius: 4px;
}
.postItem__thumb:not(:has(img)) {
  background: linear-gradient(119deg, #E8C9BD 0%, #B87863 100%);
}
.postItem__txtWrap {
  width: 100%;
}
.postItem__txtWrap_meta {
  margin-bottom: 10px;
  --lh: 1.8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0 8px;
}
.postItem__txtWrap_meta_date {
  color: #9B8A7C;
  font-size: 11px;
  font-weight: 300;
  --ls: 0.06em;
}
.postItem__txtWrap_meta_cat {
  padding: 2px 10px;
  background: rgba(232, 201, 189, 0.5);
  border-radius: 20px;
  color: #9C5E4B;
  font-size: 9.5px;
  font-weight: 500;
  --ls: 0.12em;
}
.postItem__txtWrap_ttl {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--serif);
  --ls: 0.05em;
  --lh: 1.6;
}
.postItem__txtWrap_ttl br {
  display: none;
}
.postItem__txtWrap_desc {
  font-size: 13.5px;
  font-weight: 300;
  --ls: 0.047em;
  --lh: 1.85;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.singleHeader {
  width: 100%;
  padding-top: var(--headerHeight);
  padding-bottom: 30px;
  background-image: linear-gradient(240deg, rgba(194, 163, 122, 0.2), rgba(255, 255, 255, 0) 38%), linear-gradient(50deg, rgba(194, 163, 122, 0.3), rgb(250, 246, 241) 50%);
}
@media screen and (min-width: 768px) {
  .singleHeader {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .singleHeader__inner {
    --innerMax: 900px;
  }
}
.singleHeader__breadcrumb {
  padding: 20px 0;
  color: #9B8A7C;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0 5px;
}
.singleHeader__breadcrumb > span {
  max-width: 100%;
  display: block;
}
.singleHeader__breadcrumb .current-item {
  max-width: 100%;
  color: #6B5648;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.singleHeader__breadcrumb .current-item br {
  display: none;
}
@media screen and (min-width: 768px) {
  .singleHeader__breadcrumb {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .singleHeader__breadcrumb {
    padding: 40px 0;
  }
}
.singleHeader__meta {
  margin-bottom: 10px;
  --lh: 1.8;
  display: flex;
  align-items: center;
  grid-gap: 0.875em;
}
.singleHeader__meta_date {
  color: #9B8A7C;
  font-style: italic;
  --ls: 0.08em;
  flex-shrink: 0;
}
.singleHeader__meta_cat {
  padding: 0.4545em 1.4545em;
  background: rgba(232, 201, 189, 0.5);
  border-radius: 20px;
  color: #9C5E4B;
  font-size: 68.75%;
  font-weight: 500;
  --ls: 0.16em;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .singleHeader__meta {
    margin-bottom: 25px;
  }
}
.singleHeader__ttl {
  font-size: 24px;
  font-weight: 500;
  --ls: 0.02em;
  --lh: 1.5;
}
@media screen and (min-width: 1024px) {
  .singleHeader__ttl {
    font-size: 42px;
  }
}

.singleBody {
  background-color: #FAF6F1;
}
.singleBody:not(:has(.singleBody__row)) {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .singleBody:not(:has(.singleBody__row)) {
    padding-top: 50px;
  }
}
.singleBody__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
}
@media screen and (min-width: 768px) {
  .singleBody__inner {
    --innerMax: 600px;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .singleBody__inner {
    --innerMax: 1120px;
    grid-gap: 60px;
  }
}
.singleBody__thumb {
  width: 100%;
  max-width: 1020px;
  box-shadow: 0px 10px 20px rgba(58, 42, 32, 0.12);
}
@media screen and (min-width: 768px) {
  .singleBody__thumb {
    box-shadow: 0px 20px 60px rgba(58, 42, 32, 0.12);
  }
}
.singleBody__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 60px;
}
@media screen and (min-width: 1024px) {
  .singleBody__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 40px;
  }
}
.singleBody__contentsBlk {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 50px;
}
.singleBody__contentsBlk_contents {
  width: 100%;
  margin-bottom: 10px;
  color: #3A2A20;
  --ls: 0.05em;
  font-size: 15.5px;
  --lh: 2.1;
}
.singleBody__contentsBlk_contents h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #E6DCCF;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--serif);
  --ls: 0.04em;
  --lh: 1.8;
  position: relative;
}
.singleBody__contentsBlk_contents h2::before {
  content: "";
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #B87863 0%, #C2A37A 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
.singleBody__contentsBlk_contents h2:not(:first-child) {
  margin-top: 60px;
}
.singleBody__contentsBlk_contents h2:not(:last-child) {
  margin-bottom: 20px;
}
.singleBody__contentsBlk_contents h3 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--serif);
  --ls: 0.04em;
  --lh: 1.8;
  position: relative;
}
.singleBody__contentsBlk_contents h3::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #B87863;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.singleBody__contentsBlk_contents h3:not(:first-child) {
  margin-top: 30px;
}
.singleBody__contentsBlk_contents h3:not(:last-child) {
  margin-bottom: 20px;
}
.singleBody__contentsBlk_contents h4 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--serif);
  --ls: 0.04em;
  --lh: 1.8;
  position: relative;
}
.singleBody__contentsBlk_contents h4::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #B87863;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.singleBody__contentsBlk_contents h4:not(:first-child) {
  margin-top: 20px;
}
.singleBody__contentsBlk_contents h4:not(:last-child) {
  margin-bottom: 20px;
}
.singleBody__contentsBlk_contents p {
  font-size: 14px;
}
.singleBody__contentsBlk_contents p:not(:first-child) {
  margin-top: 1.5em;
}
.singleBody__contentsBlk_contents p:not(:last-child) {
  margin-bottom: 1.5em;
}
.singleBody__contentsBlk_contents a:not(:has(img)) {
  text-decoration: underline;
}
.singleBody__contentsBlk_contents a:not(:has(img)):hover {
  text-decoration: none;
}
.singleBody__contentsBlk_contents strong {
  background: linear-gradient(transparent 60%, rgba(232, 201, 189, 0.5) 60%);
  color: #9C5E4B;
  font-weight: 500;
}
.singleBody__contentsBlk_contents ul {
  font-size: 14px;
}
.singleBody__contentsBlk_contents ul li {
  padding: 6px 0 6px 30px;
  position: relative;
}
.singleBody__contentsBlk_contents ul li::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #B87863;
  display: block;
  position: absolute;
  top: 1.4286em;
  left: 6px;
}
.singleBody__contentsBlk_contents ol {
  font-size: 14px;
  counter-reset: list 0;
}
.singleBody__contentsBlk_contents ol li {
  padding: 6px 0 6px 30px;
  position: relative;
}
.singleBody__contentsBlk_contents ol li::before {
  counter-increment: list 1;
  content: counter(list) ".";
  color: #B87863;
  display: block;
  position: absolute;
  top: 0.4286em;
  left: 0.4286em;
}
.singleBody__contentsBlk_contents table {
  width: 100%;
  font-size: 13.5px;
  --lh: 1.18;
  border-collapse: separate;
  border-spacing: 0;
}
.singleBody__contentsBlk_contents table * {
  border-style: solid;
  border-color: #E6DCCF;
  border-width: 0;
}
.singleBody__contentsBlk_contents table thead th, .singleBody__contentsBlk_contents table thead td {
  padding: 16px 20px;
  background-color: #F3ECE3;
  border-top-width: 1px;
  color: #3A2A20;
  font-weight: 500;
  font-family: var(--serif);
  --ls: 0.06em;
  vertical-align: middle;
}
.singleBody__contentsBlk_contents table thead th:first-child, .singleBody__contentsBlk_contents table thead td:first-child {
  border-left-width: 1px;
  border-top-left-radius: 4px;
}
.singleBody__contentsBlk_contents table thead th:last-child, .singleBody__contentsBlk_contents table thead td:last-child {
  border-right-width: 1px;
  border-top-right-radius: 4px;
}
.singleBody__contentsBlk_contents table tbody {
  background-color: #fff;
}
.singleBody__contentsBlk_contents table tbody th, .singleBody__contentsBlk_contents table tbody td {
  padding: 16px 20px;
  border-bottom-width: 1px;
  color: #6B5648;
  font-weight: 400;
  --ls: 0.04em;
  vertical-align: middle;
}
.singleBody__contentsBlk_contents table tbody th strong, .singleBody__contentsBlk_contents table tbody td strong {
  background: transparent;
  color: #9C5E4B;
  font-weight: 500;
}
.singleBody__contentsBlk_contents table tbody th:first-child, .singleBody__contentsBlk_contents table tbody td:first-child {
  border-left-width: 1px;
}
.singleBody__contentsBlk_contents table tbody th:last-child, .singleBody__contentsBlk_contents table tbody td:last-child {
  border-right-width: 1px;
}
.singleBody__contentsBlk_contents table tbody tr:last-child th:first-child, .singleBody__contentsBlk_contents table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.singleBody__contentsBlk_contents table tbody tr:last-child th:last-child, .singleBody__contentsBlk_contents table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.singleBody__contentsBlk_contents figure figcaption {
  color: #B87863;
  text-align: center;
}
.singleBody__contentsBlk_contents .box {
  width: 100%;
  padding: 28px 32px;
  background-color: #fff;
  border: 1px solid #E6DCCF;
  border-radius: 4px;
}
.singleBody__contentsBlk_contents .box:not(:first-child) {
  margin-top: 40px;
}
.singleBody__contentsBlk_contents .box:not(:last-child) {
  margin-bottom: 40px;
}
.singleBody__contentsBlk_contents .box ul li {
  border-bottom: 1px dashed #EFE7DA;
}
.singleBody__contentsBlk_cta {
  width: 100%;
  padding: 50px 20px 40px;
  background: linear-gradient(112deg, #FFF 0%, #F3ECE3 100%);
  border-radius: 6px;
  box-shadow: 0 4px 20px 0 rgba(58, 42, 32, 0.06);
  font-size: 13.5px;
  font-weight: 300;
  --ls: 0.05em;
  --lh: 2.1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 14px;
}
.singleBody__contentsBlk_cta_ttl {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.8;
  text-align: center;
  position: relative;
}
.singleBody__contentsBlk_cta_ttl::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #B87863;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.singleBody__contentsBlk_cta_btns {
  width: 200px;
  margin-top: 10px;
  display: grid;
  grid-gap: 10px;
}
.singleBody__contentsBlk_cta_btns a {
  width: 100%;
  padding: 15px 0;
  border: 1px solid #E6DCCF;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 500;
  --ls: 0.16em;
  --lh: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.singleBody__contentsBlk_cta_btns a:hover {
  opacity: 1;
}
.singleBody__contentsBlk_cta_btns a.reserve {
  background-color: #B87863;
  border-color: #B87863;
  color: #fff;
}
.singleBody__contentsBlk_cta_btns a.reserve:hover {
  background-color: #fff;
  border-color: #E6DCCF;
  color: #3A2A20;
}
.singleBody__contentsBlk_cta_btns a.line {
  background-color: #fff;
  color: #3A2A20;
}
.singleBody__contentsBlk_cta_btns a.line:hover {
  background-color: #B87863;
  border-color: #B87863;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .singleBody__contentsBlk_cta {
    padding: 88px 40px 45px;
  }
  .singleBody__contentsBlk_cta_ttl {
    font-size: 20px;
  }
  .singleBody__contentsBlk_cta_btns {
    width: auto;
    grid-template-columns: repeat(2, 183px);
    justify-content: center;
    grid-gap: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .singleBody__contentsBlk_cta {
    text-align: left;
  }
}
.singleBody__contentsBlk_doctor {
  width: 100%;
  padding: 32px;
  margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid #EFE7DA;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
}
.singleBody__contentsBlk_doctor_img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  flex-shrink: 0;
}
.singleBody__contentsBlk_doctor_txtWrap {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  --ls: 0.05em;
  --lh: 1.9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 5px;
}
.singleBody__contentsBlk_doctor_txtWrap_label {
  color: #B87863;
  font-size: 12px;
  --ls: 0.16em;
  --lh: 1.8;
}
.singleBody__contentsBlk_doctor_txtWrap_name {
  --lh: 1.8;
}
.singleBody__contentsBlk_doctor_txtWrap_name strong {
  font-size: 18px;
  font-weight: 500;
  --ls: 0.0355em;
}
.singleBody__contentsBlk_doctor_txtWrap_name .en {
  margin-left: 10px;
  color: #9B8A7C;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  --ls: 0.06em;
  display: inline-block;
}
.singleBody__contentsBlk_doctor_txtWrap_title {
  color: #9B8A7C;
  font-size: 11.5px;
  --ls: 0.06em;
  --lh: 1.8;
}
@media screen and (min-width: 768px) {
  .singleBody__contentsBlk_doctor {
    flex-direction: row;
    align-items: flex-start;
  }
}
.singleBody__contentsBlk_pagination {
  width: 100%;
  display: grid;
  grid-gap: 12px;
}
.singleBody__contentsBlk_pagination_item {
  width: 100%;
  padding: 20px 26px;
  background: #FFF;
  border: 1px solid #EFE7DA;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 4px;
}
.singleBody__contentsBlk_pagination_item:hover {
  opacity: 0.6;
}
.singleBody__contentsBlk_pagination_item_label {
  color: #B87863;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  --ls: 0.16em;
  --lh: 1.8;
  display: flex;
  align-items: center;
  grid-gap: 0.5em;
}
.singleBody__contentsBlk_pagination_item_label::before {
  content: "←";
}
.singleBody__contentsBlk_pagination_item_ttl {
  color: #3A2A20;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--serif);
  --ls: 0.045em;
  --lh: 1.65;
}
.singleBody__contentsBlk_pagination_item_ttl br {
  display: none;
}
.singleBody__contentsBlk_pagination_item--next {
  align-items: flex-end;
}
.singleBody__contentsBlk_pagination_item--next .singleBody__contentsBlk_pagination_item_label::before {
  display: block;
  transform: scale(-1, 1);
  order: 1;
}
@media screen and (min-width: 768px) {
  .singleBody__contentsBlk_pagination {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}
.singleBody__contentsBlk_moreLink {
  padding: 14px 36px;
  margin-top: -10px;
  border: 1px solid #E6DCCF;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 300;
  --ls: 0.18em;
  --lh: 1.8;
}
.singleBody__contentsBlk_moreLink:hover {
  background-color: #E6DCCF;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .singleBody__contentsBlk_contents h2 {
    font-size: 26px;
  }
  .singleBody__contentsBlk_contents h2:not(:first-child) {
    margin-top: 80px;
  }
  .singleBody__contentsBlk_contents h3 {
    font-size: 19px;
  }
  .singleBody__contentsBlk_contents h3:not(:first-child) {
    margin-top: 40px;
  }
  .singleBody__contentsBlk_contents h3:not(:last-child) {
    margin-bottom: 40px;
  }
  .singleBody__contentsBlk_contents p {
    font-size: 16px;
  }
  .singleBody__contentsBlk_contents p:not(:first-child) {
    margin-top: 2.1em;
  }
  .singleBody__contentsBlk_contents p:not(:last-child) {
    margin-bottom: 2.1em;
  }
}
@media screen and (min-width: 1024px) {
  .singleBody__contentsBlk {
    max-width: 720px;
  }
}
.singleBody__contentsBlk #ez-toc-container {
  padding: 40px 20px 30px;
  margin-bottom: 50px;
  background-color: #FFF;
  border: 1px solid #E6DCCF;
  border-radius: 4px;
  position: relative;
}
.singleBody__contentsBlk #ez-toc-container::before {
  content: "";
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #B87863 0%, #C2A37A 100%);
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
}
.singleBody__contentsBlk #ez-toc-container .ez-toc-title {
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EFE7DA;
  color: #9B8A7C;
  font-size: 11px;
  font-weight: 400;
  font-family: var(--serif);
  --ls: 0.24em;
  --lh: 1.8;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.singleBody__contentsBlk #ez-toc-container .ez-toc-title::after {
  content: "Contents";
  color: #3A2A20;
  font-size: 22px;
  font-weight: 500;
  font-family: var(--en);
  --ls: 0.08em;
}
.singleBody__contentsBlk #ez-toc-container > nav {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
.singleBody__contentsBlk #ez-toc-container .ez-toc-list {
  width: 100%;
  color: #3A2A20;
  font-size: 13.5px;
  font-weight: 300;
  font-family: var(--serif);
  --ls: 0.047em;
  --lh: 1.55;
}
.singleBody__contentsBlk #ez-toc-container .ez-toc-list > li {
  break-inside: avoid;
  margin-bottom: 20px;
}
.singleBody__contentsBlk #ez-toc-container .ez-toc-list > li::before {
  display: none;
}
.singleBody__contentsBlk #ez-toc-container .ez-toc-list a::before {
  margin-right: 10px;
  color: #D9B3A4;
}
@media screen and (min-width: 768px) {
  .singleBody__contentsBlk #ez-toc-container {
    padding: 60px 40px 40px;
    margin-bottom: 80px;
  }
  .singleBody__contentsBlk #ez-toc-container .ez-toc-list {
    column-count: 2;
    column-gap: 90px;
  }
}
.singleBody__sidebar {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .singleBody__sidebar {
    width: 240px;
    flex-shrink: 0;
  }
}
.singleBody__sidebar_ttl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6DCCF;
  font-size: 10.5px;
  font-weight: 300;
  --ls: 0.18em;
  --lh: 1.8;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  grid-gap: 12px;
}
.singleBody__sidebar_ttl_en {
  font-size: 20px;
  font-style: italic;
  --ls: 0.032em;
  --lh: 24px;
}
.singleBody__sidebar_postWrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .singleBody__sidebar_postWrap {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .singleBody__sidebar_postWrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.singleBody__sidebar .postItem:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.singleBody__sidebar .postItem__txtWrap_desc {
  display: none;
}

.ctaArea {
  background-color: #FAF6F1;
}

.archiveHeader {
  width: 100%;
  padding-top: var(--headerHeight);
  padding-bottom: 30px;
  background-image: linear-gradient(240deg, rgba(194, 163, 122, 0.2), rgba(255, 255, 255, 0) 38%), linear-gradient(50deg, rgba(194, 163, 122, 0.3), rgb(250, 246, 241) 50%);
}
@media screen and (min-width: 768px) {
  .archiveHeader {
    padding-bottom: 80px;
  }
}
.archiveHeader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .archiveHeader__inner {
    --innerMax: 900px;
  }
}
.archiveHeader__breadcrumb {
  padding: 60px 0 20px;
  color: #9B8A7C;
  font-size: 10px;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0 5px;
}
.archiveHeader__breadcrumb > span {
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .archiveHeader__breadcrumb {
    padding: 100px 0 30px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .archiveHeader__breadcrumb {
    padding: 100px 0 35px;
  }
}
.archiveHeader__ttl {
  color: #9B8A7C;
  font-size: 10px;
  --ls: 0.4em;
  --lh: 1.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 15px;
}
.archiveHeader__ttl::after {
  content: "";
  width: 1px;
  height: 60px;
  margin-top: 15px;
  background: linear-gradient(180deg, #B87863 0%, rgba(184, 120, 99, 0) 100%);
  display: block;
  flex-shrink: 0;
}
.archiveHeader__ttl_en {
  color: #3A2A20;
  font-size: 40px;
  --ls: 0.02em;
  --lh: 1.1;
}
@media screen and (min-width: 768px) {
  .archiveHeader__ttl_en {
    font-size: 533.33%;
  }
}
@media screen and (min-width: 1024px) {
  .archiveHeader__ttl {
    font-size: 12px;
  }
}

.archiveBody {
  padding: 40px 0 0;
  background-color: #FAF6F1;
}
@media screen and (min-width: 768px) {
  .archiveBody {
    padding-top: 80px;
  }
}
.archiveBody__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
}
@media screen and (min-width: 768px) {
  .archiveBody__inner {
    --innerMax: 750px;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .archiveBody__inner {
    --innerMax: 1120px;
    grid-gap: 60px;
  }
}
.archiveBody__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 60px;
}
@media screen and (min-width: 1024px) {
  .archiveBody__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 40px;
  }
}
.archiveBody__archiveBlk {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 40px;
}
@media screen and (min-width: 1024px) {
  .archiveBody__archiveBlk {
    max-width: 720px;
  }
}
.archiveBody__archiveBlk_nav {
  width: 100%;
  padding: 6px;
  background-color: #F3ECE3;
  border-radius: 10px;
}
.archiveBody__archiveBlk_nav .catList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
}
.archiveBody__archiveBlk_nav .catList a {
  padding: 4px 10px;
  color: #6B5648;
  font-size: 12.5px;
  --ls: 0.1em;
  display: inline-block;
}
.archiveBody__archiveBlk_nav .catList a.current {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 8px 0 rgba(58, 42, 32, 0.06);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .archiveBody__archiveBlk_nav {
    width: auto;
    border-radius: 100px;
  }
  .archiveBody__archiveBlk_nav .catList {
    display: flex;
    align-items: center;
  }
  .archiveBody__archiveBlk_nav .catList a {
    padding: 6px 22px;
  }
}
.archiveBody__archiveBlk_archiveWrap {
  width: 100%;
  display: grid;
  grid-gap: 32px;
}
.archiveBody__archiveBlk_archiveWrap .postItem {
  padding-bottom: 32px;
}
.archiveBody__archiveBlk_archiveWrap .postItem__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}
.archiveBody__archiveBlk_archiveWrap .postItem__thumb {
  width: 200px;
  padding-top: 150px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.archiveBody__archiveBlk_archiveWrap .postItem__txtWrap_meta {
  grid-gap: 15px;
}
.archiveBody__archiveBlk_archiveWrap .postItem__txtWrap_meta_date {
  font-size: 14px;
  order: -1;
}
.archiveBody__archiveBlk_archiveWrap .postItem__txtWrap_meta_cat {
  padding: 4px 14px;
  font-size: 10.5px;
}
.archiveBody__archiveBlk_archiveWrap .postItem__txtWrap_ttl {
  font-size: 19px;
}
@media screen and (min-width: 576px) {
  .archiveBody__archiveBlk_archiveWrap .postItem__link {
    flex-direction: row;
    align-items: flex-start;
    grid-gap: 32px;
  }
}
.archiveBody__archiveBlk .pagination {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .archiveBody__archiveBlk .pagination {
    margin-top: 15px;
  }
}
.archiveBody__archiveBlk .pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}
.archiveBody__archiveBlk .pagination ul.page-numbers .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.archiveBody__archiveBlk .pagination ul.page-numbers .page-numbers.current, .archiveBody__archiveBlk .pagination ul.page-numbers .page-numbers:hover {
  background-color: #B87863;
  color: #fff;
  opacity: 1;
}
.archiveBody__archiveBlk .pagination ul.page-numbers .page-numbers.next, .archiveBody__archiveBlk .pagination ul.page-numbers .page-numbers.prev {
  width: auto;
  padding: 0 14px;
  position: relative;
}
.archiveBody__archiveBlk .pagination ul.page-numbers .page-numbers.next:hover, .archiveBody__archiveBlk .pagination ul.page-numbers .page-numbers.prev:hover {
  background-color: transparent;
  color: #B87863;
}
.archiveBody__archiveBlk .noPosts {
  padding: 50px 0;
  text-align: center;
}
.archiveBody__sidebar {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .archiveBody__sidebar {
    width: 240px;
    flex-shrink: 0;
  }
}
.archiveBody__sidebar_ttl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6DCCF;
  font-size: 10.5px;
  font-weight: 300;
  --ls: 0.18em;
  --lh: 1.8;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  grid-gap: 12px;
}
.archiveBody__sidebar_ttl_en {
  font-size: 20px;
  font-style: italic;
  --ls: 0.032em;
  --lh: 24px;
}
.archiveBody__sidebar_postWrap {
  width: 100%;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .archiveBody__sidebar_postWrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archiveBody__sidebar .postItem {
  width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
}
.archiveBody__sidebar .postItem__link {
  width: 100%;
  display: flex;
  align-items: flex-start;
  grid-gap: 14px;
}
.archiveBody__sidebar .postItem__thumb {
  width: 70px;
  padding-top: 70px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.archiveBody__sidebar .postItem__txtWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 5px;
}
.archiveBody__sidebar .postItem__txtWrap_meta {
  margin-bottom: 0;
  order: 1;
}
.archiveBody__sidebar .postItem__txtWrap_meta_cat {
  display: none;
}
.archiveBody__sidebar .postItem__txtWrap_ttl {
  font-size: 12.5px;
}
.archiveBody__sidebar .postItem__txtWrap_desc {
  display: none;
}