/* Wysiwyg editor
 **************************************** */
  .mce-content-body {
    word-break: break-word;
    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;
  }
  .mce-content-body ul li::before {
    content: '';
    position: absolute;
    left: -1.2em;
    top: 1.1em;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: #A38F5B;
  }
  .mce-content-body ol li {
    list-style-type: decimal;
  }
  .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 strong {
    font-weight: bold;
  }
  .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 .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: 12px;
    border: 1px solid #ccc;
  }
  .mce-content-body th {
    padding-right: 16px;
    min-width: 200px;
    vertical-align: middle;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
    padding-left: 24px;
    padding-right: 16px;
    background-color: #A59B80;
    color: #fff;
    font-size: 94%;
  }
  .mce-content-body td {
    flex: 1;
    line-height: 1.5;
    vertical-align: middle;
  }
  .mce-content-body sup {
    font-size: 70%;
    color: #555;
  }
  .mce-content-body .table2 {
    border-top: solid 1px #A38F5B;
  }
  .mce-content-body .table2 th, 
  .mce-content-body .table2 td {
    padding: 40px;
    background-color: transparent;
    border: none;
    color: #323232!important;
    border-bottom: solid 1px #A38F5B;
  }
  .mce-content-body .table2 th {
    font-size: 107%;
  }

  /* iframe */
  .mce-content-body .iframe {
    position: relative;
    margin-bottom: 40px;
  }
  .mce-content-body .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mce-content-body .iframe--youtube,
  .mce-content-body .iframe--google_map {
    padding-top: calc( 9 / 16 * 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 .col-md-6:first-child {
      margin-bottom: 24px;
    }
    .mce-content-body table {
      max-width: none !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 .table2 th, 
    .mce-content-body .table2 td {
      padding: 16px;
    }
    .mce-content-body .table2 th {
      background-color: #F7F3ED;
    }
  }

/* 管理画面エディタ用
*************************************************** */
  .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;
    }
  }

/* add quicktag
*************************************************** */
  /* 見出し */
  .editor-ttl {
    margin-bottom: 32px;
    font-size: 200%;
    line-height: 1.5;
    letter-spacing: .16em;
    color: #A38F5B;
  }
  .editor-ttl.staff {
    color: #323232;
  }
  .editor-ttl.staff small {
    display: block;
    color: #A38F5B;
    font-size: 50%;
    font-family: A1 Mincho, serif;
  }
  * + .editor-ttl {
    margin-top: 40px;
  }
  .editor-ttl2 {
    margin-bottom: 24px;
    font-size: 150%;
    line-height: 1.5;
    letter-spacing: .16em;
  }
  * + .editor-ttl2 {
    margin-top: 40px;
  }
  .editor-ttl3 {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: solid 1px;
    font-size: 125%;
    line-height: 1.5;
    letter-spacing: .16em;
  }
  * + .editor-ttl3 {
    margin-top: 40px;
  }

  /* 注意書き */
  .txt-attention {
    font-size: 88%;
    color: #999;
  }

  @media screen and (max-width: 767px) {
    .editor-ttl {
    margin-bottom: 24px;
      font-size: 140%;
    }
    * + .editor-ttl {
      margin-top: 24px;
    }
    .editor-ttl2 {
    margin-bottom: 16px;
      font-size: 128%;
    }
    * + .editor-ttl2 {
      margin-top: 24px;
    }
    .editor-ttl3 {
      font-size: 115%;
    }
    * + .editor-ttl3 {
      margin-top: 24px;
    }
  }

  /* --- 料金表 --- */
  .menu_list {
    padding: 108px 110px 88px;
    border: solid 1px #A59772;
    background-color: #fff;
  }
  .menu_list > div {
    width: calc(50% - 59px);
  }
  .menu_list--child {
    margin-bottom: 40px;
  }
  .menu_list--child .txt-size {
    margin: 0 0 0 20px;
  }
  .line-none .menu_table .name {
    width: 100%;
  }
  .line-none .menu_table::before {
    display: none;
  }
  .menu_box {
    padding: 56px 66px;
    border: solid 1px #A59772;
  }
  .menu_box > p {
    font-size: 94%;
    line-height: 1.6;
  }
  .menu_box > p + .txt {
    margin-top: 24px;
  }
  .menu_list--child .ttl,
  .menu_box .ttl {
    margin-bottom: 8px;
    font-size: 163%;
    letter-spacing: .115em;
    line-height: 2;
    color: #A59772;
    text-transform: uppercase;
  }
  .menu_table {
    margin-bottom: 16px;
    color: #4D4D4D;
  }
  .menu_table::before {
    content: "";
    position: absolute;
    top: .95em;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    background-color: #D7D2CA;
  }
  .menu_table .name {
    margin-right: 24px;
    padding-right: 24px;
    line-height: 1.4;
    background-color: #fff;
  }
  .menu_table .price {
    padding-left: 24px;
    line-height: 1.4;
    background-color: #fff;
  }
  .lps_sec:nth-child(2n) .menu_table .name,
  .lps_sec:nth-child(2n) .menu_table .price {
    background-color: #F8F8F8;
  }

  .menu_list--child2 {
    width: 100%!important;
    margin-top: 54px;
    margin-bottom: 0;
  }
  .menu_list--child2 .ttl {
    font-size: 200%;
    color: #323232;
  }
  .menu_list--child2 .txt {
    padding: 84px 72px 72px;
    background-color: #F7F3ED;
  }
  .menu_list--child2 .menu_table {
    width: calc(50% - 60px);
  }
  .menu_list--child2 .menu_table .name,
  .menu_list--child2 .menu_table .price {
    background-color: #F7F3ED;
  }
  @media all and (-ms-high-contrast: none) {
    .menu_table::before {
      top: .55em;
    }
    .menu_table .name {
      width: calc(100% - 120px);
    }
  }
  @media screen and (max-width: 767px) {
    .menu_box {
      padding: 28px 24px;
    }
    .menu_list {
      padding: 32px 32px 44px;
    }
    .menu_list > div,
    .menu_list--child2 .menu_table {
      width: 100%;
    }
    .menu_list--child .ttl {
      font-size: 144%;
      margin-bottom: 0;
    }
    .menu_table .name {
      margin-right: 12px;
      padding-right: 12px;
    }
    .menu_table .price {
      min-width: 88px;
      padding-left: 12px;
      text-align: right;
    }
    .menu_list--child2 {
      margin-top: 0;
    }
    .menu_list--child2 .txt {
      padding: 32px 32px 24px;
    }
  }
  @media screen and (max-width: 320px) {
    .menu_list {
      padding: 32px 16px 44px;
    }
    .menu_list--child2 .txt {
      padding: 32px 16px 24px;
    }
  }