@charset "UTF-8";
.l__single {
  padding: 120px 0;
}
.l__single__inner {
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.l__single__article {
  width: calc(100% - 280px);
}
.l__single__article .l__single__header {
  margin: 0 0 64px;
}
.l__single__article .l__single__header .l__single--date {
  font-size: 0.875em;
  display: inline-block;
  margin: 0 16px 0 0;
}
.l__single__article .l__single__header .l__single--cat {
  font-size: 0.875em;
  display: inline-block;
}
.l__single__article .l__single__header .l__single--headline {
  font-size: 1.5em;
  font-weight: normal;
  padding: 8px 0 0;
}
.l__single__article .--editor .emoji {
  display: inline;
  border: none;
  box-shadow: none;
  height: 1em;
  width: 1em;
  margin: 0 0.07em;
  vertical-align: -0.1em;
  background: none;
  padding: 0;
}
.l__single__sidebar {
  width: 240px;
}
.l__single__sidebar--ttl {
  margin: 0 0 24px;
  font-size: 1.125em;
}
.l__single__sidebar--lst li {
  margin: 8px 0 0;
}
.l__single__sidebar--lst li:first-child {
  margin: 0;
}
.l__single__sidebar--lst li a {
  color: #fff;
}
.l__single__sidebar--lst li:before {
  content: ">";
  font-size: 0.75em;
  padding-right: 8px;
}

@media screen and (max-width: 767px) {
  .l__single {
    padding: 40px 0;
  }
  .l__single__inner {
    max-width: inherit;
    margin: auto 16px;
    display: block;
  }
  .l__single__article {
    width: auto;
  }
  .l__single__article .l__single__header {
    margin: 0 0 40px;
  }
  .l__single__article .l__single__header .l__single--date {
    font-size: 1em;
    display: inline-block;
    margin: 0 16px 0 0;
  }
  .l__single__article .l__single__header .l__single--cat {
    font-size: 1em;
    display: inline-block;
  }
  .l__single__article .l__single__header .l__single--headline {
    font-size: 1.5em;
    font-weight: normal;
    padding: 8px 0 0;
  }
  .l__single__article .--editor .emoji {
    display: inline;
    border: none;
    box-shadow: none;
    height: 1em;
    width: 1em;
    margin: 0 0.07em;
    vertical-align: -0.1em;
    background: none;
    padding: 0;
  }
  .l__single__sidebar {
    width: auto;
  }
  .l__single__sidebar--ttl {
    margin: 0 0 24px;
    font-size: 1.5em;
  }
  .l__single__sidebar--lst li {
    margin: 8px 0 0;
  }
  .l__single__sidebar--lst li:first-child {
    margin: 0;
  }
  .l__single__sidebar--lst li a {
    color: #fff;
    font-size: 1.25em;
  }
  .l__single__sidebar--lst li:before {
    content: ">";
    font-size: 0.75em;
    padding-right: 8px;
  }
}
/*--------------------------------------------------------------------
	single.php
--------------------------------------------------------------------*/
.backbtn {
  text-align: center;
  padding: 40px 0 64px;
}
@media screen and (max-width: 767px) {
  .backbtn {
    text-align: center;
    padding: 24px 0 40px;
  }
}
/*--------------------------------------------------------------------
	ページャー
--------------------------------------------------------------------*/
.pnavi {
  text-align: center;
  padding: 120px 0 0;
}
.pnavi .page-numbers {
  padding: 16px 20px;
  line-height: 1;
  border: 1px solid #4dae53;
  color: #4dae53;
  margin: 0 4px;
  border-radius: 50%;
}
.pnavi .page-numbers:hover, .pnavi .page-numbers.current {
  background-color: #4dae53;
  color: #fff;
}
/*--------------------------------------------------------------------
	editor
--------------------------------------------------------------------*/
.--editor {
  min-height: 60vh;
  padding: 0 0 40px;
}
.--editor .wp-block-image {
  margin: 5% 0;
}
.--editor .is-style-rounded img {
  border-radius: 50%;
}
.--editor .is-style-shadow img {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.--editor .wp-block-gallery {
  margin: 5% 0;
}
.--editor .wp-block-gallery .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
}
.--editor .wp-block-gallery .blocks-gallery-grid li {
  width: 31.6666666%;
  margin: 0 2.5% 2.5% 0;
}
.--editor .wp-block-gallery .blocks-gallery-grid li:nth-child(3n) {
  margin: 0 0 2.5% 0;
}
.--editor img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 24px 0;
}
.--editor img.aligncenter {
  display: block;
  margin: 24px auto;
}
.--editor img.alignright {
  float: right;
  margin: 24px 0 24px 24px;
}
.--editor img.alignright:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.--editor img.alignleft {
  float: left;
  margin: 24px 24px 24px 0;
}
.--editor img.alignleft:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.--editor img .clearfix {
  overflow: hidden;
  zoom: 1;
}
.--editor img .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.--editor h1, .--editor h2, .--editor h3 {
  font-size: 1.125em;
  margin: 40px 0 16px;
  font-weight: bold;
}
.--editor h4, .--editor h5, .--editor h6 {
  font-size: 1.125em;
  margin: 40px 0 16px;
  font-weight: normal;
}
.--editor p {
  font-size: 0.875em;
  margin: 0 0 16px 0;
  line-height: 2.25;
}
.--editor ul {
  padding: 16px;
}
.--editor ul li {
  margin: 0 0 4px 0;
}
.--editor ul li ul {
  margin: 16px;
}
.--editor ul li::before {
  content: "・";
  padding-right: 4px;
}
.--editor ol {
  padding: 16px;
}
.--editor ol li {
  margin: 0 0 4px 0;
  counter-increment: counter;
}
.--editor ol li::before {
  content: counter(counter) ". ";
  padding-right: 4px;
}
.--editor table {
  border-collapse: collapse;
  margin: 0 0 40px;
}
.--editor table tr th, .--editor table tr td {
  padding: 16px;
  border: 1px solid #ccc;
}
.--editor strong {
  font-weight: bold;
}
.--editor em {
  font-style: italic;
}
.--editor blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.--editor blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.--editor blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.--editor blockquote cite {
  display: block;
  text-align: right;
  color: #ddd;
  font-size: 0.875em;
}

@media screen and (max-width: 767px) {
  .--editor {
    font-size: 1.125em;
  }
}
.editor + .--btn {
  margin: 64px 0 144px;
}

.l__404 {
  padding: 64px 0 180px;
}
.l__404 .page__header {
  text-align: center;
  margin: 0 0 64px;
}
.l__404 .page__header .--ttl {
  font-size: 6.5em;
  font-weight: normal;
  font-family: "Marcellus", serif;
}
.l__404 .page__header .--txt {
  font-size: 1.5em;
}
.l__404__in {
  max-width: 1000px;
  margin: auto;
}
.l__404__body {
  text-align: center;
  line-height: 2.25;
}
.l__404__body .--txt {
  font-size: 1em;
}
.l__404__body .--txt span {
  display: block;
}
.l__404__body .backbtn a {
  color: #fff;
}

/*-----------------------------------------
	pager
-------------------------------------------*/
.pagination {
  margin: 80px 0 48px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}
.pagination li a {
  text-decoration: none;
  min-width: 48px;
  min-height: 48px;
  color: #666;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
}
.pagination li a:hover {
  background: #666;
  color: #fff;
}
.pagination li.maxPage {
  display: none;
}
.pagination li.first a, .pagination li.last a, .pagination li.previous a, .pagination li.next a {
  border: 1px solid #666;
  border-radius: 50%;
}
.pagination li.current a {
  background: #666;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin: 40px 0 24px 0;
    padding: 4px 0;
    justify-content: center;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  .pagination li {
    display: none;
    margin: 0;
  }
  .pagination li a {
    display: block;
    min-width: inherit;
    min-height: inherit;
    width: 100%;
    color: #666;
    text-align: center;
    line-height: 1;
    transition: all 0.4s;
    border-radius: 0;
    border: none;
    padding: 16px 0;
  }
  .pagination li a:hover {
    background: #fff;
    color: #666;
  }
  .pagination li.maxPage {
    display: block;
    width: 33.3333%;
    text-align: center;
  }
  .pagination li.first, .pagination li.last {
    display: none;
  }
  .pagination li.next_dummy, .pagination li.previous_dummy, .pagination li.previous, .pagination li.next {
    display: flex;
    width: 33.3333%;
  }
  .pagination li.previous {
    border-right: 1px solid #666;
  }
  .pagination li.next {
    border-left: 1px solid #666;
  }
  .pagination li.first a, .pagination li.last a, .pagination li.previous a, .pagination li.next a {
    border: none;
    border-radius: 0;
  }
  .pagination li.current a {
    background: #666;
    color: #fff;
    cursor: default;
    pointer-events: none;
  }
}
/*# sourceMappingURL=cms.css.map */