@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: #A0821D;
  --wp--preset--color--cyan-bluish-gray: #C9C9C9;
  --arkb-list_color_icon: #A0821D;
  --ark-padding--container: min(48px,6vw);
}

:root {
  --qms-border_color: #ccc;
  --qms-border_border_color: #E2D9BA;
  --qms-table_color: #FAF7F2;
  --qms-accent_color: #7CA052;
  --qms-accent02_color: #A0821D;
  --qms-sub_color: #A0821D;
  --qms-icon_color: #A0821D;
}

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

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

/** ==========================================================================
*
* font
*
========================================================================== **/
:root {
  --default_font: dnp-shuei-mincho-pr6, sans-serif;
  --default_weight-bold: 500;
  --default_weight-medium: 500;
  --default_weight-regular: 500;
  --ja_font: source-han-sans-japanese, sans-serif;
  --ja_weight-bold: 500;
  --en_font: "Crimson Text", serif;
  --en_weight-bold: 400;
  --en_weight-demi: 400;
  --en_weight-regular: 400;
}

body {
  font-family: var(--default_font);
  font-weight: var(--default_weight-regular);
}

p {
  font-size: 0.9rem;
}

.en {
  font-family: var(--en_font);
  font-weight: var(--en_weight-regular);
  line-height: 1;
}

.is-style-en_title-heading {
  font-family: var(--en_font);
  font-weight: var(--en_weight-regular);
  line-height: 1;
}

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

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

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;
  }
}
/** ==========================================================================
*
* 削除予定
*
========================================================================== **/
/**  h2  **/
.is-h2-01 {
  padding: 20px 22px;
  border: 4px solid #A0821D;
}

.is-h2-02 {
  padding: 20px 22px;
  border: 3px solid #A0821D;
  background: linear-gradient(90deg, rgba(160, 130, 29, 0.3), rgba(160, 130, 29, 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 #A0821D;
  border-left: 3px solid #A0821D;
}

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

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

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

.is-h3-02 {
  padding: 16px 20px;
  border: 3px solid #A0821D;
  background: linear-gradient(90deg, rgba(160, 130, 29, 0.3), rgba(160, 130, 29, 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 #A0821D;
  border-left: 3px solid #A0821D;
}

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

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

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

.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, #A0821D, #A0821D 1px, transparent 1.5px, transparent 2.5px);
  background-image: repeating-linear-gradient(-45deg, #A0821D, #A0821D 1px, transparent 1.5px, transparent 2.5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

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

/**  h6  **/
.is-h6-01 {
  padding: 8px 0 8px 21px;
  position: relative;
}
.is-h6-01::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #A0821D;
  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 #A0821D;
  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: #A0821D;
  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-91 .p-topArea .c-pageTitle__main::before {
  content: "FAQ";
}

.page-id-794 .p-topArea .c-pageTitle__main::before {
  content: "BRIDAL FAIR";
}

.page-id-16 .p-topArea .c-pageTitle__main::before, .page-id-465 .p-topArea .c-pageTitle__main::before, .page-id-493 .p-topArea .c-pageTitle__main::before, .page-id-495 .p-topArea .c-pageTitle__main::before, .page-id-498 .p-topArea .c-pageTitle__main::before, .page-id-500 .p-topArea .c-pageTitle__main::before {
  content: "RESERVE";
}

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

/**  パーティーレポート  **/
.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: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .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: 740px) {
  .c-postContent .l-page-report.l-slide .wp-block-button {
    padding-top: 0;
  }
}

/**  お客様の口コミ  **/
/**  ○○についてのよくある質問  **/
@media print, screen and (min-width: 741px) {
  .l-page-faq__list .ark-block-column {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px dotted #C9C9C9;
  }
}
@media print, screen and (max-width: 740px) {
  .l-page-faq__list .ark-block-column {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #C9C9C9;
  }
}
@media print, screen and (min-width: 741px) {
  .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: #A0821D;
    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;
  }
}

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

/** ==========================================================================
*
* 見出し
*
========================================================================== **/
/**  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: #F4F1F0;
  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 #A0821D;
}
.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: #A0821D 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: 18px 0;
  border-bottom: 4px solid rgba(160, 130, 29, 0.4);
  position: relative;
}
.is-style-under_line03-heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 90px;
  border-bottom: 4px solid #A0821D;
}

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

/**  カッコ付の見出し  **/
.p-angle_brackets-heading {
  position: relative;
  padding: 10px 22px;
  display: inline-block;
}
.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 #A0821D;
  border-left: 3px solid #A0821D;
}
.p-angle_brackets-heading::before {
  right: 0;
  bottom: 0;
  width: 16px;
  height: 25px;
  border-right: 3px solid #A0821D;
  border-bottom: 3px solid #A0821D;
}

/** ==========================================================================
*
* ボタン
*
========================================================================== **/
/**  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 #A0821D;
  border-radius: 60px;
  background: #fff;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  color: #111;
  overflow: hidden;
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    left: 50%;
    transform: translate(-50%);
  }
}
@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;
    width: 345px;
    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: #A0821D;
  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 #A0821D;
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #fff;
  color: #111;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .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: #A0821D;
  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 #A0821D;
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #A0821D;
  color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .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;
}

@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;
  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-accent02_color);
  border-radius: 28px;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: var(--qms-accent02_color);
  color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 741px) {
  .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a {
    padding: 16px 0;
    width: 345px;
    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 {
  content: "";
  width: 29px;
  height: 6px;
  display: block;
  background: url(images/icon_arrow_btn_02_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover {
  opacity: 0.999;
  color: var(--qms-accent02_color);
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover::after {
  background: url(images/icon_arrow_btn_02_accent02.svg) no-repeat center/contain;
}

/**  anchor  **/
.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
  font-weight: 500;
  text-align: center;
  border: 1px solid #A0821D;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  background: #fff;
  color: #222222;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 741px) {
  .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: #A0821D;
  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;
  }
}

/**  p-banner-works  **/
.p-banner-works {
  border: 1px solid #707070;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .p-banner-works {
    width: 723px;
    padding: 14px;
  }
}
@media print, screen and (max-width: 740px) {
  .p-banner-works {
    padding: 4vw;
  }
}

.p-banner-works::after {
  content: "";
  width: 26px;
  height: 5px;
  display: block;
  background: url(images/icon_arrow_btn_02_black.svg) no-repeat center/contain;
  position: absolute;
  bottom: 9px;
  right: 13px;
}

@media print, screen and (min-width: 741px) {
  .p-banner-works__title.p-banner-works__title.p-banner-works__title.p-banner-works__title.p-banner-works__title {
    margin-left: 0;
    padding-left: 5px;
    padding-top: 15px;
  }
}
@media print, screen and (max-width: 740px) {
  .p-banner-works__title.p-banner-works__title.p-banner-works__title.p-banner-works__title.p-banner-works__title {
    margin-top: 4vw;
  }
}

/** ==========================================================================
*
* レイアウト
*
========================================================================== **/
/**  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%;
  }
}
/**  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.96);
}

.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: 149px;
  padding: 5px 0 10px;
}
@media print, screen and (max-width: 740px) {
  .l-header__center {
    width: 100%;
    padding: 11px 0;
  }
}

.l-header__left {
  grid-area: center;
  font-size: 10px;
  line-height: 1.4;
  color: #777777;
  display: block;
}
@media print, screen and (max-width: 740px) {
  .l-header__left {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 741px) {
  [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%;
    padding-right: 0;
    padding-left: 20px;
  }
}

.l-header__right {
  display: block;
}
@media print, screen and (max-width: 740px) {
  .l-header__right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0.5rem;
    pointer-events: inherit !important;
  }
}
.l-header__right .wp-block-columns {
  margin-bottom: 0;
}
.l-header__right .l-header-top {
  padding-right: 25px;
  margin-top: 14px;
}
@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 16.6px;
  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 12px;
}
.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.7rem;
  gap: 20px;
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .l-header__right .l-header-bottom {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }
}
@media print, screen and (max-width: 740px) {
  .l-header__right .l-header-bottom {
    margin-top: 0;
  }
}
.l-header__right .l-header-bottom__link {
  gap: 0.1rem 1.4rem;
  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: 740px) {
  .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;
    border-radius: 0 !important;
  }
}
.l-header__right .l-header-bottom .wp-block-button a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  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 print, screen and (min-width: 1050px) {
  .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-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: 41px;
}
@media print, screen and (max-width: 740px) {
  .l-footer {
    margin-top: 9.3vw;
  }
}
.l-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer a:hover {
  opacity: 0.7;
}
.l-footer a .wp-block-cover {
  min-height: 215.13vw;
}
@media print, screen and (max-width: 740px) {
  .l-footer-message {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
    padding-bottom: 15vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-salon_map {
    padding: 7.2vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-salon_map .ark-block-columns__inner {
    gap: 3vw;
  }
}

@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: 10vw 0;
  }
}
.l-footer-link .qms4__link {
  padding: 0px 45px;
  border-right: 1px solid #101010;
}
@media print, screen and (max-width: 740px) {
  .l-footer-link .qms4__link {
    padding: 0 7.1vw;
    border: none;
  }
  .l-footer-link .qms4__link:first-child {
    border-right: 1px solid #101010;
  }
}
.l-footer-link .qms4__link:first-child {
  padding-left: 0;
}
@media print, screen and (max-width: 740px) {
  .l-footer-link .qms4__link:nth-child(2) {
    padding-right: 0 !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-link .qms4__link .wp-block-group {
    gap: 0.9em;
  }
}
.l-footer-link__item.sns {
  padding-left: 69px;
  gap: 27px;
}
@media print, screen and (max-width: 740px) {
  .l-footer-link__item.sns {
    padding-left: 0;
    width: 100%;
    gap: 2.9vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-link__sns__title {
    width: 100%;
    letter-spacing: 0.05rem;
  }
}
.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;
}

/**  map  **/
.l-footer-map {
  overflow-x: hidden;
  height: 390px;
  position: relative;
  background: url(images/footer_bg.jpg) no-repeat center/contain;
  position: relative;
  background-size: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 1000px) {
  .l-footer-map {
    height: auto;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-map {
    background: url(images/footer_bg_sp.jpg) no-repeat center/contain;
    height: 215.13vw;
    padding: 9vw 5vw !important;
    position: relative;
  }
}
@media print, screen and (min-width: 761px) {
  .l-footer-map .l-footer-adress {
    margin-left: 0;
  }
}
.l-footer-map_item {
  margin: 0 auto;
  width: 1200px;
}
@media print, screen and (max-width: 1000px) {
  .l-footer-map_item {
    width: 100%;
  }
}
.l-footer-map_item iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 740px) {
  .l-footer-map_item iframe {
    height: 48vw;
  }
}
.l-footer-map_item .ark-block-columns__inner {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (max-width: 740px) {
  .l-footer-map_item .ark-block-columns__inner {
    width: auto;
  }
}
.l-footer-map_link_box {
  position: relative;
}
.l-footer-map_link_box::after {
  content: "";
  background: rgba(51, 51, 51, 0.5019607843);
  position: absolute;
  width: 100%;
  height: 390px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  mix-blend-mode: multiply;
  z-index: -1;
}
@media print, screen and (max-width: 740px) {
  .l-footer-map_link_box::after {
    height: 80.51vw;
  }
}
.l-footer-map_link_box .l-text {
  margin-top: -5px;
  z-index: 1;
  position: relative;
}
.l-footer-map_link_box .qms4__link {
  margin-top: 11px;
  z-index: 1;
  padding: 0 67px;
  position: relative;
  height: 68px;
}
.l-footer-map_link_box .qms4__link div {
  height: 100%;
}
.l-footer-map_link_box .qms4__link p {
  height: 100%;
}
@media screen and (min-width: 741px) and (max-width: 999px) {
  .l-footer-map_link_box .qms4__link {
    padding: 0 22px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-map_link_box .qms4__link {
    padding: 0 7vw;
    margin-top: 13px;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-map .nowrap_text {
    text-wrap-mode: nowrap;
  }
}
@media print, screen and (min-width: 741px) {
  .l-footer-map .fotter_contents {
    bottom: 60px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    /* transform: translateY(-50%); */
    position: absolute;
  }
}
@media screen and (min-width: 741px) and (max-width: 999px) {
  .l-footer-map .fotter_contents {
    top: 0;
    transform: translateY(0%);
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-map .fotter_contents {
    width: 90%;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
  }
}

.l-footer-map.alignfull.wp-block-cover, .l-footer-map.alignfull.wp-block-group.has-background {
  padding: 1.6rem;
}

.l-footer-map .qms4__link .wp-block-group {
  gap: 6px 11px;
  padding: 1.32rem 1.75rem;
}
@media print, screen and (max-width: 740px) {
  .l-footer-map .qms4__link .wp-block-group {
    padding: 1.42rem 1.75rem 1.3rem;
    gap: 7px 6px;
  }
}
.l-footer-map .qms4__link .wp-block-group .icon_book {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 740px) {
  .l-footer-map .qms4__link .wp-block-group .icon_book {
    margin-bottom: 11px;
  }
}

/**  フッター  **/
.l-footer-salon .salon_map iframe {
  width: 260px;
  height: 168px;
}
@media screen and (min-width: 741px) and (max-width: 999px) {
  .l-footer-salon .salon_map iframe {
    width: 100%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-salon .salon_map iframe {
    width: 75.9vw;
    height: 46.15vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-salon .salon_map .salon_map_img img {
    margin-top: 1.5vw;
  }
}
.l-footer-salon .salon_map_cat {
  margin-top: 5px !important;
}
.l-footer-salon .salon_map_tel {
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 741px) {
  .l-footer-salon .salon_map_tel {
    pointer-events: none;
  }
}
.l-footer-salon .salon_map_text {
  margin-top: 8.7px;
  line-height: 1.4;
  letter-spacing: 0.01rem;
}
@media print, screen and (max-width: 740px) {
  .l-footer-salon .salon_map_text {
    margin-top: 1.5vw;
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-salon figure {
    margin-top: 2vw;
  }
}

/**  フッター  **/
.l-footer-main {
  width: 937px;
  margin: 0 auto;
}
@media screen and (min-width: 741px) and (max-width: 1100px) {
  .l-footer-main {
    width: 17rem;
  }
}
@media print, screen and (max-width: 740px) {
  .l-footer-main {
    width: 100%;
  }
}

@media print, screen and (max-width: 740px) {
  .l-footer-main.l-footer-main.l-footer-main.l-footer-main.l-footer-main {
    width: 54.62vw;
    margin: 0 auto 20.1vw;
    left: 0;
    padding: 0vw;
  }
}

.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: space-between;
}
.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: 10px;
  letter-spacing: 0rem;
}

.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メニュー
*
========================================================================== **/
.drawer-nav {
  font-size: 0.9rem;
}
.drawer-nav .ark-block-column {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.05rem 0.8rem;
  height: 100%;
  border-bottom: 1px solid #e2d9ba;
}
.drawer-nav .ark-block-column:nth-of-type(odd) {
  border-right: 1px solid #e2d9ba;
}

.drawer-sns {
  margin-top: 9vw !important;
}
.drawer-sns__ttl {
  margin-bottom: 1em;
  margin-bottom: 3vw;
  font-size: 1.1rem;
  color: #7ca052;
}
.drawer-sns__list {
  gap: 4vw;
}

.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;
  height: 100%;
}
.p-drawer__body .w-drawerBottom {
  margin-top: 0;
  height: 100%;
}
.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: #FAF7F2;
}

.qms4__panel-menu__front .qms4__panel-menu__item-list a,
.qms4__panel-menu__front .qms4__panel-menu__item-list span,
.qms4__panel-menu__front .qms4__panel-menu__subitem a {
  padding: 16px 26px 16px 12px;
}

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

.qms4__panel-menu__front .qms4__panel-menu__subitem {
  position: relative;
}

.qms4__panel-menu__front .qms4__panel-menu__subitem:after {
  content: "";
  width: 11px;
  height: 3px;
  display: block;
  background: url(images/icon_arrow_drawer_btn_black.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.c-drawerNav, .widget_categories > ul, .widget_nav_menu .menu, .widget_recent_entries__list, .wp-block-archives-list, .wp-block-categories-list, .wp-block-latest-comments, .wp-block-latest-posts:not(.is-grid), .wp-block-page-list {
  border-bottom: none;
  border-top: 1px solid #E2D9BA;
}

.l-menu-link .ark-block-column {
  border-bottom: 1px solid #E2D9BA;
}
.l-menu-link .ark-block-column:nth-child(2n+1) {
  border-right: 1px solid #E2D9BA;
}
.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: #A0821D;
}
@media print, screen and (max-width: 740px) {
  .l-slide .wp-block-button {
    padding-top: 5.5vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-slide .qms4__post-list .qms4__post-list__list-item {
    display: block !important;
    margin: 0 3vw;
  }
}

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

/** ==========================================================================
*
* TOPスライダー
*
========================================================================== **/
@media print, screen and (min-width: 1000px) {
  .home .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
    right: auto;
    left: 95vw;
    transform: translateY(-2.5rem);
    top: 55%;
  }
  .home .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
    left: auto;
    right: 95vw;
    transform: translateY(-2.5rem);
    top: 55%;
  }
  .home .swiper-pagination {
    text-align: left;
    padding: 0 26px;
  }
  .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;
  }
}
/** ==========================================================================
*
* カレンダー
*
========================================================================== **/
.qms4__block__event-calendar__display-list .qms4__block__event-calendar__display-list-item__thumbnail img {
  border: 1px solid #C9C9C9;
}

.qms4__block__event-calendar__month-header {
  grid-template-columns: 1fr;
}

.qms4__block__event-calendar__month-header button {
  display: none;
}

@media print, screen and (max-width: 740px) {
  .qms4__block__event-calendar__display {
    margin-top: 5vw;
  }
  .home .qms4__block__event-calendar[data-show-posts=false] {
    display: block;
  }
  .qms4__block__event-calendar__display-inner {
    position: relative;
  }
}
/** ==========================================================================
*
* 動き
*
========================================================================== **/
/**  fadeInAnim_under（下から）  **/
.fadeInAnim_under {
  opacity: 0;
}

@media screen and (min-width: 761px) {
  .fadeInAnim_under.visible {
    animation: fadeInUp 0.8s ease-out forwards;
  }
}
@media screen and (max-width: 760px) {
  .fadeInAnim_under.visible {
    animation: fadeInUp_sp 0.8s ease-out forwards;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp_sp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**  fadeInAnim_center（中央から）  **/
.fadeInAnim_middle {
  opacity: 0;
}

.fadeInAnim_middle.visible {
  animation: fadeIn_middle 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeIn_middle {
  from {
    opacity: 0;
    clip-path: inset(20% 20% 20% 20%);
    -webkit-clip-path: inset(20% 20% 20% 20%);
  }
  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}
/**  fadeInAnim_right（右から）  **/
.fadeInAnim_right {
  opacity: 0;
}

.fadeInAnim_right.visible {
  animation: fadeIn_rightr 1s ease-out forwards;
}

@keyframes fadeIn_rightr {
  from {
    opacity: 0;
    clip-path: inset(0% 0% 0% 100%);
    -webkit-clip-path: inset(0% 0% 0% 100%);
  }
  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}
/** fadeInAnim_left（左から） **/
.fadeInAnim_left {
  opacity: 0;
  transform: translateX(-20px);
}

.fadeInAnim_left.visible {
  animation: fadeIn_left 1s ease-out forwards;
}

@keyframes fadeIn_left {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/**  fadeInAnim_left（上から）  **/
.fadeInAnim_upper {
  opacity: 0;
  transform: translateY(-20px);
}

.fadeInAnim_upper.visible {
  animation: fadeIn_upper 1s ease-out forwards;
}

@keyframes fadeIn_upper {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/** ==========================================================================
*
* TOP
*
========================================================================== **/
.qms4__block__event-calendar__container {
  background: rgba(255, 255, 255, 0.95);
  color: var(--dark-text);
}

.qms4__block__event-calendar__month-title__month {
  font-size: 2.5em;
}

.qms4__block__event-calendar__calendar {
  font-weight: 600;
  font-size: 1.1em;
}

.qms4__block__event-calendar__header-cell--sat {
  color: #0D5FA2;
}

.qms4__block__event-calendar__calendar-body .qms4__block__event-calendar__body-cell:nth-child(7n+6) {
  color: #0D5FA2;
}
.qms4__block__event-calendar__calendar-body .qms4__block__event-calendar__body-cell:nth-child(7n+6) .qms4__block__event-calendar__body-cell button:not(:root) {
  background: var(--qms-accent02_color);
}

.qms4__block__event-calendar__header-cell--sun {
  color: #C10000;
}

.qms4__block__event-calendar[data-show-posts=false] .qms4__block__event-calendar__body-cell a:not(:root),
.qms4__block__event-calendar[data-show-posts=false] .qms4__block__event-calendar__body-cell button:not(:root) {
  background: var(--qms-accent_color);
}

.qms4__block__event-calendar__calendar-body .qms4__block__event-calendar__body-cell:nth-child(7n) {
  color: #C10000;
}
.qms4__block__event-calendar__calendar-body .qms4__block__event-calendar__body-cell:nth-child(7n) .qms4__block__event-calendar__body-cell button:not(:root) {
  background: #C10000;
  background: var(--qms-accent_color);
}

.qms4__block__event-calendar__display {
  background: rgba(255, 255, 255, 0.95);
  color: var(--dark-text);
}

@media print, screen and (max-width: 740px) {
  .qms4__block__event-calendar__display-inner {
    padding: 32px 16px;
  }
}

@media print, screen and (max-width: 740px) {
  .qms4__block__event-calendar__display-list-item a,
  .qms4__block__event-calendar__display-list-item span {
    padding: 20px 4px;
  }
}

.qms4__block__event-calendar__display-header {
  font-weight: 600;
}

@media print, screen and (max-width: 740px) {
  .qms4__block__event-calendar__display-list-item-title {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}

/**  MV  **/
.home .l-content {
  top: -94.7px;
}
@media print, screen and (max-width: 740px) {
  .home .l-content {
    overflow: clip;
  }
}

.l-top-mv {
  position: relative;
}
@media print, screen and (min-width: 2000px) {
  .l-top-mv {
    max-height: 148.72vw;
  }
}
@media print, screen and (min-width: 741px) {
  .l-top-mv .l-top-mv__gallery {
    height: calc(100svh - 31.7px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
.l-top-mv .l-top-mv__gallery img {
  width: 100% !important;
  height: calc(100svh - 31.7px) !important;
  object-fit: cover;
}
@media print, screen and (max-width: 740px) {
  .l-top-mv .l-top-mv__gallery img {
    max-height: 148.72vw;
    height: calc(100svh - 31.7px);
  }
}
.l-top-mv__fair {
  position: absolute;
  z-index: 100;
  bottom: 50px;
  right: 0;
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__fair {
    bottom: 26.15vw;
  }
}
.l-top-mv__fair .wp-block-group {
  padding: 0.8rem 3.7rem;
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__fair .wp-block-group {
    padding: 0.7rem 2.46rem;
  }
}
.l-top-mv__fair__text_en {
  font-size: 28px !important;
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__fair__text_en {
    font-size: 6.15vw !important;
  }
}
.l-top-mv__fair__text_jp {
  font-size: 14px !important;
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__fair__text_jp {
    font-size: 12px !important;
  }
}
@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-mv__news {
  position: absolute;
  bottom: 0;
  height: 50px;
  z-index: 1;
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__news {
    height: 26.15vw;
    position: relative;
  }
}
.l-top-mv__news_text {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__news_text {
    width: 100%;
    margin: 0 auto;
    height: 26.15vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__news_text .qms4__post-list {
    margin-top: -5.2vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__news_text .qms4__post-list .qms4__post-list__post-date {
    margin-left: 20vw;
    letter-spacing: 0.04rem;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__news_text .qms4__post-list .qms4__post-list__post-title {
    margin-top: 0.2vw !important;
    -webkit-line-clamp: 2;
  }
}
@media print, screen and (min-width: 741px) {
  .l-top-mv__news_flex {
    gap: 25px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__news_flex {
    gap: 0;
  }
}
.l-top-mv__news .qms4__post-list {
  font-size: 14px !important;
  width: 100%;
}
.l-top-mv__news .qms4__post-list a {
  display: flex;
}
@media print, screen and (min-width: 741px) {
  .l-top-mv__news .qms4__post-list a {
    flex-wrap: nowrap !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__news .qms4__post-list a {
    flex-wrap: wrap !important;
    margin-top: -5.8vw;
    gap: 1vw;
  }
}
.l-top-mv__news .qms4__post-list a .qms4__post-list__post-date {
  width: 16.5%;
  font-size: 14px;
  line-height: 1.4;
}
@media print, screen and (min-width: 741px) {
  .l-top-mv__news .qms4__post-list a .qms4__post-list__post-date {
    min-width: 145px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__news .qms4__post-list a .qms4__post-list__post-date {
    width: 75%;
    padding-left: 25%;
    margin-bottom: 0.4vw;
  }
}
.l-top-mv__news .qms4__post-list a .qms4__post-list__post-title {
  margin-top: 0;
  line-height: 1.5;
}

@media print, screen and (min-width: 741px) {
  .best_rate {
    position: absolute;
    bottom: 71px;
    left: 20px;
  }
}
@media print, screen and (max-width: 740px) {
  .best_rate {
    width: 99%;
    margin: 0 auto;
  }
}

/**  l-top-movie  **/
.l-top-movie figure {
  width: 100vw;
  height: auto;
}
.l-top-movie video {
  display: block;
  width: 100vw;
  height: auto;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0%);
}
@media print, screen and (max-width: 740px) {
  .l-top-movie video {
    /**width: auto;**/
    /**height: 143.59vw;**/
    width: 100vw;
    height: auto;
  }
}

/**  魅力  **/
.l-top-reason::after {
  content: "";
  position: absolute;
  width: 204vw;
  height: 60%;
  background: #ebf0eb;
  left: 0;
  top: 410px;
  z-index: -1;
}
@media print, screen and (min-width: 741px) {
  .l-top-reason::after {
    left: 28%;
    transform: translateX(-72%);
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-reason::after {
    width: 92vw;
    height: 92.31vw;
    top: 99vw;
    z-index: -1;
  }
}
.l-top-reason_tit {
  margin: 0 auto 7px;
}
@media print, screen and (max-width: 740px) {
  .l-top-reason_tit {
    font-size: 9.23vw !important;
    margin: 0 auto 5vw;
    letter-spacing: 0.09rem !important;
    line-height: 1.15 !important;
  }
}
.l-top-reason__title {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1200px) and (min-width: 1001px) {
  .l-top-reason__title {
    width: 90%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-reason__title {
    width: 90%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-reason_subtit {
    letter-spacing: 0.09rem !important;
    line-height: 1.5 !important;
    margin-top: 5.6vw !important;
  }
}
.l-top-reason .l-top-reason_item {
  left: 50%;
  position: relative;
  width: 100vw;
  transform: translateX(-600px);
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .l-top-reason .l-top-reason_item {
    left: 15%;
    position: relative;
    width: 100vw;
    transform: none;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-reason .l-top-reason_item {
    transform: translateX(-45vw);
    margin-top: 11.3vw !important;
  }
}
.l-top-reason .l-top-reason_item_box {
  overflow: hidden;
}
.l-top-reason .l-top-reason_item .reason_item_tit {
  margin: 24px auto 13px;
}
@media print, screen and (max-width: 740px) {
  .l-top-reason .l-top-reason_item .reason_item_tit {
    margin: 5.4vw auto 2.2vw;
  }
}

/**  チャペル  **/
.l-top-chapel_item {
  padding: 39px 0 0;
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1200px) and (min-width: 1001px) {
  .l-top-chapel_item {
    width: 91%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-chapel_item {
    width: 90%;
    padding: 2vw 0 0;
  }
}
.l-top-chapel_item_img .chapel_img01 {
  width: 348px;
  position: relative;
  left: -60px;
}
@media print, screen and (max-width: 1100px) and (min-width: 741px) {
  .l-top-chapel_item_img .chapel_img01 {
    width: 113%;
    left: 0vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-chapel_item_img .chapel_img01 {
    width: 55.38vw;
    top: -79.5vw;
    left: 39.7vw;
  }
}
.l-top-chapel_item_img .chapel_img02 {
  width: 225px;
  position: relative;
  top: 13px;
  left: 63px;
}
@media print, screen and (max-width: 1100px) and (min-width: 741px) {
  .l-top-chapel_item_img .chapel_img02 {
    width: 70.1%;
    top: 17%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-chapel_item_img .chapel_img02 {
    width: 35.7vw;
    position: relative;
    left: 0vw;
    top: -119vw;
  }
}
.l-top-chapel_item_img .chapel_img03 {
  width: 390px;
  position: relative;
  left: -7px;
}
@media print, screen and (max-width: 1100px) and (min-width: 741px) {
  .l-top-chapel_item_img .chapel_img03 {
    width: 117%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-chapel_item_img .chapel_img03 {
    width: 64.1vw;
    left: 25.8vw;
    top: 42vw;
  }
}
.l-top-chapel_item .chapel_tit {
  letter-spacing: 0.05rem;
  margin-top: 1.2rem !important;
}
@media print, screen and (max-width: 740px) {
  .l-top-chapel_item .chapel_tit {
    letter-spacing: 0.09rem;
    margin-top: 1.3rem !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-chapel_item .chapel_text {
    letter-spacing: 0.037rem;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-chapel .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}

/**  フェア  **/
.l-top-fair_tit {
  width: 1110px;
  margin: 0 auto;
  gap: 2.1rem;
}
@media print, screen and (max-width: 1110px) and (min-width: 741px) {
  .l-top-fair_tit {
    justify-content: center;
    width: 100%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-fair_tit {
    width: 90%;
    margin: 16vw auto 17.3vw;
    flex-wrap: wrap !important;
    gap: 0.1rem;
  }
}
@media print, screen and (max-width: 1110px) and (min-width: 1001px) {
  .l-top-fair__rec__text {
    width: 58%;
  }
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .l-top-fair__rec__text {
    width: 47%;
  }
}
.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: #9F9F9F;
}
.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;
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__rec__text p {
    letter-spacing: 0.04rem !important;
    line-height: 2.1 !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__rec_tit {
    letter-spacing: 0.13rem !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__rec_subtit {
    letter-spacing: 0.07rem !important;
    line-height: 1.7 !important;
  }
}
.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;
}
@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;
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__button {
    margin-top: -4.5vw !important;
    width: 85%;
  }
}
.l-top-fair__button .wp-block-buttons {
  height: 100%;
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__button .wp-block-buttons {
    margin: 0 auto;
  }
}
.l-top-fair__button .wp-block-buttons .wp-block-button {
  height: 100%;
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__button .wp-block-buttons .wp-block-button {
    height: auto;
  }
}
.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;
  padding: 0.95em 1.5em;
  font-size: 0.94rem;
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__button .wp-block-buttons .wp-block-button__link {
    min-height: 74.37px;
  }
}
.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.94rem;
  width: 100%;
  line-height: 1.8;
}
.l-top-fair__button .wp-block-buttons .wp-block-button.dark_btn .wp-block-button__link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/**  挙式会場  **/
.l-top-ceremony {
  position: relative;
}
.l-top-ceremony::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 384px;
  max-width: 1012px;
  width: 80%;
  height: 438px;
  background: #F6F9F3;
}
@media print, screen and (max-width: 1000px) {
  .l-top-ceremony::before {
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100vw;
    height: 78%;
  }
}

/**  披露宴会場  **/
.l-top-party {
  position: relative;
}
.l-top-party::after {
  content: "";
  position: absolute;
  width: 85vw;
  height: 790px;
  background: #ebf0eb;
  left: 0;
  top: 246px;
  z-index: -1;
}
@media print, screen and (min-width: 741px) {
  .l-top-party::after {
    left: 28%;
    transform: translateX(-72%);
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-party::after {
    width: 100vw;
    height: 157.95vw;
    top: 60vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-top-party_tit {
  font-size: 1.31rem;
  margin-top: 1.1rem !important;
  margin-bottom: 0.8rem;
  letter-spacing: 0.12rem;
  line-height: 1.7;
}
@media print, screen and (max-width: 740px) {
  .l-top-party_tit {
    font-size: 1.25rem !important;
    letter-spacing: 0.07rem;
    margin-top: 0.8rem !important;
    line-height: 1.88;
  }
}
.l-top-party_img {
  width: 904px;
}
@media print, screen and (max-width: 740px) {
  .l-top-party_img {
    width: 92.31vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-party_item {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    position: relative;
  }
}
.l-top-party_item .party_item_tit {
  margin-top: 1.5rem;
}
.l-top-party_item .party_item_subtit {
  margin-bottom: 0.4rem;
}
@media print, screen and (max-width: 740px) {
  .l-top-party_item .party_item_text {
    line-height: 1.45 !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-party_item .ark-block-column {
    margin: 0 0 0 5.13vw;
    left: 2.565vw;
    position: relative;
  }
}
@media print, screen and (min-width: 741px) {
  .l-top-party .party_box {
    overflow-x: hidden;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-party .party_box {
    margin-top: -10.2vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-party .party_box .ark-block-columns__inner {
    flex-direction: column-reverse;
    left: -6vw;
    position: relative;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-party .party_box .ark-block-columns__inner .arkb-column--15 {
    margin-left: 6vw;
  }
}

/**  料理  **/
.l-top-cuisine {
  position: relative;
}
@media print, screen and (max-width: 740px) {
  .l-top-cuisine {
    width: 88vw;
  }
}
.l-top-cuisine::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 303px;
  background: #ebf0eb;
  bottom: -139px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 740px) {
  .l-top-cuisine::after {
    height: 208.97vw;
    bottom: -19.6vw;
    left: 49%;
  }
}
.l-top-cuisine_tit {
  font-size: 6.25rem !important;
  letter-spacing: 0.63rem;
  line-height: 1.4;
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .l-top-cuisine_tit {
    font-size: 3.5rem !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-cuisine_tit {
    font-size: 3.75rem !important;
    letter-spacing: 0.3rem;
  }
}
.l-top-cuisine_subtit {
  font-size: 1.31rem !important;
  margin-top: -0.7rem !important;
}
@media print, screen and (max-width: 740px) {
  .l-top-cuisine_subtit {
    font-size: 1.19rem !important;
    margin-top: 0.1vw !important;
    line-height: 1.83 !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-cuisine_text {
    line-height: 2.14 !important;
  }
}

/**  プラン、ドレス  **/
.l-top-other {
  width: 1042px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1042px) {
  .l-top-other {
    width: 100%;
    padding-bottom: 9vw !important;
  }
}
.l-top-other .l-top-other_text {
  margin-top: 24px;
}
@media print, screen and (max-width: 740px) {
  .l-top-other .l-top-other_text {
    margin-top: 5vw;
    letter-spacing: 0.08rem !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-other__item {
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
  }
}
.l-top-other__item .ark-block-column {
  padding: 0;
}

/**  詳細を見る  **/
.l-top-more {
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  margin-top: 20px !important;
}
.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: "";
}

/**  料理  **/
.l-top-cuisine.alignfull.has-background > .wp-block-group__inner-container, .l-top-cuisine.alignfull > .wp-block-cover__inner-container {
  max-width: 100%;
}
@media print, screen and (max-width: 1000px) {
  .l-top-cuisine.alignfull.has-background > .wp-block-group__inner-container, .l-top-cuisine.alignfull > .wp-block-cover__inner-container {
    padding-bottom: 4.5rem;
  }
}
.l-top-cuisine.alignfull.has-background > .wp-block-group__inner-container .ark-block-columns, .l-top-cuisine.alignfull > .wp-block-cover__inner-container .ark-block-columns {
  width: 100%;
  left: inherit;
}
@media print, screen and (max-width: 1000px) {
  .l-top-cuisine.alignfull.has-background > .wp-block-group__inner-container .ark-block-columns__inner, .l-top-cuisine.alignfull > .wp-block-cover__inner-container .ark-block-columns__inner {
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0 0;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-top-cuisine.alignfull.has-background > .wp-block-group__inner-container .ark-block-columns .ark-block-column, .l-top-cuisine.alignfull > .wp-block-cover__inner-container .ark-block-columns .ark-block-column {
    padding: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .l-top-cuisine.alignfull.has-background > .wp-block-group__inner-container .ark-block-columns figure.wp-block-image, .l-top-cuisine.alignfull > .wp-block-cover__inner-container .ark-block-columns figure.wp-block-image {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-top-cuisine.alignfull.has-background > .wp-block-group__inner-container .l-top-cuisine__item:nth-child(2n+1) .ark-block-columns__inner, .l-top-cuisine.alignfull > .wp-block-cover__inner-container .l-top-cuisine__item:nth-child(2n+1) .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}

/**  プラン  **/
@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;
}
@media print, screen and (max-width: 740px) {
  .l-top-plan .wp-block-buttons {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/**  パーティーレポート  **/
.l-top-report {
  gap: 25px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 6.2rem !important;
}
@media print, screen and (max-width: 740px) {
  .l-top-report {
    padding-top: 5.7rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-report_slide {
    padding-top: 0rem !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 999px) {
  .l-top-report .qms4__post-list {
    padding: 0 3rem;
  }
}
.l-top-report .qms4__post-list[data-layout=card][data-num-columns-pc="3"] .qms4__post-list__list {
  gap: 44px;
}
.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;
}
.l-top-report .report_btn a {
  width: 295px !important;
  margin-top: 9px;
}
@media print, screen and (max-width: 740px) {
  .l-top-report .report_btn a {
    width: 63.33vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-report .report_btn a::after {
    right: 15px !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-report.l-slide {
    padding-bottom: 23vw !important;
  }
}

/**  新着情報  **/
.l-top-news .l-other-plan__title {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 740px) {
  .l-top-news .l-other-plan__title {
    margin-bottom: 2.5rem;
  }
}
.l-top-news .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-date {
  width: auto;
}
@media print, screen and (max-width: 740px) {
  .l-top-news .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-date {
    margin-right: 5px;
  }
}
.l-top-news .qms4__post-list[data-layout=card][data-num-columns-pc="2"] .qms4__post-list__list {
  gap: 35px;
}
.l-top-news .qms4__post-list__list-item {
  padding-bottom: 32px;
  border-bottom: 1px solid #E2D9BA;
}
.l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
  margin-top: 0;
  padding-left: 10px;
}
@media print, screen and (max-width: 740px) {
  .l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
    padding-left: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) .qms4__post-list__terms--taxonomy-news__category {
    margin-top: 5px;
  }
}
.l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) .icon,
.l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) .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.qms4__post-list__terms:not(:root) .icon::before,
.l-top-news .qms4__post-list__terms.qms4__post-list__terms:not(:root) .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;
  }
}

/** ==========================================================================
*
* システムページ 共通
*
========================================================================== **/
.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__thumb {
  border: 1px solid #eee;
}

.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;
  }
}
@media print, screen and (max-width: 740px) {
  .page-template-page-fair_calendar .p-postList.-type-list .p-postList__link {
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 740px) {
  .page-template-page-fair_calendar .p-postList.-type-list .p-postList__thumb {
    width: 100%;
    max-width: 100%;
  }
}
.page-template-page-fair_calendar .l-main__body.p-archive.page_fair_calendar {
  margin-top: 2rem;
}
@media print, screen and (max-width: 740px) {
  .page-template-page-fair_calendar .l-main__body.p-archive.page_fair_calendar {
    margin-top: 1.5rem;
  }
}
.page-template-page-fair_calendar .p-postList.-type-list .p-postList__body {
  align-self: center;
}
@media print, screen and (max-width: 740px) {
  .page-template-page-fair_calendar .p-postList.-type-list .p-postList__body {
    padding-top: 1rem;
    padding-left: 0;
    width: 100%;
  }
}
.page-template-page-fair_calendar .p-postList__excerpt p {
  font-size: 0.8rem;
}
.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;
}

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

.qms4__post-list__terms--taxonomy-works__hash .qms4__post-list__terms__icon,
.p-postList__hash .icon {
  background: none;
  color: #9F9F9F;
  padding: 0 4px 0 0;
}
.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 #A0821D;
  position: relative;
  transition: 0.3s;
}
.l-hash.hidden .more_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #A0821D;
  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: #A0821D;
  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-thumbnail img {
  border: 1px solid #eee;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-title {
  margin-top: 12px;
  line-height: 1.8;
  width: 100%;
  font-weight: var(--default_weight-regular);
}
@media print, screen and (max-width: 740px) {
  .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-title {
    margin-top: 3.1vw;
    line-height: 1.4 !important;
    font-size: 3.85vw;
  }
}
.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%;
  font-size: 14px;
  margin-top: 12px;
}
@media print, screen and (max-width: 740px) {
  .qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-date {
    margin-top: 4.3vw;
    margin-bottom: 1.5vw;
  }
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__terms--taxonomy-works__hash {
  width: 100%;
  gap: 7px 4px;
}
.qms4__post-list__list-item.qms4__post-list__list-item .post_system_btn {
  margin-top: 2.7rem !important;
  font-size: 13px;
}

/**  詳細 レイアウト  **/
.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 {
  border: 1px solid #eee;
  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: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 8px;
  width: 46px;
  height: 46px;
}
@media print, screen and (max-width: 740px) {
  .ark-block-slider .ark-block-slider__nav {
    width: 9vw;
    height: 9vw;
  }
}
.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;
  }
}
/** ==========================================================================
*
* ブログ
*
========================================================================== **/
.post-type-archive-blog span.new {
  background: #7ca052;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .post-type-archive-blog .l-main {
    width: 100%;
  }
}
.post-type-archive-blog .widget__main-list li [data-slug=news] {
  color: #b39136; /* ここに好きな色を指定 */
}
.post-type-archive-blog .l-sidebar {
  display: none;
}
.post-type-archive-blog .p-postList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.post-type-archive-blog .p-postList .p-postList__item {
  width: 100%;
}
@media print, screen and (min-width: 741px) {
  .post-type-archive-blog .p-postList .p-postList__item {
    width: calc((100% - 45px) / 4);
  }
}
.post-type-archive-blog .p-postList .p-postList__item a {
  flex-wrap: wrap;
  gap: 15px;
}
.post-type-archive-blog .p-postList .p-postList__item a .p-postList__thumb {
  width: 100%;
}
.post-type-archive-blog .p-postList .p-postList__item a .p-postList__thumb .c-postThumb__figure {
  aspect-ratio: 1/1;
}
.post-type-archive-blog .p-postList .p-postList__item a .p-postList__body {
  padding-left: 0;
}

.single-blog .p-entry__head {
  margin-bottom: 90px;
}
@media print, screen and (max-width: 740px) {
  .single-blog .p-entry__head {
    margin-bottom: 15vw;
  }
}
.single-blog .p-entry__head .p-entry__thumb {
  width: 80%;
}
@media print, screen and (max-width: 740px) {
  .single-blog .p-entry__head .p-entry__thumb {
    width: 100%;
  }
}
.single-blog .p-entry__head .p-entry__thumb img {
  aspect-ratio: 1/1;
}
.single-blog .p-postList__icon {
  margin-top: 0;
}

.single-blog .p-entry__foot .qms4__post-list__post-title {
  font-size: 1.1rem !important;
}

/** ==========================================================================
*
* スタッフ
*
========================================================================== **/
/**  一覧   **/
@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: 1/1;
  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;
}

/** ==========================================================================
*
* パーティーレポート 一覧
*
========================================================================== **/
.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 #E2D9BA;
  padding: 44px 28px 32px;
}
.single-report .l-main__body > .c-postContent {
  margin-top: 8rem;
}

/** ==========================================================================
*
* スタッフ 一覧
*
========================================================================== **/
.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;
}

/** ==========================================================================
*
* スタッフ 詳細
*
========================================================================== **/
.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 .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;
}

/** ==========================================================================
*
* 新着 一覧
*
========================================================================== **/
.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 #E2D9BA;
  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.5rem;
  max-height: 48px;
}
.post-type-archive-news .p-postList .p-postList__title {
  margin-top: 0.8rem;
}

/** ==========================================================================
*
* 新着 詳細
*
========================================================================== **/
.single-news .p-entry__head .c-pageTitle__main {
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 740px) {
  .single-news .p-entry__head .c-pageTitle__main {
    margin-bottom: 0;
  }
}
.single-news .c-postMetas {
  margin-top: 0;
  margin-bottom: 2rem;
}
@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: #A0821D;
}
@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 #E2D9BA;
  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 #AAAEBA;
  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;
  }
}
@media print, screen and (min-width: 741px) {
  .post-type-archive-gallery .blueimp-gallery > .play-pause {
    width: 30px !important;
    height: 30px !important;
    background-size: 60px 30px !important;
  }
}

/** ==========================================================================
*
* ギャラリー 詳細
*
========================================================================== **/
.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: 910px;
    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: 205px;
    height: 205px;
    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: 20px;
  }
  .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: 50px;
  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-event .l-buttons {
  display: none;
}

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

.single-event .qms4__block__timetable__dates {
  border: none;
  background-color: #EBE0CD;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 20px;
}
@media print, screen and (max-width: 740px) {
  .single-event .qms4__block__timetable__dates {
    display: block;
    text-align: center;
  }
}
@media print, screen and (max-width: 740px) {
  .single-event .qms4__block__timetable__dates .qms4__block__timetable__dates label {
    margin-right: 0;
  }
}

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

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

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

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

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

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

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

.single-event .qms4__block__timetable__timetable-body-button {
  max-width: 280px;
}
.single-event .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;
}
.single-event .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: "";
}

.single-event .qms4__block__timetable__button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: max-content;
}
@media print, screen and (max-width: 740px) {
  .single-event .qms4__block__timetable__button button {
    font-size: 0.9rem;
  }
}

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

.single-event .qms4__block__timetable__button-prev {
  top: auto;
  bottom: -40px;
  transform: inherit;
  right: auto;
  left: 0;
}
.single-event .qms4__block__timetable__button-prev::before {
  content: "＜ 前の日程（";
}
.single-event .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: inherit;
  font-size: 1.4em;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 16px;
  font-weight: bold;
}

/** ==========================================================================
*
* 魅力
*
========================================================================== **/
@media print, screen and (max-width: 740px) {
  .l-about-access .wp-block-buttons.wp-block-buttons {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

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

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

.l-about-day__title .arkb-format-1 {
  color: #A0821D;
}
.l-about-day__item02 {
  position: relative;
}
.l-about-day__item02::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 460px;
  width: 100%;
  height: 475px;
  background: #FAF7F2;
}
@media print, screen and (max-width: 1000px) {
  .l-about-day__item02::before {
    top: 40%;
    left: 30%;
    height: 140%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-about-day__item02::before {
    top: 26vw;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100vw;
    height: 113%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-about-day__item02 .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}
.l-about-day__item04 {
  position: relative;
  z-index: 10;
}
@media print, screen and (max-width: 740px) {
  .l-about-day__item04 .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}
.l-about-day__item06 {
  position: relative;
}
.l-about-day__item06::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 360px;
  right: 310px;
  width: 100%;
  height: 460px;
  background: #FAF7F2;
}
@media print, screen and (max-width: 1000px) {
  .l-about-day__item06::before {
    top: 80%;
    right: 15%;
    height: 140%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-about-day__item06::before {
    top: 93%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100vw;
    height: 50%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-about-day__item06 .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}
.l-about-day__item07 {
  position: relative;
  z-index: 10;
}

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

/** ==========================================================================
*
* 披露宴会場
*
========================================================================== **/
.l-party-anc.alignfull.wp-block-cover, .l-party-anc.alignfull.wp-block-group.has-background {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}
@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: 741px) {
  .l-party-place__gallery {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
.l-party-place__gallery.ark-block-slider .ark-block-slider__nav {
  background: rgba(255, 255, 255, 0.7);
}
@media print, screen and (max-width: 740px) {
  .l-party-place__gallery.ark-block-slider .ark-block-slider__nav {
    display: none;
  }
}
.l-party-place__gallery.ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
  right: 10px;
}
.l-party-place__gallery.ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
  left: 10px;
}
@media print, screen and (min-width: 1000px) {
  .l-party-place__gallery .swiper-pagination {
    display: none;
  }
}
@media print, screen and (max-width: 740px) {
  .l-party-place__gallery .swiper-pagination {
    bottom: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .l-party-place__gallery.swiper-horizontal > .swiper-pagination-bullets,
  .l-party-place__gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .l-party-place__gallery .swiper-pagination-custom,
  .l-party-place__gallery .swiper-pagination-fraction {
    bottom: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .l-party-place__gallery.ark-block-slider .swiper.-thumb {
    display: none;
  }
}

/** ==========================================================================
*
* 料理
*
========================================================================== **/
.page-id-1418 .l-content__body, .page-id-1418 .l-container {
  margin-top: 0;
}

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

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

@media print, screen and (max-width: 999px) {
  .l-cuisine-mind {
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
  }
}

.l-cuisine-mind.mind01,
.l-cuisine-mind.mind03 {
  position: relative;
}

@media print, screen and (max-width: 999px) {
  .l-cuisine-anc .ark-block-columns__inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 999px) {
  .l-cuisine-anc .ark-block-columns__inner .l-cuisine-anc__photo {
    margin: 0;
  }
  .l-cuisine-anc .ark-block-columns__inner .l-cuisine-anc__text {
    margin: 0;
    margin-left: 5vw;
  }
  .l-cuisine-anc .ark-block-columns__inner .l-cuisine-anc__titile_sp {
    --wp-column-gap: 0;
  }
}
.l-cuisine-mind.mind01:before,
.l-cuisine-mind.mind03:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 16%;
  right: 0;
  width: 65.4vw;
  height: 61%;
  background: #F0F0F0;
}
@media print, screen and (max-width: 999px) {
  .l-cuisine-mind.mind01:before,
  .l-cuisine-mind.mind03:before {
    bottom: -16vw;
    width: 140%;
    height: 150vw;
    top: auto;
    right: -10vw;
  }
}
@media screen and (max-width: 999px) {
  .l-cuisine-mind.mind01:before,
  .l-cuisine-mind.mind03:before {
    top: 3vw;
    right: 0;
    width: 1000px;
    height: 55vw;
  }
}

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

@media print, screen and (min-width: 1000px) {
  .l-cuisine-mind.mind02 .mind02__text {
    padding-left: 6rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .l-cuisine-gallery {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
.l-cuisine-gallery.ark-block-slider .ark-block-slider__nav {
  background: rgba(255, 255, 255, 0.7);
}
@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;
  }
}
@media print, screen and (max-width: 740px) {
  .l-cuisine-gallery.ark-block-slider .swiper.-thumb {
    display: none;
  }
}

.l-cuisine-chef {
  padding: 123px 0 0px;
  margin-bottom: -33px;
  background: #FAF7F2;
}
@media print, screen and (max-width: 740px) {
  .l-cuisine-chef {
    padding: 20vw 0;
  }
}
.l-cuisine-chef .ark-block-columns__inner {
  max-width: 830px;
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (max-width: 740px) {
  .l-cuisine-chef .ark-block-columns__inner {
    width: 100%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-cuisine-chef .l-cuisine-chef__photo {
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 740px) {
  .l-cuisine-chef .l-cuisine-chef__text {
    margin: 0 auto;
    width: 85%;
  }
}

/** ==========================================================================
*
* ドレス
*
========================================================================== **/
.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: 740px) {
  .l-dress-item {
    padding: 1.4rem 1.4rem 2.5rem;
  }
}
@media print, screen and (max-width: 740px) {
  .l-dress-item.reverse .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}
@media print, screen and (max-width: 740px) {
  .l-dress-item__text {
    font-size: 0.75rem;
  }
}
@media print, screen and (max-width: 740px) {
  .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;
}

/** ==========================================================================
*
* 少人数ウエディング
*
========================================================================== **/
.page-id-2140 .l-content__body, .page-id-2140 .l-container {
  margin-top: 0;
}

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

.l-petit-main .l-petit-main__photo {
  margin: 0 auto;
}

.l-petit-main01,
.l-petit-main03 {
  background: #FAF7F2;
  padding: 76px 0;
}
@media print, screen and (max-width: 1000px) {
  .l-petit-main01,
  .l-petit-main03 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 740px) {
  .l-petit-main01,
  .l-petit-main03 {
    padding: 20vw 0;
  }
}

.l-petit-main02 .ark-block-columns__inner {
  flex-direction: row-reverse;
}

.l-petit-main03 .l-petit-main03__title span.arkb-format-1 {
  color: #A0821D;
}

.l-petit-main03 .ark-block-columns__inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

@media print, screen and (min-width: 741px) {
  .l-petit-faq .l-page-faq__list .ark-block-column {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px dotted #C9C9C9;
  }
  .l-petit-faq .l-page-faq__list .ark-block-column:nth-child(-n+1) {
    border-top: none;
  }
}

/** ==========================================================================
*
* ベストレート
*
========================================================================== **/
.page-id-2025 .l-content__body, .page-id-2025 .l-container {
  margin-top: 0;
}

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

.l-bestrate-feature {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.l-bestrate-feature .visiable_sp {
  display: none;
}
@media print, screen and (max-width: 741px) {
  .l-bestrate-feature .visiable_sp {
    display: block;
  }
}
.l-bestrate-feature .visiable_pc {
  display: none;
}
@media print, screen and (min-width: 740px) {
  .l-bestrate-feature .visiable_pc {
    display: block;
  }
}

/** ==========================================================================
*
* アクセス
*
========================================================================== **/
.l-access-anc .qms4__link {
  padding-bottom: 1.5rem;
  position: relative;
}
.l-access-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-access-anc .ark-block-columns__inner {
  justify-content: center;
}
@media print, screen and (min-width: 741px) {
  .l-access-anc .ark-block-columns .ark-block-column {
    width: auto;
  }
}

.l-access-map {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.l-access-bullet__image {
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
}

.l-access-plane__image {
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
}

.l-access-car__image {
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
}

/** ==========================================================================
*
* 会社概要
*
========================================================================== **/
/**  会社概要  **/
.l-table-column01 table {
  border-right: 1px solid #C1C1C1;
  border-top: 1px solid #C1C1C1;
}

.l-table-column01 td {
  border-bottom: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
  line-height: 1.3;
}

.l-table-column01 td:first-child {
  background: #EDEDED;
  vertical-align: middle;
}
@media print, screen and (min-width: 741px) {
  .l-table-column01 td:first-child {
    width: 20%;
  }
}
@media print, screen and (max-width: 740px) {
  .l-table-column01 td:first-child {
    width: 29%;
    font-size: 3.8vw;
  }
}

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

.l-table-column02 table {
  border-right: 1px solid #C1C1C1;
  border-top: 1px solid #C1C1C1;
}

@media print, screen and (min-width: 741px) {
  .l-table-column02__wrapper .ark-block-column:first-child .l-table-column02 table {
    border-right: none;
  }
}

@media print, screen and (max-width: 740px) {
  .l-table-column02__wrapper .ark-block-column:last-child .l-table-column02 table {
    border-top: none;
  }
}

.l-table-column02 td {
  border-bottom: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
}

@media print, screen and (min-width: 741px) {
  .l-table-column02__wrapper > .wp-block-column:nth-child(2n) td:first-child {
    border-left: none;
  }
}

.l-table-column02 td:first-child {
  width: 80%;
}

.l-table-column02 td:last-child {
  background: #F8F8F8;
  width: 20%;
}

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

/** ==========================================================================
*
* フォーム
*
========================================================================== **/
/**  フォームはフッター非表示  **/
.page-id-483 .qms4__mega-menu,
.page-id-483 .l-header__right,
.page-id-483 .l-fixed-footer,
.page-id-483 .l-header__drawerBtn,
.page-id-483 .l-event-rec,
.page-id-493 .qms4__mega-menu,
.page-id-493 .l-header__right,
.page-id-493 .l-fixed-footer,
.page-id-493 .l-header__drawerBtn,
.page-id-493 .l-event-rec,
.page-id-498 .qms4__mega-menu,
.page-id-498 .l-header__right,
.page-id-498 .l-fixed-footer,
.page-id-498 .l-header__drawerBtn,
.page-id-498 .l-event-rec,
.page-id-16 .qms4__mega-menu,
.page-id-16 .l-header__right,
.page-id-16 .l-fixed-footer,
.page-id-16 .l-header__drawerBtn,
.page-id-16 .l-event-rec {
  display: none;
}
.page-id-483 .l-footer .l-footer-link,
.page-id-483 .l-footer .l-footer-line,
.page-id-483 .l-footer .l-footer-message,
.page-id-483 .l-footer .l-footer-main,
.page-id-483 .l-footer .l-footer-sitemap,
.page-id-493 .l-footer .l-footer-link,
.page-id-493 .l-footer .l-footer-line,
.page-id-493 .l-footer .l-footer-message,
.page-id-493 .l-footer .l-footer-main,
.page-id-493 .l-footer .l-footer-sitemap,
.page-id-498 .l-footer .l-footer-link,
.page-id-498 .l-footer .l-footer-line,
.page-id-498 .l-footer .l-footer-message,
.page-id-498 .l-footer .l-footer-main,
.page-id-498 .l-footer .l-footer-sitemap,
.page-id-16 .l-footer .l-footer-link,
.page-id-16 .l-footer .l-footer-line,
.page-id-16 .l-footer .l-footer-message,
.page-id-16 .l-footer .l-footer-main,
.page-id-16 .l-footer .l-footer-sitemap {
  display: none;
}
.page-id-483 .l-footer .fsb-flexible-spacer__device,
.page-id-493 .l-footer .fsb-flexible-spacer__device,
.page-id-498 .l-footer .fsb-flexible-spacer__device,
.page-id-16 .l-footer .fsb-flexible-spacer__device {
  display: none;
}
@media print, screen and (max-width: 740px) {
  .page-id-483 .l-footer__foot,
  .page-id-493 .l-footer__foot,
  .page-id-498 .l-footer__foot,
  .page-id-16 .l-footer__foot {
    padding-bottom: 4vw;
  }
}

@media print, screen and (max-width: 740px) {
  .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 740px) {
  .brick-form__content {
    margin-bottom: 1.6vw;
  }
}

@media print, screen and (max-width: 740px) {
  .brick-form:not(:root) input[type=checkbox] {
    position: absolute;
  }
}

@media print, screen and (max-width: 740px) {
  .brick-form__options-name-privacy {
    margin-top: 2px;
  }
}

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

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

@media print, screen and (min-width: 741px) {
  .brick-form__options-item--radio, .brick-form__options-item--checkbox {
    width: auto;
  }
}

@media print, screen and (min-width: 741px) {
  .brick-form .brick-form__row--step-input .brick-form__field-unit-select {
    flex-grow: initial;
  }
}

.brick-form__row-name-pref.brick-form__row-name-address .brick-form__field-group {
  flex-wrap: wrap;
  gap: 8px;
}
.brick-form__row-name-pref.brick-form__row-name-address .brick-form__field-group .brick-form__field-unit:not(:first-child) {
  width: 100%;
  margin-left: 0;
}

.brick-form__row-name-part .brick-form__field-group .brick-form__options-item {
  width: calc(50% - 16px);
}

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

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

.brick-buttons button {
  position: relative;
}
.brick-buttons button::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
  content: "";
}

.brick-buttons .brick-buttons__button-back::after {
  left: 25px;
  right: auto;
  transform: rotate(-135deg);
}

.brick-form__body-notice a {
  text-decoration: underline;
}

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

/** ==========================================================================
*
* 選ばれる理由
*
========================================================================== **/
.page-id-7829 .l-content__body {
  margin: 0 auto;
}

.page-reason .reason__title__ja {
  margin-top: 0.8rem !important;
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason__title__ja {
    font-size: 6.15vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason__title {
    font-size: 7.69vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason__text {
    font-size: 4.1vw !important;
    text-align: left;
  }
}
.page-reason .reason_btn {
  width: 295px;
  margin: 1.9rem auto 0;
}
.page-reason .reason_btn .wp-block-button {
  width: 295px !important;
}
.page-reason .reason_btn .wp-block-button a {
  width: 295px !important;
}
.page-reason .l-about-day__bg {
  max-width: 1200px;
  margin: 0 auto;
}
.page-reason .l-reason_day {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 740px) {
  .page-reason .l-reason_day {
    width: 90%;
  }
}
.page-reason .reason_a_day {
  position: relative;
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_a_day {
    width: 100%;
    padding: 0;
  }
}
.page-reason .reason_a_day::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 349px;
  background: #F3F5F2;
  left: 0;
  top: -83px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_a_day::after {
    height: 62vw;
    top: -6vw;
  }
}
.page-reason .reason_a_day_bg {
  position: relative;
}
@media print, screen and (max-width: 1100px) and (min-width: 741px) {
  .page-reason .reason_a_day_bg {
    overflow: hidden;
  }
}
.page-reason .reason_a_day_bg::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 270px;
  background: #F3F5F2;
  top: 140px;
  z-index: -1;
  right: -129px;
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_a_day_bg::after {
    width: 73%;
    height: 58vw;
    top: 132vw;
    right: -5vw;
  }
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_ceremony_tit {
    padding: 0 !important;
  }
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_day_item01 .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}
.page-reason .reason__image_box {
  max-width: 1080px;
  margin: 0 auto;
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason__image_box {
    width: 100%;
  }
}
.page-reason .reason_flower {
  position: relative;
}
.page-reason .reason_flower::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 488px;
  background: #F3F5F2;
  top: 330px;
  z-index: -1;
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_flower::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 96vw;
    background: #F3F5F2;
    top: 22vw;
    left: -5vw;
    z-index: -1;
  }
}
.page-reason .reason_flower__img {
  max-width: 1018px;
  margin: 0 auto;
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_flower__img {
    width: 100%;
  }
}
.page-reason .reason_party {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_party {
    width: 90%;
  }
}
.page-reason .reason_party::after {
  content: "";
  position: absolute;
  width: 1116px;
  height: 587px;
  background: #F3F5F2;
  top: 286px;
  z-index: -1;
  left: -120px;
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_party::after {
    content: "";
    position: absolute;
    width: 112vw;
    height: 131vw;
    background: #F3F5F2;
    top: 23vw;
    z-index: -1;
    left: -120px;
  }
}
.page-reason .reason_party_img02 {
  position: absolute;
  width: 36.5%;
  top: 49.6%;
  right: 0;
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_party_img02 {
    width: 45.5%;
    top: 22.6%;
    right: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_party .reason_party_tit {
    line-height: 1 !important;
    font-size: 11.79vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .page-reason .day_tit_en {
    font-size: 11vw !important;
    line-height: 1;
  }
}
@media print, screen and (max-width: 740px) {
  .page-reason .day_tit_jp {
    font-size: 5.55vw !important;
    margin-top: 6vw !important;
  }
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_flower_tit {
    line-height: 1 !important;
    font-size: 11.79vw !important;
    margin: -3vw auto -5vw !important;
  }
}
@media print, screen and (min-width: 741px) {
  .page-reason .reason_slide {
    height: 267px;
  }
  .page-reason .reason_slide .ark-block-slider__slide {
    height: 267px !important;
    width: auto !important;
  }
  .page-reason .reason_slide .ark-block-slider__slide img {
    height: 267px !important;
  }
}
.page-reason .reason_lastimg {
  margin: 0 auto;
  max-height: 80svh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 740px) {
  .page-reason .reason_lastimg {
    width: 100%;
  }
}
.page-reason .reason_lastimg img {
  width: 100%;
}
.page-reason .scroll-loop {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
@media print, screen and (min-width: 741px) {
  .page-reason .scroll-loop {
    aspect-ratio: 1202/267;
    width: 100%;
  }
}
.page-reason .scroll-loop__inner {
  display: flex;
  width: 175%;
  gap: 0;
}
@media print, screen and (max-width: 740px) {
  .page-reason .scroll-loop__inner {
    width: 440%;
  }
}
.page-reason .scroll-loop__inner.--ltr {
  animation: scrollLoop-ltr 30s linear infinite;
}
.page-reason .scroll-loop__inner.--rtl {
  flex-direction: row-reverse;
  animation: scrollLoop-rtl 30s linear infinite;
}
.page-reason .scroll-loop__inner .wp-block-group {
  gap: 0;
}
.page-reason .scroll-loop__inner figure {
  width: 50%;
  height: 100%;
}
@media print, screen and (max-width: 740px) {
  .page-reason .scroll-loop__inner figure {
    aspect-ratio: 401/267;
  }
}
.page-reason .scroll-loop__inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}
@media print, screen and (max-width: 740px) {
  .page-reason .scroll-loop__inner .is-nowrap {
    height: 100%;
  }
}
@keyframes scrollLoop-ltr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollLoop-rtl {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

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