@charset "UTF-8";
/**
 * Theme Name: Atsumaru Custom Fabric Theme
 * Version: 0.0.1
 * Template: arkhe
 */
:root {
  --fabric--demo-content--display: flex;
}

/** ==========================================================================
*
* colors
*
========================================================================== **/
:root {
  --arkb-qa_color: #BE9B5A;
  --wp--preset--color--cyan-bluish-gray: #F0F0F0;
  --arkb-list_color_icon: #DE793A;
  --ark-padding--container: min(48px,6vw);
  --ark-fz--xxl: 2.25em;
}

:root {
  --qms-border_color: #CECECE;
  --qms-border_border_color: #E2DACA;
  --qms-table_color: #FAF8F2;
  --qms-accent_color: #DE793A;
  --qms-accent02_color: #BE9B5A;
  --qms-sub_color: #BE9B5A;
  --qms-icon_color: #BE9B5A;
}

:root {
  --brick--color--dark-background: #FAF8F2;
  --brick--color--flow-current-background: #BE9B5A;
  --brick--color--accent-background: #BE9B5A;
}

[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: 400;
  --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;
  letter-spacing: 0.04rem;
}

.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;
}

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

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

.tategaki {
  writing-mode: vertical-rl; /* 文章を縦書きにする */
  text-orientation: mixed; /* 和文は縦、英語は横 */
  -webkit-text-orientation: mixed; /* 和文は縦、英語は横（safari用） */
  margin: 0 auto;
}

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

line-clamp

------------------------------------ */
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media print, screen and (max-width: 740px) {
  .line-clamp {
    -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) {
  .line-clamp-three {
    -webkit-line-clamp: 3;
  }
}

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

.new:before {
  display: block;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 40px;
  border-bottom: 55px solid transparent;
  border-left: 55px solid var(--qms-accent_color);
  color: #fff;
  content: "";
}

.new:after {
  font-family: var(--en_font);
  display: block;
  z-index: 10000;
  position: absolute;
  top: -4px;
  left: 4px;
  width: 32px;
  height: 40px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 43px;
  text-align: center;
  content: "NEW";
}

/** ==========================================================================
*
* 削除予定
*
========================================================================== **/
/**  h2  **/
.is-h2-01 {
  padding: 20px 22px;
  border: 4px solid #BE9B5A;
}

.is-h2-02 {
  padding: 20px 22px;
  border: 3px solid #BE9B5A;
  background: linear-gradient(90deg, rgba(190, 155, 90, 0.3), rgba(190, 155, 90, 0));
}

.is-h2-03 {
  position: relative;
  padding: 10px 22px;
  display: inline-block;
}
.is-h2-03::before, .is-h2-03::after {
  position: absolute;
  content: "";
}

.is-h2-03::after {
  top: 0;
  left: 0;
  width: 16px;
  height: 25px;
  border-top: 3px solid #BE9B5A;
  border-left: 3px solid #BE9B5A;
}

.is-h2-03::before {
  right: 0;
  bottom: 0;
  width: 16px;
  height: 25px;
  border-right: 3px solid #BE9B5A;
  border-bottom: 3px solid #BE9B5A;
}

.is-h2-04 {
  position: relative;
  padding: 0 0 1rem 0;
  border-bottom: 3px solid #BE9B5A;
}

.is-h2-04::before {
  position: absolute;
  bottom: -14px;
  left: 1.5em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #BE9B5A transparent transparent;
}

.is-h2-04::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;
}

/**  h3  **/
.is-h3-01 {
  padding: 16px 20px;
  border: 3px solid #BE9B5A;
}

.is-h3-02 {
  padding: 16px 20px;
  border: 3px solid #BE9B5A;
  background: linear-gradient(90deg, rgba(190, 155, 90, 0.3), rgba(190, 155, 90, 0));
}

.is-h3-03 {
  position: relative;
  padding: 10px 22px;
  display: inline-block;
}
.is-h3-03::before, .is-h3-03::after {
  position: absolute;
  content: "";
}

.is-h3-03::after {
  top: 0;
  left: 0;
  width: 16px;
  height: 25px;
  border-top: 3px solid #BE9B5A;
  border-left: 3px solid #BE9B5A;
}

.is-h3-03::before {
  right: 0;
  bottom: 0;
  width: 16px;
  height: 25px;
  border-right: 3px solid #BE9B5A;
  border-bottom: 3px solid #BE9B5A;
}

.is-h3-04 {
  position: relative;
  padding: 0 0 16px 0;
  border-bottom: 3px solid #BE9B5A;
}

.is-h3-04::before {
  position: absolute;
  bottom: -14px;
  left: 1.5em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #BE9B5A transparent transparent;
}

.is-h3-04::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;
}

/**  h4  **/
.is-h4-01 {
  padding: 18px 20px;
  border: 2px solid #BE9B5A;
}

.is-h4-02 {
  position: relative;
  padding: 0 0 18px 0;
}

.is-h4-02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #BE9B5A, #BE9B5A 1px, transparent 1.5px, transparent 2.5px);
  background-image: repeating-linear-gradient(-45deg, #BE9B5A, #BE9B5A 1px, transparent 1.5px, transparent 2.5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-h4-03 {
  padding: 18px 0;
  border-bottom: 4px solid rgba(190, 155, 90, 0.4);
  position: relative;
}

.is-h4-03::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 90px;
  border-bottom: 4px solid #BE9B5A;
}

/**  h5  **/
.is-h5-01 {
  padding: 8px 0 8px 13px;
  border-left: 2px solid #BE9B5A;
}

.is-h5-02 {
  padding: 8px 0 8px 13px;
  border-left: 2px dashed #BE9B5A;
}

.is-h5-03 {
  padding: 8px 0 8px 13px;
  border-left: 3px double #BE9B5A;
}

/**  h6  **/
.is-h6-01 {
  padding: 8px 0 8px 21px;
  position: relative;
}
.is-h6-01::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #BE9B5A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.is-h6-02 {
  padding: 8px 0 8px 21px;
  position: relative;
}
.is-h6-02::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #BE9B5A;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.is-h6-03 {
  padding: 8px 0 8px 21px;
  position: relative;
}
.is-h6-03::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #BE9B5A;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/** ==========================================================================
*
* 全ページ 共通
*
========================================================================== **/
.p-breadcrumb__item:last-child {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a: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) {
  .page .p-topArea .c-pageTitle__main::before {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 2px;
  }
}

.page-id-64 .p-topArea .c-pageTitle__main::before {
  content: "FAQ";
}

.page-id-1187 .p-topArea .c-pageTitle__main::before {
  content: "DRESS";
}

.page-id-1195 .p-topArea .c-pageTitle__main::before {
  content: "ACCESS";
}

.page-id-3 .p-topArea .c-pageTitle__main::before {
  content: "PRIVACY POLICY";
}

.page-id-5763 .p-topArea .c-pageTitle__main::before, .page-id-5764 .p-topArea .c-pageTitle__main::before {
  content: "RESERVE";
}

.page-id-5778 .p-topArea .c-pageTitle__main::before, .page-id-5779 .p-topArea .c-pageTitle__main::before {
  content: "CONTACT";
}

.page-id-5320 .p-topArea .c-pageTitle__main::before, .page-id-5323 .p-topArea .c-pageTitle__main::before, .page-id-5325 .p-topArea .c-pageTitle__main::before, .page-id-5327 .p-topArea .c-pageTitle__main::before, .page-id-5333 .p-topArea .c-pageTitle__main::before {
  content: "BRIDAL FAIR";
}

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

@media print, screen and (min-width: 1001px) {
  .c-postContent .l-page-report.l-slide .wp-block-button {
    width: calc(30% - var(--wp--style--block-gap, 0.5em) * 0.75);
  }
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .c-postContent .l-page-report.l-slide .wp-block-button {
    width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.75);
  }
  .c-postContent .l-page-report.l-slide .wp-block-button .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    width: 100%;
  }
}
@media print, screen and (max-width: 740px) {
  .c-postContent .l-page-report.l-slide .wp-block-button {
    padding-top: 0;
  }
}

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

/**  その他のコンテンツ  **/
/** ==========================================================================
*
* 見出し
*
========================================================================== **/
/**  h1見出し  **/
@media screen and (min-width: 741px) {
  .p-topArea {
    min-height: 44vh;
  }
}
.p-topArea .c-pageTitle__main {
  position: relative;
  font-size: 0.9rem;
  font-weight: var(--default_weight-regular);
}
@media print, screen and (max-width: 740px) {
  .p-topArea .c-pageTitle__main {
    font-size: 0.85rem;
  }
}
.p-topArea .c-pageTitle__en {
  font-size: 2.5rem;
  font-weight: var(--en_weight-regular);
}
@media print, screen and (max-width: 740px) {
  .p-topArea .c-pageTitle__en {
    font-size: 2rem;
  }
}

.p-topArea.-noimg {
  background: #FAF8F2;
  padding: 32px 0 28px;
  min-height: inherit;
}
@media print, screen and (max-width: 740px) {
  .p-topArea.-noimg {
    padding: 6vw 0 5vw;
  }
}
.p-topArea.-noimg .p-topArea__body {
  color: #343434;
  text-shadow: none;
}
@media print, screen and (max-width: 740px) {
  .p-topArea.-noimg .c-pageTitle__main {
    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;
}
.p-title-border::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;
}
.p-title-bg_en .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) {
  .p-title-bg_en .en {
    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;
  background: #EBE4CE;
}

/**  下線の見出し①  **/
.is-style-under_line01-heading {
  text-align: center;
  position: relative;
  margin-bottom: 54px !important;
}
.is-style-under_line01-heading::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 #BE9B5A;
}
.is-style-under_line02-heading::before {
  position: absolute;
  bottom: -14px;
  left: 1.5em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #BE9B5A transparent transparent;
}
.is-style-under_line02-heading::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: 16px 0;
  border-bottom: 2px solid rgba(190, 155, 90, 0.4);
  position: relative;
}
.is-style-under_line03-heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 90px;
  border-bottom: 2px solid #BE9B5A;
}

/**  下線の見出し④  **/
.is-style-under_line04-heading {
  position: relative;
  padding: 0 0 18px 0;
}
.is-style-under_line04-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #BE9B5A, #BE9B5A 1px, transparent 1.5px, transparent 2.5px);
  background-image: repeating-linear-gradient(-45deg, #BE9B5A, #BE9B5A 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;
}
.p-angle_brackets-heading::before, .p-angle_brackets-heading::after {
  position: absolute;
  content: "";
}
.p-angle_brackets-heading::after {
  top: 0;
  left: 0;
  width: 16px;
  height: 25px;
  border-top: 3px solid #BE9B5A;
  border-left: 3px solid #BE9B5A;
}
.p-angle_brackets-heading::before {
  right: 0;
  bottom: 0;
  width: 16px;
  height: 25px;
  border-right: 3px solid #BE9B5A;
  border-bottom: 3px solid #BE9B5A;
}

/** ==========================================================================
*
* ボタン
*
========================================================================== **/
/**  outline button  **/
@media print, screen and (max-width: 740px) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #BE9B5A;
  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) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    padding: 14px 0;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #BE9B5A;
  content: "";
  transition: transform 0.3s;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::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: "";
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover {
  opacity: 0.999;
  color: #fff;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover::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;
}
.is-style-prev.is-style-prev.is-style-prev.is-style-prev.is-style-prev 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 #BE9B5A;
  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) {
  .is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a {
    padding: 16px 0;
    width: 345px;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #BE9B5A;
  content: "";
  transition: transform 0.3s;
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a::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: "";
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a:hover {
  opacity: 0.999;
  color: #fff;
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button.is-style-border-button a:hover::after {
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
}

/**  fill button  **/
@media print, screen and (max-width: 740px) {
  .is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #BE9B5A;
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #BE9B5A;
  color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a {
    padding: 16px 0;
    width: 345px;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a::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 0.3s;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a::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: "";
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a:hover {
  opacity: 0.999;
  color: #111;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill a:hover::after {
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill.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 #fff;
  border-top: 1px solid #fff;
}
.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-fill.is-style-prev.is-style-prev.is-style-prev.is-style-prev.is-style-prev a:hover::after {
  border-right: none;
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  background: none;
}

@media print, screen and (max-width: 740px) {
  .is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button 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) {
  .is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a {
    padding: 16px 0;
    width: 345px;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a::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 0.3s;
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a::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: "";
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a:hover {
  opacity: 0.999;
  color: #111;
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button.is-style-dark-button a:hover::after {
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
}

/**  fill_action01 button  **/
@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: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.75);
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #ebe4ce;
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  margin: auto;
  position: relative;
  background: #ebe4ce;
  color: #222222;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 741px) {
  .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
    padding: 16px 0;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::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 0.3s;
}
.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::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  **/
@media print, screen and (max-width: 740px) {
  .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
  font-weight: 500;
  text-align: center;
  border: 1px solid var(--qms-accent_color);
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  margin: auto;
  position: relative;
  background: var(--qms-accent_color);
  color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 741px) {
  .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
    padding: 16px 0;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::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 0.3s;
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::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: "";
}

/**  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 #BE9B5A;
  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) {
  .is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
    padding: 14px 0;
    width: 345px;
    transition: 0.4s;
  }
}
@media print, screen and (max-width: 740px) {
  .is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #BE9B5A;
  content: "";
  transition: transform 0.3s;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a::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;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a:hover {
  opacity: 0.999;
  color: #fff;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a:hover::after {
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
}

.c-button-anchor a {
  position: relative;
  padding-right: 2.6em;
}
.c-button-anchor a::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;
}
.c-button-more::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: 0.6em;
}
.c-button-map::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) {
  .is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button.is-style-other-button a {
    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;
}
.p-parts-house .arkb-format-1 {
  font-size: 1.5em;
  margin-right: 5px;
}
.p-parts-house__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;
}
.p-blank::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) {
  .p-tel.p-tel.p-tel.p-tel.p-tel {
    font-size: 9vw;
  }
}
.p-tel.p-tel.p-tel.p-tel.p-tel .arkb-format-1 {
  font-size: 0.6em;
  padding-right: 8px;
}
.p-tel.p-tel.p-tel.p-tel.p-tel a {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media print, screen and (min-width: 741px) {
  .p-tel.p-tel.p-tel.p-tel.p-tel a {
    pointer-events: none;
  }
}

/** ==========================================================================
*
* レイアウト
*
========================================================================== **/
/**  PC 幅  **/
@media print, screen and (min-width: 741px) {
  .pc-10 {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 741px) {
  .pc-90 {
    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;
  }
  .l-button_list .wp-block-button {
    width: 100%;
  }
  .l-button_list .wp-block-button a {
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .l-button_list.l-faq_anc .is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
    width: 285px;
  }
}
/**  l-info  **/
@media print, screen and (max-width: 740px) {
  .l-info .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column + .wp-block-column {
    margin-top: 0.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) {
  .p-num {
    padding-left: 12vw;
  }
}
.p-num::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) {
  .p-num::before {
    top: -1px;
    font-size: 0.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;
  }
  .l-2column-ph_right .wp-block-column,
  .l-2column-ph_right .ark-block-columns__inner .wp-block-column {
    margin-top: var(--wp-column-gap);
  }
}
/**  l-buttons  **/
.l-buttons {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 741px) {
  .l-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-buttons {
    margin-bottom: 6vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-buttons .wp-block-button {
    margin-bottom: 4vw;
  }
}

/** ==========================================================================
*
* ヘッダー
*
========================================================================== **/
.l-header {
  background: rgba(255, 255, 255, 0.9);
}

.l-header a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-header a:hover {
  opacity: 0.7;
}

.l-header__center {
  grid-area: left;
  justify-self: start;
  width: 242px;
  padding: 12px 0 4px;
}
@media print, screen and (max-width: 740px) {
  .l-header__center {
    width: 114%;
  }
}

.l-header__left {
  font-size: 10px;
  line-height: 1.4;
  display: block;
  width: fit-content;
  white-space: nowrap;
  position: absolute;
  top: 17px;
  left: 0;
}
@media print, screen and (max-width: 1000px) {
  .l-header__left {
    top: 5px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-header__left {
    width: 100%;
    top: 0.5rem;
    font-size: 13px;
    transform-origin: left;
    transform: scale(0.7);
    letter-spacing: 0;
  }
  .l-header__left p {
    letter-spacing: 0;
  }
}

@media print, screen and (max-width: 1000px) {
  [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);
  }
}

@media print, screen and (min-width: 1001px) {
  [data-btns=l-r][data-logo=left] .l-header__body, [data-btns=r-l][data-logo=left] .l-header__body {
    grid-template-areas: "left center right menu";
    grid-template-columns: min-content min-content auto min-content;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 1001px) {
  [data-btns=l-r][data-logo=left] .l-header__body, [data-btns=r-l][data-logo=left] .l-header__body {
    padding-right: 0;
    padding-left: 17px;
  }
}

.l-header__right {
  display: block;
}
@media print, screen and (max-width: 1000px) {
  .l-header__right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0.5rem;
  }
}
.l-header__right .wp-block-columns {
  margin-bottom: 0;
}
.l-header__right .l-header-top {
  padding-right: 25px;
}
@media print, screen and (max-width: 999px) {
  .l-header__right .l-header-top {
    display: none;
  }
}
.l-header__right .l-header-top__link {
  gap: 5px 0;
}
.l-header__right .l-header-top__link__item {
  padding: 0 15px;
  line-height: 1;
  border-right: 1px solid #222222;
}
.l-header__right .l-header-top__link__item:last-child {
  border-right: none;
}
.l-header__right .l-header-top__sns {
  gap: 15px;
  padding: 0 0 0 20px;
}
.l-header__right .l-header-top__sns .wp-block-image.is-resized {
  display: flex;
}
.l-header__right .l-header-top__sns .wp-block-image a {
  display: flex;
}
.l-header__right .l-header-bottom {
  margin-top: 0.5rem;
  gap: 20px;
}
@media print, screen and (max-width: 1000px) {
  .l-header__right .l-header-bottom {
    margin-top: 0;
  }
}
.l-header__right .l-header-bottom__link {
  gap: 0.1rem 1.5rem;
  justify-content: flex-end;
}
@media print, screen and (max-width: 999px) {
  .l-header__right .l-header-bottom__link {
    display: none;
  }
}
.l-header__right .l-header-bottom .wp-block-button {
  width: 195px;
}
@media print, screen and (max-width: 599px) {
  .l-header__right .l-header-bottom .wp-block-button {
    width: 120px;
  }
}
.l-header__right .l-header-bottom .wp-block-button a {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #222222;
  border-radius: 0;
  padding: 0.95rem 0;
}
@media print, screen and (max-width: 740px) {
  .l-header__right .l-header-bottom .wp-block-button a {
    padding: 0.6rem 0;
  }
}
.l-header__right .l-header-bottom .wp-block-button a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(images/icon_calendar.png) no-repeat center;
  background-size: 100% auto;
}
@media print, screen and (max-width: 740px) {
  .l-header__right .l-header-bottom .wp-block-button a::before {
    width: 16px;
    height: 16px;
  }
}

@media not all and (max-width: 1000px) {
  .l-header__drawerBtn {
    display: none;
  }
}
@media screen and (hover: none) and (pointer: coarse) {
  .l-header__drawerBtn {
    display: block;
  }
}

.sp-only .l-header__drawerBtn {
  display: none;
}

[data-drawer=opened] .c-iconBtn__icon .__close {
  color: #222222;
}

.l-header__left {
  z-index: 10;
}

.l-header__center {
  z-index: 10;
}

[data-drawer=opened] .l-header__center {
  pointer-events: inherit;
}

.l-header__searchBtn {
  display: none;
}

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

/** ==========================================================================
*
* フッター
*
========================================================================== **/
.l-footer {
  margin-top: 60px;
}
@media print, screen and (max-width: 740px) {
  .l-footer {
    margin-top: 10vw;
  }
}
.l-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer a:hover {
  opacity: 0.7;
}

.l-footer-message.alignfull.has-background > .wp-block-group__inner-container, .l-footer-message .alignfull > .wp-block-cover__inner-container {
  max-width: 1200px;
}
.l-footer-message .p-cv-button {
  gap: 22px;
}
@media print, screen and (max-width: 740px) {
  .l-footer-message .p-cv-button {
    gap: 17px;
  }
}

@media print, screen and (max-width: 740px) {
  .p-fixBtnWrap .-pagetop {
    display: none;
  }
}

/**  CV  **/
.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item {
  background-color: rgba(255, 255, 255, 0.9019607843);
  position: relative;
  padding: 28px 30px;
  position: relative;
}
.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item::after {
  content: "";
  width: 21px;
  height: 4px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  bottom: 12px;
  right: 14px;
}
.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item:last-child {
  background-color: rgba(149, 214, 208, 0.9019607843);
}
.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item.l-footer-contact__item:last-child::after {
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
}

/**  SNS  **/
.l-footer-link {
  gap: 0;
}
@media print, screen and (max-width: 740px) {
  .l-footer-link {
    gap: 9vw 0;
  }
}
.l-footer-link .qms4__link {
  padding: 0 40px;
  border-right: 1px solid #101010;
}
@media print, screen and (max-width: 740px) {
  .l-footer-link .qms4__link {
    padding: 0 5vw;
    border: none;
  }
  .l-footer-link .qms4__link:first-child {
    border-right: 1px solid #101010;
  }
}
.l-footer-link__item.sns {
  padding-left: 50px;
  gap: 20px;
}
@media print, screen and (max-width: 1000px) {
  .l-footer-link__item.sns {
    padding-left: 0;
    width: 100%;
    gap: 2vw;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-footer-link__sns__title {
    width: 100%;
  }
}
.l-footer-link__sns__icon {
  gap: 20px;
}
.l-footer-link__sns__icon .wp-block-image.is-resized {
  display: flex;
}
.l-footer-link__sns__icon .wp-block-image a {
  display: flex;
}

/**  LINE  **/
.l-footer-line.alignfull.wp-block-cover, .l-footer-line.alignfull.wp-block-group.has-background {
  padding: 1.6rem;
}

.l-footer-line .qms4__link .wp-block-group {
  gap: 6px 18px;
}
.l-footer-line .qms4__link .wp-block-group::after {
  display: block;
  top: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  content: "";
}

/**  メッセージ  **/
@media print, screen and (max-width: 740px) {
  .l-footer-message.l-footer-message.l-footer-message.l-footer-message.l-footer-message {
    width: 100%;
  }
}

.l-footer-message .l-footer-message__inner.wp-block-columns {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 1000px) {
  .l-footer-message .p-cv-button .wp-block-buttons.wp-block-buttons {
    width: calc(30% - var(--wp--style--block-gap));
    max-width: 335px;
  }
}
@media print, screen and (max-width: 999px) {
  .l-footer-message .p-cv-button .wp-block-buttons.wp-block-buttons {
    width: calc(40% - var(--wp--style--block-gap));
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-message .p-cv-button .wp-block-buttons.wp-block-buttons {
    width: 100%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-message .p-cv-button__item {
    width: 100%;
  }
}
.l-footer-message .p-cv-button__item .wp-block-button {
  width: 100%;
}
.l-footer-message .p-cv-button__item .wp-block-button a {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #222222;
  border-radius: 0;
  padding: 1.2rem 0;
}
.l-footer-message .p-cv-button__item.fair .wp-block-button a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(images/icon_calendar.png) no-repeat center;
  background-size: 100% auto;
}
.l-footer-message .p-cv-button__item.reserve .wp-block-button a::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 26px;
  background: url(images/icon_reserve.png) no-repeat center;
  background-size: 100% auto;
}
.l-footer-message .p-cv-button__item.inquiry .wp-block-button a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url(images/icon_inquiry.png) no-repeat center;
  background-size: 100% auto;
}
.l-footer-message .p-cv-button__item.contact .wp-block-button a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url(images/icon_contact.png) no-repeat center;
  background-size: 100% auto;
}

.l-footer-message .p-address {
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1000px) {
  .l-footer-message .p-address {
    display: block;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-message .p-address {
    margin-bottom: 4vw;
  }
}
.l-footer-message .p-address .p-address__item {
  margin: 0 10px;
}
@media print, screen and (max-width: 1000px) {
  .l-footer-message .p-address .p-address__item {
    justify-content: center;
    margin-bottom: 5px;
  }
  .l-footer-message .p-address .p-address__item:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-message .p-address .p-address__item {
    margin: 0 auto 3vw;
    display: block;
    text-align: center;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-message .p-address .p-address__item.tel {
    pointer-events: none;
  }
}

.l-footer-message .p-tel {
  margin-bottom: 5px;
  font-weight: 500;
}
@media print, screen and (max-width: 740px) {
  .l-footer-message .p-tel {
    font-size: 7.8vw !important;
  }
}
.l-footer-message .p-tel a::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(images/icon_tel.png) no-repeat center/contain;
  margin-right: 8px;
}
@media print, screen and (max-width: 740px) {
  .l-footer-message .p-tel a::before {
    width: 39px;
    height: 25px;
  }
}

/**  フッター  **/
@media print, screen and (max-width: 740px) {
  .l-footer-main.l-footer-main.l-footer-main.l-footer-main.l-footer-main {
    width: 100vw;
    left: 0;
    padding: 10vw;
  }
}

.l-footer-main.alignfull.has-background > .wp-block-group__inner-container, .alignfull > .wp-block-cover__inner-container {
  max-width: 1200px;
}

.l-footer-main .l-footer-main__inner.wp-block-columns {
  margin: 0 auto;
}

.l-footer-main__logo {
  margin-bottom: 0.5em;
}

.l-footer-main .p-address {
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1000px) {
  .l-footer-main .p-address {
    display: block;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-address {
    margin-bottom: 4vw;
  }
}
.l-footer-main .p-address .p-address__item {
  margin: 0 10px;
}
@media print, screen and (max-width: 1000px) {
  .l-footer-main .p-address .p-address__item {
    justify-content: center;
    margin-bottom: 5px;
  }
  .l-footer-main .p-address .p-address__item:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-address .p-address__item {
    margin: 0 auto 3vw;
    display: block;
    text-align: center;
  }
}

.l-footer-main .p-tel {
  margin-bottom: 5px;
  font-weight: 500;
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-tel {
    font-size: 7.8vw !important;
  }
}
.l-footer-main .p-tel a::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(images/icon_tel.png) no-repeat center/contain;
  margin-right: 8px;
}
@media print, screen and (max-width: 740px) {
  .l-footer-main .p-tel a::before {
    width: 39px;
    height: 25px;
  }
}

.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%;
}
.l-footer-sitemap.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: auto;
}
.l-footer-sitemap__logo figure {
  text-align: left;
}
.l-footer-sitemap__link .ark-block-columns__inner {
  justify-content: center;
  gap: 30px;
}
.l-footer-sitemap__link .ark-block-columns__inner .ark-block-column {
  width: fit-content;
}

.l-footer__foot {
  background-color: #101010;
  color: #fff;
  font-family: var(--ja_font);
  font-weight: var(--ja_weight-regular);
}
.l-footer__foot .c-copyright {
  font-size: 0.6rem;
}

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

.l-footer__widgets {
  padding: 0;
}

/** ==========================================================================
*
* SPメニュー
*
========================================================================== **/
@media print, screen and (max-width: 1000px) {
  .p-drawer__close.c-modalClose.u-flex--aic {
    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;
}
.p-drawer__body .w-drawerBottom {
  margin-top: 0;
}
.p-drawer__body .c-widget + .c-widget {
  margin-top: 0;
}
.p-drawer__body .l-drawer__info {
  margin-bottom: 0;
  padding: 0.4rem 0 0.6rem;
}
.p-drawer__body .p-tel {
  font-weight: 500;
  padding-right: 0.8rem;
}
.p-drawer__body .p-tel 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) {
  .p-drawer__body .p-tel a::before {
    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: #FAF8F2;
}

.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 #E2DACA;
}

.l-menu-link .ark-block-column {
  border-bottom: 1px solid #E2DACA;
}
.l-menu-link .ark-block-column:nth-child(2n+1) {
  border-right: 1px solid #E2DACA;
}
.l-menu-link .qms4__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 0.8rem;
  height: 100%;
}

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

@media print, screen and (max-width: 740px) {
  .qms4__post-list .l-slide .qms4__post-list__list-item {
    display: block !important;
  }
}

/** ==========================================================================
*
* TOPスライダー
*
========================================================================== **/
.home .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.home .swiper-pagination-bullet-active {
  background: #EBE0CD;
}

/** ==========================================================================
*
* TOP
*
========================================================================== **/
@media print, screen and (min-width: 1000px) {
  .home .l-header {
    position: fixed;
  }
}

.home .l-content {
  overflow: hidden;
}

/**  MV  **/
.l-top-mv {
  position: relative;
}
.l-top-mv__fair {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
}
.l-top-mv__fair .wp-block-group {
  padding: 1rem 2.25rem;
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__fair .wp-block-group {
    padding: 1rem;
  }
}
.l-top-mv .swiper-pagination-bullet-active {
  background: #DE793A;
}
.l-top-mv .swiper-pagination {
  text-align: left;
  padding: 0 26px;
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .l-top-mv .ark-block-slider .ark-block-slider__inner {
    height: 60vw;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-top-mv .swiper-pagination {
    display: none;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-top-mv .ark-block-slider__media .ark-block-slider__img.arkb-only-pc {
    display: block !important;
  }
  .l-top-mv .ark-block-slider__media .ark-block-slider__img.arkb-only-sp {
    display: none !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-mv .ark-block-slider__media .ark-block-slider__img.arkb-only-sp {
    display: block !important;
  }
  .l-top-mv .ark-block-slider__media .ark-block-slider__img.arkb-only-pc {
    display: none !important;
  }
}

/**  魅力  **/
.l-top-reason {
  position: relative;
}
.l-top-reason::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 55px;
  right: 115px;
  width: 100vw;
  height: 579px;
  background: #FAF7F2;
}
@media screen and (max-width: 1000px) {
  .l-top-reason::before {
    top: 2.6rem;
    right: 10vw;
    height: 34.6rem;
  }
}
.l-top-reason__subcatch {
  transform: translateX(-80px);
}
@media screen and (max-width: 1300px) {
  .l-top-reason__subcatch {
    transform: translateX(-0.5rem);
  }
}
.l-top-reason__catch {
  transform: translateX(-80px);
}
@media screen and (max-width: 1300px) {
  .l-top-reason__catch {
    transform: translateX(-0.5rem);
  }
}
.l-top-reason__photo {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .l-top-reason__photo .p-photo01 {
    position: absolute;
    z-index: 10;
    top: -250px;
    left: 0;
    width: 349px;
  }
}
@media screen and (max-width: 1000px) {
  .l-top-reason__photo .p-photo01 {
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1001px) {
  .l-top-reason__photo .p-photo02 {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 295px;
    width: 349px;
  }
}
@media screen and (min-width: 741px) and (max-width: 1001px) {
  .l-top-reason__photo .p-photo02 {
    position: relative;
    z-index: 0;
    margin-top: -50%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 740px) {
  .l-top-reason__photo .p-photo02 {
    position: relative;
    z-index: 0;
    margin-top: -2.2rem;
    margin-right: 0;
    margin-left: auto;
  }
}
.l-top-reason .l-top-more::before {
  border-color: var(--qms-accent_color);
}

/**  ホスピタリティ  **/
.l-top-hospitality__catch {
  transform: translateX(2rem);
}
@media screen and (max-width: 1300px) {
  .l-top-hospitality__catch {
    transform: translateX(0.5rem);
  }
}
.l-top-hospitality__inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-top-hospitality__photo.ark-block-column {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.l-top-hospitality__voice {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-top-hospitality__voice {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.l-top-hospitality .l-other-staff__list {
  margin-top: 0;
}

/**  フェア  **/
.l-top-fair__rec .qms4__post-list[data-layout=card][data-num-columns-pc="4"] .qms4__post-list__list {
  gap: 28px;
}
.l-top-fair__rec .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-date {
  font-family: var(--ja_font);
  font-weight: var(--ja_weight-regular);
}
.l-top-fair__rec .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
  width: 100%;
  margin-top: 15px;
}
.l-top-fair__rec .qms4__post-list__terms--taxonomy-fair__category {
  margin-top: 10px !important;
}
.l-top-fair__rec .qms4__post-list__terms--taxonomy-fair__category .icon,
.l-top-fair__rec .qms4__post-list__terms--taxonomy-fair__category .qms4__post-list__terms__icon {
  border: none !important;
  padding: 0 4px 0 0;
  position: relative;
  background: none !important;
  color: #BE9B5A;
}
.l-top-fair__rec .qms4__post-list__terms--taxonomy-fair__category .icon::before,
.l-top-fair__rec .qms4__post-list__terms--taxonomy-fair__category .qms4__post-list__terms__icon::before {
  content: "#";
  padding-right: 2px;
}
.l-top-fair__rec.naka .slick-dots li:not(.slick-active) {
  background: #fff;
}
.l-top-fair__title .p-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(images/icon_calendar.png) no-repeat center;
  background-size: 100% auto;
}
.l-top-fair__calendar .qms4__block__event-calendar__month-footer button, .l-top-fair__calendar .qms4__block__event-calendar__month-header button {
  color: rgba(0, 0, 0, 0);
  width: 32px;
  height: 32px;
}
.l-top-fair__calendar .qms4__block__event-calendar__month-footer button.disabled, .l-top-fair__calendar .qms4__block__event-calendar__month-header button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.l-top-fair__calendar .qms4__block__event-calendar__month-header {
  grid-template-columns: 1fr;
}
.l-top-fair__calendar .qms4__block__event-calendar__month-header button {
  display: none;
}
.l-top-fair__calendar .qms4__block__event-calendar__header-cell--sat {
  color: #006dbc;
}
.l-top-fair__calendar .qms4__block__event-calendar__header-cell--sun {
  color: #f74432;
}
@media print, screen and (min-width: 741px) {
  .l-top-fair__calendar .qms4__block__event-calendar_left .qms4__block__event-calendar__month-footer {
    left: -30px;
    display: block;
  }
}
@media print, screen and (min-width: 741px) {
  .l-top-fair__calendar .qms4__block__event-calendar_right .qms4__block__event-calendar__month-footer {
    right: 0;
    display: block;
  }
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .l-top-fair__calendar .qms4__block__event-calendar[data-show-posts=false] {
    gap: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-top-fair__calendar .qms4__block__event-calendar__button-prev {
  background: url(images/icon_prev.png) no-repeat center;
  background-size: 100% auto;
}
.l-top-fair__calendar .qms4__block__event-calendar__button-next {
  background: url(images/icon_next.png) no-repeat center;
  background-size: 100% auto;
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__calendar .qms4__block__event-calendar__month-footer {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    justify-content: space-around;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__calendar .qms4__block__event-calendar__container {
    padding: 32px 0;
  }
}
.l-top-fair__button {
  max-width: 863px;
  margin-right: auto;
  margin-left: auto;
}
.l-top-fair__button .wp-block-buttons {
  height: 100%;
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__button .wp-block-buttons {
    width: 95%;
    margin: 0 auto;
  }
}
.l-top-fair__button .wp-block-buttons .wp-block-button {
  height: 100%;
}
.l-top-fair__button .wp-block-buttons .wp-block-button__link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.l-top-fair__button .wp-block-buttons .wp-block-button__link::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: "";
}
.l-top-fair__button .wp-block-buttons .wp-block-button__link span {
  font-size: 0.9rem;
  width: 100%;
}
.l-top-fair__button .ark-block-column:nth-child(1) .wp-block-button__link {
  background-color: #fff !important;
  border: 1px solid #BE9B5A;
}
.l-top-fair__button .ark-block-column:nth-child(2) .wp-block-button__link {
  background-color: #fff !important;
  border: 1px solid #DE793A;
}

/**  チャペル  **/
.l-top-chapel {
  position: relative;
}
.l-top-chapel .l-top-chapel__inner > .ark-block-columns__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-top-chapel .l-top-chapel__inner > .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1301px) {
  .l-top-chapel__catch {
    transform: translateX(-80px);
  }
}
@media screen and (min-width: 1001px) {
  .l-top-chapel__photo {
    position: absolute;
    z-index: -1;
    top: -160px;
    right: 0;
    width: 60vw !important;
    max-width: 853px !important;
  }
}

/**  パーティールーム  **/
.l-top-party__gallery .swiper {
  overflow: inherit;
}
.l-top-party__gallery .swiper-wrapper {
  overflow: hidden;
}
.l-top-party__gallery .swiper-horizontal > .swiper-pagination-bullets, .l-top-party__gallery .swiper-pagination-bullets.swiper-pagination-horizontal, .l-top-party__gallery .swiper-pagination-custom, .l-top-party__gallery .swiper-pagination-fraction {
  bottom: -60px;
}
@media screen and (max-width: 1000px) {
  .l-top-party__gallery .swiper-horizontal > .swiper-pagination-bullets, .l-top-party__gallery .swiper-pagination-bullets.swiper-pagination-horizontal, .l-top-party__gallery .swiper-pagination-custom, .l-top-party__gallery .swiper-pagination-fraction {
    bottom: -40px;
  }
}

.l-top-party .l-top-more {
  width: fit-content;
  margin: 0 auto;
}
.l-top-party .l-top-more::before {
  border-color: #fff;
}

/**  詳細を見る  **/
.l-top-more {
  padding-left: 15px;
  position: relative;
}
.l-top-more::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  vertical-align: middle;
  content: "";
}

/**  料理  **/
@media screen and (min-width: 1001px) {
  .l-top-cuisine {
    margin-left: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .l-top-cuisine .l-top-cuisine > .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}
.l-top-cuisine__gallery {
  position: relative;
}
.l-top-cuisine__info {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .l-top-cuisine__photo02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 57.8vw !important;
    max-width: 820px;
    margin-left: 0 !important;
  }
  .l-top-cuisine__photo02.sp_img {
    display: none;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .l-top-cuisine__photo02 {
    position: relative;
  }
  .l-top-cuisine__photo02.sp_img {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .l-top-cuisine__photo02.pc_img {
    display: none;
  }
}

/**  ドレス  **/
.l-top-dress {
  position: relative;
}
.l-top-dress .l-top-dress__inner > .ark-block-columns__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.l-top-dress::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 85px;
  right: 115px;
  width: 100vw;
  height: 579px;
  background: #FAF7F2;
}
@media screen and (max-width: 1000px) {
  .l-top-dress::before {
    top: 0;
    right: 18vw;
    height: 75%;
  }
}
@media screen and (min-width: 1001px) {
  .l-top-dress__photo {
    margin-right: -3rem;
  }
}

/**  プラン  **/
@media print, screen and (min-width: 741px) {
  .l-top-plan.is-layout-constrained > .wp-block-group__inner-container {
    max-width: 90%;
  }
}
.l-top-plan .qms4__post-list[data-layout=card][data-num-columns-pc="2"] .qms4__post-list__list {
  gap: 56px;
}
.l-top-plan .qms4__post-list__post-thumbnail.qms4__post-list__post-thumbnail:not(:root):first-child {
  margin-bottom: 15px;
}
.l-top-plan .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-title {
  font-size: 17px;
  line-height: 1.4;
}
.l-top-plan .qms4__post-list__list-item .qms4__post-list__html.qms4__post-list__html:not(:root):nth-child(4) {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  font-family: var(--ja_font);
  font-weight: var(--ja_weight-regular);
}
.l-top-plan .qms4__post-list__list-item .qms4__post-list__html.qms4__post-list__html:not(:root):nth-child(5) {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid #C9C9C9;
  font-size: 0.8rem;
  word-break: break-all;
}
@media print, screen and (max-width: 740px) {
  .l-top-plan .wp-block-buttons {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

/**  新着情報  **/
.l-top-news .l-other-plan__title {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 740px) {
  .l-top-news .l-other-plan__title {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-top-news .qms4__post-list {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.l-top-news .qms4__post-list[data-layout=card][data-num-columns-pc="4"] .qms4__post-list__list {
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .l-top-news .qms4__post-list[data-layout=card][data-num-columns-pc="4"] .qms4__post-list__list {
    gap: 15px;
  }
}
.l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
  width: 100%;
  margin-top: 15px;
}
.l-top-news .qms4__post-list__terms--taxonomy-news__category .icon,
.l-top-news .qms4__post-list__terms--taxonomy-news__category .qms4__post-list__terms__icon {
  border: none;
  padding: 0 4px 0 0;
  position: relative;
  background: none !important;
  color: #9F9F9F;
}
.l-top-news .qms4__post-list__terms--taxonomy-news__category .icon::before,
.l-top-news .qms4__post-list__terms--taxonomy-news__category .qms4__post-list__terms__icon::before {
  content: "#";
  padding-right: 2px;
}
@media print, screen and (max-width: 740px) {
  .l-top-news .wp-block-buttons {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .l-top-news .wp-block-buttons .wp-block-button.wp-block-button__width-25 {
    width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.75);
  }
}
.l-top-news .wp-block-buttons a {
  margin-left: auto;
  margin-right: auto;
}

/**  アクセス  **/
.l-top-access__map {
  width: 100%;
}
.l-top-access__map iframe {
  width: 100%;
  height: 430px;
}
@media print, screen and (max-width: 740px) {
  .l-top-access__map iframe {
    height: 78vw;
  }
}
.l-top-access__title {
  max-width: 870px;
  width: 90%;
  margin: 0 auto;
}
.l-top-access__title.is-style-border01-heading {
  padding: 15px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.l-top-access__root.is-layout-flex {
  gap: 30px;
}
@media print, screen and (max-width: 860px) {
  .l-top-access__root.is-layout-flex {
    display: block;
    margin-top: 5vw;
  }
  .l-top-access__root.is-layout-flex .p-item-root {
    margin-bottom: 3vw;
  }
}

/** ==========================================================================
*
* システムページ 共通
*
========================================================================== **/
.widget__main-month:not(:root) {
  font-size: 1.1em;
}
@media print, screen and (max-width: 740px) {
  .widget__main-month:not(:root) {
    font-size: 0.9em;
  }
}
.widget__main-month:not(:root) 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__title {
  font-size: 1.05rem;
  font-weight: var(--default_weight-regular);
}

@media print, screen and (max-width: 740px) {
  .p-postList.-type-list .p-postList__title {
    font-size: 4.6vw;
    font-weight: var(--default_weight-regular);
  }
}

@media print, screen and (max-width: 740px) {
  .post-type-archive-event .p-postList.-type-list .p-postList__title,
  .post-type-archive-blog .p-postList.-type-list .p-postList__title,
  .post-type-archive-news .p-postList.-type-list .p-postList__title {
    font-size: 4.8vw;
  }
}

@media print, screen and (max-width: 740px) {
  .p-postList__excerpt {
    font-size: 0.9rem;
  }
}

.c-postTimes__item {
  font-size: 0.9rem;
  margin-top: 12px;
}

.p-postList__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 599px) {
  .p-postList__excerpt {
    font-size: 0.94rem;
  }
}
.p-postList__excerpt p {
  font-size: 0.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;
}
.archive .p-postList__meta .c-postTimes {
  display: none;
}

.archive.post-type-archive-news .p-postList__meta,
.archive.post-type-archive-blog .p-postList__meta,
.archive.post-type-archive-event .p-postList__meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 0;
}
@media print, screen and (max-width: 740px) {
  .archive.post-type-archive-news .p-postList__link,
  .archive.post-type-archive-blog .p-postList__link,
  .archive.post-type-archive-event .p-postList__link {
    display: block;
  }
}
@media print, screen and (max-width: 740px) {
  .archive.post-type-archive-news .p-postList__link .p-postList__thumb,
  .archive.post-type-archive-blog .p-postList__link .p-postList__thumb,
  .archive.post-type-archive-event .p-postList__link .p-postList__thumb {
    max-width: inherit;
    width: inherit;
  }
}
@media print, screen and (max-width: 740px) {
  .archive.post-type-archive-news .p-postList__link .p-postList__body,
  .archive.post-type-archive-blog .p-postList__link .p-postList__body,
  .archive.post-type-archive-event .p-postList__link .p-postList__body {
    padding-left: 0;
    margin-top: 1rem;
  }
}

@media print, screen and (max-width: 740px) {
  .page-template-page-fair_calendar .l-top-fair__calendar .qms4__block__event-calendar__container {
    padding-top: 0;
  }
}
.page-template-page-fair_calendar .l-footer-link > p:not([class]) {
  display: none;
}
.page-template-page-fair_calendar .l-footer-line .wp-block-group__inner-container > p:not([class]) {
  display: none;
}

@media print, screen and (max-width: 740px) {
  .page_fair_calendar .p-postList.-type-list .p-postList__link {
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 740px) {
  .page_fair_calendar .p-postList.-type-list .p-postList__thumb {
    width: 100%;
    max-width: 100%;
  }
}
.page_fair_calendar .p-postList.-type-list .p-postList__body {
  align-self: center;
}
@media print, screen and (max-width: 740px) {
  .page_fair_calendar .p-postList.-type-list .p-postList__body {
    padding-top: 1rem;
    padding-left: 0;
    width: 100%;
  }
}
.page_fair_calendar .p-postList__excerpt p {
  font-size: 0.8rem;
}

.p-postList__body .p-info {
  font-size: 0.9rem;
  background: #EBE0CD;
  padding: 16px 16px 14px;
  margin-top: 14px;
}
.p-postList__body .p-info__icon {
  display: flex;
  margin-bottom: 2px;
}
.p-postList__body .p-info__title {
  padding-left: 13px;
  width: 24%;
  margin-right: 2%;
  position: relative;
}
.p-postList__body .p-info__title::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);
}
.p-postList__body .p-info__text {
  width: 74%;
}
.p-postList__body .p-info__price .p-info__text, .p-postList__body .p-info__monthly_payment .p-info__text {
  font-weight: bold;
  font-size: 1.09rem;
  color: var(--qms-sub_color);
}
.p-postList__body .p-info__price {
  align-items: center;
}

/**  一覧 サイドメニュー  **/
.l-sidebar .c-widget + .c-widget {
  margin-top: 1.4rem;
}
.l-sidebar .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: 0.9rem;
}

/**  カテゴリアイコン  **/
.icon {
  color: #fff;
  background: #de793a;
}

.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;
}
.qms4__post-list__terms--taxonomy-works__hash .qms4__post-list__terms__icon::before,
.p-postList__hash .icon::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 .icon,
.p-postList__hash.p-postList__icon .qms4__post-list__terms__icon,
.qms4__post-list__terms--taxonomy-works__hash .icon,
.qms4__post-list__terms--taxonomy-works__hash .qms4__post-list__terms__icon {
  border: none;
  padding: 0 4px 0 0;
  position: relative;
  background: none !important;
}
.p-postList__hash.p-postList__icon .icon::before,
.p-postList__hash.p-postList__icon .qms4__post-list__terms__icon::before,
.qms4__post-list__terms--taxonomy-works__hash .icon::before,
.qms4__post-list__terms--taxonomy-works__hash .qms4__post-list__terms__icon::before {
  content: "#";
  padding-right: 2px;
}

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

/**  エリアアイコン  **/
.l-area .qms4__area-list__list {
  justify-content: center;
}
.l-area .qms4__area-list__list .qms4__area-list__list-item > a,
.l-area .qms4__area-list__list .qms4__area-list__sub-list-item > a {
  background: var(--qms-table_color);
  border: none;
  padding: 0.7em 1em;
  color: #111;
  font-size: 14px;
}
@media print, screen and (max-width: 740px) {
  .l-area .qms4__area-list__list .qms4__area-list__list-item > a,
  .l-area .qms4__area-list__list .qms4__area-list__sub-list-item > a {
    font-size: 3.8vw;
  }
}
.l-area .qms4__area-list__list .qms4__area-list__list-item[data-active] > a,
.l-area .qms4__area-list__list .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__list-item.qms4__post-list__list-item .qms4__post-list__post-title {
  margin-top: 12px;
  width: 100%;
  font-weight: var(--default_weight-regular);
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__html {
  width: 100%;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__terms__icon {
  margin-right: 2px;
  font-family: var(--ja_font);
  font-weight: var(--ja_weight-regular);
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__area {
  margin-right: 4px;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-date {
  width: 100%;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__terms--taxonomy-works__hash {
  width: 100%;
  gap: 7px 4px;
}

/**  詳細 レイアウト  **/
.single .l-content__body {
  margin-top: 1rem;
}

@media print, screen and (min-width: 741px) {
  .single .l-main__body {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

/**  詳細 上部  **/
.single .u-flex--aicw {
  justify-content: center;
}

.single .p-entry__head .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) {
  .single .p-entry__head .c-pageTitle__main {
    margin-bottom: 0.8rem;
  }
}
@media print, screen and (max-width: 740px) {
  .single .p-entry__head .c-pageTitle__main {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}
.single .p-entry__head .p-entry__thumb {
  margin: 1.4rem auto 0;
}
@media print, screen and (min-width: 741px) {
  .single .p-entry__head .p-entry__thumb {
    width: 100%;
  }
}
@media print, screen and (max-width: 740px) {
  .single .p-entry__head .p-entry__thumb {
    margin-top: 0;
  }
}
.single .p-entry__head .p-entry__thumb 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 .ark-block-slider__nav.-prev {
  left: 12px;
}
.ark-block-slider .ark-block-slider__nav.-next {
  right: 12px;
}

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

/**  詳細 infotable  **/
.single .qms4__infotable {
  border-top: 1px solid var(--qms-border_border_color);
  gap: inherit;
}
.single .qms4__infotable--num-columns-4 {
  gap: inherit;
}
@media print, screen and (max-width: 740px) {
  .single .qms4__infotable--num-columns-4 {
    grid-template-columns: inherit;
  }
}
.single .qms4__infotable-row {
  gap: inherit;
}
@media print, screen and (max-width: 740px) {
  .single .qms4__infotable-row {
    grid-template-columns: 1.6fr 3fr;
  }
}
@media print, screen and (min-width: 741px) {
  .single .qms4__infotable--num-columns-4 .qms4__infotable-row {
    grid-template-columns: 180px 1fr;
  }
}
.single .qms4__infotable-row > dd,
.single .qms4__infotable-row > dt {
  border-top: none;
  border-color: var(--qms-border_border_color);
  padding: 8px 16px;
}
.single .qms4__infotable-row > dt {
  background-color: var(--qms-table_color);
}
.single .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) {
  .single .qms4__block__user-voice .wp-block-columns {
    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;
    width: 33%;
  }
}
@media print, screen and (max-width: 740px) {
  .p-postList.-type-card .p-postList__item {
    margin-bottom: 3rem;
    width: 100%;
  }
}
/** ==========================================================================
*
* スタッフ
*
========================================================================== **/
/**  一覧   **/
@media print, screen and (max-width: 740px) {
  .post-type-archive-member .p-postList.-type-card {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-member .p-postList.-type-card .p-postList__item {
    flex-basis: 50%;
    padding: 0 0.4rem;
  }
}
.post-type-archive-member .p-postList.-type-card .p-postList__item .p-postList__title {
  text-align: center;
}
.post-type-archive-member .p-postList.-type-card .p-postList__item .p-postList__meta {
  display: flex;
}
.post-type-archive-member .p-postList.-type-card .p-postList__item .p-postList__hash {
  padding-left: 10px;
}

/**  詳細   **/
.single .c-postMetas {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 740px) {
  .single .c-postMetas {
    margin-bottom: 5vw;
  }
}
.single .c-postMetas .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;
}
.l-search__inner {
  margin-bottom: 20px;
}
.l-search__title {
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}
.l-search .widget__main-list {
  justify-content: center;
  font-family: var(--ja_font);
  font-weight: var(--ja_weight-regular);
}
.l-search .widget__main-list:not(:root) li {
  border-radius: 20px;
}
.l-search .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;
}
.l-staff-interview .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;
}
.l-staff-index.p-postList__icons .p-postList__icon {
  margin-top: 4px;
}
.l-staff-index.p-postList__icons 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) {
  .l-event-rec {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.l-event-rec.l-other_article {
  border: none;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 40px;
}
.l-event-rec.l-other_article .is-style-outline {
  margin-top: 40px;
}
.l-event-rec h2.is-style-ja_title-heading {
  font-size: 0.9rem;
  margin-top: 0;
  font-weight: var(--default_weight-regular);
}
.l-event-rec p.is-style-en_title-heading {
  font-size: 2rem;
}
.l-event-rec h6.has-text-color {
  color: var(--qms-accent_color);
}
.l-event-rec .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) {
  .l-event-rec .box-list {
    width: 100%;
    margin: 5vw auto 0 auto;
    display: block;
    padding: 0;
  }
}
.l-event-rec .box-list .box-list__item {
  width: 48%;
  border: 1px solid #C9C9C9;
  list-style: none;
}
@media print, screen and (min-width: 741px) {
  .l-event-rec .box-list .box-list__item.next {
    margin-right: auto;
  }
  .l-event-rec .box-list .box-list__item.prev {
    margin-left: auto;
  }
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-list__item {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .l-event-rec .box-list .box-list__item:last-child {
    margin-bottom: 0;
  }
}
.l-event-rec .box-list a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  width: 100%;
}
.l-event-rec .box-list .box-detail {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding: 15px 18px;
}
@media print, screen and (max-width: 1000px) {
  .l-event-rec .box-list .box-detail {
    width: 100%;
    height: auto;
    padding: 4vw 3.5vw;
    display: block;
  }
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-detail {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
}
.l-event-rec .box-list .box-detail .box-left {
  width: 162px;
  height: auto;
  aspect-ratio: 3/2;
  display: block;
  overflow: hidden;
}
@media print, screen and (max-width: 1000px) {
  .l-event-rec .box-list .box-detail .box-left {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-detail .box-left {
    width: 42%;
  }
}
.l-event-rec .box-list .box-detail .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-event-rec .box-list .box-detail .box-right {
  width: calc(100% - 162px);
  text-align: left;
  padding: 0 0 0 14px;
}
@media print, screen and (max-width: 1000px) {
  .l-event-rec .box-list .box-detail .box-right {
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-detail .box-right {
    width: 53%;
    margin-top: 0;
  }
}
.l-event-rec .box-list .box-detail .box-right .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) {
  .l-event-rec .box-list .box-detail .box-right .p-postList__icon {
    max-height: 20px;
  }
}
.l-event-rec .box-list .box-detail .box-right .p-postList__icon.p-postList__hash {
  max-height: 48px;
}
@media print, screen and (max-width: 740px) {
  .l-event-rec .box-list .box-detail .box-right .p-postList__icon.p-postList__hash {
    max-height: 14px;
  }
}
.l-event-rec .box-list .box-detail .qms4__post-list__post-title {
  text-align: left;
  font-size: 0.9rem;
  font-weight: var(--default_weight-regular);
}
.l-event-rec .box-list .box-detail .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;
}

/** ==========================================================================
*
* パーティーレポート 一覧
*
========================================================================== **/
@media print, screen and (max-width: 599px) {
  .post-type-archive-report .l-category-party .widget__main-list:not(:root) li {
    width: calc(50% - 5px);
    font-size: 3vw;
    line-height: 8vw;
    text-align: center;
  }
  .post-type-archive-report .l-category-party .widget__main-list:not(:root) li a {
    justify-content: center;
  }
}
.post-type-archive-report .p-postList.-type-card .p-postList__body {
  padding-top: 0.8rem;
}
.post-type-archive-report .p-postList__icon {
  margin-top: 0.4rem;
  margin-bottom: 0.7rem;
  max-height: 48px;
  overflow: hidden;
}
.post-type-archive-report .p-postList__meta {
  display: none;
}

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

/** ==========================================================================
*
* スタッフ 一覧
*
========================================================================== **/
.post-type-archive-staff .p-postList__icon {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  justify-content: center;
}
.post-type-archive-staff .p-postList__title {
  text-align: center;
}
.post-type-archive-staff .p-postList__name {
  line-height: 1;
  font-size: 0.9rem;
  margin-top: 0.2rem;
}

/** ==========================================================================
*
* スタッフ 詳細
*
========================================================================== **/
.single-staff .p-entry__head .c-pageTitle__main {
  margin-bottom: 0;
}
@media print, screen and (max-width: 740px) {
  .single-staff .p-entry__head .c-pageTitle__main {
    margin-top: 1.6rem;
  }
}
.single-staff .c-postMetas {
  margin-top: 10px;
}
@media print, screen and (max-width: 740px) {
  .single-staff .c-postMetas {
    margin-top: 0;
  }
}
.single-staff .c-postCatch {
  margin-top: 3rem;
}
@media print, screen and (max-width: 740px) {
  .single-staff .c-postCatch {
    margin-top: 1.6rem;
  }
}
.single-staff .qms4__post-list__list {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 740px) {
  .single-staff .qms4__post-list[data-layout=card][data-num-columns-sp="2"] .qms4__post-list__list {
    flex-wrap: wrap;
    gap: 20px 10px;
  }
}
.single-staff .qms4__post-list__list-item {
  width: calc((100% - 60px) / 4);
}
@media print, screen and (max-width: 740px) {
  .single-staff .qms4__post-list__list-item {
    width: calc((100% - 10px) / 2);
  }
}
.single-staff .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}
.single-staff .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-title {
  margin-top: 8px;
}
.single-staff .p-entry__foot .c-postMetas {
  display: none;
}

/** ==========================================================================
*
* その他のスタッフ
*
========================================================================== **/
.l-other-staff h2.is-style-ja_title-heading {
  font-size: 0.9rem;
  margin-top: 0;
  font-weight: var(--default_weight-regular);
}
.l-other-staff p.is-style-en_title-heading {
  font-size: 2rem;
}
.l-other-staff h6.has-text-color {
  color: var(--qms-accent_color);
}
.l-other-staff__list {
  margin-top: 2rem;
}
.l-other-staff__list-item {
  height: 178px;
}
@media print, screen and (max-width: 740px) {
  .l-other-staff__list-item {
    height: 31vw;
  }
}
.l-other-staff__list-item a {
  display: flex;
  background: #BE9B5A;
  color: #fff;
  position: relative;
}
.l-other-staff__list-item a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  right: 12px;
  width: 6px;
  height: 11px;
  background: url(images/icon_staff_slide.svg) no-repeat center;
  background-size: 100% auto;
}
.l-other-staff__post-thumbnail {
  width: 52%;
  height: 178px;
}
@media print, screen and (max-width: 740px) {
  .l-other-staff__post-thumbnail {
    height: 31vw;
    width: 55%;
  }
}
.l-other-staff__post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-other-staff__info {
  width: 48%;
  height: 178px;
  padding: 6% 5% 4%;
}
@media print, screen and (max-width: 740px) {
  .l-other-staff__info {
    height: 31vw;
    width: 45%;
  }
}
.l-other-staff__post-catch {
  font-size: 1rem;
  font-weight: 500;
  -webkit-line-clamp: 3;
}
@media print, screen and (max-width: 740px) {
  .l-other-staff__post-catch {
    font-size: 0.8rem;
  }
}
.l-other-staff__post-title {
  font-size: 1.2rem;
  font-weight: 500;
}
@media print, screen and (max-width: 740px) {
  .l-other-staff__post-title {
    font-size: 0.9rem;
  }
}

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

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

/** ==========================================================================
*
* プラン 一覧
*
========================================================================== **/
.post-type-archive-plan .l-content__body {
  margin-top: 2rem;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .l-content__body {
    margin-top: 1rem;
  }
}
.post-type-archive-plan .l-plan-rec {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .l-plan-rec {
    margin-bottom: 18%;
  }
}
.post-type-archive-plan .l-plan-rec__list-item {
  width: 100%;
  border: 1px solid #C9C9C9;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .l-plan-rec__list-item {
    border: none;
  }
}
.post-type-archive-plan .l-plan-rec__list-item a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 14px;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .l-plan-rec__list-item a {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
  }
}
.post-type-archive-plan .l-plan-rec__post-thumbnail {
  max-width: 427px;
  aspect-ratio: 3/2;
  overflow: hidden;
  width: 40%;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .l-plan-rec__post-thumbnail {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.post-type-archive-plan .l-plan-rec__post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-type-archive-plan .l-plan-rec__inner {
  text-align: left;
}
@media print, screen and (min-width: 741px) {
  .post-type-archive-plan .l-plan-rec__inner {
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(100% - 450px);
    padding: 20px;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .l-plan-rec__inner {
    margin-top: 6%;
  }
}
.post-type-archive-plan .l-plan-rec .p-postList__icons {
  margin-bottom: 10px;
}
.post-type-archive-plan .l-plan-rec__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) {
  .post-type-archive-plan .l-plan-rec__post-title:not(:root) {
    font-size: 1.05rem;
  }
}
.post-type-archive-plan .l-plan-rec__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) {
  .post-type-archive-plan .l-plan-rec__post-price {
    margin-top: 10px;
    font-size: 0.9rem;
  }
}
.post-type-archive-plan .l-plan-rec__post-privilege {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #C9C9C9;
  font-size: 15px;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .l-plan-rec__post-privilege {
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    font-size: 0.8rem;
  }
}

@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .p-postList.-type-card {
    width: 100%;
    margin: 0 auto;
    gap: 4%;
  }
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .p-postList.-type-card .p-postList__item {
    margin-top: 0;
    padding: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .p-postList.-type-card .p-postList__body {
    padding-top: 1.2rem;
  }
}
.post-type-archive-plan .p-postList.-type-card .p-postList__icon {
  margin-top: 0.3rem;
  margin-bottom: 0;
  max-height: 48px;
  overflow: hidden;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-plan .p-postList.-type-card .p-postList__icon {
    margin-top: 0;
  }
}
.post-type-archive-plan .p-postList.-type-card .p-postList__title {
  margin-top: 0.6rem;
}
.post-type-archive-plan .p-postList.-type-card .p-postList__price {
  margin-top: 0.3rem;
  font-size: 0.9rem;
  font-family: var(--ja_font);
  font-weight: var(--ja_weight-regular);
}
.post-type-archive-plan .p-postList.-type-card .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) {
  .post-type-archive-plan .p-postList.-type-card .p-postList__privilege {
    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) {
  .l-other-plan__title {
    margin-bottom: 5vw;
  }
}
.l-other-plan__title h2.is-style-ja_title-heading {
  font-size: 1rem;
  margin-top: 0;
  font-weight: var(--default_weight-regular);
}
.l-other-plan__title 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) {
  .single-plan.single .c-postMetas {
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
    justify-content: flex-start;
  }
}
.single-plan.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) {
  .single-plan.single .p-entry__head .c-pageTitle__main {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.single-plan.single .p-entry__head .c-pageTitle__sub {
  text-align: center;
  font-size: 0.9rem;
  font-style: inherit;
  line-height: 1.8;
}
@media print, screen and (max-width: 740px) {
  .single-plan.single .p-entry__head .c-pageTitle__sub {
    text-align: left;
    font-size: 0.8rem;
  }
}
.single-plan.single .p-entry__head .c-pageTitle__sub::before, .single-plan.single .p-entry__head .c-pageTitle__sub::after {
  content: none;
}
.single-plan .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) {
  .single-plan .c-pagePrice {
    text-align: left;
  }
}
.single-plan .c-pagePrice__main {
  font-size: 1.8rem;
  color: #BE9B5A;
}
@media print, screen and (max-width: 740px) {
  .single-plan .c-pagePrice__main {
    font-size: 1.6rem;
  }
}
.single-plan .c-pagePrice__sub {
  font-size: 0.9rem;
}
@media print, screen and (max-width: 740px) {
  .single-plan .c-pagePrice__sub {
    font-size: 0.75rem;
  }
}
.single-plan .c-pageInfo {
  margin: 2rem auto 0;
  text-align: left;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 760px) {
  .single-plan .c-pageInfo {
    margin-top: 1.6rem;
    display: block;
  }
}
.single-plan .c-pageInfo dl {
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 760px) {
  .single-plan .c-pageInfo dl {
    justify-content: flex-start;
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
.single-plan .c-pageInfo dl:last-child {
  margin-right: 0;
}
.single-plan .c-pageInfo 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) {
  .single-plan .c-pageInfo dt {
    width: 23%;
    font-size: 3.8vw;
    padding: 6px;
  }
}
.single-plan .c-pageInfo 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) {
  .single-plan .c-pageInfo dd {
    width: 77%;
    align-self: center;
  }
}
.single-plan .c-pageInfo dd:last-child {
  margin-left: 0;
}
.single-plan .c-pagePrivilege {
  background: #faf8f5;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.single-plan .c-pagePrivilege__title {
  background-color: #EBE4CE;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.single-plan .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;
}
.single-plan .c-postSpecialIcon .p-postList__special li {
  margin: 0 2px 4px;
  list-style: none;
}
.single-plan .c-postSpecialIcon .p-postList__special li .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;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.service {
  background: url(images/plan/icon_other.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.gift {
  background: url(images/plan/icon_other.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.print {
  background: url(images/plan/icon_printed_matter.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.photo {
  background: url(images/plan/icon_photo.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.cake {
  background: url(images/plan/icon_cake.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.support {
  background: url(images/plan/icon_support.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.music {
  background: url(images/plan/icon_acoustic_lighting.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.beauty {
  background: url(images/plan/icon_dressing.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.seat {
  background: url(images/plan/icon_seat_fee.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.room {
  background: url(images/plan/icon_waiting_room.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.other {
  background: url(images/plan/icon_other.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.flower {
  background: url(images/plan/icon_flower.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.dress {
  background: url(images/plan/icon_dress.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.chapel {
  background: url(images/plan/icon_chapel.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .ph.drink {
  background: url(images/plan/icon_cuisine.png) no-repeat center;
  background-size: 100% auto;
}
.single-plan .c-postSpecialIcon .p-postList__special li .text {
  text-align: center;
  font-size: 10px;
}
.single-plan .c-pagePrice__privilege {
  text-align: center;
  padding: 0 1rem;
}
.single-plan .l-main__body > .c-postContent {
  margin-top: 3rem;
}
.single-plan .l-plan-button a.wp-block-button__link {
  position: relative;
  font-size: 0.9rem;
}
@media screen and (max-width: 760px) {
  .single-plan .l-plan-button a.wp-block-button__link {
    font-size: 0.85rem;
    padding: 1rem;
  }
}
.single-plan .l-plan-button a.wp-block-button__link ::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: "";
}
.single-plan .l-plan-button span {
  font-size: 1rem;
}
@media screen and (max-width: 760px) {
  .single-plan .l-plan-button span {
    font-size: 0.95rem;
  }
}
@media print, screen and (max-width: 740px) {
  .single-plan .l-plan-include__item > .ark-block-columns__inner {
    flex-direction: row-reverse;
  }
}
.single-plan .l-plan-include p {
  line-height: 1.5;
}
.single-plan .l-plan-include .l-plan-include__column {
  background: none;
  border-bottom: 1px dotted #9F9F9F;
}
.single-plan .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 #E2DACA;
  margin-top: 20px;
}
@media print, screen and (max-width: 740px) {
  .l-works-staff {
    padding-bottom: 3rem;
  }
}
.l-works-staff h2.is-style-ja_title-heading {
  font-size: 0.9rem;
  margin-top: 0;
  font-weight: var(--default_weight-regular);
}
.l-works-staff p.is-style-en_title-heading {
  font-size: 2rem;
}
.l-works-staff h6.has-text-color {
  color: var(--qms-accent_color);
}
.l-works-staff__list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
@media print, screen and (max-width: 740px) {
  .l-works-staff__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 5vw;
    gap: 20px 10px;
  }
}
.l-works-staff__list-item {
  width: calc((100% - 60px) / 4);
  text-align: center;
}
@media print, screen and (max-width: 740px) {
  .l-works-staff__list-item {
    width: calc((100% - 10px) / 2);
  }
  .l-works-staff__list-item:only-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-works-staff__list-item a {
  color: inherit;
  text-decoration: none;
}
.l-works-staff .p-postList__icons {
  margin-top: 4px;
}
.l-works-staff .p-postList__icons .p-postList__icon {
  margin-top: 0;
  justify-content: center;
}
.l-works-staff .p-postList__icons ul {
  list-style: none;
  padding: 0;
  gap: 4px;
}
.l-works-staff__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;
}
.post-type-archive-gallery .l-main.hidden .more_button {
  display: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #A0821D;
  text-align: center;
  margin: 35px auto 20px;
  padding-top: 65px;
  font-size: 16px;
  position: relative;
}
.post-type-archive-gallery .l-main.hidden .more_button::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;
}
.post-type-archive-gallery .l-main.hidden .more_button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.post-type-archive-gallery .l-main.hidden:not(.open) .p-postList__item:nth-of-type(n+13) {
  display: none;
}
.post-type-archive-gallery .l-main.hidden:not(.open) .more_button {
  display: block;
}
@media print, screen and (min-width: 741px) {
  .post-type-archive-gallery .p-postList.-type-card {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    gap: 1.1rem;
  }
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-gallery .p-postList.-type-card {
    width: 100%;
    margin: 0 auto;
    gap: 0.25rem;
  }
}
.post-type-archive-gallery .p-postList.-type-card .p-postList__item {
  padding: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 741px) {
  .post-type-archive-gallery .p-postList.-type-card .p-postList__item {
    flex-basis: auto;
    width: calc(25% - 0.825rem);
  }
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-gallery .p-postList.-type-card .p-postList__item {
    flex-basis: auto;
    width: calc(33.3% - 0.1666666667rem);
  }
}
.post-type-archive-gallery .p-postList.-type-card .p-postList__item a {
  display: block;
}
.post-type-archive-gallery .p-postList.-type-card .p-postList__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  vertical-align: bottom;
}
.post-type-archive-gallery .p-postList.-type-card .p-postList__thumb {
  border: none;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-gallery .p-postList.-type-card .p-postList__body {
    padding-top: 0;
  }
}

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

/** ==========================================================================
*
* フェア 一覧
*
========================================================================== **/
.l-fair-calendar_calendar .qms4__block__event-calendar__custom {
  padding-top: 0;
  margin-top: 0;
}

@media print, screen and (min-width: 741px) {
  .post-type-archive-fair .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) {
  .post-type-archive-fair .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
    width: 30%;
    margin: 0;
  }
  .post-type-archive-fair .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: 30%;
  }
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-fair .p-postList.-type-list .p-postList__link {
    flex-wrap: wrap;
  }
  .post-type-archive-fair .p-postList.-type-list .p-postList__thumb {
    max-width: 100%;
    width: 100%;
  }
  .post-type-archive-fair .p-postList.-type-list .p-postList__body {
    padding-left: 0;
    padding-top: 1rem;
  }
  .post-type-archive-fair .wp-block-buttons.is-content-justification-center.is-layout-flex {
    flex-wrap: wrap;
  }
  .post-type-archive-fair .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
    width: 310%;
    margin: 0;
  }
  .post-type-archive-fair .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: 100%;
  }
}

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

.single-fair .c-postMetas {
  display: block;
}

@media print, screen and (max-width: 740px) {
  .single-fair .l-header__right {
    visibility: hidden;
  }
}

.single-fair.single .c-postMetas {
  margin-top: 1.5rem;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 740px) {
  .single-fair.single .c-postMetas {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    justify-content: flex-start;
  }
}
.single-fair.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) {
  .single-fair.single .p-entry__head .c-pageTitle__main {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.single-fair .l-main__body > .c-postContent {
  margin-top: 3rem;
}
@media print, screen and (max-width: 740px) {
  .single-fair .l-event-rec {
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
  }
}
@media screen and (min-width: 761px) {
  .single-fair .l-event-flow {
    width: 1000px;
    margin: 60px auto 80px;
    text-align: center;
  }
  .single-fair .l-event-flow h2.is-style-ja_title-heading {
    font-size: 0.9rem;
    margin-top: 0;
    font-weight: var(--default_weight-regular);
  }
  .single-fair .l-event-flow p.is-style-en_title-heading {
    font-size: 2rem;
  }
  .single-fair .l-event-flow ul {
    margin-top: 30px;
    padding-left: 0;
  }
  .single-fair .l-event-flow li {
    display: inline-block;
    position: relative;
    width: 225px;
    height: 225px;
    margin-right: 25px;
    border: 1px solid var(--qms-accent_color);
    border-radius: 50%;
    vertical-align: top;
    list-style: none;
  }
  .single-fair .l-event-flow li::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: "";
  }
  .single-fair .l-event-flow li:last-child {
    margin-right: 0;
  }
  .single-fair .l-event-flow li:last-child:after {
    display: none;
  }
  .single-fair .l-event-flow li p {
    font-size: 11px;
  }
  .single-fair .l-event-flow dl {
    padding-top: 40px;
  }
  .single-fair .l-event-flow dl dt {
    color: var(--qms-accent_color);
    font-family: var(--en_font);
    font-weight: var(--en_weight-regular);
    font-size: 50px;
    line-height: 1;
  }
  .single-fair .l-event-flow dl dd {
    margin-bottom: 2px;
    font-size: 18px;
  }
}
@media screen and (max-width: 740px) {
  .single-fair .l-event-flow {
    margin-top: 16vw;
    text-align: center;
    margin-bottom: 15vw;
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
  }
  .single-fair .l-event-flow h2.is-style-ja_title-heading {
    font-size: 0.9rem;
    margin-top: 0;
    font-weight: var(--default_weight-regular);
  }
  .single-fair .l-event-flow p.is-style-en_title-heading {
    font-size: 2rem;
  }
  .single-fair .l-event-flow ul {
    margin-top: 6%;
    padding-left: 0;
  }
  .single-fair .l-event-flow li {
    position: relative;
    margin: 0;
    padding-bottom: 15px;
    padding-left: 53px;
    border-bottom: 1px solid var(--qms-accent_color);
    list-style: none;
  }
  .single-fair .l-event-flow li:last-child {
    border-bottom: none;
  }
  .single-fair .l-event-flow 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: "";
  }
  .single-fair .l-event-flow li:last-child:after {
    display: none;
  }
  .single-fair .l-event-flow li p {
    font-size: 3.8vw;
    text-align: left;
  }
  .single-fair .l-event-flow dl {
    padding-top: 20px;
  }
  .single-fair .l-event-flow dl 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;
  }
  .single-fair .l-event-flow dl dd {
    margin-bottom: 2px;
    font-size: 4.5vw;
    text-align: left;
  }
}
.single-fair .contact_btn {
  width: 150px;
  height: 150px;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 2000;
}
@media screen and (max-width: 740px) {
  .single-fair .contact_btn {
    width: 100px;
    height: 100px;
    right: 2%;
    bottom: 10px;
  }
}
.single-fair .contact_btn 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) {
  .single-fair .contact_btn a {
    padding-top: 25px;
    font-size: 14px;
  }
}
.single-fair .contact_btn a span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 740px) {
  .single-fair .header {
    display: none;
  }
}
.single-fair .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;
}
.single-fair .h_nav ul {
  padding-left: 0;
}
.single-fair .h_nav li {
  list-style: none;
}
.single-fair .h_nav li.contact {
  width: 100%;
  padding: 0 4%;
}
.single-fair .h_nav li.contact 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;
}
.single-fair .h_nav li.contact a: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: "";
}
.single-fair .h_nav 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;
}

/** ==========================================================================
*
* イベント 一覧
*
========================================================================== **/
@media print, screen and (max-width: 740px) {
  .page-id-2924 .qms4__block__event-calendar__container {
    padding: 0;
  }
}

/** ==========================================================================
*
* イベント 詳細
*
========================================================================== **/
.single-fair .l-buttons {
  display: none;
}

.single-fair .qms4__block__timetable {
  margin-bottom: 54px;
}

.single-fair .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) {
  .single-fair .qms4__block__timetable__dates {
    display: block;
    text-align: center;
  }
}
@media print, screen and (max-width: 740px) {
  .single-fair .qms4__block__timetable__dates .qms4__block__timetable__dates label {
    margin-right: 0;
  }
}

.single-fair .qms4__block__timetable__example {
  margin-top: 10px;
}
.single-fair .qms4__block__timetable__example dt img {
  width: 14px;
  margin-right: 5px;
  margin-top: 4px;
}
.single-fair .qms4__block__timetable__example dt::after {
  vertical-align: top;
}

.single-fair .qms4__block__timetable__timetable-body-comment:not(:empty) {
  margin-bottom: 5px;
  font-size: 0.95rem;
}

.single-fair .qms4__block__timetable__timetable-header-capacity,
.single-fair .qms4__block__timetable__timetable-header-entry,
.single-fair .qms4__block__timetable__timetable-header-time {
  padding: 16px 8px;
  line-height: 1.2;
}

.single-fair .qms4__block__timetable__timetable-body-capacity,
.single-fair .qms4__block__timetable__timetable-body-entry,
.single-fair .qms4__block__timetable__timetable-body-time {
  padding: 16px 8px;
}

.qms4__block__timetable__timetable-body-capacity {
  width: 34px;
  margin: 0 auto;
}

@media print, screen and (max-width: 740px) {
  .single-fair .qms4__block__timetable__timetable-header {
    grid-template-columns: 4fr 2.5fr 10fr;
  }
}

@media print, screen and (max-width: 740px) {
  .single-fair .qms4__block__timetable__timetable-body-row {
    grid-template-columns: 4fr 2.5fr 10fr;
  }
}

.single-fair .qms4__block__timetable__timetable-body-button {
  max-width: 280px;
}
.single-fair .qms4__block__timetable__timetable-body-button a {
  height: auto;
  padding: 12px 18px;
  line-height: 1.2;
  border: none;
  background: var(--qms-accent_color);
  color: #fff;
  position: relative;
}
@media print, screen and (max-width: 740px) {
  .single-fair .qms4__block__timetable__timetable-body-button a {
    font-size: 3.6vw;
    padding: 3vw 6vw;
  }
}
.single-fair .qms4__block__timetable__timetable-body-button a::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: "";
}
@media print, screen and (max-width: 740px) {
  .single-fair .qms4__block__timetable__timetable-body-button a::before {
    right: 3.8vw;
    border-width: 3px 0 3px 5px;
  }
}

.single-fair .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) {
  .single-fair .qms4__block__timetable__button button {
    font-size: 0.9rem;
  }
}

.single-fair .qms4__block__timetable__button-next {
  top: auto;
  bottom: -40px;
  transform: inherit;
  left: auto;
  right: 0;
}
.single-fair .qms4__block__timetable__button-next::before {
  content: "次の日程（";
}
.single-fair .qms4__block__timetable__button-next::after {
  content: "）＞";
}

.single-fair .qms4__block__timetable__button-prev {
  top: auto;
  bottom: -40px;
  transform: inherit;
  right: auto;
  left: 0;
}
.single-fair .qms4__block__timetable__button-prev::before {
  content: "＜ 前の日程（";
}
.single-fair .qms4__block__timetable__button-prev::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);
  width: 100%;
}

.l-faq .ark-block-accordion .ark-block-accordion__title {
  padding-left: 2.8em;
  line-height: 1.5;
}
.l-faq .ark-block-accordion .ark-block-accordion__label {
  position: relative;
}
.l-faq .ark-block-accordion .ark-block-accordion__label::before {
  content: "Q.";
  font-size: 1.4em;
  color: var(--arkb-qa_color);
  position: absolute;
  z-index: 10;
  top: -6px;
  left: -30px;
  font-weight: bold;
}
.l-faq .ark-block-accordion .ark-block-accordion__body {
  padding-left: 2.8em;
  position: relative;
}
.l-faq .ark-block-accordion .ark-block-accordion__body::before {
  content: "A.";
  color: var(--qms-accent_color);
  font-size: 1.4em;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 16px;
  font-weight: bold;
}

/** ==========================================================================
*
* 魅力
*
========================================================================== **/
.page-id-1178 {
  background: #FAF7F2;
}
.page-id-1178 .p-topArea {
  display: none;
}
.page-id-1178 .p-breadcrumb {
  display: none;
}

@media print, screen and (max-width: 740px) {
  .l-about-chapel .wp-block-buttons,
  .l-about-party .wp-block-buttons,
  .l-about-cuisine .wp-block-buttons {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .l-about-chapel .wp-block-buttons > .wp-block-button.wp-block-button__width-25,
  .l-about-party .wp-block-buttons > .wp-block-button.wp-block-button__width-25,
  .l-about-cuisine .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(30% - var(--wp--style--block-gap, 0.5em) * 0.75);
  }
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .l-about-chapel .wp-block-buttons > .wp-block-button.wp-block-button__width-25,
  .l-about-party .wp-block-buttons > .wp-block-button.wp-block-button__width-25,
  .l-about-cuisine .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.75);
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 740px) {
  .l-about-chapel .wp-block-buttons > .wp-block-button.wp-block-button__width-25,
  .l-about-party .wp-block-buttons > .wp-block-button.wp-block-button__width-25,
  .l-about-cuisine .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .l-about-chapel .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a,
  .l-about-party .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a,
  .l-about-cuisine .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 1001px) {
  .l-about-day__list .swiper {
    padding-left: 17.5vw;
    padding-right: 3.5vw;
  }
  .l-about-day__list .swiper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 17.5vw;
    height: 100%;
    background: #FAF7F2;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-about-day__list .swiper {
    padding-left: 15vw;
    padding-right: 15vw;
    padding-bottom: 45px;
  }
}
.l-about-day__list .ark-block-slider .ark-block-slider__nav {
  background: #E1D6BD;
  border-radius: 50%;
  padding: 10px 8px;
  width: 32px;
  height: 32px;
  top: 11vw;
}
@media print, screen and (max-width: 1000px) {
  .l-about-day__list .ark-block-slider .ark-block-slider__nav {
    top: 34vw;
  }
}
.l-about-day__list .ark-block-slider .ark-block-slider__nav svg {
  fill: #707070;
}
.l-about-day__list .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
  left: 12vw;
}
@media print, screen and (max-width: 1000px) {
  .l-about-day__list .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
    left: 4vw;
  }
}
.l-about-day__list .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
  right: 3vw;
}
@media print, screen and (max-width: 1000px) {
  .l-about-day__list .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
    right: 4vw;
  }
}
.l-about-day__list .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .l-about-day__list .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
}
@media print, screen and (min-width: 1001px) {
  .l-about-day__list .swiper-pagination {
    display: none;
  }
}

/** ==========================================================================
*
* チャペル
*
========================================================================== **/
.page-id-1180 .p-topArea {
  display: none;
}
.page-id-1180 .p-breadcrumb {
  display: none;
}
.page-id-1180 .l-content__body, .page-id-1180 .l-container {
  margin-top: 0;
}

.l-chapel-anc.alignfull.wp-block-cover, .l-chapel-anc.alignfull.wp-block-group.has-background {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.l-chapel-anc .ark-block-columns__inner {
  justify-content: center;
}

.l-chapel-anc-sp__item {
  position: relative;
}
.l-chapel-anc-sp__item::before {
  position: absolute;
  top: 0;
  right: 5vw;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
  content: "";
}

.l-chapel-eternity {
  position: relative;
}
.l-chapel-eternity::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 74%;
  min-height: 430px;
  background: var(--qms-accent_color);
}
@media print, screen and (max-width: 1000px) {
  .l-chapel-eternity::before {
    height: 83%;
  }
}
@media print, screen and (max-width: 670px) {
  .l-chapel-eternity::before {
    min-height: 105vw;
  }
}

.l-chapel-point__title {
  position: relative;
  z-index: -1;
}

@media print, screen and (max-width: 1000px) {
  .l-chapel-point__vow > .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}

.l-chapel-point__music {
  border: 1px solid var(--qms-accent_color);
  padding: 2.25rem;
}
@media print, screen and (max-width: 1000px) {
  .l-chapel-point__music {
    padding: 1.6rem 1.2rem;
  }
}

/** ==========================================================================
*
* 披露宴会場
*
========================================================================== **/
.page-id-1183 .p-topArea {
  display: none;
}
.page-id-1183 .p-breadcrumb {
  display: none;
}
.page-id-1183 .l-content__body, .page-id-1183 .l-container {
  margin-top: 0;
}

.l-party-anc.alignfull.wp-block-cover, .l-party-anc.alignfull.wp-block-group.has-background {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media print, screen and (max-width: 740px) {
  .l-party-anc.alignfull.wp-block-cover, .l-party-anc.alignfull.wp-block-group.has-background {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}
.l-party-anc .ark-block-columns__inner {
  justify-content: center;
}

@media print, screen and (min-width: 1001px) {
  .l-party-gallery .swiper {
    padding-left: 30vw;
    padding-right: 3.5vw;
  }
  .l-party-gallery .swiper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 30vw;
    height: 100%;
    background: #fff;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-party-gallery .swiper {
    padding-left: 16vw;
    padding-right: 16vw;
  }
}
.l-party-gallery .ark-block-slider .ark-block-slider__nav {
  background: #E1D6BD;
  border-radius: 50%;
  padding: 10px 8px;
  width: 32px;
  height: 32px;
  top: 7.5vw;
}
@media print, screen and (max-width: 1000px) {
  .l-party-gallery .ark-block-slider .ark-block-slider__nav {
    top: 21vw;
  }
}
.l-party-gallery .ark-block-slider .ark-block-slider__nav svg {
  fill: #707070;
}
.l-party-gallery .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
  left: 25vw;
}
@media print, screen and (max-width: 1000px) {
  .l-party-gallery .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
    left: 3vw;
  }
}
.l-party-gallery .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
  right: 3vw;
}
@media print, screen and (max-width: 1000px) {
  .l-party-gallery .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
    right: 3vw;
  }
}

.l-party-recommend__inner {
  max-width: 874px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media print, screen and (max-width: 740px) {
  .l-party-recommend__inner {
    width: 84%;
  }
  .l-party-recommend__inner .slick-dots {
    padding-left: var(--arkb-gap--x);
  }
  .l-party-recommend__inner .slick-dots li {
    background: #646464;
  }
  .l-party-recommend__inner .slick-dots li.slick-active {
    background: #fff;
  }
}

/** ==========================================================================
*
* 料理
*
========================================================================== **/
.page-id-1185 .p-topArea {
  display: none;
}
.page-id-1185 .p-breadcrumb {
  display: none;
}
.page-id-1185 .l-content__body, .page-id-1185 .l-container {
  margin-top: 0;
}

@media print, screen and (max-width: 1000px) {
  .l-cuisine-item .reverse .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}

.l-cuisine-menu__catch {
  transform: translateX(2rem);
}
@media screen and (max-width: 1000px) {
  .l-cuisine-menu__catch {
    transform: translateX(0.5rem);
  }
}
.l-cuisine-menu__inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.l-cuisine-gallery {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 741px) {
  .l-cuisine-gallery {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .l-cuisine-gallery .ark-block-slider__media {
    max-height: 600px;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-cuisine-gallery .ark-block-slider__media {
    max-height: 60vw;
  }
}
.l-cuisine-gallery .ark-block-slider__media .ark-block-slider__img {
  object-fit: contain;
}
@media print, screen and (min-width: 1001px) {
  .l-cuisine-gallery .ark-block-slider__media .ark-block-slider__img {
    max-height: 600px;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-cuisine-gallery .ark-block-slider__media .ark-block-slider__img {
    max-height: 60vw;
  }
}
.l-cuisine-gallery.ark-block-slider .ark-block-slider__nav {
  background: #E1D6BD;
  border-radius: 50%;
  padding: 10px 8px;
  width: 32px;
  height: 32px;
}
.l-cuisine-gallery.ark-block-slider .ark-block-slider__nav svg {
  fill: #707070;
}
@media print, screen and (max-width: 740px) {
  .l-cuisine-gallery.ark-block-slider .ark-block-slider__nav {
    display: none;
  }
}
.l-cuisine-gallery.ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
  right: 10px;
}
.l-cuisine-gallery.ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
  left: 10px;
}
@media print, screen and (min-width: 741px) {
  .l-cuisine-gallery .swiper-pagination {
    display: none;
  }
}
@media print, screen and (max-width: 740px) {
  .l-cuisine-gallery .swiper-pagination {
    bottom: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .l-cuisine-gallery.swiper-horizontal > .swiper-pagination-bullets,
  .l-cuisine-gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .l-cuisine-gallery .swiper-pagination-custom,
  .l-cuisine-gallery .swiper-pagination-fraction {
    bottom: 0;
  }
}

.l-cuisine-chef {
  padding: 90px 0 90px;
  background: #FBF7F3;
}
@media print, screen and (max-width: 740px) {
  .l-cuisine-chef {
    padding: 16vw 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .l-cuisine-chef .ark-block-columns__inner {
    max-width: 930px;
    width: 90%;
    margin: 0 auto;
  }
}

/** ==========================================================================
*
* ドレス
*
========================================================================== **/
.page-id-1187 .p-topArea {
  display: none;
}
.page-id-1187 .p-breadcrumb {
  display: none;
}

.l-dress-anc .qms4__link {
  padding-bottom: 1.5rem;
  position: relative;
}
.l-dress-anc .qms4__link::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: 1000px) {
  .l-dress-item {
    padding: 1.4rem 1.4rem 2.5rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-dress-item.reverse .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-dress-item__text {
    font-size: 0.75rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-dress-item .wp-block-button {
    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) {
  .l-dress-shop.alignfull.wp-block-group.has-background {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
}
.l-dress-shop__photo {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.l-dress-shop .wp-block-buttons {
  --wp--style--block-gap: 2rem;
}
@media print, screen and (max-width: 740px) {
  .l-dress-shop .wp-block-buttons {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    --wp--style--block-gap: 1rem;
  }
}
.l-dress-shop .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(30% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.l-dress-shop .wp-block-buttons .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;
}
.l-dress-shop .wp-block-buttons .instagram.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::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;
}

.l-page-button {
  max-width: 863px;
  margin-right: auto;
  margin-left: auto;
}
.l-page-button .ark-block-columns__inner {
  justify-content: center;
}
@media print, screen and (max-width: 1000px) {
  .l-page-button.ark-block-columns .ark-block-column {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-page-button .wp-block-buttons {
  height: 100%;
}
.l-page-button .wp-block-buttons.arrow_white .wp-block-button__link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.l-page-button .wp-block-buttons.border_orange .wp-block-button a {
  border: 1px solid #de793a;
}
.l-page-button .wp-block-buttons.border_gold .wp-block-button a {
  border: 1px solid #BE9B5A;
}
.l-page-button .wp-block-buttons .wp-block-button {
  height: 100%;
}
.l-page-button .wp-block-buttons .wp-block-button__link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 1em 1.5em;
}
.l-page-button .wp-block-buttons .wp-block-button__link::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: "";
}
.l-page-button .wp-block-buttons .wp-block-button__link span {
  font-size: 0.8rem;
  width: 100%;
}
@media print, screen and (max-width: 740px) {
  .l-page-button.sp-match-height .wp-block-buttons {
    height: 19vw;
    margin: 0 auto;
  }
}

/** ==========================================================================
*
* ベストレート
*
========================================================================== **/
.page-id-1191 .p-topArea {
  display: none;
}
.page-id-1191 .p-breadcrumb {
  display: none;
}

.l-bestrate-title {
  background: url(images/bg_bestrate.svg) no-repeat center;
  background-size: 225px 150px;
}

.l-bestrate-main {
  max-width: 1116px;
  margin-left: auto;
  margin-right: auto;
}

.l-bestrate-feature {
  max-width: 1116px;
  margin-left: auto;
  margin-right: auto;
}

.l-bestrate-privilege__title {
  max-width: 1116px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .l-bestrate-privilege__title {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .l-bestrate-privilege__list {
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
  }
}

@media screen and (min-width: 1001px) {
  .l-bestrate-privilege__list01 .ark-block-columns__inner {
    justify-content: center;
  }
}
@media screen and (min-width: 1001px) {
  .l-bestrate-privilege__list01 .ark-block-columns__inner .ark-block-column {
    width: 250px;
  }
}
.l-bestrate-privilege__list01 .p-icon {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1000px) {
  .l-bestrate-privilege__list01 .p-icon {
    max-width: 90px;
    width: 80%;
  }
}

@media screen and (min-width: 1001px) {
  .l-bestrate-privilege__list02 .ark-block-columns__inner {
    justify-content: center;
  }
}
@media screen and (min-width: 1001px) {
  .l-bestrate-privilege__list02 .ark-block-columns__inner .ark-block-column {
    width: 160px;
  }
}
.l-bestrate-privilege__list02 .p-icon {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1000px) {
  .l-bestrate-privilege__list02 .p-icon {
    max-width: 100px;
    width: 80%;
  }
}

.l-bestrate-detail {
  max-width: 806px;
  margin-left: auto;
  margin-right: auto;
}

/** ==========================================================================
*
* 少人数ウエディング
*
========================================================================== **/
.page-id-1193 .p-topArea {
  display: none;
}
.page-id-1193 .p-breadcrumb {
  display: none;
}
.page-id-1193 .l-content__body, .page-id-1193 .l-container {
  margin-top: 0;
}

.page-id-1193 .l-wrapper::before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 904px;
  width: 85%;
  height: 75px;
  background: url(images/bg_petit.svg) no-repeat center;
  background-size: contain;
}
@media print, screen and (max-width: 740px) {
  .page-id-1193 .l-wrapper::before {
    background-image: url(images/bg_petit_sp.svg);
    max-width: 303px;
    width: 90%;
    height: 105px;
  }
}

.l-petit-mv {
  position: relative;
}
.l-petit-mv__title {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  filter: drop-shadow(0 0 13px #000000);
}

@media screen and (max-width: 1000px) {
  .l-petit-point.column-reverse .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}

.l-petit-report .ark-block-column {
  text-align: left;
}
@media print, screen and (min-width: 1001px) {
  .l-petit-report .swiper {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-petit-report .swiper {
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .l-petit-report .swiper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 8vw;
    height: 100%;
    background: #FAF7F2;
  }
  .l-petit-report .swiper::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 8vw;
    height: 100%;
    background: #FAF7F2;
  }
}
.l-petit-report .ark-block-slider .ark-block-slider__nav {
  background: #EFE7DA;
  border-radius: 50%;
  padding: 12px 8px;
  width: 40px;
  height: 40px;
  top: 49%;
}
.l-petit-report .ark-block-slider .ark-block-slider__nav svg {
  fill: #707070;
}
@media print, screen and (max-width: 1000px) {
  .l-petit-report .ark-block-slider .ark-block-slider__nav {
    display: none;
  }
}
.l-petit-report .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
  left: 3vw;
}
.l-petit-report .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
  right: 3vw;
}
@media print, screen and (min-width: 1001px) {
  .l-petit-report .swiper-pagination {
    display: none;
  }
}
.l-petit-report .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .l-petit-report .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 9px);
}
.l-petit-report__place {
  gap: 0;
}
.l-petit-report__place .p-title, .l-petit-report__place .p-text {
  border: 1px solid #222222;
}

/** ==========================================================================
*
* Place of Family
*
========================================================================== **/
.page-id-1189 .p-topArea {
  display: none;
}
.page-id-1189 .p-breadcrumb {
  display: none;
}
.page-id-1189 .l-content__body, .page-id-1189 .l-container {
  margin-top: 0;
}

.page-id-1189 .l-wrapper::before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 980px;
  width: 90%;
  height: 75px;
  background: url(images/bg_family.svg) no-repeat center;
  background-size: contain;
}
@media print, screen and (max-width: 740px) {
  .page-id-1189 .l-wrapper::before {
    background-image: url(images/bg_family_sp.svg);
    max-width: 290px;
    width: 90%;
    height: 93px;
  }
}

.l-family-mv {
  position: relative;
}
.l-family-mv__title {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  filter: drop-shadow(0 0 13px #000000);
}

@media print, screen and (max-width: 740px) {
  .l-family-concept__button.wp-block-buttons {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-family-event__list .ark-block-columns__inner {
  justify-content: center;
}

.l-family-message__info {
  width: 90%;
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 599px) {
  .l-family-message__info .qms4__infotable--num-columns-2 .qms4__infotable-row, .l-family-message__info .qms4__infotable--num-columns-4 .qms4__infotable-row {
    grid-template-columns: 1fr 3fr;
  }
}
.l-family-message__info .qms4__infotable-row > dt {
  border: none;
  background: #DE793A;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  padding: 14px 13px;
  line-height: 1.4;
}
.l-family-message__info .qms4__infotable-row > dd {
  border: none;
  background: #F0F0F0;
  font-size: 0.9rem;
  padding: 14px 13px;
  line-height: 1.4;
}
.l-family-message__button .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
  max-width: 454px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
}
.l-family-message__button .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::after {
  content: none;
}

/** ==========================================================================
*
* アクセス
*
========================================================================== **/
.page-id-1195 .p-topArea {
  display: none;
}
.page-id-1195 .p-breadcrumb {
  display: none;
}

.l-access-map iframe {
  width: 100%;
  height: 502px;
}
@media print, screen and (max-width: 740px) {
  .l-access-map iframe {
    height: 75vw;
  }
}

@media print, screen and (min-width: 741px) {
  .l-access-address .tel {
    pointer-events: none;
  }
}

.l-access-info__list .ark-block-column {
  background: #FBF7F3;
  padding: 30px;
}
@media print, screen and (max-width: 740px) {
  .l-access-info__list .ark-block-column {
    padding: 35px 15px;
  }
}

/** ==========================================================================
*
* 次のページ前のページ
*
========================================================================== **/
.l-list-prev a {
  margin: 0 auto;
}

@media print, screen and (max-width: 740px) {
  .brick-flow__step:not(:root)::before, .brick-flow__step:not(:root)::after {
    background: #FAF8F2;
  }
}

@media print, screen and (max-width: 740px) {
  .brick-flow__step--current:not(:root)::before, .brick-flow__step--current:not(:root)::after {
    background-color: var(--brick--color--flow-current-background);
  }
}

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

/*# sourceMappingURL=style.css.map */
