/* ====================================
  foundation
==================================== */
body {
  margin: 0;
  background-color: #FAF9F6;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', 'MS PMincho', serif;
}

h2, h3, p, figure {
  margin: 0;
}

h2, h3, p {
  color: #403332;
  font-weight: 600;
}

a {
  transition: all .2s;
}

a:hover {
  opacity: .8;
}

picture {
  width: 100%;
  display: block;
}

img {
  display: block;
}

/* ====================================
  common
==================================== */
.c-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.img-100 {
  height: 100%;
  width: 100%;
}

.margin-auto {
  margin: 0 auto;
}

.text-align-center {
  text-align: center;
}

.u-sp {
  display: block;
}
@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

.p-kv {
  margin-bottom: 20px;
  display: block;
}

.p-cta-first {
  margin-bottom: 40px;
}

/* ====================================
  .p-header
==================================== */
.p-header {
  display: none;
}

@media (min-width: 768px) {
  .p-header {
    /* display: flex;
    justify-content: space-between;
    background-color: transparent; */
    position: absolute;   /* 背景の上に浮かせる */
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;  /* 背景は透明 */
    z-index: 1000;        /* 手前に表示 */
    padding-top: 20px;
  }
}

.p-header__wrapper {
  max-width: calc(100% - 16px);
  margin: 0 auto;
}

/* ====================================
  .p-flow
==================================== */
.p-flow {
  padding: 60px 0;
  background-image: url("image/pc/step-back.png");
}
.p-flow__flex {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 36px 0;
}
@media (min-width: 768px) {
  .p-flow__flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.p-flow__image-title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-flow__image-title {
    margin-bottom: 40px;
  }
}

.p-flow__image-title img {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-flow__image-title img {
    width: 247px;
  }
}

.p-flow__list {
  list-style: none;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-flow__list {
    width: 48%;
  }
}

.p-flow__image {
  height: 200px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-flow__image {
    height: 353px;
  }
}

.p-flow__image img {
  object-fit: cover;
}

.p-flow__heading {
  font-size: 20px;
  letter-spacing: .08em;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-flow__heading {
    font-size: 32px;
  }
}

.p-flow__heading .number {
  color: #ef403c;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  font-style: italic;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .p-flow__heading .number {
    font-size: 24px;
  }
}

.p-flow__text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-flow__text {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .p-flow__link {
    height: 60px;
    display: block;
  }
}

.p-flow__link img {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-flow__link img {
    object-fit: contain;
  }
}

@media (min-width: 768px) {
  .p-flow-pr__flex {
    display: flex;
    gap: 0 47px;
    margin-top: 80px;
  }
}

.p-flow-pr__image {
  height: 200px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-flow-pr__image {
    width: 50%;
    height: 353px;
  }
}

.p-flow-pr__image img { 
  object-fit: cover;
}

@media (min-width: 768px) {
  .p-flow-pr__content {
    width: 50%;
  }  
}

.p-flow-pr__text {
  text-align: center;
  font-size: 15px;
  color: #be9d36;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-flow-pr__text {
    font-size: 20px;
  }
}

.p-flow-pr__heading {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-flow-pr__heading {
    font-size: 32px;
  }
}

.p-flow-pr__cation {
  text-align: right;
  font-size: 10px;
  letter-spacing: .04em;
}

/* ====================================
  .p-qa
==================================== */
.p-qa {
  background-image: url("image/pc/faq-back.jpg");
  padding: 60px 0;
  background-color: #DEC8A2;
}
@media (min-width: 768px) {
  .p-qa {
    padding: 100px 0 120px;
  }
}

.p-qa__image {
  width: 129px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-qa__image {
    width: 172px;
    margin-bottom: 28px;
  }
}

.p-qa__heading {
  font-size: 14px;
  letter-spacing: .08em;
  text-align: center;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .p-qa__heading {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

/* 以下、QAのアコーディオン設定 */
/* ====== Base ====== */
:root {
  --beige: #e6d6bc;
  --pill: #ffffff;
  --accent: #b6a18b;
  --text: #3a2f28;
  --muted: #555;
  --radius-lg: 12px;
}

/* ====== Section Heading ====== */
.qa {
  padding: 48px 20px;
  background: var(--beige);
}

.qa-title {
  text-align: center;
  font-size: clamp(28px, 5vw, 40px);
  letter-spacing: .04em;
  margin: 0 0 6px;
}

.qa-sub {
  text-align: center;
  color: var(--muted);
  margin: 0 0 28px;
}

/* ====== List ====== */
.qa-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.qa-item {}

/* Question button */
.qa-q {
  font-family: inherit;
  width: 100%;
  appearance: none;
  border: none;
  background: var(--pill);
  color: var(--text);
  padding: 18px 52px 18px 56px;
  font-size: 14px;
  border-radius: 12px;
  text-align: left;
  position: relative;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.qa-q[aria-expanded="true"] {
  border-radius: 12px 12px 0 0;
}

.qa-q:hover {
  filter: brightness(0.98);
}

/* 左の Q バッジ */
.qa-qmark {
  position: absolute;
  inset-inline-start: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  color: var(--muted);
}

/* 右の + / − アイコン（ariaで切替） */
.qa-q::after {
  content: "+";
  position: absolute;
  inset-inline-end: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
  color: #8f7d69;
}

.qa-q[aria-expanded="true"]::after {
  content: "−";
}

/* Answer panel */
.qa-a{
  /* margin-top: 6px; ← これを削除 or 0にする */
  margin-top: 0;          
  background: var(--accent);
  color: #fff;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg); /* 下側だけ角丸 */
  padding: 16px 20px 16px 56px;
  overflow: hidden;
  letter-spacing: .08em;
  line-height: 1.6;
  display: grid;
  font-size: 14px;
  grid-template-columns: 1fr;
  max-height: 600px;
  transition: grid-template-rows .25s ease, padding .25s ease, max-height .25s ease;
}

.qa-a[hidden] {
  padding-block: 0;
  max-height: 0;
}

/* 左の A バッジ */
.qa-amark {
  position: absolute;
}

.qa-a {
  position: relative;
}

.qa-amark {
  inset-inline-start: 18px;
  top: 16px;
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  color: #fff;
}

/* Responsive */
@media (min-width: 768px) {
  .qa-q {
    padding: 16px 48px 16px 52px;
    font-size: 16px;
  }

  .qa-a {
    padding: 14px 16px 14px 52px;
    font-size: 16px;
  }
}

/* ====================================
  .p-store
==================================== */
.p-store {
  text-align: center;
  padding: 60px 0;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-store {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .p-store__wrapper {
    max-width: 724px;
    display: flex;
    justify-content: space-between;
  }
}

.p-store__info {
  font-size: 36px;
  margin-bottom: 32px;
  text-align: center;
}

.p-store__heading {
  font-size: 24px;
  margin-bottom: 32px;
  line-height: 1.48;
}
@media (min-width: 768px) {
  .p-store__heading {
    font-size: 32px;
  }
}

.p-store__address {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-store__address {
    font-size: 16px;
    margin-bottom: 44px;
  } 
}

.p-store__tel {
  display: block;
  margin-bottom: 40px;
}

.p-store__tel img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-store__tel img {
    margin: 0;
  } 
}

.p-store__btn {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media (min-width: 768px) {
  .p-store__btn{
    justify-content: center;
  }
}


/* ====================================
  .p-footer
==================================== */
.p-footer__cr {
  background-color: #bba58f;
  padding: 20px 0;
  text-align: center;
}

.p-footer__cr small {
  font-size: 10px;
  color: #fff;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-footer__cr small {
    font-size: 16px;
  }
}