@charset "UTF-8";

  body {
    background-color: #f8f6f4;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: auto;

  }
h1, h2, h3, h4, h5, h6, p, li, span, div {
  line-height: 1.6;
}
  .wrapper {
    /*max-width: 1152px;ここで幅変更*/
    margin-right:auto;
    margin-left:auto;
}

.furu-bold-text {
  font-weight: bold;
}
/* マーカー */
.highlight {
  background: linear-gradient(#f8f6f4 60%, #f6e95d 50%);
	/*text-shadow: 1px 1px 0 #f2f2f2, 0 1px 0 #f2f2f2;*/
  font-weight: 700;
}

.furu-Caution_text {
	text-align: center;
	margin: 50px auto;
    font-size:1rem;
}

.furu-Caution_text2 {
	text-align: center;
	margin: 10px auto;
  font-size:1rem;
}

.furu-Caution_text3 {
	font-size: 1rem;
	text-align: center;
	margin: 0 auto 15px auto;
}
.furu-bold-text {
  font-weight: bold;
}
/* pcは改行しない */
.sp-br {
  display: none;
}

.furu-wrapper {
    margin: auto;
	margin: 20px 0;
	text-align: center;
	
}


/*-------------------------------------------
PC見出し
-------------------------------------------*/
.furu-catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 50px auto 0px auto; 
	display: block; 
}
/* クーポン */
.coupon-wrapper {
    text-align: center;
	margin: 60px 0 100px 0;
} 
/* クーポン */
.coupon-wrapper2 {
    text-align: center;
	margin: 5px 0;
} 

/* クーポンボタン */

a.btn_furu {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 500px;
	margin: 50px auto;
	padding: 1rem 5rem;
	font-weight: bold;
	font-size: 2em;
	border: 4px solid #443e3a;
	color: #fff;
	background: #ef444d;
	border-radius: 100vh;
	transition: 0.5s;
}

/* ピックアップ */

.furu_title {
    text-align: center;
	margin: 50px 0 50px 0;  
}

.furu_title2 {
    text-align: center;
	margin: 100px 0 50px 0;  
}
.pickup-wrapper {
    text-align: center;
}
.pickup {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    margin: 30px 0 50px 0;          
    gap: 10px;              
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;

}

.pickup-icon {
    width: 60px; 
    height: 60px;
}
.pickup span {
    display: inline-block;
    position: relative;
    padding: 0 .4em .2em;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    font-size: 2.5rem;
    font-weight: bold;
}

.pickup span::before,
.pickup span::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #3c78c8;
    content: '';
}

.pickup span::before {
    top: -10px; /* 上線 -3px から大きくして上に空間を開ける */
}

.pickup span::after {
    bottom: -10px; /* 下線  -3px から大きくして上に空間を開ける */
}



.pickup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    display: inline-flex; 
}



/*-------------------------------------------
PCH2見出し
-------------------------------------------*/

h2 {
    padding:5px 10px; 
    border-bottom:2px #3c78c8;  
}

h2:before {
    content: url("../img/icon.png"); 
    margin-right:20px; 
}

/*-------------------------------------------
PC 見出し両サイドライン
-------------------------------------------*/

.furu-tl {
  position: relative;
  padding: 0 65px;
  text-align: center;
font-size: 1.75rem; 
}

.furu-tl::before {
  position: absolute;
  top: calc(50% - 1px);
  width: 60%;         
  left: 20%;          
  height: 4px;
  content: '';
  background: #3c78c8;
}

.furu-tl span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
}

.furu-tl::before {
  position: absolute;
  top: calc(50% - 6px); 
  left: 20%;            
  width: 60%;           
  height: 12px;        
  content: '';
  background: #3c78c8;  
  border-radius: 6px;   
}


/*-------------------------------------------
PCバナー2並び
-------------------------------------------*/
.furu-banner2-wrapper {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 10px;
}

.furu-banner2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  padding: 20px 0;
}


.furu-banner2 li {
  width: calc(50% - 20px);
  box-sizing: border-box;
}

.furu-banner2 li img {
  max-width: 100%;
  height: auto;
  border: solid 3px #e7e2c9;
  display: block;
}
/*-------------------------------------------
PCバナー3並び
-------------------------------------------*/

.furu-banner3 {
	display: flex;
	flex-wrap: wrap;
	max-width:  1152px;         
	margin: 50px auto;     
}

.furu-banner3 li {
	width: calc(100% / 3);
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 1px; 
}

.furu-banner3 li img {
	max-width: 100%;
	height: auto;
	border: solid 3px #e7e2c9;
}



/*-------------------------------------------
PC はじめての方へ 動画
-------------------------------------------*/
/* セクション全体 */
.furu-beginner {
  padding: 40px 200px;
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  box-sizing: border-box;
position: relative;/* 以下追記 */
  width: 100%;
}

/* 動画部分の親コンテナ */
.furu-mov {
  background-color: #f6db94;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* 動画本体 */
.furu-mov video {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
}

/* 画像部分*/
.furu-3step {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
	padding: 10px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
/* 青バナー*/
.furu-banner_b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #3c78c8;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 12px;
  width: 500px;
  max-width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
  box-shadow: 0 6px 18px rgba(60,120,200,0.12);
  margin: 20px auto;
}

/* バナー内テキスト */
.furu-banner_b-text {
  display: inline-block;
  line-height: 1;
}

/* ホバー / フォーカス効果（PC向け） */
.furu-banner_b:hover,
.furu-banner_b:focus {
  transform: translateY(3px);
  box-shadow: 0 10px 24px rgba(60,120,200,0.18);
  opacity: 0.98;
}
video::-webkit-media-controls-panel {
  background: transparent !important;
}

video::-webkit-media-controls-enclosure {
  background-color: transparent !important;
}
/*-------------------------------------------
PC ご案内
-------------------------------------------*/
/* セクション全体 */
.furu-info {
  background-color: #f2f2f2;
  padding: 40px 200px;
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  box-sizing: border-box;
}

.furu-heading {
  position: relative;
  padding: 0.6em 0;
  background: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
margin: 50px 0 50px; 
  text-align: center;
  border-left: none;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}

.furu-heading::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #ffffff; 
  border-top-style: solid;
}

/* サブ見出し */
.furu-subheading {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem;
  color: #333;
}

/* 通常テキスト */
.furu-text {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  margin: 1rem;
text-align: left; /* ←追加！ */
}

.furu-text_c {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  margin: 1rem auto;
}

.furu-textp {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #Ef444d;
  margin: 1rem;
text-align: left; /* ←追加！ */
}

/* リスト */
.furu-list {
  padding-left: 1.5em;
  margin-bottom: 1rem;
}

.furu-list-item {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
/* 行間あけ */
.furu-text li {
  line-height: 1.6;
  margin-bottom: 0.5em; 
}

/* お問い合わせブロック */
.furu-contact-block {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}

/* リンク装飾 */
.furu-info a {
  color: #0073aa;
  text-decoration: underline;
}

.furu-info a:hover {
  text-decoration: none;
}

/* 電話番号用スマホ対応 */
.furu-info a[href^="tel:"] {
  white-space: nowrap;
}

/* スマホ時ナビゲーションクリックで表示 */

/*-------------------------------------------
pcフッター
-------------------------------------------*/

.furu-footer {
  width: 100%;
  background-color: #443e3a;
  padding: 1.5rem 1rem; /* 上下24px、左右16px */
  box-sizing: border-box;
  text-align: center;
}

.furu-footer-text {
  color: #ffffff;
  font-size: 0.9rem;
  margin: 0;
}

/*-------------------------------------------
pcフローティング
-------------------------------------------*/

/* === 共通 === */
.furu-floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.furu-floating-inner {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.furu-floating-image {
  width: 100%;
  height: auto;
  display: block;
}

.furu-banner-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0 0.4em;
  border-radius: 50%;
}
/* === PC === */
  .furu-floating-banner {
    background-color: rgba(231, 226, 201, 0.7); /* #e7e2c9 70% */
    padding: 20px 0;
  }

  .furu-floating-inner {
    /* 中央寄せされるのでOK */
  }

  .furu-banner-close {
    font-size: 1.2rem;
  }

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 750px) {
/*-------------------------------------------
Mainvisual
-------------------------------------------*/

.mainvisual  {
  position: relative;
  width: 100%;
  max-width: 750px;                 
  aspect-ratio: 1 / 1;              
  background-image: url("../img/smp_bg250910.jpg");
  background-size: 100% auto;       
  background-position: top center;  
  background-repeat: no-repeat;
  margin: 0 auto;
  border-top: 4px solid #443e3a;
  border-bottom: 4px solid #443e3a;
	height: auto;
}

/* 中央に配置される画像ボタン */
.img-button {
  position: absolute;
  top: 49%;
  left: 50%;
  width: 64%;        
  height: 32%;       
  transform: translate(-50%, -50%);
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.img-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/*-------------------------------------------
smp見出し
-------------------------------------------*/

.furu-catch {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0.4em;
  margin: 20px auto; 
	display: block; 
}
	
/* smpクーポン */
.coupon-wrapper {
    text-align: center;
	margin: 20px 0 50px 0;
} 
.coupon-wrapper2 {
    text-align: center;
	margin: 20px 0;
} 
.coupon-wrapper img {
	width: 90%;

} 
.coupon-wrapper2 img {
	width: 90%;

} 

	
.furu_title {
    text-align: center;
	margin: 30px auto;
}

.furu_title2 {
    text-align: center;
	margin: 30px auto;
}
.furu_title img {
   /*width: 67%;*/
   max-width: 300px;
   height: auto;
   display: block;
   margin: 0 auto;
}
.furu_title2 img {
   /*width: 67%;*/
   max-width: 300px;
   height: auto;
   display: block;
   margin: 0 auto;
}
	
	
.pickup {
  display: flex;
  align-items: center;   
  gap: 10px;
display: inline-flex;
}

.pickup-icon {
  font-weight: bold;  
  font-size: 1.5em;  
  line-height: 1;
  color: #3c78c8;    
}

.pickup span {
  position: relative;
  padding: 0 .2em .2em 0;
  color: #333333;
  text-align: center;
  display: inline-block;
	font-size: 1.5rem; 
}

.pickup span::before,
.pickup span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3c78c8;
  content: '';
}

.pickup span::before {
  top: -10px;
}

.pickup span::after {
  bottom: -10px;
}
  .sp-br {
    display: inline;/* スマホのみ改行 */
  }
/*-------------------------------------------
smpバナー並び
-------------------------------------------*/
 .furu-banner2-wrapper {
    padding: 0 5px 10px 0; 
  }

  .furu-banner2 {
    gap: 8px 12px;    
    padding: 8px 0;
  }
  .furu-banner2 ul {
  margin: 20px 0;
}
  .furu-banner2 li {
    width: calc(50% - 12px);  
    padding: 3px 0;            
  }

  .furu-banner2 li img {
	max-width: 100%;
	height: auto;
	border: solid 3px #e7e2c9;
  }
/*-------------------------------------------
smpバナー並び
-------------------------------------------*/
.furu-banner3 {
	display: flex;
	flex-wrap: wrap;
	width: 96%;        
	margin: 10px auto;     
}
.furu-banner3 ul {
  margin: 20px 0;
}

.furu-banner3 li {
	width: calc(100% / 2);
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 1px; 
}

.furu-banner3 li img {
	max-width: 100%;
	height: auto;
	border: solid 3px #e7e2c9;
}


/*-------------------------------------------
smp はじめての方へ 動画
-------------------------------------------*/
/* セクション全体 */
	
.furu-beginner {
  padding: 40px 20px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}
  .furu-banner {
    padding: 12px 16px;
    font-size:1.5rem;
    border-radius: 10px;
  }

/* optional: さらに小さい画面微調整 */
@media (max-width: 360px) {
  .furu-banner {
    font-size: 0.92rem;
    padding: 10px 12px;
  }
}
/*-------------------------------------------
smp ご案内
-------------------------------------------*/
/* セクション全体 */
	

.furu-info {
  background-color: #f2f2f2;
  padding: 40px 20px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}


.furu-subheading {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem;
  color: #443e3a;
}
	
.furu-heading {
  position: relative;
  padding: 0.6em 0;
  background: #ffffff; 
  font-weight: bold;
  font-size: 1rem;
margin: 3rem 0 3rem; 
  text-align: center;
  border-left: none;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;

}

.furu-heading::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #ffffff; 
  border-top-style: solid;
}


/* 通常テキスト */
.furu-text {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  margin: 1rem;
}

.furu-textp {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #ef444d;
  margin: 1rem;
}

.furu-Caution_text {
	font-size: 0.75rem;
	text-align: center;
	margin: 1rem auto;
}
.furu-Caution_text3 {
	font-size: 0.75rem;
	text-align: center;
	margin: 0.5rem auto 1rem auto;
}


/* リスト */
.furu-list {
  padding-left: 1.5em;
  margin-bottom: 1rem;
}

.furu-list-item {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

/* お問い合わせブロック */
.furu-contact-block {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}

/* リンク装飾 */
.furu-info a {
  color: #0073aa;
  text-decoration: underline;
}

.furu-info a:hover {
  text-decoration: none;
}

/* 電話番号用スマホ対応 */
.furu-info a[href^="tel:"] {
  white-space: nowrap;
}
/*-------------------------------------------
smpフッター
-------------------------------------------*/

.furu-footer {
  width: 100%;
  background-color: #443e3a;
  padding: 1.5rem 1rem; /* 上下24px、左右16px */
  box-sizing: border-box;
  text-align: center;
}

.furu-footer-text {
  color: #ffffff;
  font-size: 0.6rem;
  margin: 0;
}
/*-------------------------------------------
smpフローティング
-------------------------------------------*/
  .furu-floating-banner {
    background-color: rgba(231, 226, 201, 0.7);
    padding: 0;
  }

  .furu-floating-inner {
    padding: 0;
    max-width: 360px;
  }

  .furu-floating-image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .furu-banner-close {
    width: 28px;
    height: 28px;
    font-size: 1rem;
    line-height: 28px;
  }
}


/*-------------------------------------------
 251028検索関連追加 　
-------------------------------------------*/

:root {
  --furu-bg: #ffffff;
  --furu-container-bg: #fbfaf8;
  --furu-pill-border: #dcdad7;
  --furu-text: #111;
  --furu-muted: #666;
  --furu-accent: #0073aa;
  --furu-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  --furu-radius: 999px;
  --furu-gap: 16px;
}

/* 全体ブロック */
.furu-keyword-block {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 40px auto;
  padding: 0 16px;
  text-align: center;
  background: transparent;
}

/* ボタン部分 */
.furu-keyword-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: nowrap; /* スマホでも3つ横並び固定 */
}

.furu-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: var(--furu-radius);
  background: var(--furu-container-bg);
  border: 1px solid var(--furu-pill-border);
  box-shadow: var(--furu-shadow);
  font-size: 15px;
  color: var(--furu-text);
  text-decoration: none;
  transition: background 0.2s, transform 0.12s;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

.furu-pill:hover {
  background: #fff;
  border-color: var(--furu-accent);
  color: var(--furu-accent);
}

.furu-pill:active {
  transform: translateY(1px);
}

.furu-pill-beginner {
  gap: 6px;
}

.furu-beginner-icon {
  color: var(--furu-accent);
  font-size: 18px;
  line-height: 1;
}

/* 注目ワード部分 */
.furu-keyword-words {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.8;
}

.furu-label {
  color: var(--furu-muted);
  font-size: 1rem;
	width: 100%;   /* 100%幅にして改行させる */
    margin-right: 0;
    margin-bottom: 1px; /* 下のリンクとの間隔 */
}

/* ▶マーク付きで区切り */
.furu-word::before {
  content: "▶";
  color: var(--furu-muted);
  margin-right: 4px;
  font-size: 1rem;
  vertical-align: middle;
}

.furu-word {
  color: var(--furu-text);
  text-decoration: none;
  transition: color 0.2s;
}
.furu-keyword-words a {
    margin-right: 10px; /* a 同士の間隔 */
}

/* 最後の a の余白は消す */
.furu-keyword-words a:last-child {
    margin-right: 0;
}

.furu-word:hover {
  color: var(--furu-accent);
}
.furu-keyword-words a,
.furu-pill,
.furu-word {
  text-decoration: none !important;
}


/* PC時の1152px対応 */
@media (min-width: 880px) {
  .furu-keyword-block {
    max-width: 880px;
  }
  .furu-pill {
    font-size: 18px;
    padding: 8px 25px;
  }
  .furu-word {
    font-size: 20px;
  }
	  .furu-label {
    width: auto;        /* 横並びに戻す */
    margin-right: 10px; /* ラベルとリンクの間隔 */
    margin-bottom: 0;
  }

  .furu-keyword-words a {
    flex: none;          /* 横並びのまま */
  }

}

/* スマホ時（480px以下） */
@media (max-width: 480px) {
  .furu-keyword-buttons {
    gap: 8px;
  }

  .furu-pill {
    padding: 8px 10px;
    font-size: 12px;
  }

  .furu-keyword-words {
    gap: 12px;
    font-size: 12px;
  }
  .furu-beginner-icon {
    font-size: 14px; /* 少し小さく */
    margin-right: 2px;
  }

  .furu-word::before {
    font-size: 12px; /* テキストに合わせる */
    margin-right: 3px; /* 間隔を少し詰める */
  }
}
/* スマホ優位：デフォルトは非表示 */
.show-on-desktop {
  display: none;
}

/* PC(880px以上)でのみ表示 */
@media (min-width: 880px) {
  .show-on-desktop {
    display: inline;
  }
}
/*-------------------------------------------
 251028青ベース　バナー
-------------------------------------------*/
/* 青テキストバナー全体のラッパー */

.furu-banner-txt_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0; /* 上下に余白 */
}

/* バナー本体 */
.furu-banner-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 70%;
  max-width: 800px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #5a9be8 0%, #3c78c8 100%);
  border-radius: 30px; /* ←角だけしっかり丸く */
  padding: 14px 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 6px 18px rgba(60, 120, 200, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  box-sizing: border-box;
  margin: 20px 0; /* 上下に余白 */
}

/* ▶ アイコン */
.furu-banner-txt_icon {
  font-size: 1.1em;
  line-height: 1;
}

/* ホバー効果 */
.furu-banner-txt:hover,
.furu-banner-txt:focus {
  transform: translateY(3px);
  box-shadow: 0 10px 24px rgba(60, 120, 200, 0.25);
  opacity: 0.96;
}
/* 文字色矯正 */
.furu-banner-txt,
.furu-banner-txt:link,
.furu-banner-txt:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.furu-banner-txt:hover,
.furu-banner-txt:focus {
  color: #fff !important;
  text-decoration: none !important;
}
/* スマホ調整 */
@media (max-width: 750px) {
  .furu-banner-txt {
    width: 90%;
    padding: 12px 16px;
    border-radius: 20px;
    font-size: 1rem;
  }
}

/* ===============================
   商品リストカード
================================= */
.furu-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.furu-list-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  height: 100%;
}

/* カード全体をリンクに */
.furu-list-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none; /* 下線を消す */
}

.furu-list-link:hover {
  text-decoration: none;
  color: inherit;
}

.furu-list-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.furu-list-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 12px;
  text-align: left;
}

.furu-list-sub {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.furu-list-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1.4;
  color: #333;
  text-decoration: underline; /* 下線付き */
}

.furu-list-price {
  margin-top: auto;
  font-size: 0.95rem;
  color: #d14;
  font-weight: bold;
}

/* ===============================
   スマホ表示（最大750pxまで）
================================= */
@media (max-width: 750px) {
  .furu-list-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .furu-list-body {
    padding: 10px;
  }

  .furu-list-title {
    font-size: 0.9rem;
  }

  .furu-list-sub {
    font-size: 0.75rem;
  }

  .furu-list-price {
    font-size: 0.9rem;
  }
}



