@charset "UTF-8";
/*--------------------------------------------------------------------
	single.php
--------------------------------------------------------------------*/
.single--post {
  max-width: 780px;
  margin: 80px auto 0;
}

.post__header {
  padding-bottom: 40px;
}
.post__header--ttl {
  font-size: 2em;
}
.post__header--date {
  color: #222;
  font-size: 1em;
  padding-left: 2px;
}

.editor {
  padding: 0 0 40px;
}

.backbtn {
  text-align: center;
  margin: 80px 0 64px;
}
.backbtn a {
  display: block;
  width: 240px;
  margin: auto;
  padding: 12px 0;
  font-size: 0.875em;
  color: #222;
  background: #fff;
  border: 1px solid #222;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.backbtn a span {
  position: relative;
}
.backbtn a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .topics-page .postWrap .post-header--ttl {
    font-size: 1.5em;
  }
  .topics-page .postWrap .post-header .date {
    font-size: 0.875em;
    padding: 0;
  }
}
/*--------------------------------------------------------------------
	topics一覧ページ
--------------------------------------------------------------------*/
.news__inner {
  max-width: 780px;
  margin: auto;
}
.news__lst li {
  border-top: 1px dotted #ccc;
}
.news__lst li:first-child {
  border-top: none;
}
.news__lst li a {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  color: #222;
}
.news__lst li a .time {
  width: 80px;
}
.news__lst li a .headline {
  width: 640px;
  font-weight: normal;
}

.pnavi {
  text-align: center;
  padding: 120px 0 0;
}
.pnavi .page-numbers {
  padding: 16px 20px;
  line-height: 1;
  border: 1px solid #E2A956;
  color: #E2A956;
  margin: 0 4px;
  border-radius: 50%;
}
.pnavi .page-numbers:hover, .pnavi .page-numbers.current {
  background-color: #E2A956;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news__inner {
    max-width: inherit;
    margin: 0 16px 80px;
  }
  .news__lst li a {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    color: #222;
  }
  .news__lst li a .time {
    width: 22.5%;
  }
  .news__lst li a .headline {
    width: calc(77.5% - 16px);
    font-weight: normal;
  }
  .pnavi {
    text-align: center;
  }
  .pnavi .page-numbers {
    margin: 0 4px;
  }
}
/*--------------------------------------------------------------------
	editor
--------------------------------------------------------------------*/
.editor {
  padding: 0 0 144px;
}
.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 {
  font-size: 2em;
  margin: 5% 0 2.5% 0;
}
.editor h2 {
  font-size: 1.875em;
  margin: 5% 0 2.5% 0;
}
.editor h3 {
  font-size: 1.75em;
  margin: 5% 0 2.5% 0;
}
.editor h4 {
  font-size: 1.5em;
  margin: 5% 0 2.5% 0;
}
.editor p {
  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;
}

/*------------------------------------------------------
    single Works
--------------------------------------------------------*/
.s--works--cat {
  text-align: center;
}
.s--works--cat span {
  display: inline-block;
  font-size: 0.875em;
  border: 1px solid #666;
  padding: 8px 40px;
}
.s--works__container {
  background: #D9D9D9;
  padding: 80px 0;
  margin: 64px 0 0;
}
.s--works__inner {
  max-width: 780px;
  margin: auto;
}
.s--works__outline dl {
  display: flex;
  margin: 0 0 16px;
  font-size: 1em;
}
.s--works__outline dl dt {
  width: 160px;
  background: #f2f2f2;
  text-align: center;
  padding: 4px 0;
}
.s--works__outline dl dd {
  margin: 0 0 0 24px;
  padding: 4px 0;
}
.s--works__photos {
  margin: 80px 0 0;
}
.s--works__photos ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.s--works__photos ul li {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
  line-height: 1;
}
.s--works__photos ul li:first-child {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .s--works--cat span {
    font-size: 1em;
    padding: 8px 16px;
  }
  .s--works__container {
    background: #D9D9D9;
    padding: 40px 0;
    margin: 40px 0 0;
  }
  .s--works__inner {
    max-width: inherit;
    margin: 0 16px;
  }
  .s--works__outline dl {
    display: flex;
    margin: 0 0 16px;
    font-size: 1em;
  }
  .s--works__outline dl dt {
    width: 30%;
    background: #f2f2f2;
    text-align: center;
    padding: 4px 0;
  }
  .s--works__outline dl dd {
    margin: 0 0 0 24px;
    padding: 4px 0;
  }
  .s--works__photos {
    margin: 40px 0 0;
  }
  .s--works__photos ul {
    margin: 0 -16px;
  }
  .s--works__photos ul li {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}
/*------------------------------------------------------
    single Contents
--------------------------------------------------------*/
.s--contents__inner {
  max-width: 780px;
  margin: auto;
}
.s--contents .poster {
  max-width: 344px;
  margin: 0 auto 64px;
}
.s--contents__editor {
  margin: 80px 0 120px;
  font-size: 0.875em;
}
.s--contents__editor table tr td, .s--contents__editor table tr th {
  padding: 24px;
  border: 1px solid #ccc;
}
.s--contents__editor table tr td:nth-of-type(1) {
  background: #f2f2f2;
  white-space: nowrap;
}
.s--contents__photos {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.s--contents__photos .photos__in {
  max-width: 1200px;
  margin: 0 auto;
}
.s--contents__photos .lst {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
}
.s--contents__photos .lst li {
  width: calc(33.3333% - 40px);
  margin: 0 20px 40px;
  line-height: 1;
}
.s--contents__photos .lst li .-media {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #222;
}
.s--contents__photos .lst li .-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .s--contents__inner {
    max-width: inherit;
    margin: 0 16px;
  }
  .s--contents .poster {
    max-width: inherit;
    width: auto;
    margin: 0 auto 40px;
  }
  .s--contents__editor {
    margin: 40px 0 64px;
  }
  .s--contents__editor table tr td, .s--contents__editor table tr th {
    padding: 16px;
  }
  .s--contents__photos {
    margin: 0;
    width: auto;
  }
  .s--contents__photos .photos__in {
    max-width: inherit;
    margin: 0 auto;
  }
  .s--contents__photos .lst {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .s--contents__photos .lst li {
    width: calc(33.3333% - 16px);
    margin: 0 8px 16px;
  }
}
.l__404 .page__header {
  font-size: 2em;
}
.l__404__in {
  text-align: center;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .l__404 .page__header {
    font-size: 1.5em;
  }
  .l__404__in {
    text-align: left;
    line-height: 2.25;
    margin: 0 16px;
  }
  .l__404__in br {
    display: none;
  }
}
/*# sourceMappingURL=cms.css.map */