/* Wysiwyg editor
 **************************************** */
  .mce-content-body {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
  }
  .mce-content-body ul:not(:first-child),
  .mce-content-body ol:not(:first-child) {
    margin-top: 1em;
  }
  .mce-content-body ul:not(:last-child),
  .mce-content-body ol:not(:last-child) {
    margin-bottom: 1em;
  }
  .mce-content-body ul li,
  .mce-content-body ol li {
    position: relative;
    margin: 0;
    border-bottom: none;
    padding: 0;
    margin-left: 2em;
    padding-top: 8px;
    line-height: 1.65;
  }
  .mce-content-body ul li {
    list-style-type: none;
    font-family: Hiragino Kaku Gothic W3 JIS2004, sans-serif;
  }
  .mce-content-body ol li {
    list-style-type: decimal;
  }
  .mce-content-body ul li::before {
    content: '';
    position: absolute;
    top: 14px;
    left: -24px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #d7d7d7;
    border-radius: 50%;
  }
  .mce-content-body img {
    margin: 1em 0;
    max-width: 100%;
    height: auto;
  }
  .mce-content-body hr {
    background: transparent;
  }
  .mce-content-body .alignleft {
    float: left;
    clear: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .mce-content-body .alignright {
    float: right;
    clear: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .mce-content-body .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  .mce-content-body img.aligncenter {
    display: block;
  }
  .mce-content-body .alignleft:last-child,
  .mce-content-body .alignright:last-child,
  .mce-content-body .aligncenter:last-child {
    margin-bottom: 0;
  }
  .mce-content-body p {
    letter-spacing: .1em;
  }
  .mce-content-body p:not(:last-child) {
    margin-bottom: 1em;
  }
  .mce-content-body p.no-mgn {
    margin-bottom: 0;
  }
  .mce-content-body b {
    font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  }
  .mce-content-body strong {
    font-family: Hiragino Kaku Gothic W6 JIS2004, sans-serif;
  }
  .mce-content-body blockquote {
    margin: 1em 0;
    padding: 15px 40px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    font-style: oblique;
    color: #666;
    background-color: #f8f8f8;
  }
  .mce-content-body blockquote p { margin-bottom: 0; }
  .mce-content-body blockquote::before,
  .mce-content-body blockquote::after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    opacity: .25;
  }
  .mce-content-body blockquote::before {
    background-image: url('../images/common/icon-quote_left.svg');
    top: 13px;
    left: 10px;
  }
  .mce-content-body blockquote::after {
    background-image: url('../images/common/icon-quote_right.svg');
    bottom: 13px;
    right: 10px;
  }
  .mce-content-body a:hover {
    text-decoration: underline;
  }
  .mce-content-body a[target]::after {
    content: '';
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+PHBhdGggZD0iTTI4IDhIMTRhMiAyIDAgMDAtMiAydjJoMnYtMmgxNHYxMGgtMnYyaDJhMiAyIDAgMDAyLTJWMTBhMiAyIDAgMDAtMi0yeiIgY2xhc3M9ImNsci1pLW91dGxpbmUgY2xyLWktb3V0bGluZS1wYXRoLTEiLz48cGF0aCBkPSJNMjIgMTRIOGEyIDIgMCAwMC0yIDJ2MTBhMiAyIDAgMDAyIDJoMTRhMiAyIDAgMDAyLTJWMTZhMiAyIDAgMDAtMi0yek04IDI2VjE2aDE0djEweiIgY2xhc3M9ImNsci1pLW91dGxpbmUgY2xyLWktb3V0bGluZS1wYXRoLTIiLz48cGF0aCBmaWxsLW9wYWNpdHk9IjAiIGQ9Ik0wIDBoMzZ2MzZIMHoiLz48L3N2Zz4=');
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -5px;
    opacity: 0.75;
  }
  .mce-content-body .footer_text small {
    display: block;
    margin-top: 8px;
    text-align: right;
  }
  .mce-content-body table {
    border: none;
    height: auto !important;
  }
  .mce-content-body table:not(:first-child) { margin-top: 1em; }
  .mce-content-body table:not(:last-child) { margin-bottom: 1em; }
  .mce-content-body th,
  .mce-content-body td,
  .mce-content-body tr {
    height: auto !important;
  }
  .mce-content-body th,
  .mce-content-body td {
    padding: 28px;
    border-bottom: 1px solid #E6E6E6;
  }
  .mce-content-body th {
    padding-right: 16px;
    min-width: 90px;
    vertical-align: middle;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
    padding-left: 32px;
    padding-right: 16px;
    font-size: 113%;
    font-family: Hiragino Kaku Gothic W1 JIS2004, sans-serif;
  }
  .mce-content-body td {
    flex: 1;
    line-height: 1.5;
    vertical-align: middle;
  }
  .mce-content-body sup {
    font-size: 70%;
    color: #555;
  }

  /*iframe--youtube*/
  .mce-content-body .iframe--youtube {
    position: relative;
    margin-bottom: 40px;
    padding-top: calc(100% * .5625);
  }
  .mce-content-body .iframe--youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*table scroll*/
  .table-sp-scroll {
    white-space: nowrap;
  }
  .scroll {
    overflow-x: scroll;
    margin-bottom: 1em;
    -webkit-overflow-scrolling: touch;
  }
  .scroll table { margin: 0; }
  .scroll--cap {
    text-align: right;
    margin: 1em 0 0 !important;
    opacity: .25;
    font-size: 93%;
  }

  @media screen and (max-width: 1080px) {
    .table-sp-full {
      width: 100% !important;
    }
    .table-sp-full th,
    .table-sp-full td {
      flex: 1;
    }
    .table-sp-block,
    .table-sp-block th,
    .table-sp-block td {
      width: 100% !important;
    }
    .table-sp-block th,
    .table-sp-block td {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .mce-content-body {
      font-size: 100%;
    }
    .mce-content-body p:not([class]) {
      text-align: left !important;
    }
    .mce-content-body .alignright,
    .mce-content-body .alignleft  {
      width: 100% !important;
      float: none;
      margin: 20px auto;
      display: block;
    }
    .mce-content-body blockquote {
      padding: 15px;
    }
    .mce-content-body blockquote::before {
      top: 0;
      left: 0;
    }
    .mce-content-body blockquote::after {
      bottom: 0;
      right: 0;
    }
    .mce-content-body ul li {
      padding-left: 0;
    }
    .mce-content-body ul li::before {
      left: -20px;
      padding-top: 6px;
      font-size: 12px;
    }
    .mce-content-body .col-md-6:first-child {
      margin-bottom: 24px;
    }
    .mce-content-body table {
      width: 100% !important;
    }
    .mce-content-body th {
      padding-right: 8px;
      padding-bottom: 0;
      font-weight: bold;
    }
    .mce-content-body th,
    .mce-content-body td {
      padding: 8px;
    }
    .mce-content-body .table-sp-block th {
      border: none;
      padding: 16px 0 8px;
      color: #909090;
    }
    .mce-content-body .table-sp-block td {
      padding: 0 0 16px;
    }
  }

/* 管理画面エディタ用
*************************************************** */
  .mce-content-body.wp-editor {
    padding: 24px !important;
    max-height: 100vh !important;
    overflow-y: scroll !important;
  }

  @media screen and (max-width: 767px) {
    .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2),
    .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2) ~ * {
      display: table-cell;
      width: auto !important;
    }
  }
/* quicktag
**************************************** */
.editor-ttl {
  font-size: 240%;
  letter-spacing: .14em;
  color: #1F2427;
  font-family: Hiragino Kaku Gothic W1 JIS2004, sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4;
}
.editor-ttl.mgn-sm {
  margin-bottom: 16px;
}
.editor-ttl2 {
  font-family: Hiragino Kaku Gothic W1 JIS2004, sans-serif;
  font-weight: 700;
  font-size: 174%;
  margin-bottom: 32px;
  line-height: 1.4;
}
.editor-ttl3 {
  font-family: Hiragino Kaku Gothic W1 JIS2004, sans-serif;
  font-weight: 700;
  font-size: 120%;
  margin-bottom: 24px;
  line-height: 1.4;
}
.p-strong {
  font-family: Hiragino Kaku Gothic W3 JIS2004, sans-serif;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: .08em;
}
@media screen and (min-width: 768px) {
  .mce-content-body .pc-none,
  .mce-content-body .pc-none + br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mce-content-body .pc-none + br {
    display: none;
  }
  .editor-ttl {
    font-size: 200%;
    margin-bottom: 24px;
  }
  .editor-ttl2 {
    margin-bottom: 24px;
  }
  .p-strong {
    text-align: left !important;
  }
  .p-strong:not(.p-strong-sp_br_block) br,
  .p-strong.p-strong-sp_br_block .pc-none + br {
    display: none;
  }
}

/* --- 料金リスト --- */
.menuPrice {
	margin: auto;
	display: flex;
	flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.menuLeft,.menuRight {
	flex: 0 1 auto;
}
.centerLine {
	padding: 5px 15px;
	flex-grow: 2;
}
.centerLine hr {
	border-width: 1px 0 0 0;
	border-style: dotted;
  border-color: #888;
}

@media screen and (max-width: 767px) {
  .menuLeft {
    width: 100%;
  }
  .centerLine {
    padding: 5px 15px 5px 48px;
  }
}


/* --- メニューリスト --- */
.mce-content-body .plan--menu--list {
  text-align: center;
}
.mce-content-body .plan--menu--list li {
  margin: 0;
  display: inline-block;
  background-color: #fff;
  padding: 8px 17px;
  border-radius: 30px;
}
.mce-content-body .plan--menu--list li::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .mce-content-body .plan--menu--list li {
    margin-bottom: 4px;
  }
}

