/* ==================================================
   ふうりん トップページ用CSS
   トップページで使用するブロックをこのファイルに分離
================================================== */

/* トップページ 4つのカード */
.fu-home-cards {
  width: 100%;
  margin: 40px auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.fu-home-cards__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fu-home-card {
  min-height: 230px;
  padding: 24px 20px;
  border-radius: 16px;
  box-sizing: border-box;
  color: var(--fu-white);
  display: flex !important;
  flex-direction: column;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.fu-home-card__label {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 22px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--fu-white);
  background: rgba(var(--fu-white-rgb), 0.18);
}

.fu-home-card h3 {
  margin: 0 0 14px;
  padding: 0;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--fu-white);
  border: none;
  background: none;
}

.fu-home-card p {
  margin: 0 0 18px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(var(--fu-white-rgb), 0.92);
}

.fu-home-card__btn {
  margin-top: auto;
  display: inline-block;
  color: var(--fu-white) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.fu-home-card__btn::after {
  content: " →";
}

.fu-home-card__btn:hover {
  color: var(--fu-white);
  text-decoration: underline;
}

/* 色 */
.fu-home-card--urgent {
  background: var(--fu-urgent);
}

.fu-home-card--consult {
  background: var(--fu-purple);
}

.fu-home-card--plan {
  background: var(--fu-purple-dark);
}

.fu-home-card--flower {
  background: var(--fu-olive);
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .fu-home-cards__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .fu-home-cards {
    margin: 28px auto;
    padding: 0 14px;
  }

  .fu-home-cards__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fu-home-card {
    min-height: auto;
    padding: 22px 18px;
    border-radius: 12px;
  }

  .fu-home-card h3 {
    font-size: 20px;
  }
}


/* svg アイコン */
.fu-icon-tel {
  display: inline-block;
	text-align: center;
  width: 100%;
	height: 100px;
  background-color: var(--fu-white);
  -webkit-mask-image: url("https://www.fuurin.co.jp/wp-content/uploads/電話.svg");
  mask-image: url("https://www.fuurin.co.jp/wp-content/uploads/電話.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.fu-icon-consult {
  display: inline-block;
	text-align: center;
  width: 100%;
	height: 100px;
  background-color: var(--fu-white);
  -webkit-mask-image: url("https://www.fuurin.co.jp/wp-content/uploads/相談.svg");
  mask-image: url("https://www.fuurin.co.jp/wp-content/uploads/相談.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.fu-icon-plan {
  display: inline-block;
	text-align: center;
  width: 100%;
	height: 100px;
  background-color: var(--fu-white);
  -webkit-mask-image: url("https://www.fuurin.co.jp/wp-content/uploads/電卓.svg");
  mask-image: url("https://www.fuurin.co.jp/wp-content/uploads/電卓.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.fu-icon-flower {
  display: inline-block;
	text-align: center;
  width: 100%;
	height: 100px;
  background-color: var(--fu-white);
  -webkit-mask-image: url("https://www.fuurin.co.jp/wp-content/uploads/供花.svg");
  mask-image: url("https://www.fuurin.co.jp/wp-content/uploads/供花.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* トップページ 4つのカード　終わり */


/* 4カード下：家族葬ホール紹介 */

/* ==============================
   家族葬ホール紹介 新版
============================== */

.fu-family2-section {
  width: 100%;
  padding: 70px 16px;
  background: var(--fu-section-bg);
  box-sizing: border-box;
  clear: both;
}

.fu-family2-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.fu-family2-heading {
  text-align: center;
  margin-bottom: 42px;
}

.fu-family2-subtitle {
  margin: 0 0 10px;
  padding: 0;
  color: var(--fu-olive);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.fu-family2-heading h2 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 32px;
  line-height: 1.55;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-family2-heading p {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  color: var(--fu-text-light);
  font-size: 15px;
  line-height: 2;
}

/* PC：左1段・右3段 */
.fu-family2-layout {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 14px 30px;
  align-items: stretch;
}

/* 左の大きい枠 */
.fu-family2-main {
  grid-column: 1;
  grid-row: 1 / 4;
  margin: 0;
  padding: 36px 34px;
  background: var(--fu-white);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fu-family2-main h3 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-purple);
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-family2-main p {
  margin: 0 0 16px;
  padding: 0;
  color: var(--fu-text-light);
  font-size: 15px;
  line-height: 2;
}

/* 右の3段 */
.fu-family2-point {
  margin: 0;
  padding: 24px 24px 22px;
  background: var(--fu-white);
  border-left: 5px solid var(--fu-olive);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fu-family2-point-01 {
  grid-column: 2;
  grid-row: 1;
}

.fu-family2-point-02 {
  grid-column: 2;
  grid-row: 2;
}

.fu-family2-point-03 {
  grid-column: 2;
  grid-row: 3;
}

.fu-family2-point span {
  display: inline-block;
  margin: 0 0 8px;
  padding: 0;
  color: var(--fu-olive);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.fu-family2-point h4 {
  margin: 0 0 8px;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-family2-point p {
  margin: 0;
  padding: 0;
  color: var(--fu-text-light);
  font-size: 14px;
  line-height: 1.8;
}

/* ボタン */
.fu-family2-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
	justify-content: center;
}

.fu-family2-btn {
  display: inline-block;
  min-width: 170px;
  padding: 13px 20px;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.fu-family2-btn-main {
  background: var(--fu-purple);
  color: var(--fu-white) !important;
}

.fu-family2-btn-sub {
  background: var(--fu-white);
  color: var(--fu-purple);
  border: 1px solid var(--fu-purple);
}

.fu-family2-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

.fu-family2-sp {
  display: none;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .fu-family2-section {
    padding: 56px 16px;
  }

  .fu-family2-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }

  .fu-family2-main,
  .fu-family2-point-01,
  .fu-family2-point-02,
  .fu-family2-point-03 {
    grid-column: auto;
    grid-row: auto;
  }

  .fu-family2-main {
    justify-content: flex-start;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .fu-family2-section {
    padding: 44px 14px;
  }

  .fu-family2-heading {
    text-align: left;
    margin-bottom: 28px;
  }

  .fu-family2-heading h2 {
    font-size: 25px;
  }

  .fu-family2-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .fu-family2-main {
    padding: 26px 20px;
    border-radius: 14px;
  }

  .fu-family2-main h3 {
    font-size: 21px;
  }

  .fu-family2-main p {
    font-size: 14px;
  }

  .fu-family2-buttons {
    display: block;
  }

  .fu-family2-btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }

  .fu-family2-point {
    padding: 22px 20px;
  }

  .fu-family2-sp {
    display: block;
  }
}


/* 4カード下：家族葬ホール紹介　終わり */

/* 葬儀費用の目安 */
.fu-price-section {
  width: 100%;
  padding: 70px 16px;
  background: var(--fu-white);
  box-sizing: border-box;
}

.fu-price-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.fu-price-heading {
  text-align: center;
  margin-bottom: 42px;
}

.fu-price-subtitle {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--fu-olive);
  font-weight: 600;
}

.fu-price-heading h2 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-price-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--fu-text-light);
  font-size: 15px;
  line-height: 2;
}

.fu-price-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fu-price-card {
  display: flex !important;
  flex-direction: column;
  padding: 30px 26px;
  background: var(--fu-section-bg);
  border-radius: 16px;
  box-sizing: border-box;
  border: 1px solid rgba(var(--fu-purple-rgb), 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.fu-price-card--main {
  background: var(--fu-purple);
  color: var(--fu-white);
  transform: translateY(-8px);
}

.fu-price-card__label {
  display: inline-block;
  margin: 0 0 18px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(var(--fu-purple-rgb), 0.12);
  color: var(--fu-purple);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.fu-price-card--main .fu-price-card__label {
  background: rgba(var(--fu-white-rgb), 0.18);
  color: var(--fu-white);
}

.fu-price-card h3 {
  margin: 0 0 14px;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 23px;
  line-height: 1.5;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-price-card--main h3 {
  color: var(--fu-white);
}

.fu-price-card__text {
  margin: 0 0 24px;
  color: var(--fu-text-light);
  font-size: 14px;
  line-height: 1.9;
}

.fu-price-card--main .fu-price-card__text {
  color: rgba(var(--fu-white-rgb), 0.92);
}

.fu-price-card__price {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(var(--fu-purple-rgb), 0.18);
  color: var(--fu-purple-dark);
  font-size: 15px;
  line-height: 1.4;
}

.fu-price-card--main .fu-price-card__price {
  border-top: 1px solid rgba(var(--fu-white-rgb), 0.25);
  color: var(--fu-white);
}

.fu-price-card__price span {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--fu-olive);
  color: var(--fu-white);
  font-size: 12px;
  vertical-align: middle;
}

.fu-price-card__price strong {
  font-size: 34px;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.fu-price-card__btn {
  display: block;
  margin-top: 22px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--fu-purple);
  color: var(--fu-white) !important;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.fu-price-card--main .fu-price-card__btn {
  background: var(--fu-white);
  color: var(--fu-purple) !important;
}

.fu-price-card__btn::after {
  content: " →";
}

.fu-price-card__btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

.fu-price-note {
  margin-top: 32px;
  padding: 24px 28px;
  background: var(--fu-section-bg);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-sizing: border-box;
}

.fu-price-note p {
  margin: 0;
  color: var(--fu-text-light);
  font-size: 14px;
  line-height: 1.8;
}

.fu-price-note__btn {
  flex-shrink: 0;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--fu-olive);
  color: var(--fu-white);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.fu-price-note__btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .fu-price-section {
    padding: 56px 16px;
  }

  .fu-price-cards {
    grid-template-columns: 1fr;
  }
	  .fu-price-card {
		margin: 13px;
	}

  .fu-price-card--main {
    transform: none;
  }

  .fu-price-note {
    display: block;
  }

  .fu-price-note__btn {
    margin-top: 18px;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .fu-price-section {
    padding: 44px 14px;
  }

  .fu-price-heading {
    text-align: left;
    margin-bottom: 28px;
  }

  .fu-price-heading h2 {
    font-size: 25px;
  }

  .fu-price-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

	.fu-price-cards{
	}
  .fu-price-card {
    padding: 26px 20px;
    border-radius: 14px;
		margin: 13px;
  }

  .fu-price-card h3 {
    font-size: 21px;
  }

  .fu-price-card__price strong {
    font-size: 30px;
  }

  .fu-price-note {
    padding: 22px 20px;
  }

  .fu-price-note__btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}


/* 葬儀費用の目安：幅が広がるのを防ぐ */
.fu-price-section {
  clear: both !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.fu-price-inner {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

.fu-price-cards,
.fu-price-note {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* 葬儀費用の目安　終わり */


/* ==============================
   葬儀プランの選び方
============================== */

.fu-plan2-section {
  width: 100%;
  padding: 70px 16px;
  background: var(--fu-section-bg);
  box-sizing: border-box;
  clear: both;
}

.fu-plan2-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.fu-plan2-heading {
  text-align: center;
  margin-bottom: 42px;
}

.fu-plan2-subtitle {
  margin: 0 0 10px;
  padding: 0;
  color: var(--fu-olive);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.fu-plan2-heading h2 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 32px;
  line-height: 1.55;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-plan2-heading p {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  color: var(--fu-text-light);
  font-size: 15px;
  line-height: 2;
}

/* 3つのプランカード */
.fu-plan2-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.fu-plan2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 26px;
  background: var(--fu-white);
  border-radius: 16px;
  border: 1px solid rgba(var(--fu-purple-rgb), 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

.fu-plan2-card-main {
  border: 2px solid var(--fu-purple);
  transform: translateY(-8px);
}

.fu-plan2-recommend {
  position: absolute;
  top: -14px;
  left: 26px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--fu-purple);
  color: var(--fu-white);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.fu-plan2-card-head {
  margin-bottom: 16px;
}

.fu-plan2-card-head span {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(var(--fu-olive-rgb), 0.16);
  color: var(--fu-olive);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.fu-plan2-card h3 {
  margin: 0;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-plan2-card p {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-text-light);
  font-size: 14px;
  line-height: 1.9;
}

.fu-plan2-card ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.fu-plan2-card li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 20px;
  color: var(--fu-text-light);
  font-size: 14px;
  line-height: 1.7;
}

.fu-plan2-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fu-olive);
}

.fu-plan2-btn {
  display: block;
  margin-top: auto;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--fu-purple);
  color: var(--fu-white) !important;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.fu-plan2-btn::after {
  content: " →";
}

.fu-plan2-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* 下部相談ボックス */
.fu-plan2-bottom {
  margin-top: 34px;
  padding: 24px 28px;
  background: var(--fu-white);
  border-radius: 14px;
  border-left: 5px solid var(--fu-olive);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-sizing: border-box;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.fu-plan2-bottom p {
  margin: 0;
  padding: 0;
  color: var(--fu-text-light);
  font-size: 14px;
  line-height: 1.8;
}

.fu-plan2-bottom-btn {
  flex-shrink: 0;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--fu-olive);
  color: var(--fu-white) !important;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.fu-plan2-bottom-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .fu-plan2-section {
    padding: 56px 16px;
  }

  .fu-plan2-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fu-plan2-card-main {
    transform: none;
  }

  .fu-plan2-bottom {
    display: block;
  }

  .fu-plan2-bottom-btn {
    margin-top: 18px;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .fu-plan2-section {
    padding: 44px 14px;
  }

  .fu-plan2-heading {
    text-align: left;
    margin-bottom: 28px;
  }

  .fu-plan2-heading h2 {
    font-size: 25px;
  }

  .fu-plan2-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .fu-plan2-card {
    padding: 28px 20px 24px;
    border-radius: 14px;
  }

  .fu-plan2-card h3 {
    font-size: 21px;
  }

  .fu-plan2-card p,
  .fu-plan2-card li {
    font-size: 14px;
  }

  .fu-plan2-bottom {
    padding: 22px 20px;
  }

  .fu-plan2-bottom-btn {
    width: 100%;
    text-align: center;
  }
}
/* ==============================
   葬儀プランの選び方　終わり
============================== */
/* ==============================
   会館紹介ブロック
============================== */

.fu-hall2-section {
  width: 100%;
  padding: 70px 16px;
  background: var(--fu-white);
  box-sizing: border-box;
  clear: both;
}

.fu-hall2-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.fu-hall2-heading {
  text-align: center;
  margin-bottom: 42px;
}

.fu-hall2-subtitle {
  margin: 0 0 10px;
  padding: 0;
  color: var(--fu-olive);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.fu-hall2-heading h2 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 32px;
  line-height: 1.55;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-hall2-heading p {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  color: var(--fu-text-light);
  font-size: 15px;
  line-height: 2;
}

/* 写真＋説明 */
.fu-hall2-layout {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: stretch;
}

.fu-hall2-image {
  border-radius: 18px;
  overflow: hidden;
  background: var(--fu-section-bg);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.fu-hall2-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.fu-hall2-content {
  padding: 36px 34px;
  background: var(--fu-section-bg);
  border-radius: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fu-hall2-label {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(var(--fu-olive-rgb), 0.16);
  color: var(--fu-olive);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.fu-hall2-content h3 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-purple);
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-hall2-content p {
  margin: 0 0 18px;
  padding: 0 10px;
  color: var(--fu-text-light);
  font-size: 15px;
  line-height: 2;
}

/* 所在地など */
.fu-hall2-info {
  margin-top: 6px;
  border-top: 1px solid rgba(var(--fu-purple-rgb), 0.16);
}

.fu-hall2-info div {
  display: grid;
 /* grid-template-columns: 80px 1fr; */
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(var(--fu-purple-rgb), 0.16);
}

.fu-hall2-info span {
  color: var(--fu-purple-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.fu-hall2-info p {
  margin: 0;
  color: var(--fu-text-light);
  font-size: 14px;
  line-height: 1.7;
}

/* ボタン */
.fu-hall2-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
	justify-content: center;
}

.fu-hall2-btn {
  display: inline-block;
  min-width: 160px;
  padding: 13px 20px;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.fu-hall2-btn-main {
  background: var(--fu-purple);
  color: var(--fu-white) !important;
}

.fu-hall2-btn-sub {
  background: var(--fu-white);
  color: var(--fu-purple);
  border: 1px solid var(--fu-purple);
}

.fu-hall2-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* 下の3つの特徴 */
.fu-hall2-points {
  margin-top: 28px;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fu-hall2-point {
  padding: 24px 22px;
  background: var(--fu-white);
  border-radius: 14px;
  border-left: 5px solid var(--fu-olive);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

.fu-hall2-point h4 {
  margin: 0 0 10px;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-hall2-point p {
  margin: 0;
  padding: 0;
  color: var(--fu-text-light);
  font-size: 14px;
  line-height: 1.8;
}

.fu-hall2-sp {
  display: none;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .fu-hall2-section {
    padding: 56px 16px;
  }

  .fu-hall2-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fu-hall2-image img {
    min-height: 320px;
  }

  .fu-hall2-points {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .fu-hall2-section {
    padding: 44px 14px;
  }

  .fu-hall2-heading {
    text-align: left;
    margin-bottom: 28px;
  }

  .fu-hall2-heading h2 {
    font-size: 25px;
  }

  .fu-hall2-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .fu-hall2-image {
    border-radius: 14px;
  }

  .fu-hall2-image img {
    min-height: 240px;
  }

  .fu-hall2-content {
    padding: 26px 20px;
    border-radius: 14px;
  }

  .fu-hall2-content h3 {
    font-size: 21px;
  }

  .fu-hall2-content p {
    font-size: 14px;
  }

  .fu-hall2-info div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .fu-hall2-buttons {
    display: block;
  }

  .fu-hall2-btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }

  .fu-hall2-point {
    padding: 22px 20px;
  }

  .fu-hall2-sp {
    display: block;
  }
}
/* ==============================
   会館紹介ブロック　終わり
============================== */


/* ==============================
   事前相談・資料請求
============================== */

.fu-consult2-section {
  width: 100%;
  padding: 70px 16px;
  background: var(--fu-section-bg);
  box-sizing: border-box;
  clear: both;
}

.fu-consult2-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 上段 */
.fu-consult2-main {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: stretch;
}

.fu-consult2-text {
  padding: 42px 38px;
  background: var(--fu-purple);
  color: var(--fu-white);
  border-radius: 18px;
  box-sizing: border-box;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.fu-consult2-subtitle {
  margin: 0 0 10px;
  padding: 0;
  color: rgba(var(--fu-white-rgb), 0.75);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
	text-align: center;
}

.fu-consult2-text h2 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-white);
  font-size: 32px;
  line-height: 1.55;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-consult2-text p {
  margin: 0;
  padding: 0;
  color: rgba(var(--fu-white-rgb), 0.92);
  font-size: 15px;
  line-height: 2;
}

/* ボタン */
.fu-consult2-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
	justify-content: center;
}

.fu-consult2-btn {
  display: inline-block;
  min-width: 170px;
  padding: 13px 20px;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.fu-consult2-btn-main {
  background: var(--fu-white);
  color: var(--fu-purple);
}

.fu-consult2-btn-sub {
  background: transparent;
  color: var(--fu-white) !important;
  border: 1px solid rgba(var(--fu-white-rgb), 0.75);
}

.fu-consult2-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* 右側の相談内容 */
.fu-consult2-box {
  padding: 36px 34px;
  background: var(--fu-white);
  border-radius: 18px;
  box-sizing: border-box;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fu-consult2-box h3 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 23px;
  line-height: 1.5;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-consult2-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fu-consult2-box li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 24px;
  color: var(--fu-text-light);
  font-size: 15px;
  line-height: 1.8;
}

.fu-consult2-box li:last-child {
  margin-bottom: 0;
}

.fu-consult2-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--fu-olive);
}

/* 下段カード */
.fu-consult2-cards {
  margin-top: 26px;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fu-consult2-card {
  padding: 26px 24px;
  background: var(--fu-white);
  border-radius: 14px;
  border-left: 5px solid var(--fu-olive);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

.fu-consult2-card span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  color: var(--fu-olive);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.fu-consult2-card h3 {
  margin: 0 0 10px;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-consult2-card p {
  margin: 0;
  padding: 0;
  color: var(--fu-text-light);
  font-size: 14px;
  line-height: 1.8;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .fu-consult2-section {
    padding: 56px 16px;
  }

  .fu-consult2-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fu-consult2-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .fu-consult2-section {
    padding: 44px 14px;
  }

  .fu-consult2-text {
    padding: 30px 22px;
    border-radius: 14px;
  }

  .fu-consult2-text h2 {
    font-size: 25px;
  }

  .fu-consult2-text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .fu-consult2-buttons {
    display: block;
  }

  .fu-consult2-btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }

  .fu-consult2-box {
    padding: 28px 22px;
    border-radius: 14px;
  }

  .fu-consult2-box h3 {
    font-size: 21px;
  }

  .fu-consult2-box li {
    font-size: 14px;
  }

  .fu-consult2-card {
    padding: 22px 20px;
  }
}
/* ==============================
   事前相談・資料請求　終わり
============================== */
/* ==============================
   よくある質問
============================== */

.fu-faq2-section {
  width: 100%;
  padding: 70px 16px;
  background: var(--fu-white);
  box-sizing: border-box;
  clear: both;
}

.fu-faq2-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.fu-faq2-heading {
  text-align: center;
  margin-bottom: 42px;
}

.fu-faq2-subtitle {
  margin: 0 0 10px;
  padding: 0;
  color: var(--fu-olive);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.fu-faq2-heading h2 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-purple-dark);
  font-size: 32px;
  line-height: 1.55;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-faq2-heading p {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  color: var(--fu-text-light);
  font-size: 15px;
  line-height: 2;
}

/* レイアウト */
.fu-faq2-layout {
  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 30px;
  align-items: start;
}

/* FAQリスト */
.fu-faq2-list {
  display: grid;
  gap: 12px;
}

.fu-faq2-item {
  background: var(--fu-section-bg);
  border-radius: 14px;
  border: 1px solid rgba(var(--fu-purple-rgb), 0.12);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.fu-faq2-item summary {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 56px 20px 24px;
  color: var(--fu-purple-dark);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  list-style: none;
}

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

.fu-faq2-item summary::before {
  content: "Q";
  display: inline-block;
  margin-right: 10px;
  color: var(--fu-olive);
  font-size: 18px;
  font-weight: 700;
}

.fu-faq2-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--fu-purple);
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.fu-faq2-item[open] summary::after {
  content: "−";
}

.fu-faq2-answer {
  padding: 0 24px 22px 24px;
}

.fu-faq2-answer p {
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(var(--fu-purple-rgb), 0.14);
  color: var(--fu-text-light);
  font-size: 14px;
  line-height: 1.9;
}

/* 右側相談ボックス */
.fu-faq2-contact {
  position:  static;
  top: auto;
  padding: 34px 30px;
  background: var(--fu-purple);
  color: var(--fu-white);
  border-radius: 18px;
  box-sizing: border-box;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.fu-faq2-contact-label {
  display: inline-block;
  margin: 0 0 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(var(--fu-white-rgb), 0.18);
  color: var(--fu-white);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.fu-faq2-contact h3 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-white);
  font-size: 23px;
  line-height: 1.55;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-faq2-contact p {
  margin: 0;
  padding: 0 10px;
  color: rgba(var(--fu-white-rgb), 0.92);
  font-size: 14px;
  line-height: 1.9;
}

/* ボタン */

.fu-faq2-buttons {
/*  margin-top: 26px;
  display: grid;
  gap: 10px; */
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.fu-faq2-btn {
  display: block;
  padding: 13px 20px;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.fu-faq2-btn-main {
  background: var(--fu-white);
  color: var(--fu-purple);
}

.fu-faq2-btn-sub {
  background: transparent;
  color: var(--fu-white) !important;
  border: 1px solid rgba(var(--fu-white-rgb), 0.75);
}

.fu-faq2-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .fu-faq2-section {
    padding: 56px 16px;
  }

  .fu-faq2-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .fu-faq2-contact {
    position: static;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .fu-faq2-section {
    padding: 44px 14px;
  }

  .fu-faq2-heading {
    text-align: left;
    margin-bottom: 28px;
  }

  .fu-faq2-heading h2 {
    font-size: 25px;
  }

  .fu-faq2-heading p {
    font-size: 14px;
    line-height: 1.9;
  }

  .fu-faq2-item summary {
    padding: 18px 48px 18px 18px;
    font-size: 15px;
  }

  .fu-faq2-item summary::after {
    right: 18px;
  }

  .fu-faq2-answer {
    padding: 0 18px 20px 18px;
  }

  .fu-faq2-contact {
    padding: 28px 22px;
    border-radius: 14px;
  }

  .fu-faq2-contact h3 {
    font-size: 21px;
  }
	.fu-faq2-buttons {
		display: block;
	}
	.fu-faq2-btn {
		width: 100%;
		margin-bottom: 10px;
	}
	.fu-faq2-btn-main + br {
		display: none;
	}
}

/* ==============================
   よくある質問　終わり
============================== */
/* ==============================
   最後の締め・お問い合わせ
============================== */

.fu-final2-section {
  width: 100%;
  padding: 76px 16px;
  background: var(--fu-purple-dark);
  box-sizing: border-box;
  clear: both;
}

.fu-final2-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.fu-final2-content {
  text-align: center;
  color: var(--fu-white);
}

.fu-final2-subtitle {
  margin: 0 0 12px;
  padding: 0;
  color: rgba(var(--fu-white-rgb), 0.75);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.fu-final2-content h2 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--fu-white);
  font-size: 34px;
  line-height: 1.55;
  font-weight: 600;
  border: none;
  background: none;
}

.fu-final2-content p {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  color: rgba(var(--fu-white-rgb), 0.92);
  font-size: 15px;
  line-height: 2;
}

/* 電話・ボタン */
.fu-final2-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.fu-final2-tel {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 280px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--fu-white);
  color: var(--fu-purple);
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.fu-final2-tel span {
  margin-bottom: 2px;
  color: var(--fu-olive);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.fu-final2-tel strong {
  color: var(--fu-purple);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.fu-final2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 16px 26px;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.fu-final2-btn-main {
  background: var(--fu-olive);
  color: var(--fu-white) !important;
}

.fu-final2-btn-sub {
  background: transparent;
  color: var(--fu-white) !important;
  border: 1px solid rgba(var(--fu-white-rgb), 0.75);
}

.fu-final2-btn::after {
  content: "　→";
}

.fu-final2-tel:hover,
.fu-final2-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

/* 下の3つの案内 */
.fu-final2-note {
  margin-top: 42px;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fu-final2-note-item {
  padding: 24px 22px;
  background: rgba(var(--fu-white-rgb), 0.08);
  border-radius: 14px;
  border: 1px solid rgba(var(--fu-white-rgb), 0.16);
  box-sizing: border-box;
}

.fu-final2-note-item span {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--fu-note-gold);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.fu-final2-note-item p {
  margin: 0;
  padding: 0;
  color: rgba(var(--fu-white-rgb), 0.9);
  font-size: 14px;
  line-height: 1.8;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .fu-final2-section {
    padding: 60px 16px;
  }

  .fu-final2-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  .fu-final2-section {
    padding: 48px 14px;
  }

  .fu-final2-content {
    text-align: left;
  }

  .fu-final2-content h2 {
    font-size: 26px;
  }

  .fu-final2-content p {
    font-size: 14px;
    line-height: 1.9;
	  width: 100% !important;
  }

  .fu-final2-actions {
    display: block;
    margin-top: 28px;
  }

  .fu-final2-tel,
  .fu-final2-btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 10px;
  }

  .fu-final2-tel strong {
    font-size: 22px;
  }

  .fu-final2-note {
    margin-top: 30px;
  }

  .fu-final2-note-item {
    padding: 22px 20px;
  }
}


/* 最後の締め：3つの大きなボタンの高さを完全に揃える */
/*.fu-final2-actions {
  display: grid !important;
  grid-template-columns: 1.25fr 1fr 1fr !important;
  gap: 14px !important;
  align-items: stretch !important;
  justify-content: center !important;
}*/

.fu-final2-actions p{
	width: 30%;
}
.fu-final2-actions .fu-final2-tel,
.fu-final2-actions .fu-final2-btn {
  width: 100% !important;
  min-width: 0 !important;
  height: 78px !important;
  min-height: 78px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  line-height: .3 !important;
}

.fu-final2-actions .fu-final2-tel {
  flex-direction: column !important;
}

.fu-final2-actions .fu-final2-btn {
  flex-direction: row !important;
}

.fu-final2-actions .fu-final2-tel span,
.fu-final2-actions .fu-final2-tel strong {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

/* スマホでは縦並び */
@media screen and (max-width: 600px) {
  .fu-final2-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .fu-final2-actions .fu-final2-tel,
  .fu-final2-actions .fu-final2-btn {
    height: 74px !important;
    min-height: 74px !important;
    margin: 0 !important;
  }
}


/*  */
