@charset "UTF-8";
/* ========== p-mbtk-block-editor ========== */
/* =============================================
        　　　　　　文字色設定
============================================= */
.mbtk-block-editor .has-black-color {
  color: #000;
}

.mbtk-block-editor .has-cyan-bluish-gray-color {
  color: #ABB8C3;
}

.mbtk-block-editor .has-white-color {
  color: #FFF;
}

.mbtk-block-editor .has-pale-pink-color {
  color: #F78DA7;
}

.mbtk-block-editor .has-vivid-red-color {
  color: #CF2E2E;
}

.mbtk-block-editor .has-luminous-vivid-orange-color {
  color: #FF6900;
}

.mbtk-block-editor .has-luminous-vivid-amber-color {
  color: #FCB900;
}

.mbtk-block-editor .has-light-green-cyan-color {
  color: #7BDCB5;
}

.mbtk-block-editor .has-vivid-green-cyan-color {
  color: #00D084;
}

.mbtk-block-editor .has-pale-cyan-blue-color {
  color: #8ED1FC;
}

.mbtk-block-editor .has-vivid-cyan-blue-color {
  color: #0693E3;
}

.mbtk-block-editor .has-vivid-purple-color {
  color: #9B51E0;
}

/* =============================================
        　　　　　　背景色設定
============================================= */
.mbtk-block-editor .has-black-background-color {
  background-color: #000;
}

.mbtk-block-editor .has-cyan-bluish-gray-background-color {
  background-color: #ABB8C3;
}

.mbtk-block-editor .has-white-background-color {
  background-color: #FFF;
}

.mbtk-block-editor .has-pale-pink-background-color {
  background-color: #F78DA7;
}

.mbtk-block-editor .has-vivid-red-background-color {
  background-color: #CF2E2E;
}

.mbtk-block-editor .has-luminous-vivid-orange-background-color {
  background-color: #FF6900;
}

.mbtk-block-editor .has-luminous-vivid-amber-background-color {
  background-color: #FCB900;
}

.mbtk-block-editor .has-light-green-cyan-background-color {
  background-color: #7BDCB5;
}

.mbtk-block-editor .has-vivid-green-cyan-background-color {
  background-color: #00D084;
}

.mbtk-block-editor .has-pale-cyan-blue-background-color {
  background-color: #8ED1FC;
}

.mbtk-block-editor .has-vivid-cyan-blue-background-color {
  background-color: #0693E3;
}

.mbtk-block-editor .has-vivid-purple-background-color {
  background-color: #9B51E0;
}

.mbtk-block-editor h1,
.mbtk-block-editor h2,
.mbtk-block-editor h3,
.mbtk-block-editor h4,
.mbtk-block-editor h5,
.mbtk-block-editor h6,
.mbtk-block-editor blockquote,
.mbtk-block-editor blockquote *,
.mbtk-block-editor .block-table,
.mbtk-block-editor p,
.mbtk-block-editor figure {
  margin: 0;
}

.mbtk-block-editor * {
  max-width: 100%;
}

/* 画質悪化防止 */
.mbtk-block-editor img {
  max-width: 100%;
  height: auto;
}

/* 画像の下マージン */
.mbtk-block-editor figure.block-image {
  margin-bottom: 0rem;
}

/* 画質悪化防止２ */
.mbtk-block-editor figure.block-image > img {
  max-width: 100%;
  height: auto;
}

/* =============================================
            以下プロジェクト毎に調整
============================================= */
/* 本文、下余白 */
:root {
  --mbtk-text-base-fz: 1.7rem;
  --mbtk-text-base-lh: 2;
  --mtbk-text-base-ls: 0.05em;
}

.mbtk-block-editor p,
.mbtk-block-editor a {
  font-size: var(--mbtk-text-base-fz);
  font-weight: 400;
  line-height: var(--mbtk-text-base-lh);
  letter-spacing: var(--mtbk-text-base-ls);
}

.mbtk-block-editor .detail{
  margin-bottom: 5rem;
  font-size: 1.7rem;
}

/* リンク */
.mbtk-block-editor a {
  display: inline-block;
  word-break: break-word;
  text-decoration: underline;
  color: #008b4f;
  transition: opacity 0.2s;
}

@media (hover: hover) {
  .mbtk-block-editor a:hover {
    opacity: 0.5;
  }
}

/* 注釈ブロック */
.mbtk-block-editor .block-note {
}

.mbtk-block-editor .block-note p {
  padding-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666;
  padding-left: 1.4em;
  text-indent: -1.4em;
}


/* 外部リンクアイコン */
.mbtk-block-editor a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.4em;
  vertical-align: baseline;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.92 8.92'%3E%3Cpath fill='none' stroke='%23008b4f' stroke-linecap='round' stroke-linejoin='round' d='M1.07.5c1.7,1.7,5.66,1.7,7.35,0-1.7,1.7-1.7,5.66,0,7.35'/%3E%3Cline fill='none' stroke='%23008b4f' stroke-linecap='round' stroke-linejoin='round' x1='7.57' y1='1.35' x2='.5' y2='8.42'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* 本文サイズ、x-large */
.mbtk-block-editor p.has-x-large-font-size {
  padding-bottom: 3rem;
}

.mbtk-block-editor .has-x-large-font-size a,
.mbtk-block-editor .has-x-large-font-size b,
.mbtk-block-editor .has-x-large-font-size strong,
.mbtk-block-editor .has-x-large-font-size,
.mbtk-block-editor ol li.has-x-large-font-size::before {
  font-size: 2.4rem !important;
  line-height: 1.6;
}

.mbtk-block-editor ul li.has-x-large-font-size::before {
  top: 2.1rem;
}

/* 本文サイズ、large */
.mbtk-block-editor p.has-large-font-size {
  padding-bottom: 3rem;
}

.mbtk-block-editor .has-large-font-size a,
.mbtk-block-editor .has-large-font-size b,
.mbtk-block-editor .has-large-font-size strong,
.mbtk-block-editor .has-large-font-size,
.mbtk-block-editor ol li.has-large-font-size::before {
  font-size: 2.2rem !important;
  line-height: 1.6;
}

.mbtk-block-editor ul li.has-large-font-size::before {
  top: 2.1rem;
}

/* 本文サイズ、medium */
.mbtk-block-editor p.has-medium-font-size {
  padding-bottom: 3rem;
}

.mbtk-block-editor .has-medium-font-size a,
.mbtk-block-editor .has-medium-font-size b,
.mbtk-block-editor .has-medium-font-size strong,
.mbtk-block-editor .has-medium-font-size,
.mbtk-block-editor ol li.has-medium-font-size::before {
  font-size: 1.9rem !important;
  line-height: 1.6;
}

.mbtk-block-editor ul li.has-medium-font-size::before {
  top: 1.7rem;
}

/* 本文サイズ、small */
.mbtk-block-editor p.has-small-font-size {
  padding-bottom: 3rem;
}

.mbtk-block-editor .has-small-font-size a,
.mbtk-block-editor .has-small-font-size b,
.mbtk-block-editor .has-small-font-size strong,
.mbtk-block-editor .has-small-font-size,
.mbtk-block-editor ol li.has-small-font-size::before {
  font-size: 1.7rem !important;
}

.mbtk-block-editor ul li.has-small-font-size::before {
  top: 1.2rem;
}

/* 本文下余白 */
.mbtk-block-editor p {
  padding-bottom: 3rem;
}

/* 引用 */
.mbtk-block-editor cite {
  font-size: var(--mbtk-text-base-fz);
  letter-spacing: var(--mtbk-text-base-ls);
}

/* 見出しフォントアピアランス、上下マージン */
.mbtk-block-editor h1,
.mbtk-block-editor h2,
.mbtk-block-editor h3,
.mbtk-block-editor h4,
.mbtk-block-editor h5,
.mbtk-block-editor h6 {
  position: relative;
  margin-bottom: 3rem;
  line-height: 1.5;
  font-weight: 600;
}

/* 見出しフォントサイズ */
.mbtk-block-editor h1 {
  font-size: 4.8rem;
  color: #222;
}

.mbtk-block-editor h2 {
  font-size: 4rem;
  color: #222;
}

.mbtk-block-editor h3 {
  font-size: 3rem;
  color: #222;
}

.mbtk-block-editor h4 {
  font-size: 2.4rem;
}

.mbtk-block-editor h5 {
  font-size: 2rem;
}

.mbtk-block-editor h6 {
  font-size: 1.8rem;
}

/* 強調テキスト（太さ） */
.mbtk-block-editor strong {
  font-weight: bold !important;
}

/* 強調テキスト（イタリック体） */
.mbtk-block-editor em {
  font-style: italic;
}

/*センター揃え*/
.mbtk-block-editor .aligncenter,
.mbtk-block-editor .has-text-align-center,
.mbtk-block-editor .is-content-justification-center {
  text-align: center;
}

/*右揃え*/
.mbtk-block-editor .alignright,
.mbtk-block-editor .has-text-align-right,
.mbtk-block-editor .is-content-justification-right {
  text-align: right;
}

/* リスト */
.mbtk-block-editor ul,
.mbtk-block-editor ol {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.mbtk-block-editor ul li {
  position: relative;
  padding-left: 2rem;
  list-style-type: none;
  font-size: var(--mbtk-text-base-fz);
  font-weight: 400;
  line-height: var(--mbtk-text-base-lh);
  letter-spacing: var(--mtbk-text-base-ls);
}

.mbtk-block-editor ul li::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 1.4rem;
  left: 0;
  display: inline;
  font-size: 1.9rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #c3a569;
}

.mbtk-block-editor ol {
  list-style: auto;
  text-align: left;
  list-style-type: none;
  counter-reset: my-counter;
}

.mbtk-block-editor ol li {
  position: relative;
  padding-left: 2rem;
  font-size: var(--mbtk-text-base-fz);
  font-weight: 400;
  line-height: var(--mbtk-text-base-lh);
  letter-spacing: var(--mtbk-text-base-ls);
}

.mbtk-block-editor ol li::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: var(--mbtk-text-base-fz);
  line-height: var(--mbtk-text-base-lh);
  letter-spacing: var(--mtbk-text-base-ls);
  color: #c3a569;
}

.mbtk-block-editor ol li::marker {
  font-size: 1.8rem;
}

.mbtk-block-editor span.mark {
  padding: 0 10px;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 16px;
  border: 1px solid #001E2A;
}

.mbtk-block-editor span.mark.limited {
  border-color: #333;
  color: #FFF;
  background: #333;
}

/* ブロッククォート */
.mbtk-block-editor blockquote {
  position: relative;
  display: inline-block;
  padding: 5rem 5rem 5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  margin-top: 3rem;
  margin-bottom: 7rem;
  background-color: #FFF;
}

.mbtk-block-editor blockquote * {
  font-size: var(--mbtk-text-base-fz);
  font-weight: 400;
  line-height: var(--mbtk-text-base-lh);
  letter-spacing: var(--mtbk-text-base-ls);
}

.mbtk-block-editor blockquote p {
  padding: 0;
}

/* ギャラリー */
.mbtk-block-editor .block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
  padding-bottom: 6rem;
}

.mbtk-block-editor .block-gallery .block-image {
  padding-bottom: 0;
}

/* メディア下の余白 */
.mbtk-block-editor .block-columns,
.mbtk-block-editor .block-image,
.mbtk-block-editor .block-file,
.mbtk-block-editor .block-audio,
.mbtk-block-editor .block-video {
  padding-bottom: 4rem;
}

/* 画像角丸スタイル*/
.mbtk-block-editor .is-style-rounded img {
  border-radius: 9999px;
}

/* メディア内本文 */
.mbtk-block-editor .block-columns p,
.mbtk-block-editor .block-image p,
.mbtk-block-editor .block-file p,
.mbtk-block-editor .block-audio p,
.mbtk-block-editor .block-video p {
  padding-bottom: 0;
}

/* 動画 */
.mbtk-block-editor .block-video video {
  width: 100%;
  margin: 1rem 0;
}

/* preタグ（codeタグの親にセットされ、コードのインデントを作る） */
.mbtk-block-editor .block-code {
  padding: 2.5rem 4rem;
  border: 1px solid #444444;
  border-radius: 4rem;
  margin-top: 1rem;
  margin-bottom: 4rem !important;
  font-size: var(--mbtk-text-base-fz);
  line-height: var(--mbtk-text-base-lh);
  color: #222;
}

/* preタグ内に記述するcodeタグ（codeを表記するときに使う） */
.mbtk-block-editor .block-code code {
  font-style: italic;
  white-space: break-spaces;
}

/* オーディオ */
.mbtk-block-editor audio {
  width: 100%;
  margin: 1rem 0;
}

/* フィグキャプション */
.mbtk-block-editor figcaption {
  padding: 1.5rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: var(--mtbk-text-base-ls);
  color: #888888;
}

.mbtk-block-editor .block-gallery figcaption.element-caption {
  padding: 1.5rem 0 0;
}

/* ボタンリンク */
.mbtk-block-editor a.block-button__link {
  position: relative;
  isolation: isolate; /* stacking contextを作り::before/::afterをテキストの下に保持 */
  overflow: hidden;
  display: inline-block;
  width: auto;
  padding: 1.7rem 2rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  margin: 0 0 5rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #222;
  background-color: transparent;
  opacity: 1;
  transition: color 0.2s, opacity 0.2s;
}

/* 白ベース背景 */
.mbtk-block-editor a.block-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  z-index: -2;
}

/* 青ホバーオーバーレイ */
.mbtk-block-editor a.block-button__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0071bb;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right center; /* ホバーオフ: 右基点で縮む → 白が左から出てくる */
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (any-hover: hover) {
  .mbtk-block-editor a.block-button__link:hover::after {
    transform: scaleX(1);
    transform-origin: left center; /* ホバーオン: 左基点で広がる → 青が左から出てくる */
  }
  .mbtk-block-editor a.block-button__link:hover {
    color: #fff;
  }
}
/* テーブル */
.mbtk-block-editor .block-table {
  margin-top: 2rem;
  margin-bottom: 5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e5e5e5;
  border-radius: 0.6rem;
}

.mbtk-block-editor table {
  border-collapse: collapse;
  width: 100%;
}

.mbtk-block-editor table tbody {
  display: table-row-group;
  width: 100%;
}

/* tr内の上下パディング */
:root {
  --mbtk--th_td-padding: 2rem 2.5rem;
}

.mbtk-block-editor table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.mbtk-block-editor table tbody tr:last-child {
  border-bottom: none;
}

.mbtk-block-editor table tbody th {
  padding: var(--mbtk--th_td-padding);
  font-size: var(--mbtk-text-base-fz);
  line-height: var(--mbtk-text-base-lh);
  text-align: left;
  font-weight: 600;
  color: #c3a569;
  background-color: #fff;
  width: 22%;
  white-space: nowrap;
  border-right: 1px solid #e5e5e5;
  vertical-align: top;
  font-size: 1.7rem;
}

.mbtk-block-editor table tbody tr td {
  padding: var(--mbtk--th_td-padding);
  font-size: var(--mbtk-text-base-fz);
  font-weight: 400;
  line-height: var(--mbtk-text-base-lh);
  background-color: #fff;
  vertical-align: top;
  font-size: 1.7rem;
}

/* テーブル用フィグキャプション */
.mbtk-block-editor table + figcaption {
  padding-top: 0;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
}

/* カラム、親 */
.mbtk-block-editor .block-columns {
  display: flex;
  gap: 2rem;
  width: 100%;
  padding-bottom: 5rem;
}

/* カラム、子 */
.mbtk-block-editor .block-columns .block-column {
  width: 100%;
  padding-top: 0;
}

.mbtk-block-editor .block-columns .block-column > * {
  padding-top: 1.5rem;
  padding-bottom: 0;
  margin: 0;
}

.mbtk-block-editor .block-columns .block-column > *:first-child {
  padding-top: 0;
}

/* 区切り線 */
.mbtk-block-editor hr {
  border: none;
  border-bottom: 1px solid #eeeeee;
  border-image-slice: 1;
  margin-bottom: 5.5rem;
}

/* 埋め込みタグ */
.mbtk-block-editor .is-provider-youtube,
.mbtk-block-editor .is-provider-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 4rem;
}

/* 動画 */
.mbtk-block-editor iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  margin: 1rem 0 4rem;
  pointer-events: auto!important;
}

/* マップ */
.mbtk-block-editor iframe[src*=maps] {
  width: 100%;
  height: 45rem;
}

/* YouTube */
.mbtk-block-editor iframe[title=YouTube] {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

/* ----- responsive (1000) ----- */
@media screen and (max-width: 1000px) {
  :root {
    --mbtk-text-base-fz: 1.6rem;
    --mbtk-text-base-lh: 2;
  }
  .mbtk-block-editor .has-x-large-font-size a,
  .mbtk-block-editor .has-x-large-font-size b,
  .mbtk-block-editor .has-x-large-font-size strong,
  .mbtk-block-editor .has-x-large-font-size,
  .mbtk-block-editor ol li.has-x-large-font-size::before {
    font-size: 2.1rem !important;
  }
  .mbtk-block-editor ul li.has-x-large-font-size::before {
    top: 1.6rem;
  }
  .mbtk-block-editor .has-large-font-size a,
  .mbtk-block-editor .has-large-font-size b,
  .mbtk-block-editor .has-large-font-size strong,
  .mbtk-block-editor .has-large-font-size,
  .mbtk-block-editor ol li.has-large-font-size::before {
    font-size: 1.8rem !important;
  }
  .mbtk-block-editor ul li.has-large-font-size::before {
    top: 1.5rem;
  }
  .mbtk-block-editor .has-medium-font-size a,
  .mbtk-block-editor .has-medium-font-size b,
  .mbtk-block-editor .has-medium-font-size strong,
  .mbtk-block-editor .has-medium-font-size,
  .mbtk-block-editor ol li.has-medium-font-size::before {
    font-size: 1.6rem !important;
  }
  .mbtk-block-editor ul li.has-medium-font-size::before {
    top: 1.1rem;
  }
  .mbtk-block-editor .has-small-font-size a,
  .mbtk-block-editor .has-small-font-size b,
  .mbtk-block-editor .has-small-font-size strong,
  .mbtk-block-editor .has-small-font-size,
  .mbtk-block-editor ol li.has-small-font-size::before {
    font-size: 1.2rem !important;
  }
  .mbtk-block-editor ul li.has-small-font-size::before {
    top: 0.7rem;
  }
  .mbtk-block-editor p {
    padding-bottom: 2rem;
  }
  /* 見出しフォントアピアランス、上下マージン */
  .mbtk-block-editor h1,
  .mbtk-block-editor h2,
  .mbtk-block-editor h3,
  .mbtk-block-editor h4,
  .mbtk-block-editor h5,
  .mbtk-block-editor h6 {
    margin-bottom: 2rem;
  }
  .mbtk-block-editor h1 {
    font-size: 3rem;
  }
  .mbtk-block-editor h2 {
    font-size: 3rem;
  }
  .mbtk-block-editor h3 {
    font-size: 2.4rem;
  }
  .mbtk-block-editor h4 {
    font-size: 2rem;
  }
  .mbtk-block-editor h5 {
    font-size: 1.8rem;
  }
  .mbtk-block-editor h6 {
    font-size: 1.6rem;
  }
  .mbtk-block-editor ul li::before {
    top: 1.2rem;
  }
  .mbtk-block-editor blockquote {
    padding: 2.2rem 2.2rem 3rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
  .mbtk-block-editor .block-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .mbtk-block-editor .block-columns,
  .mbtk-block-editor .block-image,
  .mbtk-block-editor .block-file,
  .mbtk-block-editor .block-audio,
  .mbtk-block-editor .block-video {
    padding-bottom: 3rem;
  }
  .mbtk-block-editor figcaption {
    font-size: 1.6rem;
  }
  .mbtk-block-editor a.block-button__link {
    margin: 0 0 3rem;
  }
  .mbtk-block-editor table {
    padding-bottom: 3rem;
  }
  .mbtk-block-editor .block-table {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
  :root {
    --mbtk--th_td-padding: 1.7rem 2rem 1.8rem 2rem;
  }
  .mbtk-block-editor table + figcaption {
    margin-top: 1.5rem;
  }
  .mbtk-block-editor .block-columns {
    padding-bottom: 3rem;
  }
  .mbtk-block-editor hr {
    margin-bottom: 4rem;
  }
  .mbtk-block-editor iframe {
    margin: 1rem 0 3rem;
  }
  .mbtk-block-editor iframe[src*=maps] {
    width: 100%;
    height: 30rem;
  }

  .mbtk-block-editor .block-note p {
    font-size: 1.5rem;
  }
  .mbtk-block-editor figcaption{
    font-size: 1.5rem;
  }
  .mbtk-block-editor table tbody th,
  .mbtk-block-editor table tbody tr td{
    font-size: 1.6rem;
  }
}
/* ----- responsive (750) ----- */
@media screen and (max-width: 750px) {
  .mbtk-block-editor .block-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem 2rem;
    padding-bottom: 4rem;
  }
  .mbtk-block-editor .block-columns {
    flex-direction: column;
    gap: 3rem;
  }
  .mbtk-block-editor .detail{
    margin-bottom: 2rem;
  }
}
/* --------- mbtk-block-editor ここまで --------- */

/*# sourceMappingURL=mbtk-block-editor.css.map */
