@charset "UTF-8";
@import "_common.css";
:root {
  --font-base-sans: Noto Sans JP, sans-serif;
  --font-base-serif: Times New Roman, serif;
  --color-text-base: #5c5c5c;
  --color-text-muted: #787878;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-brand-main: #093a26;
  --color-brand-accent: #ad9961;
  --color-brand-sub: #b0914e;
  --color-brand-green-alt: #0f7c4f;
  --color-bg-light: #f5f5f5;
  --color-bg-beige: #fff7ed;
  --color-bg-beige-light: #f8eadb;
  --color-border-base: #dcdcdc;
  --color-border-soft: #a0a0a0;
  --color-action-hot: #ff385c;
  --color-accent-strong: #e17837;
  --color-panel-dark: #090603;
  --color-gold: #b6a06a;
  --color-gold-dark: #8e7a4a;
  --color-text-warm: #6b6257;
  --color-company-table-border: #c9aa73;
  --color-company-table-text: #4a4037;
  --color-company-table-th-bg: #f5f1e8;
}

html {
  font-family: var(--font-base-sans);
  color: var(--color-text-base);
}

body {
  font-family: var(--font-base-serif);
  color: var(--color-text-base);
}

.bg_white {
  background-color: var(--color-white) !important;
}

.bg_beige {
  background-color: var(--color-bg-beige) !important;
}

.bg_beige_light {
  background-color: var(--color-bg-beige-light) !important;
}

.bg_gray,
.bg_gray_light {
  background-color: var(--color-bg-light) !important;
}

.bg_green {
  background-color: var(--color-brand-green-alt) !important;
}

.section_title {
  color: var(--color-brand-sub);
  font-family: var(--font-base-serif);
}

.section_title.f_white,
.section_title.f_white .f_en {
  color: var(--color-white);
}

.page_mv_title {
  color: var(--color-brand-accent);
  font-family: var(--font-base-serif);
}

.header {
  background: var(--color-brand-main);
}

.gnav_list > li > a {
  color: var(--color-brand-accent);
}

.gnav_list > li > .child {
  background-color: rgba(0, 0, 0, 0.4);
}

.gnav_list > li > .child > li > a {
  color: var(--color-white);
}

.btn_calendar {
  background-color: var(--color-action-hot);
  color: var(--color-white);
}

.footer {
  background: var(--color-brand-main);
  color: var(--color-white);
}

.f_navi {
  border-top: 1px solid var(--color-border-soft);
}

.f_navi li a {
  color: var(--color-white);
}

.table_basic,
.news_list,
.gmap,
.borderbox {
  border-color: var(--color-border-base);
}

.table_basic th {
  color: var(--color-white);
}

.table_basic td,
.news_list .box_inner,
.news_list {
  border-color: var(--color-border-base);
}

.f_address,
.sns_label,
.copyright_text {
  color: var(--color-white);
}

.footer_nav_list a {
  color: var(--color-white);
  border-left-color: var(--color-text-muted);
  border-right-color: var(--color-text-muted);
}

.pageNavi > a,
.pageNavi > span {
  border-color: var(--color-accent-strong);
  color: var(--color-accent-strong);
  background-color: var(--color-white);
}

.pageNavi a:hover,
.pageNavi .current {
  color: var(--color-white);
  background-color: var(--color-accent-strong);
}

.page_faq {
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-weight: normal;
  color: #5c5c5c;
}
.page_faq #page_mv.faq_page_mv {
  position: relative;
  height: auto;
  border-bottom: none;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--color-white);
}
.page_faq .faq_page_mv__inner.page_mv_content {
  position: relative;
  inset: auto;
  display: block;
  padding: clamp(70px, 8vw, 100px) 20px clamp(48px, 6vw, 72px);
  text-align: center;
}
.page_faq .faq_page_mv__flower {
  position: absolute;
  left: clamp(-200px, -12vw, -80px);
  bottom: clamp(-40px, -3vw, 0px);
  width: clamp(320px, 45vw, 820px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}
.page_faq .faq_page_mv__flower img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.page_faq .faq_mv_title.page_mv_title {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-weight: normal;
  color: #ad9961;
}
.page_faq .faq_mv_title.page_mv_title .title_en {
  display: block;
  font-size: clamp(3.4rem, 2.6vw, 5rem);
  letter-spacing: 0.02em;
  color: #ad9961;
  font-weight: normal;
  line-height: 1.2;
}
.page_faq .faq_mv_title.page_mv_title .title_ja {
  display: block;
  margin-top: 10px;
  font-size: clamp(2.2rem, 1.56vw, 3rem);
  letter-spacing: 0.04em;
  color: #ad9961;
  font-weight: normal;
  line-height: 1.3;
}
.page_faq .faq_mv_lead {
  position: relative;
  z-index: 1;
  max-width: 691px;
  margin: 0 auto;
  font-size: clamp(1.6rem, 1.04vw, 2rem);
  font-weight: normal;
  line-height: 1.6;
  color: #5c5c5c;
}

.faq_mv_divider {
  height: 1px;
  background: #ad9961;
  width: min(1908px, 100%);
  margin: 0 auto;
}

.faq_section {
  padding: clamp(56px, 6vw, 90px) 0;
  background: #f8f5ed;
}
.faq_section > .container {
  max-width: 1176px;
  padding-left: clamp(20px, 4vw, 80px);
  padding-right: clamp(20px, 4vw, 80px);
}
.faq_section .faq_block {
  border-top: 1px solid #cbb27a;
  background: #f7f7f5;
}
.faq_section .faq_block dl {
  margin: 0;
  border-bottom: 1px solid #cbb27a;
}
.faq_section .faq_block dt,
.faq_section .faq_block dd {
  margin: 0;
  position: relative;
  color: #6f665b;
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-weight: normal;
}
.faq_section .faq_block dt {
  padding: 22px 56px 22px 52px;
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  line-height: 1.9;
  cursor: pointer;
}
.faq_section .faq_block dd {
  padding: 0 56px 22px 52px;
}
.faq_section .faq_block dd p {
  margin: 0;
  font-size: clamp(1.3rem, 0.78vw, 1.5rem);
  line-height: 2;
  color: #6f665b;
  font-weight: normal;
}
.faq_section .faq_block dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 22px;
  font-size: clamp(2.4rem, 1.67vw, 3.2rem);
  line-height: 1;
  font-family: "Times New Roman", serif;
  color: #ad9961;
}
.faq_section .faq_block dd::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: clamp(2.4rem, 1.67vw, 3.2rem);
  line-height: 1;
  font-family: "Times New Roman", serif;
  color: #ad9961;
}
.faq_section .faq_block dt::after {
  content: "－";
  position: absolute;
  right: 8px;
  top: 22px;
  font-size: 2.2rem;
  line-height: 1;
  color: #ad9961;
  font-weight: 400;
}
.faq_section .faq_block dl:not(.open) dt::after {
  content: "＋";
}
.faq_section .faq_block dl dd {
  display: none;
}
.faq_section .faq_block dl.open dd {
  display: block;
}
.faq_section .faq_block dl.open dt {
  padding-bottom: 12px;
}
.faq_section .faq_block dl.open dd {
  padding-top: 0;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_block dt {
    padding: 18px 36px 18px 34px;
    line-height: 1.8;
  }
  .faq_section .faq_block dd {
    padding: 0 36px 18px 34px;
  }
  .faq_section .faq_block dd p {
    line-height: 1.9;
  }
  .faq_section .faq_block dt::before,
  .faq_section .faq_block dd::before {
    font-size: 2.4rem;
  }
  .faq_section .faq_block dt::before {
    top: 18px;
  }
  .faq_section .faq_block dd::before {
    top: 1px;
  }
  .faq_section .faq_block dt::after {
    right: 4px;
    top: 18px;
    font-size: 1.8rem;
  }
}
html:has(.page_faq) {
  --font-base-sans: Times New Roman, Noto Serif JP, serif;
  font-family: "Times New Roman", "Noto Serif JP", serif;
}

html:has(.page_faq) body {
  font-family: "Times New Roman", "Noto Serif JP", serif;
}

html:has(.page_faq) h1,
html:has(.page_faq) h2,
html:has(.page_faq) h3,
html:has(.page_faq) h4,
html:has(.page_faq) h5,
html:has(.page_faq) h6,
html:has(.page_faq) .f_mincho {
  font-family: "Times New Roman", "Noto Serif JP", serif;
  font-weight: normal;
}

@media (min-width: 1001px) {
  html:has(.page_faq) .gnav_list > li > a,
  html:has(.page_faq) .btn_tel,
  html:has(.page_faq) .btn_calendar {
    font-family: "Times New Roman", "Noto Serif JP", serif;
  }
}
html:has(.page_faq) .btn_f_calendar {
  font-family: "Times New Roman", "Noto Serif JP", serif;
}/*# sourceMappingURL=faq.css.map */