@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;
}

.furu-Caution_text2 {
	text-align: center;
	margin: 10px 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;
}
/*
a.btn_furu:hover {
	color: #fff;
	background: #443e3a;
}
*/

/* ピックアップ */

.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 クーポンStep
-------------------------------------------*/
.furu-step {
	margin: 0 auto;
	max-width: 1152px;
  margin-bottom: 80px;
	padding: 40px 100px; 
}
.furu-step-item {
  display: flex;
  justify-content: space-between;
}
.furu-step-item li {
  width: 30%;
  max-width: 250px;
  margin-right: 5%;
}
.furu-step-item li:last-child {
  margin-right: 0;
}
.furu-step-img {
    margin-bottom: 20px;
    margin-top: 20px;
}
.furu-step-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.furu-step-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}
.furu-step-notes {
  padding-left: 0;
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
  list-style-position: inside;
  width: 100%;
}
/* セクションタイトル（追記） */
.furu-step-notes  li {
  width: 100%;
  max-width: 250px;
  margin-right: 5%;
color: #666666;
	margin: 0 0 10px;
}

/* セクションタイトル（furu専用） */
.furu-section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
.furu-section-title::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

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

/* メイン見出し 
.furu-heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
  border-left: 20px solid #3c78c8;
  padding-left: 0.5rem;
}*/
.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%;

} 
/* smpクーポンボタン */

a.btn_furu {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 80%;
	margin: 30px auto;
	padding: 12px;
	font-weight: bold;
	font-size: 0.8rem;
	border: 2px solid #443e3a;
	color: #fff;
	background: #ef444d;
	border-radius: 100vh;
	transition: 0.5s;
}	
	
.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-step {
	margin: 0 auto;
	padding: 20px 10px; 
	background-color: #fff; 
}
.furu-step-item {
  display: flex;
  justify-content: space-between;
}
.furu-step-item ul {
  margin: 50px 0;
}
.furu-step-item li {
  width: 30%;
  max-width: 80%;
  margin-right: 5%;
}
.furu-step-item li:last-child {
  margin-right: 0;
}
.furu-step-img {
  margin-bottom: 20px;
}
	
  .furu-section-title {
    font-size: 30px;
    margin-bottom: 60px;
	color: #Ef444d;
  }
  .furu-section-title::after {
    width: 60px;
  }

  .furu-step {
    margin-bottom: 40px;
  }
  .furu-step-item {
    flex-direction: column;
    align-items: center;
  }
  .furu-step-item li {
    width: 100%;
    margin: 0 0 40px;
  }
  .furu-step-item li:last-child {
    margin-bottom: 0;
  }
  .furu-step-notes {
	  text-align: left;
    padding-left: 0px;
	  line-height: 1.6;  
	  margin: 20px 0;

  }
  .furu-step-notes li {
	  margin: 0;

  }
	
	.furu-step-img img {
  margin: 50px　0;
}
/*-------------------------------------------
smp ご案内
-------------------------------------------*/
/* セクション全体 */
	

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

/* メイン見出し 
.furu-heading {
  font-size: 1rem;
  font-weight: bold;
  margin: 3rem 0 3rem;
  border-left: 4px solid #333;
  padding-left: 1rem;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}
*/

.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-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;
  }
}


/* ===============================
   商品リスト（PC共通）
================================= */
.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;
  }
    }


/* ===============================
   スライド
================================= */
.furu-slider {
  position: relative;
  width: 100%;
  max-width: 1152px;
  margin: 0px auto; 
  overflow: hidden;
}

/* aタグ自体を重ねる */
.furu-slider a {
  position: absolute;
  top: 0;
  left: 0;              
  width: 100%;
  opacity: 0;
  animation: furu-fade 20s infinite; 
  transform: none;      /* 中央寄せ解除 */
  pointer-events: none; /* 👈 非表示のときはクリック無効 */
}

/* 1枚目だけ最初に表示 */
.furu-slider a:first-child {
  position: relative;    /* 高さを取るため */
  opacity: 1;
  pointer-events: auto;  /* 👈 最初はクリック可能 */
}

/* 各画像の表示タイミング */
.furu-slider a:nth-child(1) { animation-delay: 0s; }
.furu-slider a:nth-child(2) { animation-delay: 4s; }
.furu-slider a:nth-child(3) { animation-delay: 8s; }
.furu-slider a:nth-child(4) { animation-delay: 12s; }
.furu-slider a:nth-child(5) { animation-delay: 16s; }

/* フェードアニメーション */
@keyframes furu-fade {
  0%   { opacity: 0; pointer-events: none; }
  5%   { opacity: 1; pointer-events: auto; }
  20%  { opacity: 1; pointer-events: auto; }
  25%  { opacity: 0; pointer-events: none; }
  100% { opacity: 0; pointer-events: none; }
}

/* 画像はa内で100%表示 */
.furu-slider a img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ対応 */
@media (max-width: 750px) {
  .furu-slider {
    max-width: 100%;
  }
}

