@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: #A0821D;
  --qms-accent02_color: #6A9398;
  --qms-sub_color: #A0821D;
  --qms-icon_color: #A0821D;
}

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

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

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

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

p {
  font-size: 0.9rem;
}

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

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

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

/** ==========================================================================
*
* 中面共通
*
========================================================================== **/
.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: rgba(160, 130, 29, 0.16);
  padding: 32px 0 28px;
  min-height: inherit;
  margin-top: 64px;
}
@media print, screen and (max-width: 740px) {
  .p-topArea.-noimg {
    padding: 6vw 0 5vw;
    margin-top: 62px;
  }
}
.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;
  padding: 15px 0;
  display: block;
  max-width: 340px;
  position: relative;
  color: #111;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
    padding: 14px 0;
    width: 315px;
    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: 315px;
    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: 315px;
    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: 315px;
    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: 315px;
    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: 315px;
    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 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: 180px;
  padding: 12px 0 10px;
}
@media print, screen and (max-width: 740px) {
  .l-header__center {
    width: 100%;
  }
}

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

@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: 17px;
  }
}

.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;
}
@media print, screen and (max-width: 999px) {
  .l-header__right .l-header-top {
    display: none;
  }
}
.l-header__right .l-header-top__link {
  gap: 5px 0;
}
.l-header__right .l-header-top__link__item {
  padding: 0 15px;
  line-height: 1;
  border-right: 1px solid #222222;
}
.l-header__right .l-header-top__link__item:last-child {
  border-right: none;
}
.l-header__right .l-header-top__sns {
  gap: 15px;
  padding: 0 0 0 20px;
}
.l-header__right .l-header-top__sns .wp-block-image.is-resized {
  display: flex;
}
.l-header__right .l-header-top__sns .wp-block-image a {
  display: flex;
}
.l-header__right .l-header-bottom {
  gap: 20px;
}
@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.5rem;
  justify-content: flex-end;
}
@media print, screen and (max-width: 999px) {
  .l-header__right .l-header-bottom__link {
    display: none;
  }
}
.l-header__right .l-header-bottom .wp-block-button {
  width: 195px;
}
@media print, screen and (max-width: 740px) {
  .l-header__right .l-header-bottom .wp-block-button {
    width: 125px;
  }
}
.l-header__right .l-header-bottom .wp-block-button a {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #222222;
  border-radius: 0;
  padding: 0.95rem 0;
}
@media print, screen and (max-width: 740px) {
  .l-header__right .l-header-bottom .wp-block-button a {
    padding: 0.6rem 0;
  }
}

.l-header__drawerBtn {
  padding-top: 8px;
}

@media print, screen and (min-width: 741px) {
  .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: 60px;
}
@media print, screen and (max-width: 740px) {
  .l-footer {
    margin-top: 10vw;
  }
}
.l-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer a:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

.l-footer-main .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: 0.6rem;
}

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

.l-footer__widgets {
  padding: 0;
}

/** ==========================================================================
*
* SPメニュー
*
========================================================================== **/
@media print, screen and (max-width: 740px) {
  .p-drawer__close.c-modalClose.u-flex--aic {
    margin-bottom: 40vw;
  }
}

.p-drawer {
  margin-top: var(--ark-header_height);
  padding-top: 0;
  padding-bottom: 0;
  color: #111;
  background: #fff;
  height: 100vh;
}

[data-drawer-move=fade] .p-drawer__inner {
  max-width: inherit;
}

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

.qms4__panel-menu {
  background: #fff;
}

.qms4__panel-menu__item__label {
  color: #222;
}

.qms4__panel-menu__front .qms4__panel-menu__item[data-show-submenu=true] .qms4__panel-menu__item__label:after {
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}

.qms4__panel-menu__front .qms4__panel-menu__item__label--selected {
  background: #f0efed;
}

.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 {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 11px;
  height: 3px;
  content: "";
  transform: translateY(-50%);
  background: url(images/icon_arrow_drawer_btn_white.svg) no-repeat center/contain;
}

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

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

.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-top: 1px solid #e2d9ba;
  border-bottom: none;
}

.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;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.2rem 0.8rem;
}

.drawer-nav {
  font-size: 14px;
}
@media print, screen and (max-width: 740px) {
  .drawer-nav {
    font-size: 3.5vw;
  }
}
@media print, screen and (min-width: 740px) {
  .drawer-nav.ark-block-column_parent {
    max-width: 1000px;
    margin: 0 auto;
    column-gap: 40px;
  }
}
.drawer-nav.ark-block-column_parent a {
  margin-top: 0;
}
@media print, screen and (max-width: 741px) {
  .drawer-nav.ark-block-column_parent_sp .ark-block-columns__inner .ark-block-column {
    border-bottom: 1px solid #e2d9ba;
    padding: 1.1rem 1.1rem;
    align-items: center;
    display: flex;
  }
  .drawer-nav.ark-block-column_parent_sp .ark-block-columns__inner .ark-block-column:nth-of-type(odd) {
    border-right: 1px solid #e2d9ba;
  }
}
.drawer-nav.ark-block-column_parent_sp a {
  margin-top: 0;
}
.drawer-nav .ark-block-column_child {
  display: flex;
  justify-content: center;
  padding: 1.1rem 0.8rem;
  height: 100%;
  align-items: flex-start;
}
@media print, screen and (min-width: 740px) {
  .drawer-nav .ark-block-column_child {
    border-right: none;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 741px) {
  .drawer-nav .ark-block-column_child {
    padding: 0 0.8rem;
  }
}
@media only screen and (min-device-width: 741px) and (max-device-width: 1024px) and (orientation: portrait) {
  .drawer-nav .ark-block-column_child {
    padding: 1.1rem 0.5rem;
  }
}
.drawer-nav .ark-block-column_child .ark-block-columns__inner .ark-block-column {
  border-bottom: 1px solid #e2d9ba;
  padding: 1.1rem 0.8rem;
}
@media only screen and (min-device-width: 741px) and (max-device-width: 1024px) and (orientation: portrait) {
  .drawer-nav .ark-block-column_child .ark-block-columns__inner .ark-block-column {
    padding: 1.1rem 0.6rem;
  }
}
@media print, screen and (max-width: 741px) {
  .drawer-nav .ark-block-column_child .ark-block-columns__inner .ark-block-column:nth-of-type(odd) {
    border-right: none;
  }
}

.drawer-sns {
  margin-top: 50px !important;
}
@media print, screen and (max-width: 741px) {
  .drawer-sns {
    margin-top: 7.7vw !important;
  }
}
.drawer-sns__ttl {
  margin-bottom: 1em;
  font-size: 20px;
  font-family: var(--en_font);
  color: var(--qms-accent_color);
}
@media print, screen and (max-width: 740px) {
  .drawer-sns__ttl {
    font-size: 5vw;
  }
}
.drawer-sns__list {
  gap: 15px;
}
@media print, screen and (max-width: 740px) {
  .drawer-sns__list {
    gap: 3vw;
  }
}
.drawer-sns figure {
  width: 30px !important;
  height: 30px !important;
}

/** ==========================================================================
*
* スライダー
*
========================================================================== **/
@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: 6vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-slide .qms4__post-list .qms4__post-list__list-item {
    display: block !important;
  }
}

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

/** ==========================================================================
*
* TOPスライダー
*
========================================================================== **/
@media print, screen and (min-width: 1000px) {
  .home .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-next {
    right: auto;
    left: 77vw;
    transform: translateY(-2.5rem);
  }
  .home .ark-block-slider[data-direction=horizontal] .ark-block-slider__nav.-prev {
    left: auto;
    right: 77vw;
    transform: translateY(-2.5rem);
  }
  .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;
  }
}
/** ==========================================================================
*
* 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  **/
.l-top-mv {
  position: relative;
}
.l-top-mv__fair {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
}
.l-top-mv__fair .wp-block-group {
  padding: 1rem 2.25rem;
}
@media print, screen and (max-width: 740px) {
  .l-top-mv__fair .wp-block-group {
    padding: 1rem;
  }
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .l-top-mv .ark-block-slider .ark-block-slider__inner {
    height: 60vw;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-top-mv .swiper-pagination {
    display: none;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-top-mv .ark-block-slider__media .ark-block-slider__img.arkb-only-pc {
    display: block !important;
  }
  .l-top-mv .ark-block-slider__media .ark-block-slider__img.arkb-only-sp {
    display: none !important;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-mv .ark-block-slider__media .ark-block-slider__img.arkb-only-sp {
    display: block !important;
  }
  .l-top-mv .ark-block-slider__media .ark-block-slider__img.arkb-only-pc {
    display: none !important;
  }
}

/**  魅力  **/
.l-top-reason {
  position: relative;
  overflow: hidden;
}
.l-top-reason__gallery {
  opacity: 0.22;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.l-top-reason__gallery .wp-block-group__inner-container {
  height: 100%;
}
.l-top-reason__gallery .ark-block-columns {
  height: 100%;
}
.l-top-reason__gallery .ark-block-columns__inner {
  height: 100%;
}
.l-top-reason__gallery .slick-list {
  height: 100%;
}
.l-top-reason__gallery .slick-track {
  height: 100%;
}
.l-top-reason__gallery .ark-block-column {
  height: 100%;
}
.l-top-reason__gallery .ark-block-column figure {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.l-top-reason__gallery .ark-block-column img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media print, screen and (max-width: 740px) {
  .l-top-reason__main {
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-reason .wp-block-buttons {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

/**  フェア  **/
@media print, screen and (min-width: 741px) {
  .single-fair .p-entry__thumb,
  .single-plan .p-entry__thumb {
    width: 70% !important;
  }
}
.single-fair .p-entry__thumb img,
.single-plan .p-entry__thumb img {
  aspect-ratio: 1/1 !important;
}
.single-fair .l-event-rec .box-left,
.single-plan .l-event-rec .box-left {
  aspect-ratio: 1/1 !important;
}
@media print, screen and (min-width: 741px) {
  .single-fair .l-event-rec .box-left,
  .single-plan .l-event-rec .box-left {
    width: 125px !important;
  }
}

.post-type-archive-fair .c-postThumb__figure {
  aspect-ratio: 1/1 !important;
}
@media print, screen and (min-width: 741px) {
  .post-type-archive-fair .p-postList__thumb {
    width: 200px !important;
  }
}

.post-type-archive-plan .c-postThumb__figure {
  aspect-ratio: 1/1 !important;
}
.post-type-archive-plan .l-content__body {
  margin-bottom: 50px !important;
}
@media print, screen and (min-width: 741px) {
  .post-type-archive-plan .l-content__body {
    margin-bottom: 10vw !important;
  }
}

.page_fair_calendar .p-postList__thumb {
  aspect-ratio: 1/1 !important;
}
@media print, screen and (min-width: 741px) {
  .page_fair_calendar .p-postList__thumb {
    max-width: 215px !important;
  }
}
.page_fair_calendar .c-postThumb__figure {
  aspect-ratio: 1/1 !important;
}

.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);
  display: none;
}
.l-top-fair__rec .qms4__post-list__terms.qms4__post-list__terms:not(:root) {
  width: 100%;
  margin-top: 15px;
  gap: 3px;
}
.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 .wp-block-group__inner-container {
  margin: 0 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;
    top: 4.4vw;
  }
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__calendar .qms4__block__event-calendar__container {
    padding: 32px 0;
  }
}
.l-top-fair__button {
  max-width: 863px;
  margin-right: auto;
  margin-left: auto;
}
.l-top-fair__button .wp-block-buttons {
  height: 100%;
}
@media print, screen and (max-width: 740px) {
  .l-top-fair__button .wp-block-buttons {
    width: 95%;
    height: 20vw;
    margin: 0 auto;
  }
}
.l-top-fair__button .wp-block-buttons .wp-block-button {
  height: 100%;
}
.l-top-fair__button .wp-block-buttons .wp-block-button__link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.l-top-fair__button .wp-block-buttons .wp-block-button__link::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  vertical-align: middle;
  content: "";
}
.l-top-fair__button .wp-block-buttons .wp-block-button__link span {
  font-size: 0.9rem;
  width: 100%;
}

@media print, screen and (max-width: 740px) {
  .page .l-top-fair__button .wp-block-buttons {
    height: 18vw;
  }
}

/**  挙式会場  **/
.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__contents .wp-block-columns.has-background, .l-top-party .wp-block-group.has-background, .l-top-party p.has-background {
  margin-top: -130px;
  position: relative;
  z-index: 10;
  padding: 3.8rem 3.1rem;
}
@media print, screen and (max-width: 740px) {
  .l-top-party__contents .wp-block-columns.has-background, .l-top-party .wp-block-group.has-background, .l-top-party p.has-background {
    padding: 0;
    margin-top: 1rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-top-party__gallery .swiper-pagination {
    display: none;
  }
}

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

/**  料理  **/
.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;
  }
}

/**  新着情報  **/
.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-list:not(:root) li.active {
  border-color: var(--qms-accent_color);
  background-color: var(--qms-accent_color);
}

.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: 17px;
  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;
  }
}

.p-postList__excerpt {
  font-size: 14.4px;
}

.c-postTimes__item {
  font-size: 13px;
  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: 14.4px;
}

.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 .l-main__body.p-archive.page_fair_calendar a:hover .c-postThumb__img {
  transform: scale(1);
}
.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;
}

.qms4__post-list__terms--taxonomy-fair__hash .qms4__post-list__terms__icon {
  background: none !important;
  color: #9F9F9F;
  border: none !important;
  padding: 0 4px 0 0;
}
.qms4__post-list__terms--taxonomy-fair__hash .qms4__post-list__terms__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;
  width: 100%;
  font-weight: var(--default_weight-regular);
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__html {
  width: 100%;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__terms__icon {
  margin-right: 2px;
  font-family: var(--ja_font);
  font-weight: var(--ja_weight-regular);
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__area {
  margin-right: 4px;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__post-date {
  width: 100%;
}
.qms4__post-list__list-item.qms4__post-list__list-item .qms4__post-list__terms--taxonomy-works__hash {
  width: 100%;
  gap: 7px 4px;
}

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

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

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

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

.single .p-entry__head .c-pageTitle__main {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  font-weight: var(--default_weight-regular);
}
@media print, screen and (min-width: 741px) {
  .single .p-entry__head .c-pageTitle__main {
    margin-bottom: 0.8rem;
  }
}
@media print, screen and (max-width: 740px) {
  .single .p-entry__head .c-pageTitle__main {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}
.single .p-entry__head .p-entry__thumb {
  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: #fff;
  border-radius: 50%;
  padding: 8px;
  width: 46px;
  height: 46px;
}
.ark-block-slider .ark-block-slider__nav.-prev {
  left: 12px;
}
.ark-block-slider .ark-block-slider__nav.-next {
  right: 12px;
}

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

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

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

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

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

/** ==========================================================================
*
* 一覧
*
========================================================================== **/
/**  一覧   **/
@media print, screen and (min-width: 741px) {
  .p-postList.-type-card {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }
  .p-postList.-type-card .p-postList__item {
    padding: 0 1.4rem;
    margin-bottom: 3rem;
  }
}
/** ==========================================================================
*
* スタッフ
*
========================================================================== **/
/**  一覧   **/
@media print, screen and (max-width: 740px) {
  .post-type-archive-member .p-postList.-type-card {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-member .p-postList.-type-card .p-postList__item {
    flex-basis: 50%;
    padding: 0 0.4rem;
  }
}
.post-type-archive-member .p-postList.-type-card .p-postList__item .p-postList__title {
  text-align: center;
}
.post-type-archive-member .p-postList.-type-card .p-postList__item .p-postList__meta {
  display: flex;
}
.post-type-archive-member .p-postList.-type-card .p-postList__item .p-postList__hash {
  padding-left: 10px;
}

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

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

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

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

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

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

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

/** ==========================================================================
*
* パーティーレポート 一覧
*
========================================================================== **/
.post-type-archive-report .l-content__body {
  margin: 40px auto 50px !important;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-report .l-content__body {
    margin: 8vw auto 12vw !important;
  }
}
.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;
}

/** ==========================================================================
*
* スタッフ 一覧
*
========================================================================== **/
.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 .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 .p-postList__icon {
  margin-top: 0.5rem;
  max-height: 48px;
}
.post-type-archive-news .p-postList .p-postList__title {
  margin-top: 0.8rem;
}

.p-postList__link:hover img {
  transform: scale(1) !important;
}

.p-postList__item a .new {
  background-color: #A0821D;
  color: #fff;
  border-radius: 50%;
  text-wrap-mode: nowrap;
}
@media print, screen and (min-width: 741px) {
  .p-postList__item a .new {
    top: 25px;
    left: 25px;
    line-height: 54px;
    width: 54px;
    height: 54px;
    font-size: 15px;
    padding: 1px 10px;
  }
}
@media print, screen and (max-width: 740px) {
  .p-postList__item a .new {
    font-size: 3.5vw;
    top: 3vw;
    left: 3vw;
    width: 13vw;
    height: 13vw;
    line-height: 13vw;
    padding: 1px 10px;
  }
}
@media print, screen and (max-width: 1000px) and (min-width: 741px) {
  .p-postList__item a .new {
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    line-height: 5rem;
  }
}

/** ==========================================================================
*
* 新着 詳細
*
========================================================================== **/
.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;
  }
}

/** ==========================================================================
*
* 施工事例 詳細
*
========================================================================== **/
.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: 3rem auto 5rem !important;
}
.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;
  }
}

/** ==========================================================================
*
* ギャラリー 詳細
*
========================================================================== **/
.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 .l-content__body {
  margin: 40px auto 50px !important;
}
@media print, screen and (max-width: 740px) {
  .l-fair-calendar_calendar .l-content__body {
    margin: 8vw auto 12vw !important;
  }
}
.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%;
  }
}
.post-type-archive-fair .l-content__body {
  margin: 40px auto 50px !important;
}
@media print, screen and (max-width: 740px) {
  .post-type-archive-fair .l-content__body {
    margin: 8vw auto 12vw !important;
  }
}
.post-type-archive-fair .wp-block-buttons.fair-list {
  margin-bottom: 5rem;
}

@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: 741px) {
  .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 only screen and (min-device-width: 741px) and (max-device-width: 1024px) and (orientation: portrait) {
  .single-fair .l-event-flow {
    width: 100%;
  }
  .single-fair ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    width: 80%;
    margin: 0 auto;
  }
}
@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 {
  display: none;
  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 {
  display: none;
  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: 10px;
  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: 64px auto 0px !important;
}

.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: 120px;
  right: 0;
  width: 1000px;
  height: 555px;
  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: 1100px;
    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: 90px 0 90px;
  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;
}

/** ==========================================================================
*
* アクセス
*
========================================================================== **/
.page-id-2067 .l-content__body {
  margin: 64px auto 0px !important;
}

.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 .l-content__body,
.page-id-493 .l-content__body,
.page-id-498 .l-content__body,
.page-id-16 .l-content__body {
  margin: 64px auto 70px !important;
}
@media print, screen and (max-width: 740px) {
  .page-id-483 .l-content__body,
  .page-id-493 .l-content__body,
  .page-id-498 .l-content__body,
  .page-id-16 .l-content__body {
    margin: 16vw auto 15vw !important;
  }
}
.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;
}

@media only screen and (min-device-width: 741px) and (max-device-width: 1024px) and (orientation: portrait) {
  .l-form-container {
    padding: 30px 40px;
  }
}

.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-7223 .common_fotter_line,
.page-id-7628 .common_fotter_line,
.page-id-7629 .common_fotter_line,
.page-id-7388 .common_fotter_line,
.page-id-7632 .common_fotter_line,
.page-id-7633 .common_fotter_line {
  display: none;
}

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