@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap");
/* --------------------------------
sec01
----------------------------------- */
.fv-video {
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 9/16;
  overflow: hidden;
}
.fv-video video {
  width: 100%;
}

.sec02-img-2 {
  margin-top: -3em;
}

.cta-section-text {
  margin-top: 1.4rem;
  font-size: 4.2rem;
  text-align: center;
}
.cta-section-text::after {
  content: "";
  display: block;
  width: 5.8rem;
  height: 3.6rem;
  background-color: #333;
  margin: 1.4rem auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.cta-price-tag {
  writing-mode: vertical-rl;
  border: #c0262d 2px solid;
  font-size: 3.3rem;
  padding: 0.5rem;
  letter-spacing: 0.2em;
  margin-top: 3rem;
}

.cta-price {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}

.cta-price-num {
  font-size: 20.2rem;
  color: #c0262d;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.cta-price-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-price-unit .tax-included {
  font-size: 3.3rem;
  line-height: 1;
}
.cta-price-unit .en {
  font-size: 13.4rem;
  font-weight: 700;
  color: #c0262d;
  line-height: 1;
}

.cta-price-unit2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-price-unit2 .tax-included {
  font-size: 2.8rem;
  line-height: 1;
}
.cta-price-unit2 .en {
  font-size: 8.4rem;
  font-weight: 700;
  color: #c0262d;
  line-height: 1;
}

.cta-sub-text {
  font-size: 3.2rem;
  text-align: center;
  margin-block: 3rem;
  font-weight: 600;
}
.cta-sub-text span {
  background-color: #333;
  width: 2rem;
  height: 3rem;
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-inline: 0.5rem;
}

.cta-text {
  width: 66rem;
  margin: 2.8rem auto 0;
}
.cta-text img {
  width: 100%;
}

.cta-btn-text {
  width: 58rem;
  margin: 2.8rem auto 0;
}

.cta-btn {
  margin-bottom: 3rem;
}
.cta-btn a {
  display: block;
  width: 66rem;
  margin: 0 auto 0;
}
.cta-btn a img {
  width: 100%;
}

.sec03-img-2 {
  position: relative;
}
.sec03-img-2 .cta-btn {
  position: absolute;
  top: 54rem;
  left: 50%;
  transform: translateX(-50%);
}

.sec03-img-3 {
  position: relative;
}
.sec03-img-3 .cta-btn {
  position: absolute;
  top: 51rem;
  left: 50%;
  transform: translateX(-50%);
}

.shop {
  padding: 7.4rem 4rem 6.6rem;
}

.shop-title {
  font-size: 5rem;
  text-align: center;
  color: #d35e29;
  font-weight: 500;
}

.shop-lead {
  font-size: 4.4rem;
  text-align: center;
  color: #d35e29;
  font-weight: 500;
}

.shop-name {
  width: 32rem;
  margin: 0 auto 5.6rem;
}

.map iframe {
  width: 100%;
  height: 33.8rem;
  margin-block: 3.5rem 3rem;
}

.shop-area {
  background: linear-gradient(6deg, #ce5b21 0%, #d47628 50%, #e7b53d 100%);
  border-radius: 0.5rem;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1rem;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.shop-address {
  font-size: 2.5rem;
  font-weight: 500;
  border-bottom: #333 1px dotted;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.shop-list-title {
  font-size: 3rem;
  font-weight: 500;
  background-color: #d47628;
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: inline-block;
  height: 5rem;
  flex-shrink: 0;
}

.shop-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.shop-info li {
  font-size: 2.5rem;
  font-weight: 500;
  border-bottom: #333 1px dotted;
  padding-bottom: 1rem;
  display: flex;
  gap: 1rem;
}

.sec03-cta-wrapper {
  background-color: #e18835;
  padding: 8.4rem 3rem 9.4rem;
}

.sec03-cta-box {
  width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
}

.sec03-cta-title {
  font-size: 5.9rem;
  text-align: center;
  background-color: #ffe9df;
  font-weight: 600;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-block: 2.8rem;
  gap: 2rem;
}

.sec03-cta-title-unit {
  background-color: #d35e29;
  color: #fff;
  padding: 0.1rem 1rem;
  border-radius: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: inline-block;
  flex-shrink: 0;
  font-size: 5.9rem;
}
.sec03-cta-title-unit span {
  font-size: 3.8rem;
  font-weight: 400;
}

.sec03-cta-price {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  margin-top: 2.4rem;
}

.sec03-cta-price-unit {
  width: 15.5rem;
  margin-right: 1rem;
}

.sec03-cta-price-tax {
  width: 11.6rem;
}

.sec03-cta-price-text {
  font-size: 13.9rem;
  color: #c0262d;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.sec03cta-img {
  width: 58.9rem;
  margin: 2.4rem auto;
}

/* --------------------------------
qa
----------------------------------- */
.faq {
  background-image: url(../../img/qabg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: repeat;
  margin: 0 auto;
  padding: 4rem 5rem 8rem;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.faq-item {
  border: 2px solid #d47725;
  border-radius: 0.5rem;
}

/* detailsのデフォルト三角マーカーを消す */
.faq-item summary {
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* summary 行のレイアウト */
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 3rem 3rem;
  font-weight: 700;
  background-color: #d47725;
}

/* 質問テキスト */
.faq-q {
  width: 100%;
  color: #fff;
  background-color: #d47725;
  font-size: 4rem;
  font-weight: 700;
  display: flex;
  gap: 2rem;
  line-height: 1;
}
.faq-q span {
  font-size: 3.2rem;
  display: block;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

/* ＋／－アイコン部分 */
.faq-toggle {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid #d47725;
  color: #d47725;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 1rem;
}

/* 閉じているとき：＋ */
.faq-toggle::before {
  content: "+";
  font-size: 3rem;
  line-height: 1;
}

/* 開いているとき：－ */
.faq-item details[open] .faq-toggle::before {
  content: "−"; /* マイナス記号 */
}

/* 答え部分 */
.faq-a {
  padding: 0 0 1rem;
  margin: 0;
  line-height: 1.6;
  color: #d47725;
  font-size: 4rem;
  padding: 3rem;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  line-height: 1;
}
.faq-a span {
  font-size: 2.8rem;
  color: #333;
  display: block;
  line-height: 1.4;
}

.faq-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
.faq-title span {
  font-size: 3rem;
  color: #d47725;
  display: block;
}
.faq-title .faq-heading {
  font-size: 5.5rem;
  font-weight: 700;
}

/* プライバシーポリシー専用スタイル */
.pp-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* タイトル */
.pp-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eaeaea;
  font-weight: bold;
}

/* 見出し（第○条） */
.pp-heading {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #fbf5f7;
  /* ロゴ色に合わせた薄い背景色（ほんのり赤紫） */
  border-left: 5px solid #991e44;
  /* ロゴカラー：赤紫色 */
  font-weight: bold;
}

/* 本文 */
.pp-text {
  margin-bottom: 15px;
  font-size: 15px;
}

/* リスト */
.pp-list {
  margin: 15px 0 25px 20px;
  padding-left: 0;
  font-size: 15px;
}

.pp-list li {
  margin-bottom: 8px;
  list-style-type: disc;
}

/* お問い合わせ窓口の枠 */
.pp-contact-box {
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
}

/* 日付 */
.pp-date {
  text-align: right;
  margin-top: 40px;
  font-size: 14px;
  color: #666;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .pp-container {
    padding: 20px;
  }
  .pp-title {
    font-size: 20px;
  }
}/*# sourceMappingURL=d-style.css.map */