@charset "UTF-8";
/* editor style */

.editor_area {
  font-size: 15px;
  line-height: 1.8;
}

/* ------------------------------------------------------------ */
/*  color  */
/* ------------------------------------------------------------ */
/* 背景色 */
.has-color-kameyapink-background-color {
  background-color: #c8b1ae;
}
.has-color-kameyagray-background-color {
  background-color: #92a1aa;
}
.has-color-kameya-palepink-background-color {
  background-color: rgba(200, 177, 174, 0.15);
}
.has-color-kameya-palegray-background-color {
  background-color: #c9d0d5;
}
.has-color-kameya-darkpink-background-color {
  background-color: #b9a8aa;
}
/* default */
.has-color-blk-background-color {
  background-color: #000;
}
.has-dark-gray-background-color {
  background-color: #313131;
}
.has-gray-background-color {
  background-color: #666;
}
.has-light-gray-background-color {
  background-color: #ccc;
}
.has-color-wht-background-color {
  background-color: #fff;
}
.has-pink-background-color {
  background-color: #f78da7;
}
.has-red-background-color {
  background-color: #cf2e2e;
}
.has-orange-background-color {
  background-color: #ff6900;
}
.has-yellow-background-color {
  background-color: #fcf800;
}
.has-green-background-color {
  background-color: #00c42a;
}
.has-pale-blue-background-color {
  background-color: #8ed1fc;
}
.has-blue-background-color {
  background-color: #0693e3;
}
.has-purple-background-color {
  background-color: #af00e4;
}

/* 文字色 */
.has-color-kameyapink-color {
  color: #c8b1ae;
}
.has-color-kameyagray-color {
  color: #92a1aa;
}
.has-color-kameya-palepink-color {
  color: rgba(200, 177, 174, 0.15);
}
.has-color-kameya-palegray-color {
  color: #c9d0d5;
}
.has-color-kameya-darkpink-color {
  color: #b9a8aa;
}
/* default */
.has-color-blk-color {
  color: #000;
}
.has-dark-gray-color {
  color: #313131;
}
.has-gray-color {
  color: #666;
}
.has-light-gray-color {
  color: #ccc;
}
.has-color-wht-color {
  color: #fff;
}
.has-pink-color {
  color: #f78da7;
}
.has-red-color {
  color: #cf2e2e;
}
.has-orange-color {
  color: #ff6900;
}
.has-yellow-color {
  color: #fcf800;
}
.has-green-color {
  color: #00c42a;
}
.has-pale-blue-color {
  color: #8ed1fc;
}
.has-blue-color {
  color: #0693e3;
}
.has-purple-color {
  color: #af00e4;
}
/* link -------------------------------- */
.editor_area a {
  text-decoration: underline solid #aaa 1px;
  text-underline-position: under;
}
.editor_area a:hover {
  text-decoration: none;
}

.editor_area .wp-block-buttons a,
.editor_area .wp-block-buttons .wp-block-button a,
.editor_area .wp-block-button__link,
.editor_area a.btn_link {
  text-decoration: none;
}


/* ------------------------------------------------------------ */
/*  Typography  */
/* ------------------------------------------------------------ */
.editor_area .has-large-font-size.editor-rich-text__tinymce,
.editor_area .has-large-font-size.editor-rich-text__tinymce.mce-content-body,
.editor_area .has-larger-font-size.editor-rich-text__tinymce,
.editor_area .has-larger-font-size.editor-rich-text__tinymce.mce-content-body {
  line-height: 1.4;
}

.editor_area .has-small-font-size {
  font-size: 0.8125em;
}
.editor_area .has-normal-font-size,
.editor_area .has-regular-font-size {
  font-size: 1em;
}
.editor_area .has-medium-font-size {
  font-size: 1.25em;
  line-height: 1.5;
}

.editor_area .has-large-font-size {
  font-size: 2.25em;
  line-height: 1.3;
}
.editor_area .has-huge-font-size,
.editor_area .has-larger-font-size {
  font-size: 2.625em;
  line-height: 1.3;
}

.editor_area h1,
.editor_area h2,
.editor_area h3,
.editor_area h4,
.editor_area h5,
.editor_area h6 {
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.editor_area h1 {
  font-size: 3.2em;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
}
.editor_area h2 {
  font-size: 2.8em;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 10px;
}

.editor_area h3 {
  font-size: 2.2em;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.editor_area h4 {
  font-size: 1.8em;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
}
.editor_area h5 {
  font-size: 1.4em;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
}
.editor_area h6 {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------ */
/*  layout  */
/* ------------------------------------------------------------ */
.editor_area p,
.editor_area p.wp-block-paragraph {
  margin: 0 auto 1em;
  line-height: 1.7;
  padding: 0.5em 0 0;
}

.editor_area p.has-background {
  padding: 1.25em 1.75em;
}

/* Post Media -------------------------------- */
.editor_area figure {
  margin: 0;
}
.editor_area figure.image {
  margin-bottom: 20px;
}
.editor_area .wp-block-image {
  margin: 15px 0;
  text-align: center;
}
.editor_area .alignleft,
.editor_area .alignright {
  margin-bottom: 15px;
  max-width: 50%;
}
.editor_area .wp-caption .alignleft,
.editor_area .wp-caption .alignright {
  margin-bottom: 0;
}
.editor_area .alignleft,
.editor_area img.alignleft {
  margin-right: 15px;
  float: left;
}
.editor_area .alignright,
.editor_area img.alignright {
  margin-left: 15px;
  float: right;
}
.editor_area figcaption {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
}
.editor_area .wp-block-image .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.editor_area .wp-block-image .alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.editor_area .wp-block-spacer {
  clear: both;
}
.editor_area .aligncenter {
  text-align: center;
}

/* Block: List ------------------------------ */
.editor_area ul,
.editor_area ol {
  width: 100%;
  margin: 10px auto 20px;
}
.editor_area li > ul,
.editor_area li > ol {
  margin: 8px auto 12px;
  font-size: 0.9em;
}
.editor_area ul li {
  padding-left: 15px;
  position: relative;
  margin: 0 auto 8px;
}
.editor_area ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #333;
  border-radius: 1000%;
  position: absolute;
  top: 10px;
  left: 0;
}
.editor_area ul li > ul li {
  margin: 0 auto 5px;
}
.editor_area ul li > ul li::before {
  background: #fff;
  border: 1px solid #333;
}
.editor_area ol {
  counter-reset: item;
  list-style: none;
  /*  padding-left: 1.5em;*/
}
.editor_area ol > li {
  list-style: none;
  position: relative;
  padding-left: 1.3em;
  margin: 0 auto 8px;
}

.editor_area ol li::before {
  position: absolute;
  content: counter(item) ".";
  counter-increment: item;
  left: 0;
  color: #333;
  font-weight: 700;
}

.editor_area ol li > ol li {
  list-style: disc;
  margin: 0 auto 5px;
}

/* Block: Quote ------------------------------ */
.editor_area .wp-block-quote {
  background: rgba(51, 51, 51, 0.1);
  padding: 1.5em;
  margin: 1em auto 1.5em;
}
.editor_area .wp-block-quote p {
  padding: 0;
}
.editor_area .wp-block-preformatted {
  white-space: unset;
  margin: 0 auto 1em;
}
.editor_area .wp-block-quote cite {
  margin-top: 16px;
  padding-top: 8px;
  font-size: 0.85em;
  color: #666;
  border-top: 1px solid #666;
  width: 100%;
}

/* Block: Table ------------------------------ */
.editor_area .wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  /* empty-cells: show; */
  width: 100%;
  position: relative;
  /* padding: 1.8em 0 0; */
}
.editor_area .wp-block-table::before {
  content: "スクロールで全体をご覧いただけます";
  font-size: 1.3rem;
  font-weight: bold;
  color: #aaa;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 1.2em;
}
.editor_area .wp-block-table::after {
  content: "\f337";
  font-family: "icomoon";
  display: inline-block;
  color: #aaa;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
}
.editor_area .wp-block-table figcaption {
  color: #3b3b3b;
  /* text-align: left;*/
}
.editor_area .wp-block-table table {
  /* width: 100%; */
  /* font-size: 0.9em; */
  /* table-layout: fixed; */
  /* min-width: 620px; */
  border-top: 1px solid #d7e0da;
  border-right: 1px solid #d7e0da;
  display: block;
  margin: 0 auto 20px;
  /* width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch; */
}

.editor_area .wp-block-table th,
.editor_area .wp-block-table td {
  line-height: 1.6;
  margin: 0;
  overflow: visible;
  padding: 0.8em;
  vertical-align: middle;
  border-bottom: 1px solid #d7e0da;
  border-left: 1px solid #d7e0da;
}

.editor_area .wp-block-table.non-header td:first-of-type {
  background-color: #d7e0da;
  font-weight: bold;
}

.editor_area .wp-block-table .wp-block-table__cell-content {
  padding: 0.5em;
}
.editor_area .wp-block-table thead {
  background-color: #d7e0da;
}

.editor_area .wp-block-table th {
  font-weight: bold;
  text-align: inherit;
  min-width: 100px;
}
.editor_area .wp-block-table th.has-text-align-center {
  text-align: center;
}
.editor_area .wp-block-table th.has-text-align-right {
  text-align: right;
}
.editor_area .wp-block-table th.has-text-align-left {
  text-align: left;
}

/* table: STRIPES */
.editor_area .wp-block-table.is-style-stripes {
  border: none;
}
.editor_area .wp-block-table.is-style-stripes table {
  border: none;
}
.editor_area .wp-block-table.is-style-stripes tr {
  border: none;
}
.editor_area .wp-block-table.is-style-stripes tr:nth-child(odd) td {
  background-color: #fff;
  border-right: 2px solid #d7e0da;
}
.editor_area .wp-block-table.is-style-stripes tr:nth-child(even) td {
  background-color: #d7e0da;
  border-right: 2px solid #fff;
}
.editor_area .wp-block-table.is-style-stripes tr:nth-child(odd) td:last-of-type,
.editor_area .wp-block-table.is-style-stripes tr:nth-child(even) td:last-of-type {
  border-right: none;
}

.editor_area .wp-block-table.is-style-stripes th {
  color: #333;
  border-right: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.05);
}

/* Block: Button ----------------------------- */
.editor_area .wp-block-buttons {
  margin: 20px auto 0;
}
.editor_area .wp-block-buttons .wp-block-button {
  display: inline-block;
  text-align: center;
}
.editor_area .wp-block-buttons .wp-block-button:not(:last-of-type) {
  margin: 0 auto 18px;
}

.editor_area .wp-block-button__link {
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 5px 5px 0 0 currentColor;
  /* color: #fff;
  background-color: #000; */
}
.editor_area .is-style-fill .wp-block-button__link,
.editor_area .is-style-fill .wp-block-button__link.has-background {
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.3);
}

.editor_area .wp-block-button__link.has-color-kameyapink-background-color {
  background-color: #c8b1ae;
}
.editor_area .wp-block-button__link.has-color-kameyagray-background-color {
  background-color: #92a1aa;
}
.editor_area .wp-block-button__link.has-color-kameya-palepink-background-color {
  background-color: rgba(200, 177, 174, 0.15);
}
.editor_area .wp-block-button__link.has-color-kameya-palegray-background-color {
  background-color: #c9d0d5;
}
.editor_area .wp-block-button__link.has-color-kameya-darkpink-background-color {
  background-color: #b9a8aa;
}
/* default */
.editor_area .wp-block-button__link.has-black-background-color {
  background-color: #000000;
}
.editor_area .wp-block-button__link.has-dark-gray-background-color {
  background-color: #313131;
}
.editor_area .wp-block-button__link.has-gray-background-color {
  background-color: #666666;
}
.editor_area .wp-block-button__link.has-light-gray-background-color {
  background-color: #cccccc;
}
.editor_area .wp-block-button__link.has-white-background-color {
  background-color: #fff;
}

.editor_area .wp-block-button__link.has-pink-background-color {
  background-color: #f78da7;
}
.editor_area .wp-block-button__link.has-red-background-color {
  background-color: #cf2e2e;
}
.editor_area .wp-block-button__link.has-orange-background-color {
  background-color: #ff6900;
}
.editor_area .wp-block-button__link.has-yellow-background-color {
  background-color: #fcf800;
}
.editor_area .wp-block-button__link.has-green-background-color {
  background-color: #00c42a;
}
.editor_area .wp-block-button__link.has-pale-blue-background-color {
  background-color: #8ed1fc;
}
.editor_area .wp-block-button__link.has-blue-background-color {
  background-color: #0693e3;
}
.editor_area .wp-block-button__link.has-purple-background-color {
  background-color: #af00e4;
}


/* 文字色 */
.editor_area .wp-block-button__link.has-color-kameyapink-color {
  color: #c8b1ae;
}
.editor_area .wp-block-button__link.has-color-kameyagray-color {
  color: #92a1aa;
}
.editor_area .wp-block-button__link.has-color-kameya-palepink-color {
  color: rgba(200, 177, 174, 0.15);
}
.editor_area .wp-block-button__link.has-color-kameya-palegray-color {
  color: #c9d0d5;
}
.editor_area .wp-block-button__link.has-color-kameya-darkpink-color {
  color: #b9a8aa;
}

/* default */
.editor_area .wp-block-button__link.has-color-blk-color {
  color: #000;
}
.editor_area .wp-block-button__link.has-color-dark-gray-color {
  color: #313131;
}
.editor_area .wp-block-button__link.has-color-gray-color {
  color: #666;
}
.editor_area .wp-block-button__link.has-color-light-gray-color {
  color: #ccc;
}
.editor_area .wp-block-button__link.has-color-wht-color {
  color: #fff;
}
.editor_area .wp-block-button__link.has-pink-color {
  color: #f78da7;
}
.editor_area .wp-block-button__link.has-red-color {
  color: #cf2e2e;
}
.editor_area .wp-block-button__link.has-orange-color {
  color: #ff6900;
}
.editor_area .wp-block-button__link.has-yellow-color {
  color: #fcf800;
}
.editor_area .wp-block-button__link.has-green-color {
  color: #00c42a;
}
.editor_area .wp-block-button__link.has-pale-blue-color {
  color: #8ed1fc;
}
.editor_area .wp-block-button__link.has-blue-color {
  color: #0693e3;
}
.editor_area .wp-block-button__link.has-purple-color {
  color: #af00e4;
}

.editor_area .wp-block-button__link:active,
.editor_area .wp-block-button__link:focus,
.editor_area .wp-block-button__link:hover,
.editor_area .wp-block-button__link:visited,
.editor_area .is-style-fill .wp-block-button__link:hover,
.editor_area .is-style-fill .wp-block-button__link.has-background:hover {
  /* color: #fff; */
  box-shadow: none;
}

/* Custom  wp-block-column ------------------------- */
.editor_area .wp-block-column .wp-block-image {
  margin: 0 0 1em;
  text-align: center;
}

/* Custom: wp-block-group ------------------------------ */
.editor_area .wp-block-group {
  margin-top: 1em;
  margin-bottom: 2em;
}
.editor_area .wp-block-group.border {
  padding: 1em;
  border: 3px solid #ddd;
}
.editor_area .wp-block-group.border p:last-of-type {
  margin-bottom: 0;
  padding: 0;
}
.editor_area .wp-block-group.has-background {
  padding: 1.25em 5% 0.5em;
}
.editor_area .wp-block-group.has-background p {
  padding: 0;
}

/* Custom  .wp-block-gallery ------------------------- */
.editor_area .wp-block-gallery ul {
  list-style: none;
  margin: 0 auto;
}

.editor_area .wp-block-gallery ul li {
  padding-left: 0;
  justify-content: flex-start;
}
.editor_area .wp-block-gallery ul li::before {
  display: none;
}

.editor_area .blocks-gallery-grid .blocks-gallery-image figure,
.editor_area .blocks-gallery-grid .blocks-gallery-item figure,
.editor_area .wp-block-gallery .blocks-gallery-image figure,
.editor_area .wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  align-items: flex-start;
}

.editor_area .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.editor_area .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.editor_area .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.editor_area .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.editor_area .wp-block-gallery.is-cropped .blocks-gallery-image a,
.editor_area .wp-block-gallery.is-cropped .blocks-gallery-image img,
.editor_area .wp-block-gallery.is-cropped .blocks-gallery-item a,
.editor_area .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto;
}

.editor_area .blocks-gallery-grid .blocks-gallery-image figcaption,
.editor_area .blocks-gallery-grid .blocks-gallery-item figcaption,
.editor_area .wp-block-gallery .blocks-gallery-image figcaption,
.editor_area .wp-block-gallery .blocks-gallery-item figcaption {
  position: relative;
  bottom: inherit;
  width: 100%;
  max-height: inherit;
  overflow: auto;
  padding: 0.7em 0.77em 0.7em;
  color: inherit;
  text-align: center;
  font-size: 0.8em;
  background: none;
  box-sizing: border-box;
  margin: 0;
}

@media screen and (min-width: 480px) {
  /* Block: Table ------------------------------ */
  /* .editor_area .wp-block-table table {
    min-width: 620px;
    width: 100%;
    display: table;
  } */
}
@media screen and (min-width: 768px) {
  /* Block: Table ------------------------------ */
  .editor_area .wp-block-table table {
    min-width: 100%;
  }
  .editor_area .wp-block-table::before,
  .editor_area .wp-block-table::after {
    display: none;
  }

  /* Block: Button ----------------------------- */
  .editor_area .wp-block-buttons {
    margin: 20px auto;
  }
  .editor_area .wp-block-buttons .wp-block-button {
    display: inline-block;
  }
  .editor_area .wp-block-buttons .wp-block-button:not(:last-of-type) {
    margin: 0 18px 18px 0;
  }
}
@media screen and (min-width: 1025px) {
}
