@charset "UTF-8";
/*--------------------------------
  カラー設定（Sass変数）
--------------------------------*/
/*--------------------------------
  フォント
--------------------------------*/
/*--------------------------------
  フォントサイズ（PC / SP）
--------------------------------*/
.l-blog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .l-blog-container {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1001px) {
  .l-blog-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 714px;
  }
  .l-blog-main .c-blog-item-list li {
    width: calc((100% - 18px) / 2);
  }
}

@media screen and (min-width: 1001px) {
  .l-blog-sidebar {
    margin-top: 35px;
    width: 328px;
  }
}

.p-blog .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-blog .c-page-title {
    margin-bottom: 55px;
  }
}
.p-blog .c-blog-item-list {
  margin-bottom: 48px;
}
@media screen and (min-width: 1001px) {
  .p-blog .c-blog-item-list {
    margin-bottom: 63px;
  }
}
.p-blog .c-pagination {
  gap: min(2vw, 10px);
}
@media screen and (max-width: 1000px) {
  .p-blog .c-nav-arrow {
    font-size: clamp(1.1rem, -0.0636363636rem + 3.6363636364vw, 1.5rem);
  }
}
.p-blog .c-pagination__dots {
  font-size: clamp(1rem, -0.7454545455rem + 5.4545454545vw, 1.6rem);
}

.p-blog-nav {
  font-size: 1.6rem;
  font-size: clamp(1rem, -0.1636363636rem + 3.6363636364vw, 1.4rem);
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: inset 0px -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0px -3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: -0.1em;
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-blog-nav {
    letter-spacing: 0;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.p-blog-nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border: 1px solid #DEDFDF;
}
.p-blog-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.7em 0em 0.8em;
}
.p-blog-nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.3em;
}
.p-blog-nav__icon img {
  width: 90%;
  max-width: 55px;
}
@media screen and (min-width: 1001px) {
  .p-blog-nav__icon img {
    width: 55px;
  }
}

.p-blog-sidebar__list {
  border: 1px solid #E2E2E2;
}
.p-blog-sidebar__item {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  border-top: 1px solid #E2E2E2;
  padding: 1.094em 1em;
}
@media screen and (min-width: 1001px) {
  .p-blog-sidebar__item {
    padding: 1.688em 1.5em;
  }
}
.p-blog-sidebar__item--head {
  font-size: 1.8rem;
  background-color: #E2E2E2;
  padding: 0.889em 0.9em;
  font-weight: 400;
  border: none;
}
@media screen and (min-width: 1001px) {
  .p-blog-sidebar__item--head {
    padding: 1.445em 0.9em;
  }
}
.p-blog-sidebar__item--toggle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #E2E2E2;
  padding: 0.25em 1em;
}
@media screen and (min-width: 1001px) {
  .p-blog-sidebar__item--toggle {
    padding: 0.719em 1em 0.719em 1.5em;
  }
}
.p-blog-sidebar__item--toggle .p-blog-sidebar__item-arrow {
  display: block;
  width: 3.125em;
  height: 3.125em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F4F4F4;
  border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 1001px) {
  .p-blog-sidebar__item--toggle .p-blog-sidebar__item-arrow {
    width: 3.438em;
    height: 3.438em;
  }
}
.p-blog-sidebar__item--toggle .p-blog-sidebar__item-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.p-blog-sidebar__item--toggle.is-open .p-blog-sidebar__item-arrow {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.p-blog-sidebar__item--instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border: 1px solid #E2E2E2;
  font-size: clamp(2.2rem, 1.0363636364rem + 3.6363636364vw, 2.6rem);
  padding: 0.308em 0.5em 0.308em 0.87em;
}
@media screen and (min-width: 1001px) {
  .p-blog-sidebar__item--instagram {
    font-size: 2.9rem;
    padding: 0.595em 0.5em 0.595em 0.87em;
  }
}
.p-blog-sidebar__item--instagram .p-blog-sidebar__item-icon {
  display: block;
  padding-right: 25px;
  border-right: 1px solid #E2E2E2;
}
@media screen and (max-width: 1000px) {
  .p-blog-sidebar__item--instagram .p-blog-sidebar__item-icon {
    padding-right: min(3%, 25px);
  }
  .p-blog-sidebar__item--instagram .p-blog-sidebar__item-icon img {
    width: 70%;
  }
}
.p-blog-sidebar__item--instagram .p-blog-sidebar__item-txt span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.25em;
  font-size: 0.69em;
}
.p-blog-sidebar__archive {
  display: none;
}
.p-blog-sidebar__archive ul {
  border: 1px solid #E2E2E2;
  border-top: none;
}
.p-blog-sidebar__archive li a {
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 1.5em;
  border-top: 1px solid #E2E2E2;
}
.p-blog-sidebar__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  gap: 5px;
  margin-bottom: 15px;
  font-size: clamp(2.2rem, 1.0363636364rem + 3.6363636364vw, 2.6rem);
}
@media screen and (min-width: 1001px) {
  .p-blog-sidebar__ttl {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
.p-blog-sidebar__tag {
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 1.6em 1.4em;
  border: 1px solid #E2E2E2;
}
.p-blog-sidebar__tag li::before {
  content: "#";
}

.p-blog-single__head {
  margin-bottom: 24px;
}
.p-blog-single__head-meta {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 13px;
}
.p-blog-single__head-thumbnail {
  aspect-ratio: 714/443;
}
.p-blog-single__head-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-blog-single__head-ttl {
  margin-bottom: 33px;
}

.p-blog-single-post {
  font-size: 1.6rem;
  line-height: 2.35;
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-blog-single-post {
    margin-bottom: 95px;
  }
}
.p-blog-single-post h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #E8825E;
  background-color: #F5E9D5;
  padding: 0.55em 0.45em;
}
.p-blog-single-post h3 {
  color: #E8825E;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  border-bottom: 1px solid #E8825E;
  padding: 0.2em 0.5em;
  margin-bottom: 0.5em;
}

.p-blog-single-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}/*# sourceMappingURL=blog.css.map */