@charset "UTF-8";
/*
  Skin Name: すきまアンチエイジング
  Description: スキン自作の際にひな型となるスキンです。スタイルは何も入っていません。
  Skin URI: https://wp-cocoon.com/
  Author: なないろれいん
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.3
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/
.article h2,
.article h3,
.article h4,
.article h5 {
  border: none;
  font-size: 1em;
  padding: 0;
  background: transparent;
}

body, html {
  font-family: "Noto Sans JP", sans-serif;
  background-color: white;
  font-size: 16px;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media only screen and (max-width:834px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.a-wrap:hover {
  background-color: rgba(191, 148, 183, 0.2);
}

.cat-label {
  background: #6d4c45;
  border: none;
}

.cat-link {
  background: #6d4c45;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding: 0.5em 1em;
}
.cat-link:hover {
  background: #bf94b7;
}

.under-entry-content .related-entry-heading {
  color: #6d4c45;
  font-family: "Hina Mincho", serif;
  font-weight: normal;
  letter-spacing: 1.5px;
  padding: 0 1em;
  border-top: 1px solid #6d4c45;
  border-bottom: 1px solid #6d4c45;
}
@media only screen and (max-width:834px) {
  .under-entry-content .related-entry-heading {
    text-align: center;
  }
}

.table-wrap {
  overflow-x: auto;
}

@media only screen and (max-width:834px) {
  main.main {
    padding-top: 0;
  }
}
/* background
=========================================== */
.entry-title { /* h1 */
  font-size: 22px !important;
  background: rgba(191, 148, 183, 0.4);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(191, 148, 183, 0.4);
          box-shadow: 0px 0px 0px 5px rgba(191, 148, 183, 0.4);
  text-align: center;
  border: dashed 1px #ac74a2;
  width: 100%;
  font-family: "Hina Mincho", serif;
  color: #6d4c45;
  padding: 24px;
  font-weight: normal !important;
  margin-top: 0;
  margin-bottom: 2em;
}
.entry-content p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.entry-content h2 {
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #6d4c45;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 2px;
  position: relative;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
}
.entry-content h2:first-letter {
  color: #bf94b7;
  font-size: 1.3em;
}
.entry-content h2:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
  border-color: transparent transparent #6d4c45 #6d4c45;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  z-index: 1;
}
.entry-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  width: 200px;
  border-bottom: #6d4c45 solid 1px;
}
.entry-content h3 {
  font-size: 17px;
  position: relative;
  padding: 15px;
  background: rgba(212, 194, 179, 0.6);
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: normal;
}
.entry-content h3:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(212, 194, 179, 0.6);
  width: 0;
  height: 0;
}
.entry-content h3.accent {
  background: rgba(191, 148, 183, 0.6);
}
.entry-content h3.accent:after {
  border-top: 10px solid rgba(191, 148, 183, 0.6);
}
.entry-content h4 {
  font-size: 16px;
  color: #bf94b7;
  border-bottom-width: 0px;
  position: relative;
  display: table;
  padding: 0 45px;
  letter-spacing: 2px;
  margin-top: 2em;
}
.entry-content h4:before, .entry-content h4:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #bf94b7;
}
.entry-content h4:before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  left: 0;
}
.entry-content h4:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  right: 0;
}
.entry-content h5 {
  font-weight: bold;
  color: #6d4c45;
  display: table;
  border-top: 2px solid #6d4c45;
  border-bottom: 2px solid #6d4c45;
  padding: 4px 1em;
  margin-top: 2em;
  margin-bottom: 1em;
}

.breadcrumb {
  color: rgba(109, 76, 69, 0.6);
}
.breadcrumb a {
  color: rgba(109, 76, 69, 0.6);
}

/* btn
=========================================== */
.btn, .entry .entry-content .btn {
  width: 360px;
  margin: 1.5em auto;
  color: #6d4c45;
  text-align: center;
  background-color: transparent;
  letter-spacing: 1.5px;
  border: none;
  padding: 0;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:835px) {
  .btn, .entry .entry-content .btn {
    max-width: 80%;
  }
}
.btn.post, .entry .entry-content .post.btn {
  font-size: 14px;
  position: relative;
  margin-top: 3em;
}
@media only screen and (min-width:835px) {
  .btn.post, .entry .entry-content .post.btn {
    width: auto;
  }
}
.btn.post:before, .entry .entry-content .post.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "こちらの記事も ▼";
  font-size: 14px;
  color: #bf94b7;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 0 1em;
}
.btn a, .entry .entry-content .btn a {
  color: #6d4c45 !important;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 32px;
  padding-left: 10px;
  text-decoration: none;
}
.btn a:before, .entry .entry-content .btn a:before {
  content: "";
  background: repeating-linear-gradient(-90deg, rgba(191, 148, 183, 0.2), rgba(191, 148, 183, 0.2) 2px, rgba(191, 148, 183, 0.4) 2px, rgba(191, 148, 183, 0.4) 4px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: -1;
}
.btn a:hover, .entry .entry-content .btn a:hover {
  text-decoration: none;
  background: repeating-linear-gradient(-90deg, rgba(210, 180, 204, 0.2), rgba(210, 180, 204, 0.2) 2px, rgba(210, 180, 204, 0.4) 2px, rgba(210, 180, 204, 0.4) 4px);
  width: 100%;
  height: 100%;
}
.btn a:hover:before, .entry .entry-content .btn a:hover:before {
  opacity: 0;
}
.btn a:hover:after, .entry .entry-content .btn a:hover:after {
  right: 4px;
}
.btn a:after, .entry .entry-content .btn a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: auto;
  margin-bottom: auto;
  right: 12px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  color: #bf94b7;
  font-size: 14px;
}

/* box
=========================================== */
.box {
  padding: 1em;
}
.box > *:first-child {
  margin-top: 10px !important;
}
.box:has(h2) {
  margin-top: 60px;
}
.box .box-ttl {
  font-weight: bold;
  border-top: 1px solid #bf94b7;
  border-bottom: 1px solid #bf94b7;
  color: #bf94b7;
  display: table;
  padding: 0.2em 2em;
  letter-spacing: 1.5px;
  margin-bottom: 0.5em;
}
.box.wire {
  border: solid 1px #bf94b7;
}
.box.color {
  background: rgba(191, 148, 183, 0.2);
}

/* リスト
=========================================== */
.entry .entry-content {
  /*リスト*/
}
.entry .entry-content ul {
  margin-bottom: 0;
}
@media only screen and (max-width:834px) {
  .entry .entry-content ul {
    margin: 0 0.5em;
  }
}
.entry .entry-content ul:not(.table-of-contents) li {
  margin-bottom: 0.5em;
  padding-left: 2em;
  position: relative;
}
.entry .entry-content ul:not(.table-of-contents) li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1em;
  padding: 2px 7px;
  margin-right: 3px;
  color: #c2a892;
}
@media only screen and (max-width:834px) {
  .entry .entry-content ul:not(.table-of-contents) li {
    margin-bottom: 0.7em;
  }
}
.entry .entry-content ul.li-disc > li:before {
  vertical-align: middle;
  content: "・";
  margin-right: 0.5em;
  font-size: 80%;
}
.entry .entry-content ul.li-circle li:before, .entry .entry-content ul li:before {
  vertical-align: middle;
  content: "\f111";
  font-size: 5.1px;
  font-size: 0.51rem;
  padding-top: 6px;
  font-size: 80%;
}
.entry .entry-content ul.li-check li:before {
  content: "\f14a";
  font-size: 100%;
}
.entry .entry-content ul.li-arrow li:before {
  content: "\f152";
  font-size: 100%;
}
.entry .entry-content ol {
  list-style-type: none;
  margin-bottom: 0;
  counter-reset: number;
  margin-left: 20px;
}
@media only screen and (max-width:834px) {
  .entry .entry-content ol {
    margin: 0 0.5em;
  }
}
.entry .entry-content ol li {
  margin-bottom: 0.5em;
  padding-left: 2em;
  position: relative;
}
.entry .entry-content ol li:before {
  counter-increment: number;
  content: counter(number);
  background: #c2a892;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 0.4em;
  margin-left: 0.3em;
  line-height: 1.4em;
  position: absolute;
  top: 2px;
  left: 0;
}
.entry .entry-content ul.li-color li:nth-of-type(even):before {
  color: #bf94b7;
}
.entry .entry-content ul.li-color li:nth-of-type(odd):before {
  color: #6d4c45;
}
.entry .entry-content ol.li-color li:nth-of-type(even):before {
  background-color: #bf94b7;
}
.entry .entry-content ol.li-color li:nth-of-type(odd):before {
  background-color: #6d4c45;
}

.entry .entry-content .table-primary th, .entry .entry-content table th {
  background-color: rgba(255, 255, 255, 0.6);
  color: #999999;
  border: 1px solid #cccccc;
}
.entry .entry-content .table-primary td, .entry .entry-content table td {
  text-align: left;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.entry .entry-content .table-secondary th {
  background-color: rgba(109, 76, 69, 0.4);
  color: #2f201d;
  border: 1px solid #6d4c45;
}
.entry .entry-content .table-secondary td {
  text-align: left;
  border: 1px solid #6d4c45;
  vertical-align: middle;
}
.entry .entry-content .table-base th {
  background-color: rgba(212, 194, 179, 0.4);
  color: #af8e72;
  border: 1px solid #d4c2b3;
}
.entry .entry-content .table-base td {
  text-align: left;
  border: 1px solid #d4c2b3;
  vertical-align: middle;
}
.entry .entry-content .table-accent th {
  background-color: rgba(191, 148, 183, 0.4);
  color: #945989;
  border: 1px solid #bf94b7;
}
.entry .entry-content .table-accent td {
  text-align: left;
  border: 1px solid #bf94b7;
  vertical-align: middle;
}
.entry .entry-content table {
  margin-bottom: 3rem;
  background: #fff;
  width: 100%;
  display: table;
}
.entry .entry-content table th {
  padding: 0.5em 1em;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.entry .entry-content table td {
  padding: 0.5em 1em;
  font-size: 16px;
}
@media only screen and (max-width:834px) {
  .entry .entry-content .table-block thead {
    display: none;
  }
  .entry .entry-content .table-block tr {
    display: block;
  }
  .entry .entry-content .table-block tr th, .entry .entry-content .table-block tr td {
    display: block;
  }
}

/* 
=========================================== */
.flowWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flowWrap-inner {
  width: 100%;
  background: #fff;
  border: #d4c2b3 solid 1px;
  padding: 1.5em;
  border: solid rgba(212, 194, 179, 0.6) 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0 30px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.flowWrap-inner-ttl {
  font-weight: bold;
  display: table;
  padding: 0.2em 1em;
  margin-bottom: 0.7em;
  color: #c2a892;
  border-top: #c2a892 2px solid;
  border-bottom: #c2a892 2px solid;
}
.flowWrap-inner:after {
  content: "";
  height: 30px;
  width: 60px;
  position: absolute;
  bottom: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 24px solid rgba(212, 194, 179, 0.6);
  border-right: 30px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 30px solid transparent;
}
.flowWrap-inner:last-child:after {
  content: none;
}
.flowWrap.number {
  counter-reset: item;
}
.flowWrap.number .flowWrap-inner {
  margin-top: 32px;
}
.flowWrap.number .flowWrap-inner:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: -72px;
  left: 20px;
  font-size: 64px;
  font-family: "M PLUS 1p", sans-serif;
  color: #c2a892;
  font-weight: bolder;
}
.header.cf { /* 背景 */
  background: repeating-linear-gradient(-90deg, #fff, #fff 2px, rgba(255, 255, 255, 0.6) 2px, rgba(255, 255, 255, 0.6) 4px);
  max-width: 100%;
}
@media only screen and (min-width:835px) {
  .header.cf {
    height: 213px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width:834px) {
  .header.cf {
    padding-top: 20px;
    margin-right: 60px;
  }
}
.header.cf .tagline { /* サブタイトル */
  color: #6d4c45;
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding: 0 2em;
}
.header.cf .tagline:before, .header.cf .tagline:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 1px;
  background-color: #6d4c45;
}
.header.cf .tagline:before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  left: 0;
}
.header.cf .tagline:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  right: 0;
}
.header.cf .logo-text .site-name-text-link {
  display: block;
  color: #6d4c45;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.header.cf .logo-text .site-name-text-link:hover {
  text-decoration: none;
  color: #d2b4cc;
}
.header.cf .logo-text .site-name-text-link .site-name-text {
  font-family: "Hina Mincho", serif;
  font-size: 42px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:834px) {
  .header.cf .logo-text .site-name-text-link .site-name-text {
    letter-spacing: 1px;
    font-size: 26px;
    text-align: left;
  }
}

@media only screen and (max-width:834px) {
  #header .site-name-text {
    font-size: 24px;
  }
}

#footer {
  margin-top: 0px;
  background: repeating-linear-gradient(-90deg, rgba(212, 194, 179, 0.8), rgba(212, 194, 179, 0.8) 6px, rgba(212, 194, 179, 0.6) 6px, rgba(212, 194, 179, 0.6) 12px);
}

@media only screen and (max-width:834px) {
  .footer-bottom {
    border-top: solid 1px rgba(109, 76, 69, 0.2);
    padding-top: 24px;
    margin-top: 8px;
  }
}

.footer-bottom-logo {
  top: 0;
}
@media screen and (max-width: 1023px) {
  .footer-bottom-logo {
    margin-bottom: 2em;
  }
}
.footer-bottom-logo a {
  color: #6d4c45;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-bottom-logo a:hover {
  color: #bf94b7;
}
.footer-bottom-logo .site-name-text {
  font-family: "Hina Mincho", serif !important;
  font-size: 20px;
}

@media only screen and (max-width:834px) {
  .footer-bottom-content .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
    border-bottom: solid 1px rgba(109, 76, 69, 0.2);
  }
  .footer-bottom-content .navi-footer-in > .menu-footer li.menu-item:first-child {
    border-top: solid 1px rgba(109, 76, 69, 0.2);
  }
  .footer-bottom-content .navi-footer-in > .menu-footer li.menu-item a {
    padding: 1em 0.5em;
  }
}

.footer-mobile p {
  font-size: 14px;
  letter-spacing: 1px;
}

.mobile-menu-buttons .menu-icon,
.mobile-menu-buttons .menu-caption {
  color: #6d4c45;
}

@media only screen and (max-width:834px) {
  .go-to-top {
    z-index: 89;
  }
}

.go-to-top-button {
  background: rgba(212, 194, 179, 0.9);
}
.go-to-top-button span {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .go-to-top-button {
    display: block !important;
    position: fixed;
    bottom: 64px;
    right: 6px;
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
}

aside {
  /* 検索 */
}
aside .widget-sidebar-title,
aside .wp-block-heading { /* サイドバータイトル */
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  border-bottom-width: 0px;
  background: rgba(109, 76, 69, 0.8);
  position: relative;
  padding: 2px 24px;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1.5px;
}
aside .widget-sidebar-title:after,
aside .wp-block-heading:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: white white #6d4c45;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}
aside .widget-sidebar-title a,
aside .wp-block-heading a {
  display: block;
  color: #fff;
}
aside .widget-sidebar-title a:hover,
aside .wp-block-heading a:hover {
  text-decoration: none;
  color: #e5d4e2;
}
aside .widget-footer-mobile-title { /* スマホサイズタイトル */
  font-size: 26px;
  color: #6d4c45;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1.5px;
}
aside .author-box { /* プロフィール */
  border: 1px solid #6d4c45 !important;
}
aside .author-box .sns-follow-buttons a.follow-button {
  border: solid 1px #6d4c45;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width:834px) {
  aside .author-box .sns-follow-buttons a.follow-button {
    width: 64px;
    height: 64px;
  }
}
aside .author-box .sns-follow-buttons a.follow-button [class^=icon-], aside .author-box .sns-follow-buttons a.follow-button [class*=" icon-"] {
  color: #6d4c45;
}
@media only screen and (max-width:834px) {
  aside .author-box .sns-follow-buttons a.follow-button [class^=icon-], aside .author-box .sns-follow-buttons a.follow-button [class*=" icon-"] {
    font-size: 30px;
  }
}
aside .author-box .author-name {
  margin-bottom: 1em;
}
aside .author-box .author-name a {
  text-decoration: none;
  color: #000;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
aside .author-box .author-name a:before {
  background: rgba(191, 148, 183, 0.2);
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: -1;
}
aside .author-box .author-name a:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
aside .author-box .author-description p {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 1px;
}
aside .wp-block-latest-posts { /* 新しい記事 */ }
aside .wp-block-latest-posts li {
  border-bottom: solid 1px rgba(109, 76, 69, 0.6);
}
aside .wp-block-latest-posts li a:hover {
  background: rgba(191, 148, 183, 0.2);
}
aside .wp-block-search__label {
  display: none;
}
aside .wp-block-search__input {
  border: 1px solid rgba(109, 76, 69, 0.6);
}
aside .wp-block-search__button {
  background-color: #6d4c45;
}

.sidebar-scroll {
  background: rgba(191, 148, 183, 0.2);
  padding: 5em 1em 1em;
}
.sidebar-scroll:before {
  content: "Links";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #bf94b7;
  display: table;
  border-top: 1px solid #bf94b7;
  border-bottom: 1px solid #bf94b7;
  padding: 4px 1.5em;
  margin: 1em auto 0;
  letter-spacing: 2px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}

@media only screen and (min-width:835px) {
  .navi.cf {
    background: repeating-linear-gradient(-90deg, rgba(212, 194, 179, 0.8), rgba(212, 194, 179, 0.8) 6px, rgba(212, 194, 179, 0.6) 6px, rgba(212, 194, 179, 0.6) 12px);
  }
  .navi.cf .navi-in > ul li {
    min-width: 240px;
    font-family: "Hina Mincho", serif;
    font-weight: normal;
  }
  .navi.cf .navi-in > ul .sub-menu li {
    text-align: center;
  }
  .navi.cf .navi-in a:hover {
    background: #bf94b7;
    color: #fff !important;
  }
}

#top-editarea {
  position: relative;
  padding-top: 80px;
  z-index: 2;
}
#top-editarea .gnav {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
#top-editarea .gnav > .container {
  background: repeating-linear-gradient(-90deg, rgba(212, 194, 179, 0.8), rgba(212, 194, 179, 0.8) 6px, rgba(212, 194, 179, 0.6) 6px, rgba(212, 194, 179, 0.6) 12px);
}
#top-editarea .gnav.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
#top-editarea .gnav ul li {
  list-style: none;
}
@media screen and (max-width: 1200px) {
  #top-editarea .gnav ul li {
    font-size: 14px;
  }
}
#top-editarea .gnav ul li a, #top-editarea .gnav ul li .nolink {
  padding: 20px 28px;
  display: block;
}
#top-editarea .gnav ul li a:hover, #top-editarea .gnav ul li .nolink:hover {
  background-color: #bf94b7;
  color: #fff;
  text-decoration: none;
}
#top-editarea .gnav .gnav-list {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 0px;
  font-size: 18px;
}
#top-editarea .gnav .gnav-list .gnav-list--item {
  text-align: center;
  position: relative;
  width: calc((100% - 100px) / 4);
  font-family: "Hina Mincho", serif;
}
#top-editarea .gnav .gnav-list .gnav-list--item a {
  display: block;
}
#top-editarea .gnav .gnav-list .gnav-list--item span {
  font-size: 15px;
}
#top-editarea .gnav .gnav-list .gnav-list--item.home {
  width: 100px;
  font-size: 28px;
}
#top-editarea .gnav .gnav-list .gnav-list--item.home a {
  padding: 9px;
  height: 100%;
}
#top-editarea .gnav .gnav-list .gnav-list--item .gnav-accodion {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: inherit;
  z-index: 100;
  width: 100%;
  padding-left: 0px;
  background-color: rgba(249, 246, 244, 0.95);
}
#top-editarea .gnav .gnav-list .gnav-list--item .gnav-accodion .gnav-accodion--item {
  width: 100%;
  border-bottom: solid 1px #d4c2b3;
  border-right: solid 1px #d4c2b3;
  border-left: solid 1px #d4c2b3;
}
#top-editarea .gnav .gnav-list .gnav-list--item .gnav-accodion .gnav-accodion--item .no-link {
  padding: 20px 28px;
  display: block;
}
#top-editarea .gnav .gnav-list .gnav-list--item .gnav-accodion .gnav-accodion--item--small {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width:835px) {
  #top-editarea .gnav .gnav-list .gnav-list--item .gnav-accodion .gnav-accodion--item--small {
    display: block;
  }
}
#top-editarea .gnav .gnav-list .gnav-list--item:last-child > .gnav-accodion {
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  right: 0;
}
#top-editarea .gnav .navToggle {
  display: none;
}

@media only screen and (max-width:834px) {
  body.active {
    position: relative;
    z-index: -1;
    overflow: hidden;
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 6px;
    top: 10px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 99;
    background: #d4c2b3;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 13px;
  }
  .navToggle span:nth-child(1) {
    top: 14px;
  }
  .navToggle span:nth-child(2) {
    top: 26px;
  }
  .navToggle span:nth-child(3) {
    top: 38px;
  }
  .navToggle.active {
    background: transparent;
  }
  .navToggle.active span {
    border-bottom: solid 2px #d4c2b3;
  }
  .navToggle.active span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #navi .navi-in > .menu-mobile li {
    width: 100%;
    height: auto;
    font-family: "Hina Mincho", serif;
    font-size: 18px;
  }
  #navi .navi-in > .menu-mobile li a {
    padding: 1em;
    color: #6d4c45;
    font-size: 18px;
  }
  .navi {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 90;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navi.active {
    opacity: 1;
    visibility: visible;
  }
  .navi #navi-in {
    height: 100%;
    overflow-y: auto;
  }
  .navi .menu-top.menu-mobile {
    margin-top: 80px;
    margin-bottom: 64px;
    position: relative;
    z-index: 90;
    overflow-y: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .navi .menu-top.menu-mobile .menu-item .sub-menu {
    display: block;
    position: relative;
    width: 90%;
    margin: auto;
    background: rgba(212, 194, 179, 0.1);
  }
  .navi .menu-top.menu-mobile .menu-item .sub-menu li {
    border-bottom: solid 1px rgba(109, 76, 69, 0.2);
  }
  .navi .menu-top.menu-mobile .menu-item .sub-menu li .item-label {
    text-align: center;
  }
  .navi .navi-in .has-icon {
    right: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.archive-title { /* カテゴリアーカイブタイトル */
  font-size: 22px !important;
  background: rgba(191, 148, 183, 0.4);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(191, 148, 183, 0.4);
          box-shadow: 0px 0px 0px 5px rgba(191, 148, 183, 0.4);
  text-align: center;
  border: dashed 1px #ac74a2;
  width: 100%;
  font-family: "Hina Mincho", serif;
  color: #6d4c45;
  padding: 24px;
  font-weight: normal !important;
  margin-top: 0;
  margin-bottom: 2em;
}

.entry-card-title, .related-entry-card-title { /* 記事一覧タイトル */
  color: #6d4c45;
  font-family: "Hina Mincho", serif;
  margin-bottom: 0.5em;
  font-weight: normal;
}

.related-entry-card-title { /* 関連記事の記事一覧タイトル */ }

.entry-content a {
  color: #bf94b7;
}
.entry-content a:hover {
  color: #d2b4cc;
}
.entry-content p:has(img) {
  text-align: center;
}

.author-link {
  color: #bf94b7;
}
.author-link:hover {
  color: #d2b4cc;
}

.toc { /* 目次 */
  min-width: 360px;
  border: none;
  background: rgba(212, 194, 179, 0.6);
}
.toc .toc-title {
  color: #6d4c45;
  border-top: 1px solid #6d4c45;
  border-bottom: 1px solid #6d4c45;
  font-family: "Hina Mincho", serif;
  font-weight: bold;
}
.toc .toc-title:after {
  font-size: small;
}
@media only screen and (max-width:834px) {
  .toc .toc-title {
    padding: 0.8em 0.5em;
  }
}
.toc a {
  color: #000;
}
@media only screen and (max-width:834px) {
  .toc a {
    padding: 0.5em;
    display: block;
    border-bottom: 1px solid rgba(212, 194, 179, 0.6);
  }
}

.item-box {
  border-bottom: dotted 2px rgba(191, 148, 183, 0.6);
  width: 80%;
  margin: auto;
  min-width: 360px;
}
.item-box .item-name {
  border: 2px solid rgba(191, 148, 183, 0.6);
  border-radius: 2px;
  position: relative;
  padding: 1em;
  width: 360px;
  font-size: 14px;
  color: #945989;
  margin: 0 auto 40px;
}
.item-box .item-name:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
  border-color: transparent transparent rgba(191, 148, 183, 0.6) rgba(191, 148, 183, 0.6);
  border-style: solid;
  border-width: 2px;
  background: #fff;
  z-index: 1;
}