/**
 * Theme Name: Atsumaru Custom Fabric Theme
 * Version: 0.0.1
 * Template: arkhe
 */

:root {
  --fabric--demo-content--display: flex;
}


/** ==========================================================================
*
* colors
*
========================================================================== **/

:root {
  --arkb-qa_color: #A0821D;
  --wp--preset--color--cyan-bluish-gray: #C9C9C9;
  --arkb-list_color_icon: #A0821D;

  --ark-padding--container: min(48px,6vw);
}
:root {
  --qms-border_color: #ccc;
  --qms-border_border_color: #E2D9BA;
  --qms-table_color: #FAF7F2;
  --qms-accent_color: #A0821D;
  --qms-accent02_color: #6A9398;
  --qms-sub_color: #A0821D;
  --qms-icon_color: #A0821D;
}

:root {
  --brick--color--dark-background: #FAF7F2;
  --brick--color--flow-current-background: #A0821D;
  --brick--color--accent-background: #A0821D;
}

[class*="is-style-ark-list-icon"] > li::before {
  color: var(--qms-icon_color);
}

/** ==========================================================================
*
* font
*
========================================================================== **/
:root {
  --default_font: dnp-shuei-mincho-pr6, sans-serif;
  --default_weight-bold: 500;
  --default_weight-medium: 500;
  --default_weight-regular: 500;
  --ja_font: source-han-sans-japanese, sans-serif;
  --ja_weight-bold: 500;
  --en_font:"Crimson Text", serif;
  --en_weight-bold: 400;
  --en_weight-demi: 400;
  --en_weight-regular: 400;
}
body {
  font-family: var(--default_font);
  font-weight: var(--default_weight-regular);
}
p {
  font-size: 0.9rem;
}
.en {
  font-family: var(--en_font);
  font-weight: var(--en_weight-regular);
  line-height: 1;
}
.is-style-en_title-heading {
  font-family: var(--en_font);
  font-weight: var(--en_weight-regular);
  line-height: 1;
}

.has-text-align-sp-left {
  @media print, screen and (max-width: 740px) {
    text-align: left;
  }
}
.has-text-align-sp-center {
  @media print, screen and (max-width: 740px) {
    text-align: center;
  }
}

/* ------------------------------------

line-clamp

------------------------------------ */

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  @media print, screen and (max-width: 740px) {
    -webkit-line-clamp: 3;
  }
}
.line-clamp-three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  @media print, screen and (max-width: 740px) {
    -webkit-line-clamp: 3;
  }
}

@media print, screen and (max-width: 740px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .sp {
    display: none;
  }
}

//vw指定
@function vw($size, $viewport: 390) {
  @return ($size / $viewport) * 100vw;
}

//vwでのフォントサイズ指定
@mixin fz($font_size: 10) {
  font-size: $font_size * 1px;
  font-size: vw($font_size);
}


/** ==========================================================================
*
* 全ページ 共通
*
========================================================================== **/
.p-breadcrumb {
  &__item:last-child {
    overflow: hidden;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
  &:hover {
    opacity: 0.7;
  }
}


/** ==========================================================================
*
* 固定ページ 共通
*
========================================================================== **/

.c-postContent h1,
.c-postContent h2,
.c-postContent h3,
.c-postContent h4,
.c-postContent h5,
.c-postContent h6 {
  line-height: 1.3;
  font-weight: var(--default_weight-regular);
}

.page .p-topArea .c-pageTitle__main::before {
  content: "";
  display: block;
  text-align: center;
  font-family: var(--en_font);
  font-size: 2.5rem;
  font-weight: var(--en_weight-regular);
  line-height: 1;
  @media print, screen and (max-width: 740px) {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 2px;
  }
}
.page-id-91 .p-topArea .c-pageTitle__main::before {
  content: "FAQ";
}
// .page-id-1118 .p-topArea .c-pageTitle__main::before {
//   content: "ABOUT";
// }
// .page-id-1049 .p-topArea .c-pageTitle__main::before {
//   content: "CEREMONY STYLE";
// }
// .page-id-1555 .p-topArea .c-pageTitle__main::before {
//   content: "PARTY STYLE";
// }
// .page-id-1756 .p-topArea .c-pageTitle__main::before {
//   content: "DRESS";
// }
// .page-id-2067 .p-topArea .c-pageTitle__main::before {
//   content: "ACCESS";
// }
.page-id-794 .p-topArea .c-pageTitle__main::before {
  content: "BRIDAL FAIR";
}
.page-id-16, .page-id-465, .page-id-493, .page-id-495, .page-id-498, .page-id-500 {
  .p-topArea .c-pageTitle__main::before {
    content: "RESERVE";
  }
}
.page-id-483, .page-id-484 {
  .p-topArea .c-pageTitle__main::before {
    content: "CONTACT";
  }
}



// .page-id-2025 .p-topArea .c-pageTitle__main::before {
//   content: "BEST RATE GUARANTEE";
// }
// .page-id-2025 .l-wrapper .l-content {
//   padding-top: 628px;
//   position: relative;
//   @media print, screen and (max-width: 740px) {
//     padding-top: 65vw;
//   }
// }



/**  パーティーレポート  **/
.l-page-report {
  .qms4__post-list[data-layout=card][data-num-columns-pc="3"] .qms4__post-list__list {
    gap: 44px;
  }
  .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
    width: 100%;
    margin-top: 15px;
  }
  .qms4__post-list__terms--taxonomy-report__hash {
    .icon,
    .qms4__post-list__terms__icon {
      border: none;
      padding: 0 4px 0 0;
      position: relative;
      background: none !important;
      color: #9F9F9F;
      &::before {
        content: "#";
        padding-right: 2px;
      }
    }
  }
  .wp-block-buttons {
    @media print, screen and (min-width: 1001px) {
      gap: 2rem;
    }
    @media print, screen and (max-width: 1000px) {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
  }
}
.c-postContent .l-page-report.l-slide .wp-block-button {
  @media print, screen and (min-width: 741px) {
    width: calc(30% - var(--wp--style--block-gap, .5em)*.75);
  }
  @media print, screen and (max-width: 740px) {
    padding-top: 0;
  }
}


/**  お客様の口コミ  **/
.l-page-voice {

}

/**  ○○についてのよくある質問  **/
.l-page-faq {
  &__list {
    .ark-block-column {
      @media print, screen and (min-width: 741px) {
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-top: 1px dotted #C9C9C9;
      }
      @media print, screen and (max-width: 740px) {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px dotted #C9C9C9;
      }
      &:nth-child(-n+2) {
        @media print, screen and (min-width: 741px) {
          border-top: none;
        }
      }
    }
    .p-item__title {
      @media print, screen and (max-width: 740px) {
        padding-right: 25px;
        position: relative;
        &::before, &::after {
          position: absolute;
          content: "";
          display: block;
          transition: all 0.4s;
          background: #A0821D;
          right: 5px;
          top: 12px;
          width: 14px;
          height: 1px;
          opacity: 1;
        }
        &::before {
          transform: rotate(90deg);
        }
        &.active::before {
          transform: rotate(0deg);
        }
        &.active::after {
          transform: rotate(-90deg);
          opacity: 0;
        }
      }
    }
    .p-item__text {
      @media print, screen and (max-width: 740px) {
        display: none;
      }
    }
  }
}

/** ==========================================================================
*
* 中面共通
*
========================================================================== **/
.page-template-default {
  .p-topArea {
   display: none;
  }
  .p-breadcrumb {
   display: none;
  }
  .l-content__body {
   // overflow: hidden;
 }
 }
/**  その他のコンテンツ  **/
.l-other-contents {
  &__list01 {
    .ark-block-columns__inner {
      justify-content: center;
    }
  }
  &__list02 {
    .ark-block-columns__inner {
      justify-content: center;
    }
  }
}


/** ==========================================================================
*
* 見出し
*
========================================================================== **/

/**  h1見出し  **/

.p-topArea {
  @media screen and (min-width: 741px) {
    min-height: 44vh;
  }
  .c-pageTitle__main {
    position: relative;
    font-size: 0.9rem;
    font-weight: var(--default_weight-regular);
    @media print, screen and (max-width: 740px) {
      font-size: 0.85rem;
    }
  }
  .c-pageTitle__en {
    font-size: 2.5rem;
    font-weight: var(--en_weight-regular);
    @media print, screen and (max-width: 740px) {
      font-size: 2rem;
    }
  }
}
.p-topArea.-noimg {
  background: #F4F1F0;
  padding: 32px 0 28px;
  min-height: inherit;
  @media print, screen and (max-width: 740px) {
    padding: 6vw 0 5vw;
  }
  .p-topArea__body {
    color: #343434;
    text-shadow: none;
  }
  .c-pageTitle__main {
    @media print, screen and (max-width: 740px) {
      font-size: 0.9rem;
      line-height: 1.2;
    }
  }
}


/**  見出し  **/

.p-header {
  .en {
    color: var(--qms-accent_color);
  }
}
.p-title-border {
  position: relative;
  margin-bottom: 54px!important;
  &::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--qms-accent_color);
  }
}

.p-title-bg_en {
  position: relative;
  .en {
    font-size: 100px;
    line-height: 1.1;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    @media print, screen and (max-width: 740px) {
      font-size: 14vw;
      line-height: 1;
    }
  }
}


/**  枠線の見出し①  **/

.is-style-border01-heading {
  padding: 20px;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}


/**  枠線の見出し②  **/

.is-style-border02-heading {
  padding: 20px 22px;
  // border: 2px solid #A0821D;
  background: #EBE4CE;
}


/**  下線の見出し①  **/

.is-style-under_line01-heading {
  text-align: center;
  position: relative;
  margin-bottom: 54px!important;
  &::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--qms-accent_color);
  }
}


/**  下線の見出し②  **/

.is-style-under_line02-heading {
  position: relative;
  padding: 0 0 1rem 0;
  border-bottom: 3px solid #A0821D;
  &::before {
    position: absolute;
    bottom: -14px;
    left: 1.5em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #A0821D transparent transparent;
  }
  &::after {
    position: absolute;
    bottom: -10px;
    left: 1.5em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
  }
}


/**  下線の見出し③  **/

.is-style-under_line03-heading {
  padding: 18px 0;
  border-bottom: 4px solid rgba(#A0821D, 0.4);
  position: relative;
  &::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 90px;
    border-bottom: 4px solid #A0821D;
  }
}


/**  下線の見出し④  **/

.is-style-under_line04-heading {
  position: relative;
  padding: 0 0 18px 0;
  &::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #A0821D, #A0821D 1px, transparent 1.5px, transparent 2.5px);
    background-image: repeating-linear-gradient(-45deg, #A0821D, #A0821D 1px, transparent 1.5px, transparent 2.5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}


/**  カッコ付の見出し  **/

.p-angle_brackets-heading {
  position: relative;
  padding: 10px 22px;
  display: inline-block;
  &::before,
  &::after {
    position: absolute;
    content: '';
  }
  &::after {
    top: 0;
    left: 0;
    width: 16px;
    height: 25px;
    border-top: 3px solid #A0821D;
    border-left: 3px solid #A0821D;
  }
  &::before {
    right: 0;
    bottom: 0;
    width: 16px;
    height: 25px;
    border-right: 3px solid #A0821D;
    border-bottom: 3px solid #A0821D;
  }
}



/** ==========================================================================
*
* ボタン
*
========================================================================== **/

/**  outline button  **/

.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline {
  @media print, screen and (max-width: 740px) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  a {
    font-weight: 500;
    text-align: center;
    border: 1px solid #A0821D;
    border-radius: 60px;
    padding: 15px 0;
    display: block;
    max-width: 340px;
    position: relative;
    // background: #fff;
    color: #111;
    overflow: hidden;
    @media print, screen and (min-width: 741px) {
      padding: 14px 0;
      width: 345px;
      transition: 0.4s;
    }
    @media print, screen and (max-width: 740px) {
      margin-left: auto;
      margin-right: auto;
    }
    &::before {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: scale(0, 1);
      transform-origin: right top;
      background: #A0821D;
      content: '';
      transition: transform .3s;
    }
    &::after {
      position: absolute;
      top: 0;
      right: 25px;
      bottom: 0;
      width: 8px;
      height: 8px;
      margin: auto;
      transform: rotate(45deg);
      border-top: 1px solid #222222;
      border-right: 1px solid #222222;
      vertical-align: middle;
      content: "";
    }
    &:hover {
      opacity: 0.999;
      color: #fff;
      &::before {
        transform: scale(1, 1);
        transform-origin: left top;
      }
      &::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
      }
    }
  }
}
.is-style-prev.is-style-prev.is-style-prev.is-style-prev.is-style-prev {
  a::after {
    left: 25px;
    right: auto;
    transform: rotate(-45deg);
    border-right: none;
    border-left: 1px solid #222222;
  }
  a:hover::after {
    border-right: none;
    border-left: 1px solid #fff;
  }
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #A0821D;
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #fff;
  color: #111;
  overflow: hidden;
  @media print, screen and (min-width: 741px) {
    padding: 16px 0;
    width: 345px;
    transition: 0.4s;
  }
  @media print, screen and (max-width: 740px) {
    margin-left: auto;
    margin-right: auto;
  }
  &::before {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    background: #A0821D;
    content: '';
    transition: transform .3s;
  }
  &::after {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    vertical-align: middle;
    content: "";
  }
  &:hover {
    opacity: 0.999;
    color: #fff;
    &::before {
      transform: scale(1, 1);
      transform-origin: left top;
    }
    &::after {
      background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
    }
  }
}


/**  fill button  **/

.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill {
  @media print, screen and (max-width: 740px) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  a {
    font-weight: 500;
    text-align: center;
    border: 1px solid #A0821D;
    border-radius: 28px;
    padding: 15px 0;
    display: block;
    max-width: 340px;
    position: relative;
    background: #A0821D;
    color: #fff;
    overflow: hidden;
    @media print, screen and (min-width: 741px) {
      padding: 16px 0;
      width: 345px;
      transition: 0.4s;
    }
    @media print, screen and (max-width: 740px) {
      margin-left: auto;
      margin-right: auto;
    }
    &::before {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: scale(0, 1);
      transform-origin: right top;
      background: #fff;
      content: '';
      transition: transform .3s;
    }
    &::after {
      position: absolute;
      top: 0;
      right: 25px;
      bottom: 0;
      width: 8px;
      height: 8px;
      margin: auto;
      transform: rotate(45deg);
      border-top: 1px solid #222222;
      border-right: 1px solid #222222;
      vertical-align: middle;
      content: "";
    }
    &:hover {
      opacity: 0.999;
      color: #111;
      &::before {
        transform: scale(1, 1);
        transform-origin: left top;
      }
      &::after {
        background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
      }
    }
  }
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button {
  @media print, screen and (max-width: 740px) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  a {
    font-weight: 500;
    text-align: center;
    border: 1px solid #111;
    border-radius: 28px;
    padding: 15px 0;
    display: block;
    max-width: 340px;
    position: relative;
    background: #111;
    color: #fff;
    overflow: hidden;
    @media print, screen and (min-width: 741px) {
      padding: 16px 0;
      width: 345px;
      transition: 0.4s;
    }
    @media print, screen and (max-width: 740px) {
      margin-left: auto;
      margin-right: auto;
    }
    &::before {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: scale(0, 1);
      transform-origin: right top;
      background: #fff;
      content: '';
      transition: transform .3s;
    }
    &::after {
      position: absolute;
      top: 0;
      right: 25px;
      bottom: 0;
      width: 8px;
      height: 8px;
      margin: auto;
      transform: rotate(45deg);
      border-top: 1px solid #222222;
      border-right: 1px solid #222222;
      vertical-align: middle;
      content: "";
    }
    &:hover {
      opacity: 0.999;
      color: #111;
      &::before {
        transform: scale(1, 1);
        transform-origin: left top;
      }
      &::after {
        background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
      }
    }
  }
}


/**  fill_action01 button  **/

.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
  @media print, screen and (max-width: 1000px) {
    width: calc(50% - var(--wp--style--block-gap, .5em)*0.75);
    margin-left: auto;
    margin-right: auto;
  }
  @media print, screen and (max-width: 740px) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  a {
    font-weight: 500;
    text-align: center;
    border: 1px solid #ebe4ce;
    border-radius: 28px;
    padding: 15px 0;
    display: block;
    max-width: 340px;
    position: relative;
    background: #ebe4ce;
    color: #222222;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    @media print, screen and (min-width: 741px) {
      padding: 16px 0;
      transition: 0.4s;
    }
    @media print, screen and (max-width: 740px) {
      margin-left: auto;
      margin-right: auto;
    }
    &::before {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: scale(0, 1);
      transform-origin: right top;
      background: #fff;
      content: '';
      transition: transform .3s;
    }
    &::after {
      position: absolute;
      top: 0;
      right: 25px;
      bottom: 0;
      width: 8px;
      height: 8px;
      margin: auto;
      transform: rotate(45deg);
      border-top: 1px solid #222222;
      border-right: 1px solid #222222;
      vertical-align: middle;
      content: "";
    }
  }
}


/**  fill_action02 button  **/

.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 {
  @media print, screen and (max-width: 740px) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  a {
    font-weight: 500;
    text-align: center;
    border: 1px solid var(--qms-accent02_color);
    border-radius: 28px;
    padding: 15px 0;
    display: block;
    max-width: 340px;
    position: relative;
    background: var(--qms-accent02_color);
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    @media print, screen and (min-width: 741px) {
      padding: 16px 0;
      width: 345px;
      transition: 0.4s;
    }
    @media print, screen and (max-width: 740px) {
      margin-left: auto;
      margin-right: auto;
    }
    &::before {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: scale(0, 1);
      transform-origin: right top;
      background: #fff;
      content: '';
      transition: transform .3s;
    }
    &::after {
      content: "";
      width: 29px;
      height: 6px;
      display: block;
      background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%);
    }
    &:hover {
      opacity: 0.999;
      color: var(--qms-accent02_color);
      &::before {
        transform: scale(1, 1);
        transform-origin: left top;
      }
      &::after {
        background: url(images/icon_arrow_btn_02_accent02.svg) no-repeat center/contain;
      }
    }
  }
}


/**  anchor  **/

.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor {
  a {
    font-weight: 500;
    text-align: center;
    border: 1px solid #A0821D;
    padding: 15px 0;
    display: block;
    max-width: 340px;
    position: relative;
    background: #fff;
    color: #222222;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    @media print, screen and (min-width: 741px) {
      padding: 14px 0;
      width: 345px;
      transition: 0.4s;
    }
    @media print, screen and (max-width: 740px) {
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
    }
    &::before {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: scale(0, 1);
      transform-origin: right top;
      background: #A0821D;
      content: '';
      transition: transform .3s;
    }
    &::after {
      display: block;
      position: absolute;
      z-index: 10;
      top: 50%;
      right: 1em;
      margin-top: -2px;
      width: 8px;
      height: 8px;
      content: " ";
      transform: translateY(-50%) rotate(-135deg);
      border-top: 1px #222222 solid;
      border-left: 1px #222222 solid;
    }
    &:hover {
      opacity: 0.999;
      color: #fff;
      &::before {
        transform: scale(1, 1);
        transform-origin: left top;
      }
      &::after {
        border-top: 1px #fff solid;
        border-left: 1px #fff solid;
      }
    }
  }
}
.c-button-anchor {
  a {
    position: relative;
    padding-right: 2.6em;
    &::after {
      display: block;
      position: absolute;
      z-index: 10;
      top: 50%;
      right: 1em;
      margin-top: -2px;
      width: 8px;
      height: 8px;
      content: " ";
      transform: translateY(-50%) rotate(-135deg);
      border-top: 1px #222222 solid;
      border-left: 1px #222222 solid;
    }
  }
}


/**  c-button-more  **/

.c-button-more {
  position: relative;
  padding-right: 24px;
  &::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(images/icon_arrow_btn_gray.svg) no-repeat center center/contain;
  }
}


/**  c-button-map  **/

.c-button-map {
  display: inline;
  position: relative;
  border: 1px solid #393939;
  padding: 0 14px 1px 6px;
  font-size: 10px;
  color: #fff;
  background-color: #111;
  font-size: .6em;
  &::after {
    content: "";
    position: absolute;
    z-index: 1000;
    top: 52%;
    right: 5px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-width: 3px 0 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #393939;
  }
}


/**  その他ボタン  **/

.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button a {
  border-radius: 0;
  background: #FAF6F0;
  color: #222222;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #C1C1C1;
  padding: 28px 0;
  display: block;
  max-width: 371px;
  position: relative;
  @media print, screen and (max-width: 740px) {
    max-width: inherit;
  }
}
.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button a::after {
  content: "";
  width: 21px;
  height: 4px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  bottom: 9px;
  right: 13px;
}

/** ==========================================================================
*
* パーツ
*
========================================================================== **/

/**  p-parts-house  **/

.p-parts-house {
  text-align: center;
  background:linear-gradient(transparent 14%, #f7f0e7 14%);
  padding: 0 26px 14px 26px;
  .arkb-format-1 {
    font-size: 1.5em;
    margin-right: 5px;
  }
  &__title {
    display: inline-block;
    padding: 0 16px;
    background:linear-gradient(transparent 64%, #fff 64%);
  }
}


/**  p-icon-border-accent  **/

.p-icon-border-accent {
  border: 1px solid var(--qms-accent_color);
  padding: 4px 10px;
  display: inline-block;
  color: var(--qms-accent_color);
}
.p-icon-border-accent-bold {
  border: 2px solid var(--qms-accent_color);
  font-weight: bold;
}


/**  p-blank  **/

.p-blank {
  position: relative;
  &::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(images/icon_blank.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
  }
}


/**  p-tel  **/

.p-tel.p-tel.p-tel.p-tel.p-tel {
  font-size: 2.6rem;
  line-height: 1.3;
  @media print, screen and (max-width: 740px) {
    font-size: 9vw;
  }
  .arkb-format-1 {
    font-size: .6em;
    padding-right: 8px;
  }
  a {
    text-decoration: none;
    color: inherit;
    display: block;
    @media print, screen and (min-width: 741px) {
      pointer-events: none;
    }
  }
}


/**  p-banner-works  **/

.p-banner-works {
  border: 1px solid #707070;
  position: relative;
  @media print, screen and (min-width: 741px) {
    width: 723px;
    padding: 14px;
  }
  @media print, screen and (max-width: 740px) {
    padding: 4vw;
  }
}
.p-banner-works::after {
  content: "";
  width: 26px;
  height: 5px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  bottom: 9px;
  right: 13px;
}
.p-banner-works__title.p-banner-works__title.p-banner-works__title.p-banner-works__title.p-banner-works__title {
  @media print, screen and (min-width: 741px) {
    margin-left: 0;
    padding-left: 5px;
    padding-top: 15px;
  }
  @media print, screen and (max-width: 740px) {
    margin-top: 4vw;
  }
}



/** ==========================================================================
*
* レイアウト
*
========================================================================== **/

/**  PC 幅  **/

.pc-10 {
  @media print, screen and (min-width: 741px) {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pc-20 {
  @media print, screen and (min-width: 741px) {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pc-30 {
  @media print, screen and (min-width: 741px) {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pc-40 {
  @media print, screen and (min-width: 741px) {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pc-50 {
  @media print, screen and (min-width: 741px) {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pc-60 {
  @media print, screen and (min-width: 741px) {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pc-70 {
  @media print, screen and (min-width: 741px) {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pc-80 {
  @media print, screen and (min-width: 741px) {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pc-90 {
  @media print, screen and (min-width: 741px) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}


/**  l-button_list  **/

@media print, screen and (max-width: 740px) {
  .l-button_list {
    &.wp-block-buttons {
      gap: 0.6rem;
    }
    .wp-block-button {
      width: 100%;
      a {
        width: 100%;
      }
    }
  }
}


/**  l-info  **/

.l-info {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column + .wp-block-column {
    @media print, screen and (max-width: 740px) {
      margin-top: .3rem;
    }
  }
}


/**  l-num_count  **/

.l-num_count {
  counter-reset: number 0;
}
.p-num {
  position: relative;
  padding-left: 2.1em;
  @media print, screen and (max-width: 740px) {
    padding-left: 12vw;
  }
  &::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);;
    position: absolute;
    top: -0.1em;
    left: 0;
    z-index: 10;
    text-align: center;
    color: #fff;
    background: var(--qms-accent02_color);
    font-size: 1em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    @media print, screen and (max-width: 740px) {
      top: -1px;
      font-size: .9em;
      width: 1.5em;
      height: 1.5em;
      line-height: 1.5em;
    }
  }
}


/**  2column  **/

@media print, screen and (max-width: 740px) {
  .l-2column-ph_right,
  .l-2column-ph_right .ark-block-columns__inner {
    flex-direction: column-reverse;
    .wp-block-column {
      margin-top: var(--wp-column-gap);
    }
  }
}


/**  l-buttons  **/

.l-buttons {
  margin-bottom: 80px;
  @media print, screen and (min-width: 741px) {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  @media print, screen and (max-width: 740px) {
    margin-bottom: 6vw;
  }
  .wp-block-button {
    @media print, screen and (max-width: 740px) {
      margin-bottom: 4vw;
    }
  }
}





/** ==========================================================================
*
* ヘッダー
*
========================================================================== **/
.l-header-top {
  padding-right: 30px;
  gap: 16px;
  @media print, screen and (max-width: 999px) {
    display: none !important;
  }
  &__link {
    gap: 5px 0;
    &__item {
      padding: 0 15px;
      line-height: 1;
      font-size: 13px;
      border-right: 1px solid #292929;
      &:last-child {
        border-right: none;
      }
    }
  }
  &__text {
    font-size: 13px;
    font-weight: 500;
  }
  &__sns {
    gap: 15px;
    .wp-block-image.is-resized {
      display: flex;
    }
    .wp-block-image a {
      display: flex;
    }
  }
}
.l-header-bottom {
  margin-top: 21px;
  gap: 32px;
  align-items: flex-start;
  @media print, screen and (max-width: 999px) {
    margin-top: 0;
  }
  &__link {
    padding-top: 2px;
    gap: 0.1rem 12px;
    justify-content: flex-end;
    align-items: flex-start;
    @media print, screen and (max-width: 999px) {
      display: none !important;
    }
    a {
      color: #292929;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 13px;
      letter-spacing: 0.02em;
      min-width: 47px;
      span {
        color: #9C7400;
        font-family: var(--en_font);
        letter-spacing: 0;
      }
    }
  }
  .wp-block-button {
    width: 195px;
    @media print, screen and (max-width: 740px) {
      width: 120px;
    }
    .wp-block-button__link {
      width: 100%;
      display: flex;
      gap: 9px;
      align-items: center;
      justify-content: center;
      border-radius: 0;
      padding: 17px 30px 16px 31px;
      font-size: 13px;
      letter-spacing: 0;
      font-weight: 500;
      @media print, screen and (max-width: 740px) {
        @include fz(12);
        padding: vw(8) vw(20) vw(8) vw(16);
      }
      &::before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background: url(../img/top/icon_calendar_02.svg) no-repeat center;
        background-size: 100% auto;
        @media print, screen and (max-width: 740px) {
          width: 16px;
          height: 16px;
        }
      }
    }
  }
}
.l-header a {
  color: inherit;
  text-decoration: none;
  transition: opacity .3s;
  &:hover {
    opacity: 0.7;
  }
}

.l-header__center {
  grid-area: left;
  justify-self: start;
  width: 105px;
  padding: 18px 0 17px;
  @media print, screen and (max-width: 740px) {
    width: 100%;
    padding: vw(6) 0;
  }
  
}


[data-btns=r-l] .l-header__body {
  @media print, screen and (max-width: 740px) {
    grid-template-areas: "search left center right menu";
    grid-template-columns: 0 160px 0 calc(100% - 160px - var(--ark-drawerW)) var(--ark-drawerW);
  }
}

[data-btns=l-r][data-logo=left] .l-header__body, [data-btns=r-l][data-logo=left] .l-header__body {
  @media print, screen and (min-width: 741px) {
    grid-template-areas: "left center right menu";
    grid-template-columns: min-content min-content auto min-content;
    max-width: 100%;
    padding-right: 0;
    padding-left: 14px;
  }
}
.l-header__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  @media print, screen and (max-width: 999px) {
    justify-content: center;
  }
  @media print, screen and (max-width: 740px) {
    display: flex;
    align-items: center;
    pointer-events: inherit!important;
    margin-right: vw(10);
    padding: vw(13) 0 vw(14);
  }
  .wp-block-columns {
    margin-bottom: 0;
  }
  
}

.sp-only .l-header__drawerBtn {
  @media print, screen and (min-width: 741px) {
    display: none;
  }
  .c-iconBtn__icon {
    background: url(images/icon_calendar.png);
  }
}
// .l-header__drawerBtn {
//   @media print, screen and (max-width: 740px) {
//     position: fixed;
//     right: 2.5vw;
//     bottom: 3vw;
//     z-index: 120;
//     .c-iconBtn__icon {
//       color: #fff;
//     }
//   }
// }
// [data-drawer-move=fade][data-drawer=opened] .l-header__drawerBtn {
//   @media print, screen and (min-width: 741px) {
//     .c-iconBtn__icon {
//       color: #222222;
//     }
//   }
// }
[data-drawer=opened] .c-iconBtn__icon .__close {
  color: #222222;
}
.l-header__left {
  z-index: 10;
}
.l-header__logo {
  @media not all and (min-width: 740px){
    justify-content: flex-start;
  }
}
.l-header__center {
  z-index: 10;
}
[data-drawer=opened] .l-header__center {
  pointer-events: inherit;
}

.l-gnav.qms4__mega-menu {
  @media not all and (min-width: 1000px){
    display: none;
  }
  position: sticky;
  z-index: 1;
  top: calc(var(--ark-adminbar_height) + 70px);
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #C9C9C9;
  .qms4__mega-menu__item .qms4__mega-menu__item__label {
    font-size: 17px;
  }
  .qms4__mega-menu__item:hover .qms4__mega-menu__item__label {
    background-color: #FAF6F0;
  }
  .qms4__mega-menu__item__content {
    background-color: #FAF6F0;
    font-size: 13px;
    .wp-block-columns {
      max-width: 1200px;
      margin: 0 auto;
      justify-content: center;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
      margin-left: 24px;
    }
    img {
      height: auto;
      aspect-ratio: 16 / 9;
      object-fit: cover;
    }
  }
}


/** ==========================================================================
*
* フッター
*
========================================================================== **/

.l-footer-contact {
  .ark-block-section__body {
    @media print, screen and (max-width: 740px) {
      padding: 0 vw(20);
    }
  }
  .ark-block-columns {
    background-color: rgba(#fff, .93);
    padding: 57px 74.3px 62px 76px;
    @media print, screen and (max-width: 740px) {
      padding: vw(50) vw(13) vw(39);
      text-align: center;
    }
  }
  .ark-block-columns__inner {
    justify-content: space-between;
    margin: 0;
    flex-wrap: nowrap;
    @media print, screen and (max-width: 1200px) {
      flex-direction: column;
      align-items: center;
    }
    @media print, screen and (max-width: 740px) {
      row-gap: vw(26);
      margin: 0;
    }
  }
  .body {
    width: 100%;
    margin: 0;
    @media print, screen and (max-width: 740px) {
      width: 100%;
    }
  }
  .buttons {
    padding-top: 12px;
    min-width: min(32.2vw, 340px);
    display: flex;
    flex-direction: column;
    gap: 14.4px;
    margin: 0;
    @media print, screen and (max-width: 740px) {
      padding-top: 0;
      width: 100%;
      gap: vw(10.3);
    }
    .wp-block-button {
      width: 100%;
    }
    .wp-block-button__link {
      border-radius: 0;
      font-size: 16px;
      letter-spacing: 0.06em;
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
      padding: 23px 10px;
      @media print, screen and (max-width: 740px) {
        @include fz(16);
      }
    }
    .fair-button {
      img {
        width: 17.23px !important;
      }
    }
    .inquiry-button {
      img {
        width: 17.9px !important;
      }
    }
    .download-button {
      img {
        width: 19.2px !important;
      }
    }
  }
  .wp-block-heading {
    font-size: 49px;
    letter-spacing: 0.034em;
    line-height: 1;
    font-weight: 400;
    @media print, screen and (max-width: 740px) {
      @include fz(39);
      text-align: center;
      margin-bottom: vw(14);
    }
  }
  .top-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #222;
    margin-bottom: 35px;
    @media print, screen and (max-width: 740px) {
      @include fz(13);
      margin-bottom: vw(27);
    }
  }
  .info-text-1 {
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    @media print, screen and (max-width: 740px) {
      @include fz(16);
      margin-bottom: vw(8);
    }
  }
  .tel-text {
    margin-bottom: 15px;
    @media print, screen and (max-width: 740px) {
      margin-bottom: vw(15);
    }
    a {
      font-size: 27px;
      color: #000;
      font-weight: 600;
      line-height: 1;
      pointer-events: none;
      @media print, screen and (max-width: 740px) {
        @include fz(27);
        pointer-events: all;
      }
    }
  }
  .info-text-2 {
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #000;
    margin-bottom: 9px;
    @media print, screen and (max-width: 740px) {
      @include fz(14);
      margin-bottom: vw(9);
    }
  }
  .info-text-3 {
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
    @media print, screen and (max-width: 740px) {
      @include fz(14);
      margin-bottom: vw(7);
    }
  }
  .info-text-4 {
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #000;
    @media print, screen and (max-width: 740px) {
      @include fz(14);
    }
  }
}


.l-footer {
  a {
    color: inherit;
    text-decoration: none;
    transition: opacity .3s;
    &:hover {
      opacity: 0.7;
    }
  }
  .copyright {
    font-size: 10px;
    text-align: center;
    @media print, screen and (max-width: 740px) {
      @include fz(10);
      line-height: 1.8;
    }
  }
}
.l-footer__body {
  padding: 24px 28px 56px !important;
  @media print, screen and (max-width: 740px) {
    padding: vw(24) vw(24) vw(36) !important;
  }
}

.p-fixBtnWrap .-pagetop{
  @media print, screen and (max-width: 740px) {
    display: none;
  }
}
.l-footer-main {
  padding: 40px 0 0 !important;
  display: flex;
  justify-content: center;
  .ark-block-column {
    width: auto;
    min-width: 100px;
  }
}
.l-footer-main__inner {
  position: relative;
  left: -50px;

}

.l-footer-sitemap {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
  padding-left: var(--ark-padding--container);
  padding-right: var(--ark-padding--container);
  width: 100%;
  &.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: auto;
  }
  &__logo {
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.06rem;
  }
  &__link {
    .ark-block-columns__inner {
      justify-content: space-between;
      .ark-block-column {
        width: auto;
      }
    }
  }
}
.l-footer__foot {
  display: none;
}

.l-fixed-footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  .l-fixed-footer__item {
    p {
      padding: 0;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
    }
    a {
      padding: 4vw 0;
      color: inherit;
      text-decoration: none;
      display: block;
      width: 100%;
      line-height: 1.2;
    }
  }
}

.l-footer__widgets {
  padding: 0;
}


/** ==========================================================================
*
* SPメニュー
*
========================================================================== **/

.p-drawer__close.c-modalClose.u-flex--aic {
  @media print, screen and (max-width: 740px) {
    display: none;
  }
}


.p-drawer {
  background: #ffffff;
  color: #111;
  padding-bottom: 0;
  margin-top: var(--ark-header_height);
  padding-top: 0;
}
[data-drawer-move=fade] .p-drawer__inner {
  max-width: inherit;
}
.p-drawer__body {
  padding: 0;
  .w-drawerBottom {
    margin-top: 0;
  }
  .c-widget+.c-widget {
    margin-top: 0;
  }
  .l-drawer__info {
    margin-bottom: 0;
    padding: 0.4rem 0 0.6rem;
  }
  .p-tel {
    font-weight: 500;
    padding-right: 0.8rem;
    a::before {
      content: "";
      width: 27px;
      height: 18px;
      display: inline-block;
      background: url(images/icon_tel.png) no-repeat center/contain;
      margin-right: 3px;
      @media print, screen and (max-width: 740px) {
        width: 39px;
        height: 25px;
      }
    }
  }
}

.qms4__panel-menu {
  background: #ffffff;
}
.qms4__panel-menu__item__label {
  color: #222222;
}
.qms4__panel-menu__front .qms4__panel-menu__item[data-show-submenu=true] .qms4__panel-menu__item__label:after {
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
}
.qms4__panel-menu__front .qms4__panel-menu__item__label--selected {
  background: #FAF7F2;
}
.qms4__panel-menu__front .qms4__panel-menu__item-list a,
.qms4__panel-menu__front .qms4__panel-menu__item-list span,
.qms4__panel-menu__front .qms4__panel-menu__subitem a {
  padding: 16px 26px 16px 12px;
}

.qms4__panel-menu__item[data-show-submenu=false] .qms4__panel-menu__item__label:after {
  content: "";
  width: 11px;
  height: 3px;
  display: block;
  background: url(images/icon_arrow_drawer_btn_white.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.qms4__panel-menu__front .qms4__panel-menu__subitem {
  position: relative;
}
.qms4__panel-menu__front .qms4__panel-menu__subitem:after {
  content: "";
  width: 11px;
  height: 3px;
  display: block;
  background: url(images/icon_arrow_drawer_btn_black.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.c-drawerNav, .widget_categories>ul, .widget_nav_menu .menu, .widget_recent_entries__list, .wp-block-archives-list, .wp-block-categories-list, .wp-block-latest-comments, .wp-block-latest-posts:not(.is-grid), .wp-block-page-list {
  border-bottom: none;
  border-top: 1px solid #E2D9BA;
}
.l-menu-link {
  .ark-block-column {
    border-bottom:  1px solid #E2D9BA;
    &:nth-child(2n+1) {
      border-right:  1px solid #E2D9BA;
    }
  }
  .qms4__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0.8rem;
    height: 100%;
  }
}


/** ==========================================================================
*
* スライダー
*
========================================================================== **/

.l-slide {
  .slick-dots {
    @media print, screen and (max-width: 740px) {
      bottom: -10vw;
    }
    li {
      @media print, screen and (max-width: 740px) {
        margin-left: 8px;
        margin-right: 8px;
      }
      &.slick-active {
        background: #A0821D;
      }
    }
  }
  .wp-block-button {
    @media print, screen and (max-width: 740px) {
      padding-top: 6vw;
    }
  }
  .qms4__post-list .qms4__post-list__list-item {
    @media print, screen and (max-width: 740px) {
      display: block!important;
    }
  }
}
.qms4__post-list .l-slide  .qms4__post-list__list-item {
  @media print, screen and (max-width: 740px) {
    display: block!important;
  }
}

/** ==========================================================================
*
* TOP
*
========================================================================== **/

/** 背景固定 **/
.home #content {
  background-image: url(images/bg_top_01.jpg);
  background-size: 100% auto;
  background-position: center 114px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  
  .l-container {
    @media print, screen and (max-width: 740px) {
      padding: 0 vw(20);
    }
  }
}
.top-sp-bg {
  @media print, screen and (max-width: 740px) {
    position: fixed;
    inset: 0;
    z-index: -1;
    height: 100dvh;
    pointer-events: none;
    background-image: url(images/bg_top_01_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}


/**  MV  **/
.l-top-mv {
  position: relative;
  &__fair {
    position: absolute;
    z-index: 100;
    bottom: 26px;
    right: 52px;
    margin: 0 !important;
    @media print, screen and (max-width: 740px) {
      right: vw(20);
      bottom: vw(15);
    }
    .wp-block-button__link {
      width: 118px;
      height: 118px;
      display: flex;
      flex-direction: column;
      padding: 8px 0 0 !important;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      @media print, screen and (max-width: 740px) {
        width: vw(118);
        height: vw(118);
        padding: 0 !important;
      }
    }
    .en {
      line-height: 1;
      font-size: 22px;
      letter-spacing: 0.06em;
      @media print, screen and (max-width: 740px) {
        @include fz(20);
      }
    }
    .text {
      font-size: 9px;
      font-weight: 500;
      @media print, screen and (max-width: 740px) {
        @include fz(11);
      }
    }
  }
  .ark-block-slider .ark-block-slider__inner {
    @media print, screen and (max-width: 1000px) and (min-width: 741px) {
      height: 60vw;
    }
  }
  .ark-block-slider__nav {
    border-radius: 50%;
    background-color: #fff;
    padding: 8px;
    width: 51px;
    height: 51px;
    @media print, screen and (max-width: 740px) {
      display: none;
    }
    svg {
      width: 19px;
      height: auto;
    }
  }
  .ark-block-slider {
    .ark-block-slider__nav.-prev {
      transform: translateY(-50%);
      left: clamp(50px, calc(50vw - 600px - 60px), 100vw);
    }
    .ark-block-slider__nav.-next {
      transform: translateY(-50%);
      right: clamp(50px, calc(50vw - 600px - 60px), 100vw);
    }
    .swiper-pagination {
      bottom: 101px;
      width: min(72.2%, 1040px);
      left: 50%;
      transform: translateX(-50%);
      text-align: left;
      padding-left: 21px;
      @media print, screen and (max-width: 740px) {
        bottom: vw(30);
        left: vw(20);
        transform: translateX(0);
        padding-left: 0;
      }
    }
  }
  .swiper-pagination-bullet {
    bottom: 112px;
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: rgba(#fff, 0.44);
    opacity: 1;
    @media print, screen and (max-width: 740px) {
      width: 41px;
      height: 4px;
    }
  }
  .swiper-pagination-bullet-active {
    background: #F0EFED;
  }
  .ark-block-slider__media .ark-block-slider__img {
    @media print, screen and (max-width: 1000px) {
      &.arkb-only-pc {
        display: block!important;
      }
      &.arkb-only-sp {
        display: none!important;
      }
    }
    @media print, screen and (max-width: 740px) {
      &.arkb-only-sp {
        display: block!important;
      }
      &.arkb-only-pc {
        display: none!important;
      }
    }
  }
  &__news {
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translateX(-50%);
    width: min(calc(100% - 400px), 1040px);
    padding: 0 34px;
    height: 46px;
    border-radius: 34px;
    z-index: 10;
    background-color: #fff;
    margin: 0 !important;
    display: flex;
    align-items: center;
    @media print, screen and (max-width: 1000px) {
      left: 20px;
      transform: translateX(0);
      width: min(calc(100% - 200px), 1040px);
    }
    @media print, screen and (max-width: 740px) {
      display: none;
    }
    >.wp-block-group__inner-container {
      width: 100%;
    }
    .en {
      font-size: 25px;
      letter-spacing: 0.06em;
    }
    .head {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.06em;
      white-space: nowrap;
    }
    .post {
      margin-left: 10px;
    }
    .qms4__post-list {
      width: 82%;
    }
    .qms4__post-list__list {
      display: block;
    }
    .qms4__post-list__list-item.qms4__post-list__list-item{
      
      a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
      }
      .qms4__post-list__post-date {
        width: auto;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.06em;
        white-space: nowrap;
        margin: 0;
      }
      .qms4__post-list__post-title {
        width: auto;
        letter-spacing: 0.06em;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        margin: 0 0 0 14px;
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-wrap: anywhere;
      }
    }
  }
  &__news-inner {
    width: 100%;
  }
}


/** REASON **/
.l-top-reason {
  .ark-block-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    @media print, screen and (max-width: 740px) {
      gap: vw(9);
    }
  }
  .ark-block-heading__main {
    font-size: 72px;
    font-weight: 400;
    letter-spacing: 0.034em;
    line-height: 0.95;
    color: #333762;
    font-family: var(--en_font);
    @media print, screen and (max-width: 740px) {
      @include fz(46)
    }
  }
  .ark-block-heading__sub {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #222;
    @media print, screen and (max-width: 740px) {
      @include fz(14);
    }
  }
  .ark-block-heading__line {
    display: none;
  }
  .ark-block-columns__inner {
    justify-content: center;
  }
  .image {
    flex: 1 1 auto;
    overflow: hidden;
    
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  }
  .clm-1 {
    .ark-block-columns__inner { 
      align-items: center;
    }
    .body {
      margin: 0;
      padding: 0 0 166px 54px;
      @media print, screen and (max-width: 1200px) {
        padding: 20px 0 166px 36px;
      }
      @media print, screen and (max-width: 740px) {
        padding: vw(5) 0 vw(35);
      }
    }
    .image {
      padding-right: 24px;
      margin-left: calc(50% - 50vw);
      @media print, screen and (max-width: 740px) {
        padding-right: vw(40);
      }
    }
  }
  .clm-2 {
    .ark-block-columns__inner {
      flex-direction: row-reverse;
      align-items: center;
    }
    .body {
      margin: 0;
      padding: 0 54px 80px 0;
      @media print, screen and (max-width: 1200px) {
        padding: 20px 54px 80px 0;
      }
      @media print, screen and (max-width: 740px) {
        padding: vw(25) 0 vw(60);
      }
    }
    .image {
      margin-right: calc(50% - 50vw);
      margin-top: -146px;
      padding-left: 54px;
      @media print, screen and (max-width: 740px) {
        margin-top: 0;
        padding-left: vw(26);
      }
    }
    .text {
      @media print, screen and (max-width: 740px) {
        letter-spacing: 0;
      }
    }
  }
  .clm-3 {
    .ark-block-columns__inner { 
      align-items: center;
      row-gap: vw(25);
    }
    .body {
      margin: 0;
      padding: 0 0 0 59px;
      @media print, screen and (max-width: 1200px) {
        padding: 20px 0 0 59px;
      }
       @media print, screen and (max-width: 740px) {
        padding: 0 0 30px;
       }
    }
    .image {
      padding-right: 24px;
      margin-left: calc(50% - 50vw);
      margin-top: -52px;
      @media print, screen and (max-width: 740px) {
        margin-top: 0;
        padding-right: vw(40);

      }
    }
    .title {
      margin-bottom: 51px;
       @media print, screen and (max-width: 740px) {
        margin-bottom: vw(22);
       }
    }
  }
  .body {
    margin: 0;
    @media print, screen and (max-width: 740px) {
      text-align: center;
    }
  }
  .title {
    position: relative;
    font-size: 51px;
    letter-spacing: 0.1em;
    line-height: 1.13;
    padding-bottom: 41px;
    margin-bottom: 45px;
    white-space: nowrap;
    @media print, screen and (max-width: 740px) {
      @include fz(36);
      margin-bottom: vw(20);
      padding-bottom: vw(18);
    }
    &::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 53px;
      height: 1px;
      background-color: #A58017;
      content: "";
      @media print, screen and (max-width: 740px) {
        left: 50%;
        transform: translateX(-50%);
        width: vw(38);
      }
    }
  }
  .text {
    font-size: 33px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
    @media print, screen and (max-width: 740px) {
      @include fz(25);
    }
  }
  .en-text {
    font-size: 18px;
    letter-spacing: 0.034em;
    @media print, screen and (max-width: 740px) {
      @include fz(13);
      margin-top: vw(10);
      line-height: 1.38;
    }
  }
}

/** BRIDAL FAIR **/
.l-top-fair {

  .ark-block-columns__inner {
    justify-content: center;
    align-items: center;
  }
  .ark-block-columns {
    margin-bottom: 44px;
    @media print, screen and (max-width: 740px) {
      margin-bottom: vw(33);
    }
  }
  .ark-block-column {
    width: auto;
  }
  .title {
    font-size: 63px;
    letter-spacing: 0.034em;
    @media print, screen and (max-width: 740px) {
      @include fz(46);
    }
  }
  .inner {
    padding: 46px 17px 82px;
    width: 100%;
    background-color: #fff;
    @media print, screen and (max-width: 740px) {
      padding: vw(38) vw(10) vw(42);
    }
    iframe {
      display: block;
      width: 100%;
    }
  }
  .text {
    @media print, screen and (max-width: 740px) {
      padding: 0 vw(30);
      @include fz(14);
    }
  }
}

/** CEREMONY **/
.l-top-ceremony {
  .ark-block-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    @media print, screen and (max-width: 740px) {
      margin-bottom: vw(24);
    }
  }
  .ark-block-section__body {
    @media print, screen and (max-width: 740px) {
      padding: 0 vw(20);
    }
  }
  .ark-block-heading__line {
    display: none;
  }
  .ark-block-heading__main {
    font-size: 63px;
    color: #C39309;
    letter-spacing: 0.034em;
    line-height: 1.36;
    font-family: var(--en_font);
    @media print, screen and (max-width: 740px) {
      @include fz(46);
    }
  }
  .ark-block-heading__sub {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    @media print, screen and (max-width: 740px) {
      @include fz(14);
    }
  }
  .main-image {
    margin: 0 calc(50% - 50vw);
    img {
      display: block;
      width: 100%;
    }
  }
  
  .ark-block-columns__inner {
    flex-wrap: nowrap;
    @media print, screen and (max-width: 740px) {
      flex-direction: column;
      row-gap: vw(43);
    }
  }
  .ark-block-button__link {
    border-radius: 24px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 7px 42px 7px 32px;
    position: relative;
    @media print, screen and (max-width: 740px) {
      @include fz(13);
      padding: vw(7) vw(42) vw(7) vw(32);
      border-radius: vw(24);
    }
    &::after {
      position: absolute;
      top: 0;
      right: 23px;
      bottom: 0;
      width: 8px;
      height: 8px;
      margin: auto;
      transform: rotate(45deg);
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      vertical-align: middle;
      content: "";
    }
  }
  .swiper-button-prev {
    background-color: #333762 !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    transform: translateY(calc(-50% - 5px));
    @media print, screen and (max-width: 740px) {
      transform: translateY(0);
    }
    svg {
      width: 12px;
      height: auto;
      color: #fff;
    }
  }
  .swiper-button-next {
    background-color: #333762 !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    transform: translateY(calc(-50% - 5px));
    @media print, screen and (max-width: 740px) {
      transform: translateY(0);
    }
    svg {
      width: 12px;
      height: auto;
      color: #fff;
    }
  }
  .swiper-pagination {
    text-align: left;
    bottom: 0 !important;
  }
  .head-title {
    color: #333762;
  }
  .clm-1 {
    margin-right: calc(50% - 50vw);
    @media print, screen and (max-width: 740px) {
      margin-top: vw(24);
      margin-right: 0;
    }
    .head {
      width: 277px;
      margin: 0;
      padding-top: 42px;
      @media print, screen and (max-width: 740px) {
        width: 100%;
        text-align: center;
        padding-top: 0;
        .arkb-buttons--7 {
          justify-content: center;
          margin-top: vw(21);
        }
      }
    }
    .slider {
      width: calc(100% - 277px);
      margin: 0;
      @media print, screen and (max-width: 740px) {
        width: auto;
        margin: 0 calc(50% - 50vw);
      }
    }
    .head-title {
      font-size: 46px;
      letter-spacing: 0.034em;
      line-height: 1;
      @media print, screen and (max-width: 740px) {
        @include fz(46);
      }
    }
    .head-text {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.02em;
      @media print, screen and (max-width: 740px) {
        @include fz(16);
      }
    }
    .swiper-button-prev {
      left: 0 !important;
      @media print, screen and (max-width: 740px) {
        left: vw(20) !important;
      }
    }
    .swiper-button-next {
      left: inherit;
      right: 120px !important;
      @media print, screen and (max-width: 740px) {
        right: vw(20) !important
      }
    }
    .swiper-pagination {
      padding-left: 41px;
      @media print, screen and (max-width: 740px) {
        display: none;
      }
      span {
        margin: 0 6px;
      }
    }
    .swiper {
      position: relative;
      padding-left: 48px;
      padding-bottom: 45px;
      @media print, screen and (max-width: 740px) {
        padding-left: 0;
        padding-bottom: 0;
      }
      &::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 100%;
        content: "";
        background-color: #fff;
        z-index: 10;
        @media print, screen and (max-width: 740px) {
          display: none;
        }
      }
    }
  }
  .clm-2 {
    margin-top: 36px;
    margin-left: calc(50% - 50vw);
    @media print, screen and (max-width: 740px) {
      margin-top: vw(35);
      margin-left: 0;
    }
    .head {
      width: 278px;
      margin: 0;
      padding-top: 42px;
      padding-left: 45px;
      @media print, screen and (max-width: 740px) {
        width: 100%;
        text-align: center;
        padding-top: 0;
        padding-left: 0;
        .arkb-buttons--9 {
          justify-content: center;
          margin-top: vw(21);
        }
      }
    }
    .slider {
      width: calc(100% - 278px);
      margin: 0;
      @media print, screen and (max-width: 740px) {
        width: auto;
        margin: 0 calc(50% - 50vw);
      }
    }
    .ark-block-columns__inner {
      flex-direction: row-reverse;
      @media print, screen and (max-width: 740px) {
        flex-direction: column;
      }
    }
    .head-title {
      font-size: 37px;
      letter-spacing: 0.1em;
      line-height: 1;
      @media print, screen and (max-width: 740px) {
        @include fz(37);
      }
    }
    .head-text {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.02em;
      @media print, screen and (max-width: 740px) {
        @include fz(18);
      }
    }
    .swiper-button-prev {
      left: inherit !important;
      right: 0 !important;
      svg {
        display: none;
        @media print, screen and (max-width: 740px) {
          display: block;
        }
      }
      &::after {
        font-size: 10px;
        color: #fff;
      }
      @media print, screen and (max-width: 740px) {
        right: inherit !important;
        left: vw(20) !important;
      }
    }
    .swiper-button-next {
      left: 120px !important;
      right: inherit !important;
      svg {
        display: none;
        @media print, screen and (max-width: 740px) {
          display: block;
        }
      }
      &::after {
        font-size: 10px;
        color: #fff;
      }
      @media print, screen and (max-width: 740px) {
        left: inherit !important;
        right: vw(20) !important;
      }
    }
    .swiper-pagination {
      padding-left: 262px;
      @media print, screen and (max-width: 740px) {
        display: none;
      }
      span {
        margin: 0 6px;
      }
    }
    .swiper {
      position: relative;
      padding-right: 48px;
      padding-bottom: 41px;
      direction: rtl;
      @media print, screen and (max-width: 740px) {
        direction: ltr;
        padding-right: 0;
        padding-bottom: 0;
      }
      &::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 100%;
        content: "";
        background-color: #fff;
        z-index: 10;
        @media print, screen and (max-width: 740px) {
          display: none;
        }
      }
    }
  }
  .banner {
    max-width: 713px;
    margin: 0 auto;
  }
}

/** BANQUET **/
.l-top-banquet {
  .ark-block-heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 33px;
    @media print, screen and (max-width: 740px) {
      margin-bottom: vw(30);
    }
    h2 {
      font-size: 63px;
      font-weight: 400;
      letter-spacing: 0.034em;
      line-height: 1.3;
      color: #C39309;
      font-family: var(--en_font);
      @media print, screen and (max-width: 740px) {
        @include fz(46)
      }
    }
  }
  .ark-block-section__body {
    @media print, screen and (max-width: 740px) {
      padding: 0 vw(20);
    }
  }
  .ark-block-heading__sub {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #222;
    @media print, screen and (max-width: 740px) {
      @include fz(14)
    }
  }
  .ark-block-heading__line {
    display: none;
  }
  .top-text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
    @media print, screen and (max-width: 740px) {
      @include fz(15);
      line-height: 2.13;
    }
  }
  .clm-1 {
    max-width: 1048px;
    margin: 0 auto;
  }
  .clm-2 {
    max-width: 1048px;
    margin: 0 auto;
    img {
      padding-right: 29px;
      @media print, screen and (max-width: 740px) {
        padding-right: 0;
      }
    }
    .title {
      margin-top: 0;
      @media print, screen and (max-width: 740px) {
        margin-top: vw(16);
        white-space: nowrap;
      }
    }
    .title-sub {
      @media print, screen and (max-width: 740px) {
        text-align: center;
      }
    }
    .text {
      @media print, screen and (max-width: 740px) {
        grid-area: txt;
        margin-top: vw(12);
      }
    }
    .body {
      padding-left: 6px;
      @media print, screen and (max-width: 740px) {
        padding-left: 0;
        width: 100%;
        display: contents;
      }
    }
    .image {
      @media print, screen and (max-width: 740px) {
        grid-area: img;
        width: vw(168);
        margin-left: 0;
      }
    }
    .ark-block-columns__inner {
      @media print, screen and (max-width: 740px) {
        display: grid;
        grid-template-columns: vw(168) 1fr;
        margin-left: 0;
        row-gap: 0;
        grid-template-areas:
          "img head"
          "txt txt";
      }
    }
    .sp-head {
      @media print, screen and (max-width: 740px) {
         grid-area: head;
         padding-left: 15px;
      }
    }
    .ark-block-columns__inner {
      align-items: center;
    }
  }
  .title {
    font-size: 41px;
    letter-spacing: 0.034em;
    line-height: 1.1;
    margin-top: 29px;
    @media print, screen and (max-width: 740px) {
      @include fz(25);
      margin-top: vw(9);
    }
  }
  .title-sub {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    @media print, screen and (max-width: 740px) {
      @include fz(16);
      line-height: 1.3;
    }
  }
  .detail {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    @media print, screen and (max-width: 740px) {
      @include fz(14)
    }
  }
  .text {
    margin-top: 22px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.86;
    max-width: 474px;
    @media print, screen and (max-width: 740px) {
      @include fz(14);
      line-height: 2;
      margin-top: vw(18);
      max-width: inherit;
    }
  }
  .wp-block-embed {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: inherit;
  }
}

/** plan **/
.l-top-plan {
  .ark-block-heading {
    display: flex;
    flex-direction: column;
    h2 {
      font-size: 52px;
      font-weight: 400;
      letter-spacing: 0.034em;
      line-height: 0.95;
      color: #333762;
      font-family: var(--en_font);
      line-height: 1;
      @media print, screen and (max-width: 740px) {
        @include fz(46);
      }
    }
  }
  .ark-block-heading__sub {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #222;
    line-height: 1.4;
    @media print, screen and (max-width: 740px) {
      @include fz(14);
    }
  }
  .ark-block-heading__line {
    display: none;
  }
  .qms4__post-list {
    max-width: 1062px;
    margin: 28px auto 0;
    @media print, screen and (max-width: 740px) {
      padding-bottom: vw(40);
    }
    a {
      color: #140804;
    }
    .swiper-pagination {
      @media print, screen and (max-width: 740px) {
        bottom: 0;
      }
    }
    .swiper-pagination-bullet {
      @media print, screen and (max-width: 740px) {
        width: vw(9);
        height: vw(9);
        margin: 0 vw(9) !important;
        background-color: #7478A3;
      }
    }
    .swiper-pagination-bullet-active {
      @media print, screen and (max-width: 740px) {
        background-color: #333762;
      }
    }
  }
  .qms4__post-list__list {
    @media print, screen and (max-width: 740px) {
      gap: 0 !important;
    }
  }
  .qms4__post-list__post-title {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.17;
    margin-top: 30px !important;
    @media print, screen and (max-width: 740px) {
      @include fz(17);
      margin-top: vw(24) !important;
    }
  }
  .qms4__post-list__post-date {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-top: 14px !important;
    @media print, screen and (max-width: 740px) {
      @include fz(15);
      margin-top: vw(13) !important;
    }
  }
  .wp-block-buttons {
    margin-top: 52px;
     @media print, screen and (max-width: 740px) {
      margin-top: vw(29);
     }
    .wp-block-button {
      width: 194px;
      @media print, screen and (max-width: 740px) {
        width: vw(247) !important;
      }
    }
    .wp-block-button__link {
      max-width: 194px !important;
      font-size: 13px;
      letter-spacing: 0.02em;
      border: none !important;
      padding: 8px 7px 8px 0 !important;
      position: relative;
      color: #140804 !important;
      @media print, screen and (max-width: 740px) {
        @include fz(13);
        max-width: inherit !important;
        width: 100%;
        padding: vw(12) vw(7) vw(12) 0 !important;
      }
      &::after {
        position: absolute;
        top: 0;
        right: 19px !important;
        bottom: 0;
        width: 8px;
        height: 8px;
        margin: auto;
        transform: rotate(45deg);
        border-top: 1px solid #140804 !important;
        border-right: 1px solid #140804 !important;
        vertical-align: middle;
        content: "";
        @media print, screen and (max-width: 740px) {
          right: 24px;
        }
      }
    }
  }
}

/** cuisine **/
.l-top-cuisine {
  position: relative;
  .ark-block-heading__main {
    color: #333762;
    font-size: 63px;
    letter-spacing: 0.063em;
    font-weight: 400;
    padding-left: 44px;
    @media print, screen and (max-width: 740px) {
      @include fz(63);
      text-align: left;
      padding-left: 0;
    }
  }
  .ark-block-heading__line {
    display: none;
  }
  .ark-block-columns__inner {
    align-items: center;
    @media print, screen and (max-width: 740px) {
      flex-direction: column;
    }
  }
  .image {
    @media print, screen and (max-width: 740px) {
      width: 100%;
    }
  }
  .body {
    margin-top: 5px;
    @media print, screen and (max-width: 740px) {
      margin-top: vw(5);
      width: 100%;
    }
  }
  .text-1 {
    margin-bottom: 37px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.018em;
    line-height: 1.59;
    padding-left: 44px;
    @media print, screen and (max-width: 740px) {
      @include fz(24);
      padding-left: 0;
      line-height: 1.45;
      margin-bottom: vw(21);

    }
  }
  .bg-body {
    background-color: #D0D2E5;
    padding-top: 58px;
    padding-bottom: 36px;
    padding-left: 44px;
    position: relative;
    @media print, screen and (max-width: 740px) {
      padding: 0;
      background-color: transparent;
    }
    &::before {
      position: absolute;
      top: 0;
      left: -50vw;
      background-color: #D0D2E5;
      width: 100vw;
      height: 100%;
      content: "";
      z-index: -1;
      @media print, screen and (max-width: 740px) {
        display: none;
      }
    }
  }
  .text-2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.94;
    margin-bottom: 46px;
    @media print, screen and (max-width: 740px) {
      @include fz(15);
      line-height: 2.3;
      margin: 0 calc(50% - 50vw) vw(34);
      padding: vw(22) calc(50vw - 50%) vw(16);
      background-color: #D0D2E5;
    }
  }
  .wp-block-buttons {
    margin-top: 42px;
    justify-content: flex-start;
    .wp-block-button__link {
      position: relative;
      font-size: 13px;
      letter-spacing: 0.02em;
      font-weight: 500;
      width: 247px;
      text-align: center;
      padding: 13px 30px !important;
      border: none !important;
      @media print, screen and (max-width: 740px) {
        width: vw(247);
        padding: vw(13) vw(30) !important;
        @include fz(13);
        margin-left: 0 !important;
      }
      &::after {
        position: absolute;
        top: 0;
        right: 19px;
        bottom: 0;
        width: 8px;
        height: 8px;
        margin: auto;
        transform: rotate(45deg);
        border-top: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        vertical-align: middle;
        content: "";
        @media print, screen and (max-width: 740px) {
          right: 24px;
        }
      }
    }
  }
}

/** report **/
.l-top-report {
  .ark-block-heading {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 45px;
    @media print, screen and (max-width: 740px) {
      margin-bottom: vw(25);
    }
    h2 {
      font-size: 46px;
      font-weight: 400;
      letter-spacing: 0.034em;
      line-height: 0.95;
      color: #333762;
      font-family: var(--en_font);
      line-height: 1;
      @media print, screen and (max-width: 740px) {
        @include fz(46);
      }
    }
  }
  .ark-block-heading__sub {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #222;
    line-height: 1.4;
    @media print, screen and (max-width: 740px) {
      @include fz(14);
    }
  }
  .ark-block-heading__line {
    display: none;
  }
  .qms4__post-list {
    max-width: 1078px;
    margin: 28px auto 0;
    @media print, screen and (max-width: 740px) {
      margin: 0 auto;
      padding-bottom: vw(39);
    }
    a {
      color: #140804;
    }
    .swiper-pagination {
      @media print, screen and (max-width: 740px) {
        bottom: 0;
      }
    }
    .swiper-pagination-bullet {
      @media print, screen and (max-width: 740px) {
        width: vw(9);
        height: vw(9);
        margin: 0 vw(9) !important;
        background-color: #7478A3;
      }
    }
    .swiper-pagination-bullet-active {
      @media print, screen and (max-width: 740px) {
        background-color: #333762;
      }
    }
  }
  .qms4__post-list__list {
    gap: 30px;
    @media print, screen and (max-width: 740px) {
      gap: 0 !important;

    }
  }
  .qms4__post-list__post-title {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.41;
    margin-top: 19px !important;
     @media print, screen and (max-width: 740px) {
      @include fz(17);
      margin-top: vw(24) !important;
    }
  }
  .qms4__post-list__post-date {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-top: 11px !important;
    @media print, screen and (max-width: 740px) {
      @include fz(15);
      margin-top: vw(13) !important;
    }
  }
  .wp-block-buttons {
    margin-top: 54px;
    @media print, screen and (max-width: 740px) {
      margin-top: vw(27);
     }
    .wp-block-button__link {
      width: 208px;
      font-size: 13px;
      letter-spacing: 0.02em;
      border: none !important;
      padding: 11px 7px 11px 0 !important;
      position: relative;
      color: #140804 !important;
      @media print, screen and (max-width: 740px) {
        @include fz(13);
        width: vw(247);
        padding: vw(12) vw(7) vw(12) 0;
      }
      &::after {
        position: absolute;
        top: 0;
        right: 22px;
        bottom: 0;
        width: 8px;
        height: 8px;
        margin: auto;
        transform: rotate(45deg);
        border-top: 1px solid #140804;
        border-right: 1px solid #140804;
        vertical-align: middle;
        content: "";
        @media print, screen and (max-width: 740px) {
          right: 24px;
        }
      }
    }
  }
}

/** dress **/
.l-top-dress {
  .ark-block-section__body {
    @media print, screen and (max-width: 740px) {
      padding: 0 vw(20);
    }
  }
  .inner {
    position: relative;
    max-width: 1026px;
    background-color: #F0ECF8;
    margin: 0 auto;
    transform: translateX(20px);
    @media print, screen and (max-width: 740px) {
      transform: translateX(0);
    }
    &::before {
      position: absolute;
      top: 18px;
      right: 27px;
      bottom: 18px;
      left: 27px;
      border: 2px solid #5D2083;
      content: "";
      @media print, screen and (max-width: 740px) {
        top: 11px;
        right: 12px;
        bottom: 16px;
        left: 10px;
      }
    }
  }
  .image {
    position: absolute;
    width: 46%;
    bottom: 0;
    left: -30px;
    @media print, screen and (max-width: 740px) {
      width: vw(319);
      right: 0;
      left: inherit;
    }
    &:hover {
      opacity: 1;
    }
    a {
      &:hover {
        opacity: 1;
      }
    }
  }
  .body {
    padding: 42px 42px 44px 0;
    margin-left: calc(50% - 22px);
    @media print, screen and (max-width: 740px) {
      padding: vw(37) vw(17) vw(95) vw(32);
      margin: 0;
      width: 100%;
    }
    h2 {
      font-size: 56px;
      letter-spacing: 0.034em;
      color: #5D2083;
      line-height: 1;
      margin-bottom: 7px;
      @media print, screen and (max-width: 740px) {
        @include fz(46);
        margin: 0 0 vw(8);
      }
    }
    .text {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.02em;
      line-height: 1.81;
      @media print, screen and (max-width: 740px) {
        @include fz(14);
        line-height: 2;
      }
    }
  }
  .ark-block-columns__inner {
    @media print, screen and (max-width: 740px) {
      display: block;
      margin: 0;
    }
  }
  @media print, screen and (max-width: 740px) {
    .ark-block-buttons {
      margin-top: vw(24);
      .ark-block-button__link {
        border-radius: vw(24);
        width: vw(157);
        @include fz(13);
        letter-spacing: 0.02em;
        position: relative;
        padding: vw(13) 0;
        &::after {
          position: absolute;
          top: 0;
          right: 24px;
          bottom: 0;
          width: 8px;
          height: 8px;
          margin: auto;
          transform: rotate(45deg);
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          vertical-align: middle;
          content: "";
        }
      }
    }
  }
}

/** information **/
.l-top-information {
  position: relative;
  .ark-block-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .ark-block-heading__main {
    color: #9C7400;
    font-size: 46px;
    letter-spacing: 0.034em;
    font-weight: 400;
    line-height: 1;
    font-family: var(--en_font);
    @media print, screen and (max-width: 740px) {
      @include fz(46);
    }
  }
  .ark-block-heading__line {
    display: none;
  }
  .ark-block-heading__sub {
    color: #222;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: 500;
    @media print, screen and (max-width: 740px) {
      @include fz(14);
    }
  }
  .qms4__post-list {
    @media print, screen and (max-width: 740px) {
      padding-bottom: vw(43);
    }
    .swiper-pagination {
      @media print, screen and (max-width: 740px) {
        bottom: 0;
      }
    }
    .swiper-pagination-bullet {
      @media print, screen and (max-width: 740px) {
        width: vw(9);
        height: vw(9);
        margin: 0 vw(9) !important;
        background-color: #DDCAAA;
      }
    }
    .swiper-pagination-bullet-active {
      @media print, screen and (max-width: 740px) {
        background-color: #9C7400;
      }
    }
  }
  .qms4__post-list__list {
    gap: 31px !important;
    @media print, screen and (max-width: 740px) {
      gap: 0 !important;
    }
    .qms4__post-list__terms {
      gap: 14px;
      margin-top: 23px;
      @media print, screen and (max-width: 740px) {
        margin-top: vw(17);
      }
    }
    .qms4__post-list__terms__icon {
      background-color: transparent;
      border: none;
      color: #9F9F9F;
      font-size: 12px;
      letter-spacing: 0.03em;
      padding: 0;
      @media print, screen and (max-width: 740px) {
        @include fz(12);
      }
      &::before {
        content: "#";
      }
    }
    .qms4__post-list__post-title {
      margin-top: 12px;
      font-size: 15px;
      letter-spacing: 0.02em;
      color: #222;
      @media print, screen and (max-width: 740px) {
        @include fz(15);
        line-height: 1.6;
      }
    }
  }
  .wp-block-buttons {
    margin-top: 46px;
    @media print, screen and (max-width: 740px) {
      margin-top: vw(28);
    }
    .wp-block-button__link {
      width: 247px;
      font-size: 13px;
      letter-spacing: 0.02em;
      border: none !important;
      padding: 13px 7px 11px 0 !important;
      position: relative;
      color: #292929;
      @media print, screen and (max-width: 740px) {
        width: vw(247);
        padding: vw(13) vw(7) vw(11) 0 !important;
        @include fz(13);
      }
      &::after {
        position: absolute;
        top: 0;
        right: 22px;
        bottom: 0;
        width: 8px;
        height: 8px;
        margin: auto;
        transform: rotate(45deg);
        border-top: 1px solid #292929 !important;
        border-right: 1px solid #292929 !important;
        vertical-align: middle;
        content: "";
      }
    }
  }
  .ark-block-columns__inner {
    @media print, screen and (max-width: 740px) {
      flex-direction: column;
      .ark-block-column {
        width: auto;
      }
    }
  }
  .ark-block-buttons {
    .ark-block-button {
      width: 100%;
    }
    .ark-block-button__link {
      width: 100%;
      box-shadow: none;
      border: 1px solid #D7C78E;
      color: #222;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0.02em;
      padding: 25px 24px 25px 10px;
      position: relative;
      background-color: #fff;
      @media print, screen and (max-width: 740px) {
        @include fz(16);
        padding: vw(23) vw(24) vw(23) vw(10);
      }
      &::after {
        position: absolute;
        top: 0;
        right: 16px;
        bottom: 0;
        width: 9px;
        height: 9px;
        margin: auto;
        transform: rotate(45deg);
        border-top: 1px solid #292929;
        border-right: 1px solid #292929;
        vertical-align: middle;
        content: "";
        @media print, screen and (max-width: 740px) {
          width: 8px;
          height: 8px;
          right: 10px;
        }
      }
    }
    &.faq {
      .ark-block-button__link {
        width: 100%;
        box-shadow: none;
        border: none;
        color: #222;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.02em;
        padding: 28px 24px 27px 10px;
        position: relative;
        background-color: #DDCAAA;
        @media print, screen and (max-width: 740px) {
          @include fz(16);
          padding: vw(23) vw(24) vw(23) vw(10);
        }
        &::after {
          position: absolute;
          top: 0;
          right: 16px;
          bottom: 0;
          width: 9px;
          height: 9px;
          margin: auto;
          transform: rotate(45deg);
          border-top: 1px solid #292929;
          border-right: 1px solid #292929;
          vertical-align: middle;
          
          content: "";
        }
      }
    }
  }
}

/** access **/
.l-top-access {
  position: relative;
  .ark-block-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .ark-block-heading__main {
    color: #9C7400;
    font-size: 46px;
    letter-spacing: 0.034em;
    font-weight: 400;
    line-height: 1;
    font-family: var(--en_font);
    @media print, screen and (max-width: 740px) {
      @include fz(46);
    }
  }
  .ark-block-heading__line {
    display: none;
  }
  .ark-block-heading__sub {
    color: #222;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: 500;
    @media print, screen and (max-width: 740px) {
      @include fz(14);
    }
  }
  .map {
    margin: 22px calc(50% - 50vw) 0;
    @media print, screen and (max-width: 740px) {
      margin: vw(39) calc(50% - 50vw) 0;
    }
    iframe {
      display: block;
      width: 100%;
      height: 454px;
      @media print, screen and (max-width: 740px) {
        height: vw(411);
      }
    }
  }
}



/** ==========================================================================
*
* システムページ 共通
*
========================================================================== **/

.widget__main-month:not(:root) {
  font-size: 1.1em;
  @media print, screen and (max-width: 740px) {
    font-size: .9em;
  }
  li.active {
    background-color: var(--qms-accent02_color);
    border-color: var(--qms-accent02_color);
  }
}
.widget__main-year {
  font-size: 1.4em;
}

.p-postList .p-postList__thumb {
  border: 1px solid #eee;
}
.p-postList .p-postList__title {
  font-size: 1.05rem;
  font-weight: var(--default_weight-regular);
}
.p-postList.-type-list .p-postList__title {
  @media print, screen and (max-width: 740px) {
    font-size: 4.6vw;
    font-weight: var(--default_weight-regular);
  }
}
.post-type-archive-event,
.post-type-archive-blog,
.post-type-archive-news {
  .p-postList.-type-list .p-postList__title {
    @media print, screen and (max-width: 740px) {
      font-size: 4.8vw;
    }
  }
}
.p-postList__excerpt {
  @media print, screen and (max-width: 740px) {
    font-size: .9rem;
  }
}
.c-postTimes__item {
  font-size: .9rem;
  margin-top: 12px;
}
.p-postList__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  @media ( max-width: 599px ) {
    font-size: .94rem;
  }
  p {
    font-size: .8rem;
  }
}
.p-postList__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
  padding: 0;
  font-family: var(--ja_font);
  font-weight: var(--ja_weight-regular);
}

.archive .p-postList__meta {
  display: inherit;
  .c-postTimes {
    display: none;
  }
}
.archive.post-type-archive-news,
.archive.post-type-archive-blog,
.archive.post-type-archive-event {
  .p-postList__meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 0;
  }
  .p-postList__link {
    @media print, screen and (max-width: 740px) {
      display: block;
    }
    .p-postList__thumb {
      @media print, screen and (max-width: 740px) {
        max-width: inherit;
        width: inherit;
      }
    }
    .p-postList__body {
      @media print, screen and (max-width: 740px) {
        padding-left: 0;
        margin-top: 1rem;
      }
    }
  }
}
.page-template-page-fair_calendar {
  .l-top-fair__calendar .qms4__block__event-calendar__container {
    @media print, screen and (max-width: 740px) {
      padding-top: 0;
    }
  }
  .p-postList.-type-list .p-postList__link {
    @media print, screen and (max-width: 740px) {
      flex-wrap: wrap;
    }
  }
  .p-postList.-type-list .p-postList__thumb {
    @media print, screen and (max-width: 740px) {
      width: 100%;
      max-width: 100%;
    }
  }
   .l-main__body.p-archive.page_fair_calendar {
    margin-top: 2rem;
    @media print, screen and (max-width: 740px) {
      margin-top: 1.5rem;
    }
   }
  .p-postList.-type-list .p-postList__body {
    align-self: center;
    @media print, screen and (max-width: 740px) {
      padding-top: 1rem;
      padding-left: 0;
      width: 100%;
    }
  }
  .p-postList__excerpt p {
    font-size: .8rem;
  }



  .l-footer-link > p:not([class]) {
    display: none;
  }
  .l-footer-line .wp-block-group__inner-container > p:not([class]) {
    display: none;
  }
}

.p-postList__body .p-info {
  font-size: .9rem;
  background: #EBE0CD;
  padding: 16px 16px 14px;
  margin-top: 14px;
  &__icon {
    display: flex;
    margin-bottom: 2px;
  }
  &__title {
    padding-left: 13px;
    width: 24%;
    margin-right: 2%;
    position: relative;
    &::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      display: block;
      position: absolute;
      z-index: 10;
      left: 0;
      top: 5px;
      background: var(--qms-sub_color);
    }
  }
  &__text {
    width: 74%;
  }
  &__address {
  }
  &__price,
  &__monthly_payment {
    .p-info__text {
      font-weight: bold;
      font-size: 1.09rem;
      color: var(--qms-sub_color);
    }
  }
  &__price {
    align-items: center;
  }
}



/**  一覧 サイドメニュー  **/

.l-sidebar {
  .c-widget + .c-widget {
    margin-top: 1.4rem;
  }
  .widget__main-month li[data-active] a {
    color: var(--qms-accent02_color);
    font-weight: bold;
  }
}
.l-sidebar h1,
.l-sidebar h2,
.l-sidebar h3,
.l-sidebar h4,
.l-sidebar h5,
.l-sidebar h6 {
  padding-left: 14px;
  border-left: 5px solid var(--qms-sub_color);
  font-weight: var(--default_weight-regular);
}
.l-sidebar h1 {
  font-size: 1.4rem;
}
.l-sidebar h2 {
  font-size: 1.3rem;
}
.l-sidebar h3 {
  font-size: 1.2rem;
}
.l-sidebar h4 {
  font-size: 1.1rem;
}
.l-sidebar h5 {
  font-size: 1rem;
}
.l-sidebar h6 {
  font-size: .9rem;
}


/**  カテゴリアイコン  **/

.icon {
  color: #fff;
  background: #666;
}
.qms4__post-list__terms--taxonomy-works__hash .qms4__post-list__terms__icon,
.p-postList__hash .icon {
  background: none;
  color: #9F9F9F;
  padding: 0 4px 0 0;
  &::before {
    content: "#";
    padding-right: 2px;
  }
}
.icon,
.c-postTerms__link,
.qms4__post-list__terms__icon {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  pointer-events: none;
  list-style: none;
}
.p-entry__head .c-postTerms__link:not(:last-child)::after {
  content: "";
}
.c-postMetas__icon {
  display: none;
}
.p-entry__foot .c-postTerms__link {
  display: none;
}



/**  ハッシュタグ  **/

.p-postList__hash.p-postList__icon,
.qms4__post-list__terms--taxonomy-works__hash {
  .icon,
  .qms4__post-list__terms__icon {
    border: none;
    padding: 0 4px 0 0;
    position: relative;
    background: none !important;
    &::before {
      content: "#";
      padding-right: 2px;
    }
  }
}
.l-hash {
  ul {
    align-items: center;
  }
  .widget__main-list:not(:root) li {
    border: none;
    line-height: 1.8;
    a {
      padding: 0 10px 0 0;
      &::before {
        content: "#";
      }
    }
    &.active {
      line-height: 32px;
      a {
        padding: 0 12px;
      }
    }
  }
  &.hidden {
    .more_button {
      display: block;
      margin: 15px auto 0;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      border: 1px solid #A0821D;
      position: relative;
      transition: 0.3s;
      &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 18px;
        background: #A0821D;
        border-radius: 2px;
        transform: translate(-50%,-50%);
        display: none;
      }
      &::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        background: #A0821D;
        border-radius: 2px;
        transform: translate(-50%,-50%);
      }
    }
  }
  &.hidden:not(.open) {
    li:nth-child(n+8) {
      display: none;
    }
    .more_button {
      transform: rotate(-90deg);
    }
    .more_button::before {
      display: block;
      transform: translate(-50%,-50%);
    }
  }
}


/**  エリアアイコン  **/

.l-area .qms4__area-list__list {
  justify-content: center;
  .qms4__area-list__list-item > a,
  .qms4__area-list__sub-list-item > a {
    background: var(--qms-table_color);
    border: none;
    padding: .7em 1em;
    color: #111;
    font-size: 14px;
    @media print, screen and (max-width: 740px) {
      font-size: 3.8vw;
    }
  }
  .qms4__area-list__list-item[data-active] > a,
  .qms4__area-list__sub-list-item[data-active] > a {
    background: var(--qms-accent02_color);
    color: #fff;
  }
}


/**  投稿一覧ブロック  **/

.qms4__post-list__list-item.qms4__post-list__list-item {
  a {
    display: flex;
    flex-wrap: wrap;
  }
  .qms4__post-list__post-thumbnail img {
    border: 1px solid #eee;
  }
  .qms4__post-list__post-title {
    margin-top: 12px;
    width: 100%;
    font-weight: var(--default_weight-regular);
  }
  .qms4__post-list__html {
    width: 100%;
  }
  .qms4__post-list__terms__icon {
    margin-right: 2px;
    font-family: var(--ja_font);
    font-weight: var(--ja_weight-regular);
  }
  .qms4__post-list__area {
    margin-right: 4px;
  }
  .qms4__post-list__post-date {
    width: 100%;
  }
  .qms4__post-list__terms--taxonomy-works__hash {
    width: 100%;
    gap: 7px 4px;
  }
}


/**  詳細 レイアウト  **/

.single .l-content__body {
  margin-top: 1rem;
}
.single .l-main__body {
  @media print, screen and (min-width: 741px) {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single .l-main__body > .c-postContent {
  @media print, screen and (max-width: 740px) {
    margin-top: 1rem;
  }
}


/**  詳細 上部  **/

.single .u-flex--aicw {
  justify-content: center;
}
.single .p-entry__head {
  // display: flex;
  // flex-direction: column-reverse;
  .c-pageTitle__main {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    font-weight: var(--default_weight-regular);
    @media print, screen and (min-width: 741px) {
      margin-bottom: .8rem;
    }
    @media print, screen and (max-width: 740px) {
      margin-top: .6rem;
      font-size: 1.4rem;
    }
  }
  .p-entry__thumb {
    border: 1px solid #eee;
    margin: 1.4rem auto 0;
    @media print, screen and (min-width: 741px) {
      width: 100%;
    }
    @media print, screen and (max-width: 740px) {
      margin-top: 0;
    }
    img {
      height: auto;
      aspect-ratio: 3 / 2;
      object-fit: cover;
    }
  }
}


/**  詳細 arkスライダー  **/
.ark-block-slider {
  .ark-block-slider__nav {
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 46px;
    height: 46px;
  }
  .ark-block-slider__nav.-prev {
    left: 12px;
  }
  .ark-block-slider__nav.-next {
    right: 12px;
  }
}


.single .ark-block-slider {
  .ark-block-slider__media,
  .swiper-slide {
    img {
      height: auto;
      aspect-ratio: 16 / 9;
      object-fit: contain;
    }
  }
  .swiper.-thumb {
    .swiper-slide {
      flex: inherit;
      aspect-ratio: 16/9;
      img {
        object-fit: cover;
      }
    }
  }

}


/**  詳細 infotable  **/

.single {
  .qms4__infotable {
    border-top: 1px solid var(--qms-border_border_color);
    gap: inherit;
  }
  .qms4__infotable--num-columns-4 {
    gap: inherit;
    @media print, screen and (max-width: 740px) {
      grid-template-columns: inherit;
    }
  }
  .qms4__infotable-row {
    gap: inherit;
    @media print, screen and (max-width: 740px) {
      grid-template-columns: 1.6fr 3fr;
    }
  }
  .qms4__infotable--num-columns-4 .qms4__infotable-row {
    @media print, screen and (min-width: 741px) {
      grid-template-columns: 180px 1fr;
    }
  }
  .qms4__infotable-row > dd,
  .qms4__infotable-row > dt {
    border-top: none;
    border-color: var(--qms-border_border_color);
    padding: 8px 16px;
  }
  .qms4__infotable-row > dt {
    background-color: var(--qms-table_color);
  }
  .qms4__infotable-row > dd {
    border-left: none;
  }
}

/**  詳細 l-map  **/

.single .l-map {
  iframe {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}


/**  詳細 l-movie  **/

.single .l-movie {
  iframe {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

/**  詳細 お客様の声  **/
.single .qms4__block__user-voice {
  .wp-block-columns {
    margin-bottom: 0;
    margin-top: 1.5em;
    @media print, screen and (max-width: 740px) {
      gap: 0 !important;
    }
  }
}





/** ==========================================================================
*
* 一覧
*
========================================================================== **/

/**  一覧   **/
@media print, screen and (min-width: 741px) {
  .p-postList.-type-card {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }
  .p-postList.-type-card .p-postList__item {
    padding: 0 1.4rem;
    margin-bottom: 3rem;
  }
}






/** ==========================================================================
*
* スタッフ
*
========================================================================== **/

/**  一覧   **/

.post-type-archive-member {
  .p-postList.-type-card {
    @media print, screen and (max-width: 740px) {
      margin-left: -.4rem;
      margin-right: -.4rem;
    }
    .p-postList__item {
      @media print, screen and (max-width: 740px) {
        flex-basis: 50%;
        padding: 0 .4rem;
      }
      .p-postList__title {
        text-align: center;
      }
      .p-postList__meta {
        display: flex;
      }
      .p-postList__hash {
        padding-left: 10px;
      }
    }
  }
}


/**  詳細   **/

.single .c-postMetas {
  margin-bottom: 20px;
  @media print, screen and (max-width: 740px) {
    margin-bottom: 5vw;
  }
  .c-postIcon {
    .p-postList__icon {
      justify-content: center;
    }
  }
}

.single .l-search {
  display: none;
}

.l-search {
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container)*2);
  padding-left: var(--ark-padding--container);
  padding-right: var(--ark-padding--container);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem;
  &__inner {
    margin-bottom: 20px;
  }
  &__title {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
  }
  .widget__main-list {
    justify-content: center;
    font-family: var(--ja_font);
    font-weight: var(--ja_weight-regular);
  }
  .widget__main-list:not(:root) li {
    border-radius: 20px;
  }
  .widget__main-list:not(:root) a {
    padding: 0px 12px 1px;
    display: flex;
  }
}

.l-staff-interview {
  .p-title-faq {
    font-size: 1.5rem;
    padding-left: 1.8em;
    position: relative;
  }
  .arkb-format-1 {
    font-size: 1.3em;
    color: var(--arkb-qa_color);
    position: absolute;
    z-index: 10;
    top: -6px;
    left: 0;
  }
}

.l-staff-index.p-postList__icons {
  margin-top: 0.4rem;
  .p-postList__icon {
    margin-top: 4px;
  }
  ul {
    list-style: none;
    padding: 0;
    gap: 4px;
  }
}

/** ==========================================================================
*
* おすすめイベント
*
========================================================================== **/

.l-event-rec {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container)*2);
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #C1C1C1;
  @media print, screen and (max-width: 740px) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  &.l-other_article {
    border: none;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 40px;
    .is-style-outline {
      margin-top: 40px;
    }
  }
  h2.is-style-ja_title-heading {
    font-size: 0.9rem;
    margin-top: 0;
    font-weight: var(--default_weight-regular);
  }
  p.is-style-en_title-heading {
    font-size: 2rem;
  }
  h6.has-text-color {
    color: var(--qms-accent_color);
  }
  .box-list {
    max-width: 1100px;
    margin: 31px auto 0 auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-left: 0;
    @media print, screen and (max-width: 740px) {
      width: 100%;
      margin: 5vw auto 0 auto;
      display: block;
      padding: 0;
    }
    .box-list__item {
      width: 48%;
      border: 1px solid #C9C9C9;
      list-style: none;
      @media print, screen and (min-width: 741px) {
        &.next {
          margin-right: auto;
        }
        &.prev{
          margin-left: auto;
        }
      }
      @media print, screen and (max-width: 740px)  {
        width: 100%;
        margin-bottom: 5.5vw;
        &:last-child {
          margin-bottom: 0;
        }
      }
    }
    a {
      text-decoration: none;
      color: inherit;
      margin: 0;
      width: 100%;
    }
    .box-detail {
      width: 100%;
      height: auto;
      display: flex;
      align-items: flex-start;
      padding: 15px 18px;
      @media print, screen and (max-width: 1000px) {
        width: 100%;
        height: auto;
        padding: 4vw 3.5vw;
        display: block;
      }
      @media print, screen and (max-width: 740px) {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
      }
      .box-left {
        width: 162px;
        height: auto;
        aspect-ratio: 3/2;
        display: block;
        overflow: hidden;
        @media print, screen and (max-width: 1000px) {
          width: 100%;
          height: auto;
        }
        @media print, screen and (max-width: 740px) {
          width: 42%;
        }
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
        }
      }
      .box-right {
        width: calc(100% - 162px);
        text-align: left;
        padding: 0 0 0 14px;
        @media print, screen and (max-width: 1000px) {
          margin-top: 20px;
          width: 100%;
          padding: 0;
        }
        @media print, screen and (max-width: 740px) {
          width: 53%;
          margin-top: 0;
        }
        .p-postList__icon {
          display: flex;
          flex-wrap: wrap;
          gap: 5px;
          margin-top: 8px;
          padding: 0;
          overflow: hidden;
          max-height: 48px;
          @media print, screen and (max-width: 740px) {
            max-height: 20px;
          }
          &.p-postList__hash {
            max-height: 48px;
          @media print, screen and (max-width: 740px) {
            max-height: 14px;
          }
          }
        }
      }
      .qms4__post-list__post-title {
        text-align: left;
        font-size: 0.9rem;
        font-weight: var(--default_weight-regular);
      }
      .qms4__post-list__post-price {
        margin-top: 0.2rem;
        font-size: 0.9rem;
        font-family: var(--ja_font);
        font-weight: var(--ja_weight-regular);
      }
    }
  }
}

.l-list-prev a {
  margin: 0 auto;
}


/** ==========================================================================
*
* パーティーレポート 一覧
*
========================================================================== **/

.post-type-archive-report {
  .p-postList.-type-card .p-postList__body {
    padding-top: 0.8rem;
  }
  .p-postList__icon {
    margin-top: 0.4rem;
    margin-bottom: 0.7rem;
    max-height: 48px;
    overflow: hidden;
  }
  .p-postList__meta {
    display: none;
  }
}

/** ==========================================================================
*
* パーティーレポート 詳細
*
========================================================================== **/
.single-report {
  .c-postMetas {
    display: block;
  }
  .l-report-message {
    border: 1px solid #E2D9BA;
    padding: 44px 28px 32px;
  }
}




/** ==========================================================================
*
* スタッフ 一覧
*
========================================================================== **/

.post-type-archive-staff {
  .p-postList__icon {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
    justify-content: center;
  }
  .p-postList__title {
    text-align: center;
  }
}

/** ==========================================================================
*
* スタッフ 詳細
*
========================================================================== **/
.single-staff {
  .p-entry__head .c-pageTitle__main {
    margin-bottom: 0;
    @media print, screen and (max-width: 740px) {
      margin-top: 1.6rem;
    }
  }
  .c-postMetas {
    margin-top: 10px;
    @media print, screen and (max-width: 740px) {
      margin-top: 0;
    }
  }
  .qms4__post-list__list {
    display: flex;
    justify-content: center;

  }
  .qms4__post-list[data-layout=card][data-num-columns-sp="2"] .qms4__post-list__list {
    @media print, screen and (max-width: 740px) {
      flex-wrap: wrap;
      gap: 20px 10px;
    }
  }
  .qms4__post-list__list-item {
    width: calc((100% - 60px) / 4);
    @media print, screen and (max-width: 740px) {
      width: calc((100% - 10px) / 2);
    }
  }

  .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-title {
    margin-top: 8px;
  }
  .p-entry__foot .c-postMetas {
    display: none;
  }
}

/** ==========================================================================
*
* 新着 一覧
*
========================================================================== **/
.post-type-archive-news {
  .l-content__body {
    margin-top: 1rem;
  }
  .p-postList.-type-list .p-postList__item {
    padding-bottom: 2rem;
    border-bottom: 1px solid #E2D9BA;
    margin-bottom: 2rem;
    @media print, screen and (max-width: 740px) {
      margin-bottom: 2.5rem;
    }
  }
  .p-postList.-type-list .p-postList__link{
    align-items: center;
  }
  .c-postTimes__item {
    margin-top: 0;
  }
  .p-postList__icon {
    margin-top: 0.5rem;
    max-height: 48px;
  }
  .p-postList .p-postList__title {
    margin-top: 0.8rem;
  }
}

/** ==========================================================================
*
* 新着 詳細
*
========================================================================== **/
.single-news {
  .p-entry__head .c-pageTitle__main {
    margin-bottom: 0.5rem;
    @media print, screen and (max-width: 740px) {
      margin-bottom: 0;
    }
  }
  .c-postMetas {
    margin-top: 0;
    margin-bottom: 2rem;
    @media print, screen and (max-width: 740px) {
      margin-bottom: 1rem;
    }
  }
}

/** ==========================================================================
*
* プラン 一覧
*
========================================================================== **/
.post-type-archive-plan {
  .l-content__body {
    margin-top: 2rem;
    @media print, screen and (max-width: 740px) {
      margin-top: 1rem;
    }
  }
  .l-plan-rec {
    margin-bottom: 80px;
    @media print, screen and (max-width: 740px)  {
      margin-bottom: 18%;
    }
    &__list-item {
      width: 100%;
      border: 1px solid #C9C9C9;
      @media print, screen and (max-width: 740px)  {
        border: none;
      }
      a{
        position: relative;
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 14px;
        @media print, screen and (max-width: 740px) {
          flex-wrap: wrap;
          justify-content: flex-start;
          padding: 0;
        }
      }
    }
    &__post-thumbnail {
      max-width: 427px;
      aspect-ratio: 3/2;
      overflow: hidden;
      width: 40%;
      @media print, screen and (max-width: 740px) {
        width: 100%;
        aspect-ratio: 3/2;
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    &__inner {
      text-align: left;
      @media print, screen and (min-width: 741px) {
        position: absolute;
        top: 50%;
        right: 0;
        width: calc(100% - 450px);
        padding: 20px;
        transform: translateY(-50%);
      }
      @media print, screen and (max-width: 740px) {
        margin-top: 6%;
      }
    }
    .p-postList__icons {
      margin-bottom: 10px;

    }
    &__post-title:not(:root) {
      font-size: 20px;
      font-weight: var(--default_weight-regular);
      max-height: 118px;
      margin-top: 14px;
      @media print, screen and (max-width: 740px) {
        font-size: 1.05rem;
      }
    }
    &__post-price {
      margin-top: 5px;
      font-size: 16px;
      font-family: var(--ja_font);
      font-weight: var(--ja_weight-regular);
      @media print, screen and (max-width: 740px) {
        margin-top: 10px;
        font-size: 0.9rem;
      }
    }
    &__post-privilege{
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid #C9C9C9;
      font-size: 15px;
      @media print, screen and (max-width: 740px) {
        margin-top: 1.1rem;
        padding-top: 1.1rem;
        font-size: 0.8rem;
      }
    }
  }
}

.post-type-archive-plan .p-postList.-type-card {
  @media print, screen and (max-width: 740px) {
    width: 100%;
    margin: 0 auto;
    gap: 4%;
  }
  .p-postList__item {
    @media print, screen and (max-width: 740px) {
      margin-top: 0;
      padding: 0;
    }
  }
  .p-postList__body {
    @media print, screen and (max-width: 740px) {
      padding-top: 1.2rem;
    }
  }
  .p-postList__icon {
    margin-top: 0.3rem;
    margin-bottom: 0;
    max-height: 48px;
    overflow: hidden;
    @media print, screen and (max-width: 740px) {
      margin-top: 0;
    }
  }
  .p-postList__title {
    margin-top: 0.6rem;
  }
  .p-postList__price {
    margin-top: 0.3rem;
    font-size: 0.9rem;
    font-family: var(--ja_font);
    font-weight: var(--ja_weight-regular);
  }
  .p-postList__privilege{
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid #C9C9C9;
    font-size: 0.8rem;
    @media print, screen and (max-width: 740px) {
      margin-top: 0.8rem;
      padding-top: 0.8rem;
    }
  }


}

.l-plan-faq {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container)*2);
  padding-left: var(--ark-padding--container);
  padding-right: var(--ark-padding--container);
  width: 100%;
}

.l-other-plan__title {
  margin-bottom: 30px;
  @media print, screen and (max-width: 740px) {
    margin-bottom: 5vw;
  }
  h2.is-style-ja_title-heading {
    font-size: 1rem;
    margin-top: 0;
    font-weight: var(--default_weight-regular);
  }
  p.is-style-en_title-heading {
    font-size: 2rem;
    font-weight: var(--en_weight-regular);
  }
}


/** ==========================================================================
*
* プラン 詳細
*
========================================================================== **/
.single-plan {
  &.single .c-postMetas {
    margin-bottom: 10px;
    @media print, screen and (max-width: 740px) {
      margin-top: 0.4rem;
      margin-bottom: 0.8rem;
      justify-content: flex-start;
    }
  }


  &.single .p-entry__head .c-pageTitle {
    &__main {
      margin-top: 0.8rem;
      margin-bottom: 0.8rem;
      font-size: 1.7rem;
      @media print, screen and (max-width: 740px) {
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.5;
      }
    }
    &__sub {
      text-align: center;
      font-size: 0.9rem;
      font-style: inherit;
      line-height: 1.8;
      @media print, screen and (max-width: 740px) {
        text-align: left;
        font-size: 0.8rem;
      }
      &::before,
      &::after {
        content: none;
      }
    }
  }

  .c-pagePrice {
    padding: 1.2rem 0;
    border-top: solid 1px #C9C9C9;
    border-bottom: solid 1px #C9C9C9;
    margin-top: 1.8rem;
    text-align: center;
    @media print, screen and (max-width: 740px) {
      text-align: left;
    }
    &__main {
      font-size: 1.8rem;
      color: #A0821D;
      @media print, screen and (max-width: 740px) {
        font-size: 1.6rem;
      }
    }
    &__sub {
      font-size: 0.9rem;
      @media print, screen and (max-width: 740px) {
        font-size: 0.75rem;
      }
    }
  }

  .c-pageInfo {
    margin: 2rem auto 0;
    text-align: left;
    display: flex;
    justify-content: center;
    gap: 2rem;
    @media screen and (max-width: 760px){
      margin-top: 1.6rem;
      display: block;
    }
    dl {
      display: flex;
      justify-content: center;
      margin-right: 10px;
      @media screen and (max-width: 760px){
        justify-content: flex-start;
        margin-right: 0;
        margin-bottom: 2vw;
      }
      &:last-child {
        margin-right: 0;
      }
    }
    dt {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding: 6px 15px;
      line-height: 1;
      font-weight: 500;
      background-color: #eaeaea;
      @media screen and (max-width: 760px){
        width: 23%;
        font-size: 3.8vw;
        padding: 6px;
      }
    }
    dd {
      width: auto;
      max-width: inherit;
      margin-left: 10px;
      padding-right: 0;
      padding: 0.2rem 0 0.2rem 1rem;
      font-size: 0.85rem;
      line-height: 1.4;
      @media screen and (max-width: 760px){
        width: 77%;
        align-self: center;
      }
      &:last-child {
        margin-left: 0;
      }
    }
  }

  .c-pagePrivilege {
    background: #faf8f5;
    margin-top: 2rem;
    padding-bottom: 1rem;
    &__title {
      background-color: #EBE4CE;
      text-align: center;
      font-size: 0.9rem;
      padding: 0.5rem;
      margin-bottom: 1rem;
    }
  }

  .c-postSpecialIcon .p-postList__special {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    li {
      margin: 0 2px 4px;
      list-style: none;
      .ph {
        width: 35px;
        height: 35px;
        overflow: hidden;
        background: url(images/plan/icon_other.png) no-repeat center;
        background-size: 100% auto;
        margin: 0 auto 2px;
        &.service {
          background: url(images/plan/icon_other.png) no-repeat center;
          background-size: 100% auto;
        }
        &.gift {
          background: url(images/plan/icon_other.png) no-repeat center;
          background-size: 100% auto;
        }
        &.print {
          background: url(images/plan/icon_printed_matter.png) no-repeat center;
          background-size: 100% auto;
        }
        &.photo {
          background: url(images/plan/icon_photo.png) no-repeat center;
          background-size: 100% auto;
        }
        &.cake {
          background: url(images/plan/icon_cake.png) no-repeat center;
          background-size: 100% auto;
        }
        &.support {
          background: url(images/plan/icon_support.png) no-repeat center;
          background-size: 100% auto;
        }
        &.music {
          background: url(images/plan/icon_acoustic_lighting.png) no-repeat center;
          background-size: 100% auto;
        }
        &.beauty {
          background: url(images/plan/icon_dressing.png) no-repeat center;
          background-size: 100% auto;
        }
        &.seat {
          background: url(images/plan/icon_seat_fee.png) no-repeat center;
          background-size: 100% auto;
        }
        &.room {
          background: url(images/plan/icon_waiting_room.png) no-repeat center;
          background-size: 100% auto;
        }
        &.other {
          background: url(images/plan/icon_other.png) no-repeat center;
          background-size: 100% auto;
        }
        &.flower {
          background: url(images/plan/icon_flower.png) no-repeat center;
          background-size: 100% auto;
        }
        &.dress {
          background: url(images/plan/icon_dress.png) no-repeat center;
          background-size: 100% auto;
        }
        &.chapel {
          background: url(images/plan/icon_chapel.png) no-repeat center;
          background-size: 100% auto;
        }
        &.drink {
          background: url(images/plan/icon_cuisine.png) no-repeat center;
          background-size: 100% auto;
        }
      }
      .text {
        text-align: center;
        font-size: 10px;
      }
    }
  }

  .c-pagePrice__privilege {
    text-align: center;
    padding: 0 1rem;
  }

  .l-main__body>.c-postContent {
    margin-top: 3rem;
  }

  .l-plan-button {
    a.wp-block-button__link {
      position: relative;
      font-size: 0.9rem;
      @media screen and (max-width: 760px) {
        font-size: 0.85rem;
        padding: 1rem;
      }
      ::after {
        position: absolute;
        top: 0;
        right: 25px;
        bottom: 0;
        width: 8px;
        height: 8px;
        margin: auto;
        transform: rotate(45deg);
        border-top: 1px solid #222222;
        border-right: 1px solid #222222;
        vertical-align: middle;
        content: "";
      }
    }
    span {
      font-size: 1rem;
      @media screen and (max-width: 760px) {
        font-size: 0.95rem;
      }
    }
  }

  .l-plan-include {

    &__item>.ark-block-columns__inner {
      @media print, screen and (max-width: 740px) {
        flex-direction: row-reverse;
      }
    }
    p{
      line-height: 1.5;
    }
    .l-plan-include__column {
      background: none;
      border-bottom: 1px dotted #9F9F9F;
    }
  }

  .l-plan-faq {
    display: none;
  }
}


/** ==========================================================================
*
* 施工事例 詳細
*
========================================================================== **/
.l-staff-other .l-works-staff {
  padding-bottom: 0;
  border-bottom: none;
}
.l-works-staff {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container)*2);
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid #E2D9BA;
  margin-top: 20px;
  @media print, screen and (max-width: 740px) {
    padding-bottom: 3rem;
  }
  h2.is-style-ja_title-heading {
    font-size: 0.9rem;
    margin-top: 0;
    font-weight: var(--default_weight-regular);
  }
  p.is-style-en_title-heading {
    font-size: 2rem;
  }
  h6.has-text-color {
    color: var(--qms-accent_color);
  }
  &__list {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    @media print, screen and (max-width: 740px) {
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-top: 5vw;
      gap: 20px 10px;
    }
  }
  &__list-item {
    width: calc((100% - 60px)/4);
    text-align: center;
    @media print, screen and (max-width: 740px) {
      width: calc((100% - 10px)/2);
      &:only-child {
        margin-left: auto;
        margin-right: auto;
      }
    }
    a {
      color: inherit;
      text-decoration: none;
    }
  }
  .p-postList__icons {
    margin-top: 4px;
    .p-postList__icon {
      margin-top: 0;
      justify-content: center;
    }
    ul {
      list-style: none;
      padding: 0;
      gap: 4px;
    }
  }
  &__post-title.qms4__post-list__post-title.qms4__post-list__post-title:not(:root) {
    margin-top: 12px;
    font-weight: var(--default_weight-regular);
  }
}



/** ==========================================================================
*
* ギャラリー 一覧
*
========================================================================== **/

.post-type-archive-gallery {
  .l-content__body {
    margin-top: 1rem;
  }
  .l-main {
    &.hidden {
      .more_button {
        display: none;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid #AAAEBA;
        text-align: center;
        margin: 35px auto 20px;
        padding-top: 65px;
        font-size: 16px;
        position: relative;
        &::before {
          display: block;
          content: "";
          width: 30px;
          height: 37px;
          background: url(images/icon_more.png) no-repeat;
          background-size: 30px auto;
          position: absolute;
          top: 33px;
          left: 50%;
          margin-left: -15px;
        }
        &:hover {
          cursor: pointer;
          opacity: .8;
        }
      }
    }
    &.hidden:not(.open) {
      .p-postList__item:nth-of-type(n+13) {
        display: none;
      }
      .more_button {
        display: block;
      }
    }
  }
  .p-postList.-type-card {
    @media print, screen and (min-width: 741px) {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
      gap: 1.1rem;
    }
    @media print, screen and (max-width: 740px) {
      width: 100%;
      margin: 0 auto;
      gap: 0.25rem;
    }
    .p-postList__item {
      padding: 0;
      margin-bottom: 0;
      @media print, screen and (min-width: 741px) {
        flex-basis: auto;
        width: calc(25% - 1.1rem*3/4);
      }
      @media print, screen and (max-width: 740px) {
        flex-basis: auto;
        width: calc(33.3% - 0.25rem*2/3);
      }
      a {
        display: block;
      }
      img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        vertical-align: bottom;
      }
    }
    .p-postList__thumb {
      border: none;
    }
    .p-postList__body {
      @media print, screen and (max-width: 740px) {
        padding-top: 0;
      }
    }
  }

}


/** ==========================================================================
*
* ギャラリー 詳細
*
========================================================================== **/
.single-gallery {
  .slidegallery {
    width: 800px;
    margin: 0 auto 6%;
    @media print, screen and (max-width: 740px) {
      width: 100%;
    }
  }
  .slick-slider {
    margin-bottom: 3%;
    padding: 0;
    li {
      list-style: none;
    }
    .ph {
      position: relative;
      width: 100% !important;
      height: auto;
      aspect-ratio: 3/2;
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
  }
  .thumb_gallery {
    overflow: hidden;
    text-align: left;
    @media print, screen and (max-width: 740px) {
    }
    &.center {
      .slick-track {
        margin: 0 auto;
      }
    }
    li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      height: auto;
      aspect-ratio: 3/2;
      margin: 0 1px;
      overflow: hidden;
      list-style: none;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    // img {
    //   height: 100%;
    //   width: auto;
    //   position: absolute;
    //   z-index: 1000;
    //   top: 50%;
    //   left: 50%;
    //   transform: translate(-50%,-50%);
    // }
  }


  .l-main__body > .c-postContent {
    @media print, screen and (max-width: 740px) {
      margin-top: 0;
      margin-bottom: 0;
    }
  }
}

/** ==========================================================================
*
* フェア 一覧
*
========================================================================== **/
.l-fair-calendar_calendar {
  .qms4__block__event-calendar__custom {
    padding-top: 0;
    margin-top: 0;
  }
}
.post-type-archive-fair {
  @media print, screen and (min-width: 741px) {
    .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
      width: auto;
    }
  }
  @media print, screen and (max-width: 1000px) {
    .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
      width: 30%;
      margin: 0;
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
      width: 30%;
    }
  }
  @media print, screen and (max-width: 740px) {
    .p-postList.-type-list .p-postList__link {
      flex-wrap: wrap;
    }
    .p-postList.-type-list .p-postList__thumb {
      max-width: 100%;
      width: 100%;
    }
    .p-postList.-type-list .p-postList__body {
      padding-left: 0;
      padding-top: 1rem;
    }
    .wp-block-buttons.is-content-justification-center.is-layout-flex {
      flex-wrap: wrap;
    }
    .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
      width: 310%;
      margin: 0;
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
      width: 100%;
    }
  }
}
.l-fair-include {

  &__item>.ark-block-columns__inner {
    @media print, screen and (max-width: 740px) {
      flex-direction: row-reverse;
    }
  }
  p{
    line-height: 1.5;
  }
  .l-fair-include__column {
    background: none;
    border-bottom: 1px dotted #9F9F9F;
  }
  .ark-block-slider .ark-block-slider__media img, .single .ark-block-slider .swiper-slide img {
    aspect-ratio: 3/2;
  }
}

.single-fair .c-postMetas {
  display: block;
}
.single-fair .l-header__right {
  @media print, screen and (max-width: 740px) {
    visibility: hidden;
  }
}
.single-fair {
  &.single .c-postMetas {
    margin-top: 1.5rem;
    margin-bottom: 10px;
    @media print, screen and (max-width: 740px) {
      margin-top: 1rem;
      margin-bottom: 0.8rem;
      justify-content: flex-start;
    }
  }


  &.single .p-entry__head .c-pageTitle {
    &__main {
      margin-top: 0.8rem;
      margin-bottom: 0.8rem;
      font-size: 1.7rem;
      @media print, screen and (max-width: 740px) {
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.5;
      }
    }
  }


  .l-main__body>.c-postContent {
    margin-top: 3rem;
  }

  .l-event-rec {
    @media print, screen and (max-width: 740px) {
      padding-left: var(--ark-padding--container);
      padding-right: var(--ark-padding--container);
    }
  }
  @media screen and (min-width: 761px) {
    .l-event-flow {
      width: 910px;
      margin: 60px auto 80px;
      text-align: center;
      h2.is-style-ja_title-heading {
        font-size: 0.9rem;
        margin-top: 0;
        font-weight: var(--default_weight-regular);
      }
      p.is-style-en_title-heading {
        font-size: 2rem;
      }
      ul {
        margin-top: 30px;
        padding-left: 0;
      }
      li {
        display: inline-block;
        position: relative;
        width: 205px;
        height: 205px;
        margin-right: 25px;
        border: 1px solid var(--qms-accent_color);
        border-radius: 50%;
        vertical-align: top;
        list-style: none;
        &::after {
          display: block;
          position: absolute;
          top: 50%;
          right: -31px;
          width: 0;
          height: 0;
          margin: -3px 0 0 0;
          border: 9px solid transparent;
          border-left: 10px solid var(--qms-accent_color);
          content: "";
        }
      }
      li:last-child {
        margin-right: 0;
      }
      li:last-child:after {
        display: none;
      }
      li p {
        font-size: 11px;
      }
      dl {
        padding-top: 20px;
        dt {
          color: var(--qms-accent_color);
          font-family: var(--en_font);
          font-weight: var(--en_weight-regular);
          font-size: 50px;
          line-height: 1.0;
        }
        dd {
          margin-bottom: 2px;
          font-size: 18px;
        }
      }
    }
  }


  @media screen and (max-width: 740px){
    .l-event-flow {
      margin-top: 16vw;
      text-align: center;
      margin-bottom: 15vw;
      padding-left: var(--ark-padding--container);
      padding-right: var(--ark-padding--container);
      h2.is-style-ja_title-heading {
        font-size: 0.9rem;
        margin-top: 0;
        font-weight: var(--default_weight-regular);
      }
      p.is-style-en_title-heading {
        font-size: 2rem;
      }
      ul {
        margin-top: 6%;
        padding-left: 0;
      }
      li {
        position: relative;
        margin: 0;
        padding-bottom: 15px;
        padding-left: 53px;
        border-bottom: 1px solid var(--qms-accent_color);
        list-style: none;
      }
      li:last-child {
        border-bottom: none;
      }
      li::after {
        display: block;
        position: absolute;
        bottom: -20px;
        left: 50%;
        width: 0;
        height: 0;
        transform: translateX(-50%);
        border: 9px solid transparent;
        border-top: 10px solid var(--qms-accent_color);
        content: "";
      }
      li:last-child:after {
        display: none;
      }
      li p {
        font-size: 3.8vw;
        text-align: left;
      }
      dl {
        padding-top: 20px;
        dt {
          display: block;
          position: absolute;
          top: 22px;
          left: -3px;
          width: 45px;
          height: 45px;
          border: 1px solid var(--qms-accent_color);
          border-radius: 50%;
          color: var(--qms-accent_color);
          color: var(--qms-accent_color);
          font-family: var(--en_font);
          font-weight: var(--en_weight-regular);
          font-size: 18px;
          line-height: 44px;
        }
        dd {
          margin-bottom: 2px;
          font-size: 4.5vw;
          text-align: left;
        }
      }
    }
  }

  .contact_btn {
    width: 150px;
    height: 150px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 2000;
    @media screen and (max-width: 740px){
      width: 100px;
      height: 100px;
      right: 2%;
      bottom: 10px;
    }
    a {
      display: inline-block;
      width: 100%;
      height: 100%;
      background: var(--qms-accent_color);
      border-radius: 50%;
      text-align: center;
      color: #fff;
      padding-top: 45px;
      font-size: 18px;
      line-height: 1.3;
      @media screen and (max-width: 740px){
        padding-top: 25px;
        font-size: 14px;
      }
      span {
        display: block;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: bold;
      }
    }
  }
  @media screen and (max-width: 740px){
    .l-wrapper {
      // margin-top: 4%;
    }
    .header {
      display: none;
    }
  }
  .h_nav {
    top: inherit;
    bottom: 0;
    border-top: none;
    z-index: 999999;
    position: fixed;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px solid #F1F1F1;
    background: #fff;
    ul {
      padding-left: 0;
    }
    li {
      list-style: none;
    }
    li.contact {
      width: 100%;
      padding: 0 4%;
      a {
        margin: 0;
        height: 55px;
        font-size: 4vw;
        line-height: 1.7;
        border-radius: 6px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 0 9px;
        background: var(--qms-accent_color);
        color: #FFF;
        letter-spacing: 0;
        &:after {
          display: block;
          position: absolute;
          top: 50%;
          right: 10px;
          width: 0;
          height: 0;
          margin: -3px 0 0 0;
          border: 3px solid transparent;
          border-left: 5px solid #fff;
          content: "";
        }
      }
    }
    span.icon_f {
      position: absolute;
      top: -5px;
      left: 8%;
      width: 60px;
      height: 60px;
      z-index: 2000;
      background: #fff;
      border-radius: 50%;
      color: var(--qms-accent_color);
      border: 1px solid var(--qms-accent_color);
      font-size: 0.8rem;
      text-align: center;
      padding-top: 10px;
    }
  }
}


/** ==========================================================================
*
* イベント 一覧
*
========================================================================== **/

.page-id-2924 .qms4__block__event-calendar__container {
  @media print, screen and (max-width: 740px) {
    padding: 0;
  }
}


/** ==========================================================================
*
* イベント 詳細
*
========================================================================== **/

.single-event {
  .l-buttons {
    display: none;
  }
}
.single-event .qms4__block__timetable {
  margin-bottom: 54px;
}
.single-event .qms4__block__timetable__dates {
  border: none;
  background-color: #EBE0CD;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 20px;
  @media print, screen and (max-width: 740px) {
    display: block;
    text-align: center;
  }
  .qms4__block__timetable__dates label {
    @media print, screen and (max-width: 740px) {
      margin-right: 0;
    }
  }
}
.single-event .qms4__block__timetable__example {
  margin-top: 10px;
  dt {
    img {
      width: 14px;
      margin-right: 5px;
      margin-top: 4px;
    }
    &::after {
      vertical-align: top;
    }
  }
}
.single-event .qms4__block__timetable__timetable-body-comment:not(:empty) {
  margin-bottom: 5px;
  font-size: 0.95rem;
}
.single-event .qms4__block__timetable__timetable-header-capacity,
.single-event .qms4__block__timetable__timetable-header-entry,
.single-event .qms4__block__timetable__timetable-header-time {
  padding: 16px 8px;
  line-height: 1.2;
}
.single-event .qms4__block__timetable__timetable-body-capacity,
.single-event .qms4__block__timetable__timetable-body-entry,
.single-event .qms4__block__timetable__timetable-body-time {
  padding: 16px 8px;
}
.qms4__block__timetable__timetable-body-capacity {
  width: 34px;
  margin: 0 auto;
}
.single-event .qms4__block__timetable__timetable-header {
  @media print, screen and (max-width: 740px) {
    grid-template-columns: 4fr 2.5fr 10fr;
  }
}
.single-event .qms4__block__timetable__timetable-body-row {
  @media print, screen and (max-width: 740px) {
    grid-template-columns: 4fr 2.5fr 10fr;
  }
}
.single-event .qms4__block__timetable__timetable-body-button {
  max-width: 280px;
  a {
    height: auto;
    padding: 12px 18px;
    line-height: 1.2;
    border: none;
    background: var(--qms-accent_color);
    color: #fff;
    position: relative;
    &::before {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      z-index: 1000;
      width: 0;
      height: 0;
      border-width: 4px 0 4px 7px;
      border-color: transparent transparent transparent #fff;
      border-style: solid;
      content: "";
    }
  }
}

.single-event .qms4__block__timetable__button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: max-content;
  @media print, screen and (max-width: 740px) {
    font-size: 0.9rem;
  }
}
.single-event .qms4__block__timetable__button-next {
  top: auto;
  bottom: -40px;
  transform: inherit;
  left: auto;
  right: 0;
  &::before {
    content: "次の日程（";
  }
  &::after {
    content: "）＞";
  }
}
.single-event .qms4__block__timetable__button-prev {
  top: auto;
  bottom: -40px;
  transform: inherit;
  right: auto;
  left: 0;
  &::before {
    content: "＜ 前の日程（";
  }
  &::after {
    content: "）";
  }
}



/** ==========================================================================
*
* よくある質問
*
========================================================================== **/
.page-id-91 {
  .l-content__body {
    margin-top: 1rem;
  }
}
.ark-block-faq__q::before {
  background-color: var(--arkb-qa_color);
}
.l-faq {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--ark-width--container) + var(--ark-padding--container)*2);
  // padding-left: var(--ark-padding--container);
  // padding-right: var(--ark-padding--container);
  width: 100%;
}
.l-faq .ark-block-accordion {
  .ark-block-accordion__title {
    padding-left: 2.8em;
    line-height: 1.5;
  }
  .ark-block-accordion__label {
    position: relative;
    &::before {
      content: "Q.";
      font-size: 1.4em;
      color: var(--arkb-qa_color);
      position: absolute;
      z-index: 10;
      top: -6px;
      left: -30px;
      font-weight: bold;
    }
  }
  .ark-block-accordion__body {
    padding-left: 2.8em;
    position: relative;
    &::before {
      content: "A.";
      color: inherit;
      font-size: 1.4em;
      position: absolute;
      z-index: 10;
      top: 10px;
      left: 16px;
      font-weight: bold;
    }
  }
}


/** ==========================================================================
*
* 魅力
*
========================================================================== **/

.l-about-access {
  .wp-block-buttons.wp-block-buttons {
    @media print, screen and (max-width: 740px) {
      width: 80%;
      margin-right: auto;
      margin-left: auto;
    }
  }
}
.l-about-cuisine {
  position: relative;
  @media print, screen and (max-width: 740px) {
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
  }
  &::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -80px;
    left: 490px;
    width: 100%;
    height: 775px;
    background: #FAF7F2;
    @media print, screen and (max-width: 1000px) {
      left: 30%;
    }
    @media print, screen and (max-width: 740px) {
      top: 40vw;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      width: 100vw;
      height: 92%;
    }
  }
  .wp-block-button {
    @media print, screen and (max-width: 1000px) {
      width: 80%!important;
      margin-right: auto;
      margin-left: auto;
    }
  }
}

.l-about-hospitality {
  .ark-block-columns__inner {
    justify-content: flex-end;
    @media print, screen and (max-width: 740px) {
      flex-direction: column-reverse;
      padding-left: var(--ark-padding--container);
      padding-right: var(--ark-padding--container);
    }
  }
  .wp-block-button {
    @media print, screen and (max-width: 1000px) {
      width: 90%!important;
      margin-right: auto;
      margin-left: auto;
    }
  }
}

.l-about-day {
  &__title {
    .arkb-format-1 {
      color: #A0821D;
    }
  }
  &__item01 {

  }
  &__item02 {
    position: relative;
    &::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      top: 120px;
      left: 460px;
      width: 100%;
      height: 475px;
      background: #FAF7F2;
      @media print, screen and (max-width: 1000px) {
        top: 40%;
        left: 30%;
        height: 140%;
      }
      @media print, screen and (max-width: 740px) {
        top: 26vw;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 100vw;
        height: 113%;
      }
    }
    .ark-block-columns__inner {
      @media print, screen and (max-width: 740px) {
        flex-direction: column-reverse;
      }
    }
  }
  &__item03 {

  }
  &__item04 {
    position: relative;
    z-index: 10;
    .ark-block-columns__inner {
      @media print, screen and (max-width: 740px) {
        flex-direction: column-reverse;
      }
    }
  }
  &__item06 {
    position: relative;
    &::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      top: 360px;
      right: 310px;
      width: 100%;
      height: 460px;
      background: #FAF7F2;
      @media print, screen and (max-width: 1000px) {
        top: 80%;
        right: 15%;
        height: 140%;
      }
      @media print, screen and (max-width: 740px) {
        top: 93%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 100vw;
        height: 50%;
      }
    }
    .ark-block-columns__inner {
      @media print, screen and (max-width: 740px) {
        flex-direction: column-reverse;
      }
    }
  }
  &__item07 {
    position: relative;
    z-index: 10;
  }
}


/** ==========================================================================
*
* 挙式会場
*
========================================================================== **/
.l-ceremony-anc {
  &.alignfull.wp-block-cover, &.alignfull.wp-block-group.has-background {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
  .ark-block-columns__inner {
    justify-content: center;
  }
}


/** ==========================================================================
*
* 披露宴会場
*
========================================================================== **/
.l-party-anc {
  &.alignfull.wp-block-cover, &.alignfull.wp-block-group.has-background {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
    @media print, screen and (max-width: 740px) {
      padding-top: 3rem;
      padding-bottom: 2.5rem;
    }
  }
  .ark-block-columns__inner {
    justify-content: center;
  }
}
.l-party-place {
  &__gallery {
    @media print, screen and (min-width: 741px) {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 50px;
    }
    &.ark-block-slider .ark-block-slider__nav {
      background: rgba(#fff, 0.7);
      @media print, screen and (max-width: 740px) {
        display: none;
      }
    }
    &.ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
      right: 10px;
    }
    &.ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
      left: 10px;
    }
    .swiper-pagination {
      @media print, screen and (min-width: 1000px) {
        display: none;
      }
      @media print, screen and (max-width: 740px) {
        bottom: 0;
      }
    }
    &.swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      @media print, screen and (max-width: 740px) {
        bottom: 0;
      }
    }
    &.ark-block-slider .swiper.-thumb {
      @media print, screen and (max-width: 740px) {
        display: none;
      }
    }
  }
}



/** ==========================================================================
*
* 料理
*
========================================================================== **/
.page-id-1418 {
  .l-content__body, .l-container {
    margin-top: 0;
   }
 }
// .page-id-1418 .p-topArea .c-pageTitle__main::before {
//   content: "CUISINE";
// }

.page-id-1418 .l-wrapper .arkb-columns--13 .ark-block-columns__inner {
  width: 1080px;
  margin: 0 auto;
  @media print, screen and (max-width: 740px) {
    width: 100%;
  }
  @media screen and (max-width: 979px) {
    width: 100%;
  }
}

.l-cuisine-mind .l-cuisine-mind__text .wp-block-columns {
  --wp-column-gap: 0.5rem;
}

.l-cuisine-mind {
  @media print, screen and (max-width: 999px) {
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
  }
}
.l-cuisine-mind.mind01,
.l-cuisine-mind.mind03 {
  position: relative;
}
.l-cuisine-anc .ark-block-columns__inner {
  @media print, screen and (max-width: 999px) {
    width: 90%;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 999px) {
  .l-cuisine-anc .ark-block-columns__inner .l-cuisine-anc__photo {
    margin: 0;
  }
  .l-cuisine-anc .ark-block-columns__inner .l-cuisine-anc__text {
    margin: 0;
    margin-left: 5vw;
  }
  .l-cuisine-anc .ark-block-columns__inner .l-cuisine-anc__titile_sp {
    --wp-column-gap: 0;
  }
}

.l-cuisine-mind.mind01:before,
.l-cuisine-mind.mind03:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 120px;
  right: 0;
  width: 1000px;
  height: 555px;
  background: #F0F0F0;
  @media print, screen and (max-width: 999px) {
    bottom: -16vw;
    width: 140%;
    height: 150vw;
    top: auto;
    right: -10vw;
  }
  @media screen and (max-width: 999px) {
    top: 3vw;
    right: 0;
    width: 1000px;
    height: 55vw;
  }
}
.l-cuisine-mind.mind02 .ark-block-columns__inner {
  @media print, screen and (max-width: 999px) {
    flex-direction: column-reverse;
  }
}
.l-cuisine-mind.mind02 .mind02__text {
  @media print, screen and (min-width: 1000px) {
    padding-left: 6rem;
  }
}
.l-cuisine-gallery  {
  @media print, screen and (min-width: 1000px) {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
  }
  &.ark-block-slider .ark-block-slider__nav {
    background: rgba(#fff, 0.7);
    @media print, screen and (max-width: 740px) {
      display: none;
    }
  }
  &.ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
    right: 10px;
  }
  &.ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
    left: 10px;
  }
  .swiper-pagination {
    @media print, screen and (min-width: 741px) {
      display: none;
    }
    @media print, screen and (max-width: 740px) {
      bottom: 0;
    }
  }
  &.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    @media print, screen and (max-width: 740px) {
      bottom: 0;
    }
  }
  &.ark-block-slider .swiper.-thumb {
    @media print, screen and (max-width: 740px) {
      display: none;
    }
  }
}
.l-cuisine-chef {
  padding: 90px 0 90px;
  background: #FAF7F2;
  @media print, screen and (max-width: 740px) {
    padding: 20vw 0;
  }
  .ark-block-columns__inner {
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
    @media print, screen and (max-width: 740px) {
      width: 100%;
    }
  }
  .l-cuisine-chef__photo {
    @media print, screen and (max-width: 740px) {
      margin: 0 auto;
    }
  }
  .l-cuisine-chef__text {
    @media print, screen and (max-width: 740px) {
      margin: 0 auto;
      width: 85%;
    }
  }
}



/** ==========================================================================
*
* ドレス
*
========================================================================== **/
.l-dress-anc {
  .qms4__link {
    padding-bottom: 1.5rem;
    position: relative;
    &::after {
      position: absolute;
      bottom: 0;
      left: calc(50% - 3px);
      bottom: 0;
      width: 10px;
      height: 10px;
      margin: auto;
      transform: rotate(45deg);
      border-bottom: 1px solid #222222;
      border-right: 1px solid #222222;
      vertical-align: middle;
      content: "";
    }
  }
}
.l-dress-item {
  padding: 1.8rem;
  border: 1px solid #9F9F9F;
  @media print, screen and (max-width: 740px) {
    padding: 1.4rem 1.4rem 2.5rem;
  }
  &.reverse .ark-block-columns__inner {
    @media print, screen and (max-width: 740px) {
      flex-direction: column-reverse;
    }
  }
  &__text {
    @media print, screen and (max-width: 740px) {
      font-size: 0.75rem;
    }
  }
  .wp-block-button {
    @media print, screen and (max-width: 740px) {
      width: 80%;
    }
  }
}
.l-dress-shop {
  &.alignfull.wp-block-group.has-background {
    padding-top: 5.5rem;
    padding-bottom: 7rem;
    @media print, screen and (max-width: 740px) {
      padding-top: 4rem;
      padding-bottom: 4.5rem;
    }
  }
  &__photo {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-buttons {
    --wp--style--block-gap: 2rem;
    @media print, screen and (max-width: 740px) {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      --wp--style--block-gap: 1rem;
    }
    &>.wp-block-button.wp-block-button__width-25 {
      width: calc(30% - var(--wp--style--block-gap, .5em)*.75);
    }
    .instagram.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
      display: flex;
      gap: 6px;
      align-items: center;
      justify-content: center;
      &::before {
        content: "";
        display: inline-block;
        position: relative;
        z-index: 10;
        width: 12px;
        height: 12px;
        background: url(images/icon_ig.png) no-repeat center;
        background-size: 100% auto;
        transform: none;
      }
    }
  }
}



/** ==========================================================================
*
* 少人数ウエディング
*
========================================================================== **/

.page-id-2140 {
  .l-content__body, .l-container {
    margin-top: 0;
  }
}

// l-petit-main
.l-petit-main .ark-block-columns__inner{
  width: 1200px;
  margin: 0 auto;
  @media print, screen and (max-width: 740px) {
    width: 100%;
  }
  @media screen and (max-width: 979px) {
    width: 100%;
  }
}
.l-petit-main .l-petit-main__photo {
  margin: 0 auto;
}

.l-petit-main01,
.l-petit-main03 {
  background: #FAF7F2;
  padding: 76px 0;
  @media print, screen and (max-width: 1000px) {
    padding-right: 20px;
    padding-left: 20px;
  }
  @media print, screen and (max-width: 740px) {
    padding: 20vw 0;
  }
}
.l-petit-main02 .ark-block-columns__inner {
  flex-direction: row-reverse;
}
.l-petit-main03 .l-petit-main03__title span.arkb-format-1 {
  color: #A0821D;
}
.l-petit-main03 .ark-block-columns__inner{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.l-petit-faq {
  @media print, screen and (min-width: 741px){
    .l-page-faq__list .ark-block-column {
      padding-top: 2rem;
      padding-bottom: 2rem;
      border-top: 1px dotted #C9C9C9;

    }
    .l-page-faq__list .ark-block-column:nth-child(-n+1) {
      border-top: none;
    }
  }
}




/** ==========================================================================
*
* ベストレート
*
========================================================================== **/
.page-id-2025 {
  .l-content__body, .l-container {
    margin-top: 0;
  }
}
.l-bestrate-main {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.l-bestrate-feature {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

/** ==========================================================================
*
* アクセス
*
========================================================================== **/
.l-access-anc {
  .qms4__link {
    padding-bottom: 1.5rem;
    position: relative;
    &::after {
      position: absolute;
      bottom: 0;
      left: calc(50% - 3px);
      bottom: 0;
      width: 10px;
      height: 10px;
      margin: auto;
      transform: rotate(45deg);
      border-bottom: 1px solid #222222;
      border-right: 1px solid #222222;
      vertical-align: middle;
      content: "";
    }
  }
  .ark-block-columns {
    &__inner {
      justify-content: center;
    }
    .ark-block-column {
      @media print, screen and (min-width: 741px) {
        width: auto;
      }
    }
  }
}
.l-access-map {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.l-access-bullet__image {
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
}
.l-access-plane__image {
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
}
.l-access-car__image {
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
}


/** ==========================================================================
*
* 会社概要
*
========================================================================== **/

/**  会社概要  **/

.l-table-column01 table {
  border-right: 1px solid #C1C1C1;
  border-top: 1px solid #C1C1C1;
}
.l-table-column01 td {
  border-bottom: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
  line-height: 1.3;
}
.l-table-column01 td:first-child {
  background: #EDEDED;
  vertical-align: middle;
  @media print, screen and (min-width: 741px) {
    width: 20%;
  }
  @media print, screen and (max-width: 740px) {
    width: 29%;
    font-size: 3.8vw;
  }
}

.l-table-column02__wrapper.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
  margin-left: 0;
}

.l-table-column02 table {
  border-right: 1px solid #C1C1C1;
  border-top: 1px solid #C1C1C1;
}
.l-table-column02__wrapper .ark-block-column:first-child .l-table-column02 table {
  @media print, screen and (min-width: 741px) {
    border-right: none;
  }
}
.l-table-column02__wrapper .ark-block-column:last-child .l-table-column02 table {
  @media print, screen and (max-width: 740px) {
    border-top: none;
  }
}
.l-table-column02 td {
  border-bottom: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
}
.l-table-column02__wrapper>.wp-block-column:nth-child(2n) td:first-child {
  @media print, screen and (min-width: 741px) {
    border-left: none;
  }
}
.l-table-column02 td:first-child {
  width: 80%;
}
.l-table-column02 td:last-child {
  background: #F8F8F8;
  width: 20%;
}

.l-company-map {
  iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: none;
  }
}



/** ==========================================================================
*
* フォーム
*
========================================================================== **/

/**  フォームはフッター非表示  **/

.page-id-483,
.page-id-493,
.page-id-498,
.page-id-16 {
  .qms4__mega-menu,
  .l-header__right,
  .l-fixed-footer,
  .l-header__drawerBtn,
  .l-event-rec {
    display: none;
  }
  .l-footer {
    .l-footer-link,
    .l-footer-line,
    .l-footer-message,
    .l-footer-main,
    .l-footer-sitemap {
      display: none;
    }
    .fsb-flexible-spacer__device {
      display: none;
    }
  }
  .l-footer__foot {
    @media print, screen and (max-width: 740px) {
      padding-bottom: 4vw;
    }
  }
}

.brick-form__row {
  @media print, screen and (max-width: 740px) {
    padding-left: 0;
    padding-right: 0;
  }
}
.brick-form__content {
  @media print, screen and (max-width: 740px) {
    margin-bottom: 1.6vw;
  }
}
.brick-form:not(:root) input[type="checkbox"] {
  @media print, screen and (max-width: 740px) {
    position: absolute;
  }
}
.brick-form__options-name-privacy {
  @media print, screen and (max-width: 740px) {
    margin-top: 2px;
  }
}
.brick-flow__step:not(:root)::before, .brick-flow__step:not(:root)::after {
  @media print, screen and (max-width: 740px) {
    background: #FAF7F2;
  }
}
.brick-flow__step--current:not(:root)::before, .brick-flow__step--current:not(:root)::after {
  @media print, screen and (max-width: 740px) {
    background: #A0821D;
  }
}
.brick-form__options-item--radio, .brick-form__options-item--checkbox {
  @media print, screen and (min-width: 741px) {
    width: auto;
  }
}
.brick-form .brick-form__row--step-input .brick-form__field-unit-select {
  @media print, screen and (min-width: 741px) {
    flex-grow: initial;
  }
}
.brick-form__row-name-pref.brick-form__row-name-address .brick-form__field-group {
  flex-wrap: wrap;
  gap: 8px;
  .brick-form__field-unit:not(:first-child) {
    width: 100%;
    margin-left: 0;
  }
}
.brick-form__row-name-part .brick-form__field-group {
  .brick-form__options-item {
    width: calc(50% - 16px);
  }
}

.ui-datepicker td {
  border: 0;
  padding: 1px!important;
}


.l-form-bnr {
  max-width: 897px;
  margin-left: auto;
  margin-right: auto;
}

.brick-buttons button {
  position: relative;
  &::after {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle;
    content: "";
  }
}
.brick-buttons .brick-buttons__button-back {
  &::after {
    left: 25px;
    right: auto;
    transform: rotate(-135deg);
  }
}
.brick-form__body-notice a {
  text-decoration: underline;
}

/** ==========================================================================
*
* 次のページ前のページ
*
========================================================================== **/

.l-list-prev {
  a {
    margin: 0 auto;
  }
}



/** ==========================================================================
*
* 手動追加分
*
========================================================================== **/


:root {
    --ark-width--container: 1200px;
    --ark-width--article: 1200px;
    --ark-width--article--slim: 960px;
    --ark-alignwide_ex_width: 100px;
    --ark-color--main: #333762;
    --ark-color--text: #222222;
    --ark-color--link: #333762;
    --ark-color--bg: #fff;
    --ark-color--gray: #d0d2e5;
    --ark-thumb_ratio: 66.66%;
    --ark-color--header_bg: #fff;
    --ark-color--header_txt: #333;
    --ark-logo_size--sp: 50px;
    --ark-logo_size--pc: 79px;
    --ark-color--footer_bg: #ffffff;
    --ark-color--footer_txt: #333333;
}
body .is-layout-flex {
    display: flex;
}
.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
.wp-container-core-group-is-layout-977fa2bb {
    justify-content: flex-end;
}
.l-header-top {
    padding-right: 30px;
    gap: 16px;
}
.l-header-top__text {
    font-size: 13px;
    font-weight: 500;
}
.l-header-top__link {
    gap: 5px 0;
}
.l-header-top__link__item {
    padding: 0 15px;
    line-height: 1;
    font-size: 13px;
    border-right: 1px solid #292929;
}
.l-header-top__link__item:last-child {
    border-right: none;
}
.l-header a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}
.l-header-top__sns .wp-block-image.is-resized {
    display: flex;
}
.l-header-top__sns .wp-block-image a {
    display: flex;
}

.l-header-bottom {
    margin-top: 21px;
    gap: 32px;
    align-items: flex-start;
}
.l-header-bottom__link {
    padding-top: 2px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.1rem 12px;
}
.l-header-bottom__link a {
    color: #292929;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    letter-spacing: 0.02em;
    min-width: 47px;
}
.l-header a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}
.l-header-bottom__link a span {
    color: #9C7400;
    font-family: var(--en_font);
    letter-spacing: 0;
}
.ark-block-heading {
    --ark-mt: var(--ark-mt--h);
    text-align: center;
}
.ark-block-heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 33px;
}
.ark-block-heading h2 {
    font-size: 63px;
    font-weight: 400;
    letter-spacing: 0.034em;
    line-height: 1.3;
    color: #C39309;
    font-family: var(--en_font);
}
.ark-block-heading__sub {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #222;
}

.l-footer {
    background: var(--ark-color--footer_bg, #fff);
    color: var(--ark-color--footer_txt, #333);
    position: relative;
    z-index: 0;
}
.arkb-section--32 {
    --arkb-padding: 70px 0rem 112px 0rem;
}
.ark-block-section {
    --arkb-min-height: unset;
    --arkb-svg-height--top: 0;
    --arkb-svg-height--bottom: 0;
    padding-bottom: var(--arkb-svg-height--bottom);
    padding-top: var(--arkb-svg-height--top);
    position: relative;
}
.alignfull {
    left: calc(50% - 50vw + var(--ark-scrollbar_width) / 2);
    max-width: 100vw !important;
    position: relative;
    width: calc(100vw - var(--ark-scrollbar_width));
}
.ark-block-section__media {
    z-index: 0;
}
.arkb-absLayer {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}
.ark-block-section__img, .ark-block-section__video {
    object-position: center;
}
.ark-block-section__body[data-content=center-left] {
    align-items: center;
    justify-content: flex-start;
}
:where(.alignfull):not([data-inner=full])>.ark-block-section__body {
    margin: 0 auto;
    max-width: calc(var(--ark-width--article, 1000px) + var(--ark-padding--container, 0px) * 2);
    padding: 0 5.1282051282vw;
}
.ark-block-section__body {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 2;
}
.ark-block-section__bodyInner {
    padding: var(--arkb-padding);
    width: 100%;
}
.l-footer-contact .ark-block-columns {
    background-color: rgba(255, 255, 255, 0.93);
    padding: 57px 74.3px 62px 76px;
}
.arkb-columns--31 {
    --arkb-clmn-w--tab: 100%;
}
.ark-block-columns {
    --arkb-clmn-w--pc: 50%;
    --arkb-clmn-w--tab: 50%;
    --arkb-clmn-w--mb: 100%;
    --arkb-padding--default: 0;
    --arkb-padding: var(--arkb-padding--default);
}
.l-footer-contact .ark-block-columns__inner {
    justify-content: space-between;
    margin: 0;
    flex-wrap: nowrap;
}
.l-footer-contact .body {
    width: 100%;
    margin: 0;
}
.l-footer-contact .wp-block-heading {
    font-size: 49px;
    letter-spacing: 0.034em;
    line-height: 1;
    font-weight: 400;
}
.l-footer-contact .top-text {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #222;
    margin-bottom: 26px;
    line-height: 1.7;
}
.l-footer-contact .info-text-1 {
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}
.l-footer-contact .tel-text {
    margin-bottom: 15px;
}
.l-footer-contact .tel-text a {
    font-size: 27px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    pointer-events: none;
}
.l-footer a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}

.l-footer-contact .info-text-2 {
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #000;
    margin-bottom: 9px;
}
.l-footer-contact .info-text-3 {
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
}
.l-footer-contact .info-text-4 {
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #000;
}
.ark-block-columns .ark-block-column {
    margin: 0 0 0 var(--arkb-gap--x);
}
.l-footer-contact .buttons {
    min-width: min(32.2vw, 340px);
    display: flex;
    flex-direction: column;
    gap: 14.4px;
    margin: 0;
}
.l-footer-contact .buttons .wp-block-button {
    width: 100%;
}
.wp-block-button.wp-block-button {
    display: block;
    margin: 0;
    padding: 0;
}
.l-footer-contact .buttons .wp-block-button__link {
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 23px 10px !important;
}
.l-footer-contact .buttons .fair-button img {
    width: 17.23px !important;
}
.l-footer__body {
    padding: 10px 26px 56px !important;
}
.l-footer-main {
    padding: 40px 0 0 !important;
    display: flex;
    justify-content: center;
}
.ark-block-columns__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: calc(var(--arkb-gap--x) * -1);
    row-gap: var(--arkb-gap--y);
}
.l-footer-main .ark-block-column {
    width: auto;
    min-width: 100px;
}
.l-footer-main__inner {
    position: relative;
    left: -50px;
}
.has-white-color {
    color: #fff !important;
}
.arkb-columns--33 {
    --arkb-clmn-w--pc: 20%;
    --arkb-clmn-w--tab: 20%;
    --arkb-gap--x: 40px;
}
.arkb-columns--34 {
    --arkb-gap--x: 50px;
}
.wp-elements-fcc72a3d81a380f4b5a590f0d605e677 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--white);
}
.l-footer-sitemap__logo {
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.06rem;
}
.l-footer-sitemap__link .ark-block-columns__inner {
    justify-content: space-between;
}
.l-footer-sitemap__link .ark-block-columns__inner .ark-block-column {
    width: auto;
}
.l-footer .copyright {
    font-size: 10px;
    text-align: center;
}

.l-footer-contact .wp-block-heading {
    font-size: 49px;
    letter-spacing: 0.034em;
    line-height: 1;
    font-weight: 400;
}

@media print, screen and (max-width: 740px) {
    [data-btns=r-l] .l-header__body {
        grid-template-areas: "search left center right menu";
        grid-template-columns: 0 160px 0 calc(100% - 160px - var(--ark-drawerW)) var(--ark-drawerW);
    }
    .l-footer .copyright {
    font-size: 2.5641025641vw;
    }
    .l-footer-contact .buttons .wp-block-button__link {
    font-size: 4.1025641026vw;
    }
    .l-footer-contact .buttons {
    gap: 2.641025641vw;
    }
    .l-footer-contact .info-text-1 {
    font-size: 4.1025641026vw
  }
  .l-footer-contact .tel-text a {
    font-size: 6.9230769231vw
  }
  .l-footer-contact .info-text-2 {
    font-size: 3.5897435897vw;
  }
  .l-footer-contact .info-text-3 {
    font-size: 3.5897435897vw
  }
  .l-footer-contact .info-text-4 {
    font-size: 3.5897435897vw
  }
}
.l-header__customBtn, .l-header__drawerBtn, .l-header__searchBtn {
    flex-shrink: 0;
    height: 40px;
    line-height: 1.25;
    position: relative;
    text-align: center;
    width: 40px;
}

.l-header__drawerBtn {
    grid-area: menu;
    z-index: 2;
}
.u-flex--c {
    align-content: center;
    align-items: center;
    display: flex
;
    justify-content: center;
}

.u-flex--aicw, .u-flex--c {
    flex-wrap: wrap;
}
.c-iconBtn {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    height: 100%;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.c-iconBtn__icon {
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 1;
    position: relative;
    width: 24px;
}
.c-iconBtn__icon .__close, .c-iconBtn__icon .__open {
    transform-origin: 50% 50%;
    transition: .25s;
}

svg:not([fill]) {
    fill: currentColor;
}
.c-iconBtn__icon svg {
    display: block;
    height: 100% !important;
    width: 100% !important;
}
.c-iconBtn__icon .__close {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    z-index: 1;
}

.c-iconBtn__icon .__close, .c-iconBtn__icon .__open {
    transform-origin: 50% 50%;
    transition: .25s;
}
svg:not([fill]) {
    fill: currentColor;
}
.c-iconBtn__icon svg {
    display: block;
    height: 100% !important;
    width: 100% !important;
}

.l-header__left {
    z-index: 10;
}
@media not all and (min-width: 1000px) {
    .l-headerUnder, .l-header__bar, .l-header__left, .l-header__right {
        display: none;
    }
}
.l-header__left {
    align-items: center;
    display: flex;
    grid-area: left;
    justify-self: start;
}
.l-header__center {
    z-index: 10;
}

@media print, screen and (max-width: 740px) {
    .l-header__center {
        width: 100%;
        padding: 1.5384615385vw 0;
    }
}
.l-header__center {
    grid-area: left;
    justify-self: start;
    width: 105px;
    padding: 18px 0 17px;
}
@media print, screen and (max-width: 740px) {
    .l-header__right {
        display: flex;
        align-items: center;
        pointer-events: inherit !important;
        margin-right: 2.5641025641vw;
        padding: 3.3333333333vw 0 3.5897435897vw;
    }
}

@media print, screen and (max-width: 999px) {
    .l-header__right {
        justify-content: center;
    }
}
@media not all and (min-width: 740px) {
    .l-header__logo {
        justify-content: flex-start;
    }
}

@media not all and (min-width: 1000px) {
    .l-header__logo {
        font-size: var(--ark-logo_size--sp);
    }
}
.l-header__logo {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1;
}
@media not all and (min-width: 1000px) {
    .has-image>.c-headLogo {
        height: var(--ark-logo_size--sp);
    }
}

.l-header a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}
.c-headLogo {
    color: inherit;
    display: block;
    font-weight: 400;
    text-decoration: none;
}

.c-headLogo__img {
    height: 100%;
    object-fit: contain;
    width: auto;
}
@media not all and (min-width: 1000px) {
    .has-image>.c-headLogo {
        height: var(--ark-logo_size--sp);
    }
}

.l-header a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}
.c-headLogo {
    color: inherit;
    display: block;
    font-weight: 400;
    text-decoration: none;
}

@media not all and (min-width: 740px) {
    .l-header__logo {
        justify-content: flex-start;
    }
}

@media not all and (min-width: 1000px) {
    .l-header__logo {
        font-size: var(--ark-logo_size--sp);
    }
}
.l-header__logo {
    align-items: center;
    display: flex;
    line-height: 1;
}
.l-header__center {
    z-index: 10;
}

.l-header__center {
    grid-area: left;
    justify-self: start;
    width: 105px;
    padding: 18px 0 17px;
}
@media print, screen and (max-width: 740px) {
    .l-header__right {
        display: flex;
        align-items: center;
        pointer-events: inherit !important;
        margin-right: 2.5641025641vw;
        padding: 3.3333333333vw 0 3.5897435897vw;
    }
    .l-header__center {
        width: 100%;
        padding: 1.5384615385vw 0;
    }
}
@media print, screen and (max-width: 999px) {
    .l-header__right {
        justify-content: center;
    }
}
.l-header__right {
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
}
body .is-layout-flex {
    display: flex
;
}
.wp-container-core-group-is-layout-ad2f72ca {
    flex-wrap: nowrap;
}
.wp-block-group {
    box-sizing: border-box;
}
:where(.is-layout-flex) {
    gap: 0.5em;
}
.is-layout-flex > :is(*, div) {
    margin: 0;
}
body .is-layout-flex {
    display: flex;
}
.wp-container-core-group-is-layout-499140ed {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.is-layout-flex > :is(*, div)
 {
    margin: 0;
}

.wp-block-image {
    text-align: center;
}
.u-mt-0 {
    margin-top: 0 !important;
}
.l-header a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}
.wp-block-image img {
    vertical-align: bottom;
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
@media print, screen and (max-width: 740px) {
    .l-header__right {
        display: flex;
        align-items: center;
        pointer-events: inherit !important;
        margin-right: 2.5641025641vw;
        padding: 3.3333333333vw 0 3.5897435897vw;
    }
}

@media print, screen and (max-width: 999px) {
    .l-header__right {
        justify-content: center;
    }
}

[data-has-search=""] .l-header__searchBtn {
    display: none;
}

.l-header__customBtn, .l-header__drawerBtn, .l-header__searchBtn {
    flex-shrink: 0;
    height: 40px;
    line-height: 1.25;
    position: relative;
    text-align: center;
    width: 40px;
}
.l-header__searchBtn {
    grid-area: search;
    z-index: 1;
}
.u-flex--c {
    align-content: center;
    align-items: center;
    display: flex
;
    justify-content: center;
}
.u-flex--aicw, .u-flex--c {
    flex-wrap: wrap;
}
.c-iconBtn {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    height: 100%;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.c-iconBtn__icon {
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 1;
    position: relative;
    width: 24px;
}
.p-drawer__inner {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow-y: auto;
    pointer-events: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
.p-drawer__body {
    padding: 0;
    height: 100%;
}

.p-drawer__body {
    margin: 0;
    position: relative;
}
* {
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.c-drawerNav, .widget_categories > ul, .widget_nav_menu .menu, .widget_recent_entries__list, .wp-block-archives-list, .wp-block-categories-list, .wp-block-latest-comments, .wp-block-latest-posts:not(.is-grid), .wp-block-page-list {
    border-bottom: none;
    border-top: 1px solid #E2D9BA;
}
.p-drawer__body .w-drawerBottom {
    margin-top: 0;
    height: 100%;
}

.w-drawerBottom {
    margin-top: 2rem;
}

@media not all and (min-width: 600px) {
    .arkb-columns--1 {
        --arkb-gap--x: 0rem;
        --arkb-gap--y: 0rem;
    }
}
.ark-block-columns__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: calc(var(--arkb-gap--x) * -1);
    row-gap: var(--arkb-gap--y);
}

.drawer-nav .ark-block-column:nth-of-type(odd) {
    border-right: 1px solid #e2d9ba;
}
.drawer-nav .ark-block-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.05rem 0.8rem;
    height: 100%;
    border-bottom: 1px solid #e2d9ba;
}
.ark-block-column[data-arkb-linkbox] {
    position: relative;
}
@media not all and (min-width: 600px) {
    .ark-block-column {
        --arkb-clmn-width: var(--arkb-clmn-w--mb, 100%);
    }
}
@media not all and (min-width: 1000px) {
    .ark-block-column {
        --arkb-clmn-width: var(--arkb-clmn-w--tab, 50%);
    }
}
[data-arkb-linkbox] {
    cursor: pointer;
}
.ark-keep-mt--s {
    --ark-mt--inner: var(--ark-mt--s, 1rem);
}
.p-drawer__body .c-widget + .c-widget {
    margin-top: 0;
}
.drawer-sns {
    margin-top: 9vw !important;
}

.wp-block-group {
    box-sizing: border-box;
}
  .l-footer-contact .sp-only {
    display: none;
  }
@media screen and (min-width: 1025px) {
  .fsb-flexible-spacer__device--md, .fsb-flexible-spacer__device--sm {
        display: none;
    }
}
@media print, screen and (max-width: 740px) {
    .l-header-bottom .wp-block-button .wp-block-button__link {
        font-size: 12px;
        font-size: 3.0769230769vw;
        padding: 2.0512820513vw 5.1282051282vw 2.0512820513vw 4.1025641026vw;
    }
    .l-footer-contact .ark-block-columns {
        padding: 12.8205128205vw 3.3333333333vw 10vw;
        text-align: center;
    }
    .arkb-columns--35 {
      display: none;
    }
    .wp-block-fsb-flexible-spacer {
      display: none;
    }
    .clearfix {
      display: none;
    }
    .ark-block-heading h2 {
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0.034em;
    line-height: 1.3;
    color: #C39309;
    font-family: var(--en_font);
  }
  .ark-block-heading__sub {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #222;
  }
  .l-footer-contact .pc-only {
    display: none;
  }
    .l-footer-contact .sp-only {
      display: block;
      font-size: 35.5px;
      margin-bottom: 3.5897435897vw;
    }
    .l-footer-contact .ark-block-columns__inner {
        row-gap: 6.6666666667vw;
        margin: 0;
    }
}
.ark-block-columns .ark-block-column {
    margin: 0 0 0 var(--arkb-gap--x);
    max-width: unset;
}
.ark-block-column {
  width: calc(var(--arkb-clmn-width) - var(--arkb-gap--x));
}

@media print, screen and (max-width: 1200px) {
    .l-footer-contact .ark-block-columns__inner {
        flex-direction: column;
        align-items: center;
    }
}
.wp-container-core-group-is-layout-fd526d70 {
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.drawer-sns__ttl {
    margin-bottom: 1em;
    margin-bottom: 3vw;
    font-size: 1.1rem;
}