@charset "utf-8";
main article {
  max-width: 848px;
  margin: 0 auto;
}

article #breadcrumb li {
  display: inline-block;
  margin-bottom: 1em;
}
article #breadcrumb li + li {
  padding-left: 0.5em;
}
article #breadcrumb li + li::before {
  content: ">";
  padding-right: 0.5em;
}

article h1 {
  background-color: #86d1a0;
  font-size: 2rem;
  font-weight: normal;
  padding: 0.25em 0.5em;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  article h1 {
    font-size: 1.75rem;
  }
}

article .post-thumbnail {
  position: relative;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
article .post-thumbnail::before {
  content: "";
  display: block;
  padding-top: 52.5%;
}
article .post-thumbnail > img {
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

article .editor-meta {
  text-align: right;
}

/* margin */
.editor-styles-wrapper {
  padding-bottom: 3rem;
}

.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper li,
.editor-styles-wrapper figure,
.editor-styles-wrapper table,
.editor-styles-wrapper thead,
.editor-styles-wrapper tbody,
.editor-styles-wrapper tr,
.editor-styles-wrapper th,
.editor-styles-wrapper td,
.editor-styles-wrapper div,
.editor-styles-wrapper a {
  margin-left: 0;
  margin-right: 0;
}
.editor-styles-wrapper strong,
.editor-styles-wrapper em,
.editor-styles-wrapper mark,
.editor-styles-wrapper s,
.editor-styles-wrapper p > a {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

/* heading */
.wp-block-post-title {
  font-size: 1.75rem;
  margin: 0.5em 0;
}

.editor-styles-wrapper h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  width: 100%;
  padding: 0.25em 0.5em;
  background: linear-gradient(90deg, #c2e8cf 0%, #fff 20%);
  border-bottom: 1px solid #c2e8cf;
}

.editor-styles-wrapper h3 {
  font-size: 1.375rem;
  padding-left: 0.5em;
  margin-top: 2em;
  border-bottom: 1px solid #c2e8cf;
  position: relative;
}
.editor-styles-wrapper h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 10em;
  border-bottom: 1px solid #6baa81;
}

.editor-styles-wrapper h4 {
  font-size: 1.375rem;
  padding-left: 0.5em;
  margin-top: 2em;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}
.editor-styles-wrapper h4::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 6em;
  border-bottom: 1px solid #7d7d7d;
}

.editor-styles-wrapper h5 {
  font-size: 1.375rem;
  padding-left: 0.5em;
  margin-top: 2em;
  border-bottom: 1px solid #cdcdcd;
}

.editor-styles-wrapper h6 {
  font-size: 1.375rem;
  padding-left: 0.5em;
  margin-top: 2em;
}
/* .editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 2em;
} */
@media (min-width: 600px) {
  .wp-block-post-title {
    font-size: 2rem;
  }
  /* .editor-styles-wrapper h2 {
    font-size: 1.75rem;
  }
  .editor-styles-wrapper h3,
  .editor-styles-wrapper h4 {
    font-size: 1.5rem;
  }
  .editor-styles-wrapper h5,
  .editor-styles-wrapper h6 {
    font-size: 1.25rem;
  } */
}

/* paragraph */
.editor-styles-wrapper p {
  font-size: 1rem;
  margin-top: 0.8em;
  line-height: 1.8;
  clear: both;
  overflow: hidden;
}
.editor-styles-wrapper p > strong {
  font-weight: bold;
}
.editor-styles-wrapper p > em {
  font-style: italic;
}

/* text alignment */
.editor-styles-wrapper .has-text-align-left {
  text-align: left;
}
.editor-styles-wrapper .has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper .has-text-align-right {
  text-align: right;
}

/* list */
.editor-styles-wrapper ol,
.editor-styles-wrapper ul {
  margin: 1em 1em 0;
}
.editor-styles-wrapper ol > li > ol,
.editor-styles-wrapper ul > li > ul {
  margin: 0;
}
.editor-styles-wrapper li {
  margin-top: 0.5em;
}

/* unordered list */
.editor-styles-wrapper ul li,
.editor-styles-wrapper ul > li > ul > li,
.editor-styles-wrapper ul > li > ul > li > ul > li,
.editor-styles-wrapper ul > li > ul > li > ul > li > ul > li {
  padding-left: 2em;
}

.editor-styles-wrapper ul li::before {
  content: "";
  display: inline-block;
  background-color: #4c745a;
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  margin-right: 0.3125em;
  vertical-align: middle;
}

.editor-styles-wrapper ul > li > ul > li::before {
  content: "";
  display: inline-block;
  background-color: #4c745a;
  width: 0.625em;
  height: 0.625em;
  margin-right: 0.3125em;
  vertical-align: middle;
}
.editor-styles-wrapper ul > li > ul > li > ul > li::before {
  content: "";
  display: inline-block;
  background-color: transparent;
  border: 2px solid #4c745a;
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  margin-right: 0.3125em;
  vertical-align: middle;
}
.editor-styles-wrapper ul > li > ul > li > ul > li > ul > li::before {
  content: "";
  display: inline-block;
  background-color: transparent;
  width: 0.625em;
  height: 0.625em;
  border: 2px solid #86d1a0;
  margin-right: 0.3125em;
  vertical-align: middle;
  /* width: 140px; */
}

/* ordered list */
.editor-styles-wrapper ol {
  counter-reset: item 0;
}
.editor-styles-wrapper ol li,
.editor-styles-wrapper ol > li > ol > li,
.editor-styles-wrapper ol > li > ol > li > ol > li,
.editor-styles-wrapper ol > li > ol > li > ol > li > ol > li {
  padding-left: 0.5em;
}
.editor-styles-wrapper ol li::before {
  counter-increment: item 1;
  content: counter(item) ".";
  display: inline-block;
  font-size: 1rem;
}

.editor-styles-wrapper ol > li > ol > li {
  margin-left: 1em;
}

/* link */
.editor-styles-wrapper a {
  color: #fff;
}
.editor-styles-wrapper a:hover {
  text-decoration: underline;
}
/* link icon */

/* table */
.editor-styles-wrapper table {
  width: 100%;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ddd;
  border-spacing: 0;
}

.editor-styles-wrapper table th {
  padding: 1em 0.6em;
  font-weight: 500;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #86d1a0;
  width: 140px;
  font-size: 0.875rem;
}

.editor-styles-wrapper table td {
  padding: 0.5em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .editor-styles-wrapper table th {
    font-size: 1rem;
  }
  .editor-styles-wrapper table td {
    font-size: 1rem;
  }
}

.wp-block-table {
  margin: 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.wp-block-table::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

/* table responsive */

.wp-block-table table td,
.wp-block-table table th {
  white-space: nowrap;
}

/* table stripe */

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #ddd;
}

.editor-styles-wrapper .is-style-stripes table tr:nth-child(2n-1) {
  background-color: #f9f9f9;
}

.editor-styles-wrapper .is-style-stripes-with-th table tr:nth-child(2n-1) {
  background-color: #f9f9f9;
}

.editor-styles-wrapper .is-style-stripes-with-th table tr th {
  background-color: transparent;
}

/* image */
.editor-styles-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 5px 0;
  display: block;
}

@media (min-width: 600px) {
  .editor-styles-wrapper img {
    width: auto;
    margin: 10px 0;
  }
  .editor-styles-wrapper figure.alignleft img {
    float: left;
  }
  .editor-styles-wrapper figure.aligncenter img {
    text-align: center;
    margin: 0 auto;
  }
  .edtor-styles-wrapper figure.alignright img {
    float: right;
  }
}

/* column */
/* .wp-block-columns {
    border: 1px solid #ddd;
}

@media (min-width: 782px) {
  .wp-block-column:not(:last-child) {
    border-right: 1px solid #ddd;
  }
} */
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  flex-wrap: wrap;
}

.wp-block-columns p {
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  align-items: center;
  margin: 0;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}

/* blockquote */
.wp-block-quote {
  border-left: 2px solid #999;
  overflow-wrap: break-word;
  background-color: #f9f9f9;
  padding: 1em;
  margin-top: 2rem;
  position: relative;
}
.wp-block-quote::after {
  content: "\0201c";
  position: absolute;
  top: 4px;
  left: 12px;
  font-size: 1.25rem;
  color: #999;
}
.wp-block-quote p {
  margin-top: 0;
}
.wp-block-quote cite {
  display: block;
  margin-top: 0.8em;
  text-align: right;
}

/* gallery */
/*
.wp-block-group.gallery > * {
  float: left;
  max-width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (min-width:600px) {
  .wp-block-group.gallery > * {

  }
}
*/

/* ------
以下、watanabe追記
------ */
/* 共通css */
.single-container {
  width: 100%;
  padding-top: 2.5rem;
  background: linear-gradient(#fff8dd 8%, #fff 12%);
}
/* 開催レポート */
.single-emergency {
  margin-top: 70px;
}

.single-content-title {
  background-color: initial;
  text-align: center;
  margin-bottom: 3.125rem;
}

.entry-header {
  position: relative;
  margin-bottom: 35px;
}

.entry-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-header .entry-title {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 0.5em 0.5em;
}
