@charset "utf-8";
/* CSS Document */


/* ==========================================================================
   KV用 追加CSS（既存CSSより後に読み込んでください）
   ========================================================================== */

/* -------------------------------------------------------
   変数の定義（KVで使用するもののみ再定義）
   ------------------------------------------------------- */
:root {
  --primary: #536eb7;
  --accent: #e87db4;
  --header-h: calc(110em / 32); /* 既存と合わせる必要があります */
}

/* -------------------------------------------------------
   ユーティリティ（KV内のクラスで必要なもの）
   ------------------------------------------------------- */
/* 青文字用（HTMLにクラスがあるため追加） */
.fc-primary { color: var(--primary); }
.bold { font-weight: 600; }

/* -------------------------------------------------------
   アニメーション定義
   ------------------------------------------------------- */
@keyframes fade_in { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes zoom_in { 0% { transform: scale(1.25); } 100% { transform: scale(1); } }
@keyframes slide_in_y { 0% { transform: translateY(1.4vw); } 100% { transform: translateY(0); } }
@keyframes slide_in_x_left { 0% { transform: translateX(-25vw); } 100% { transform: translateX(0); } }

/* -------------------------------------------------------
   #catch エリアのスタイル
   ------------------------------------------------------- */
.page-lp .catch {
  position: relative;
  /* ヘッダーの高さ分下げる */
  padding-top: 50px; 
  margin-bottom: 0 !important;
}

.page-lp .catch-inner {
  position: absolute; left: 0; top: var(--header-h); bottom: 0; width: 100%;
  display: flex; align-items: flex-start; justify-content: center;
  color: var(--primary); z-index: 5;
  padding-top: 12.5%;
}

.page-lp .catch-img {
  width: 100%; overflow: hidden;
  background: linear-gradient(-25deg, rgba(253, 200, 186, 0.4) 0%, rgba(251, 204, 211, 0.4) 25%, rgba(249, 199, 202, 0.4) 59%, rgba(240, 211, 225, 0.4) 87%, rgba(250, 231, 238, 0.4) 100%);
  opacity: 1 !important;
  animation: fade_in 1.25s 0.1s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

.page-lp .catch-img img {
  opacity: 1; pointer-events: none; max-width: none; width: 100%; height: auto;
  transform: scale(1.2);
  vertical-align: bottom;
  animation: zoom_in 3s 0.01s cubic-bezier(0.4, 0, 0, 1) forwards;
}

.page-lp .catch-text {
  text-align: center;
}

.page-lp .catch-title {
  /* スマホでの文字サイズ下限を18pxに設定 */
  font-size: clamp(18px, 5.35vmin, 52.8px);
  line-height: 1.2;
  width: 100%; opacity: 0; margin-top: 3.5rem;
  animation: fade_in 1.75s 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards, slide_in_x_left 1.75s 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.page-lp .catch-title-1 { display: block; }

/*.page-lp .catch-title::after {
  margin-top: 0.25em; content: ""; display: inline-block; width: 1px;
  height: clamp(20px, 6.64vw, 85px); background-color: var(--primary);
}*/

.page-lp .catch-sub {
  /* スマホでの文字サイズ下限を16pxに設定 */
/*  font-size: clamp(16px, 5.52vmin, 42px);*/
  font-size: clamp(22px, 5.52vmin, 42px);
  line-height: 1.2; text-align: center; color: var(--primary);
  margin: 1.2em 0; opacity: 0;
  animation: fade_in 0.75s 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards, slide_in_y 0.75s 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* -------------------------------------------------------
   .catch-bottom エリア（創業34年部分）
   ------------------------------------------------------- */
.page-lp .catch-bottom {
  background-color: #f5d7e6;
  padding: 0.5rem 0 1rem;
  /* width制限解除・あるいは継承 */
}

.page-lp .catch-bottom .container {
  /* ここだけ幅を制限したい場合は指定 */
  max-width: 1390px; margin: 0 auto;
}

.page-lp .catch-bottom-row {
  display: flex;
}

.page-lp .catch-bottom-title {
  display: block; width: 38%; flex-shrink: 0; position: relative; margin-top: -34px;
}

.page-lp .catch-bottom-text {
  text-align: center; margin: 0 auto;
}

.page-lp .catch-bottom-head {
  font-size: clamp(16px, 2.81vw, 36px);
  line-height: 1.4; color: var(--accent);
}

.page-lp .catch-bottom-head .big {
  font-size: clamp(20px, 3.6vw, 46px);
}
/*「16タイプ・パーソナルカラー」なら解決できます。*/
#answer.attraction {
  background-color: #f6f6f6;
  padding: var(--section-space) 0;
  --corner: calc(180em / 38.4 / 1.5);
}
#answer .attraction-col {
  background-color: #fff;
  position: relative;
  padding: 1.2em 1em;
  clip-path: none;
}
#answer .attraction-col::before {
  content: none;
}
#answer .attraction-col:nth-of-type(2) {
  --delay-anime: 0.4s;
}
#answer .attraction-col:nth-of-type(3) {
  --delay-anime: 0.75s;
}
#answer .attraction-img {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#answer .attraction-title {
  color: #e284c6;
/*  font-size: clamp(16px, 3.84vmin, 22px);*/
		 font-size: clamp(20px, 3.84vmin, 22px);
  margin: 1.5em 0 1em;
}
#answer .attraction-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2.5em;
}
#answer .attraction-row.inView .attraction-col {
  animation: fade_in 0.75s var(--delay-anime, 0.15s) cubic-bezier(0.16, 1, 0.3, 1) forwards, slide_in_y 0.75s var(--delay-anime, 0.15s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
  #answer.attraction .img1 img {
    width: 100%;
  }
 #answer.attraction .img2 img {
    width: 100%;
  }
 #answer.attraction .img3 img {
    width: 100%;
  }
@media print, screen and (max-width: 767px) {
 #answer .attraction-row {
/*    padding-left: var(--container-pad);
    padding-right: var(--container-pad);*/
  }
  #answer.attraction .img1 img {
    width: 100%;
  }
 #answer.attraction .img2 img {
    width: 100%;
  }
 #answer.attraction .img3 img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
#answer .attraction-row {
    flex-direction: row;
    justify-content: space-between;
    gap: 1em;
  }
 #answer .attraction-col {
    width: 29.6875%;
  }
}



/* ==========================================================================
   メディアクエリ（PC・タブレット用調整）
   ========================================================================== */

/* 768px以上 */
@media print, screen and (min-width: 768px) {
  /* ヘッダー高さ変数などをPC用に */
  :root {
     --header-h: 8rem; /* 必要に応じて調整 */
  }
  .page-lp .catch {
		padding-top: var(--header-h);
/*  padding-top: 80px !important; */
  }

  .page-lp .catch-img {
    height: clamp(700px, 61.33vw, 920px);
  }

  .page-lp .catch-img img {
    height: 100%; width: 100%; object-fit: cover;
  }

  .page-lp .catch-inner {
    align-items: center; padding-top: 0;
  }

  .page-lp .catch-title {
    font-size: clamp(16px, 3vw, 38.8px);
  }
  
  .page-lp .catch-title .big {
    font-size: clamp(30px, 4.85vw, 62.1px); margin-top: 4rem;
  }

  .page-lp .catch-text {
    width: 50%; text-align: center;
  }

  .page-lp .catch-sub {
    font-size: clamp(20px, 3.75vw, 48px);
  }

  .page-lp .catch-bottom {
    padding: 20px 0;
  }

  .page-lp .catch-bottom-title {
    display: initial; margin-top: -130px;
  }

  .page-lp .catch-bottom-row {
    gap: 1em 2.2%;
  }

  .page-lp .catch-bottom-text {
    font-size: clamp(16px, 1.875vw, 24px);
  }

  .page-lp .catch-bottom-head {
    font-size: clamp(20px, 2.8vw, 36px); margin-top: 3rem;
  }

  .page-lp .catch-bottom-head .big {
    font-size: clamp(24px, 3.6vw, 46px);
  }
	/*料金表*/	
	.fee{
	  width: 60%;
		margin: 0 auto;
	}
.page-lp .fees-table.fee,
.page-lp .fees-desc.fee{
  width: 60%;
		margin: 0 auto;
}
		
		
}

/* 1021px以上 (PC) */
@media print, screen and (min-width: 1021px) {
 .page-lp .catch-label { display: none; }
  .page-lp .catch {
    /* PCでのコンテナサイズ計算 */
    --container: calc(1520vw / 18);
  }
  
  .page-lp .catch-title {
    width: 100%;
  }
  
  .page-lp .catch-sub {
    margin: 8rem 0 4rem;
  }
  
  .page-lp .catch-bottom-title {
    display: initial; width: 41.39%; margin-top: -130px;
  }
		.ta_c ul.ta_l.list-indent { max-width: 28%; }
}


/* 親要素（カード全体）を縦方向のFlexboxにします */
.card-item {
  display: flex;
  flex-direction: column;
}

/* 画像が入っているdivの順番を「一番上」に指定します */
.card-item .attraction-img {
  order: -1;

}