@charset "UTF-8";

  body {
    background-color: #f8f6f4;
    /* background-image: url("../img/bg_pc.jpg"); */
    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-bold-text {
  font-weight: bold;
}
/* pcは改行しない */
.sp-br {
  display: none;
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.mainvisual {
  background-color: #f9fafa;
  background-image: url("../img/pc_bg.jpg"); /* 画像のパスを指定 */
  /*background-size: cover;         要素全体に画像をフィット */
  background-position: center;   /* 中央に配置 */
  background-repeat: no-repeat;  /* 繰り返さない */
  border-top: 4px solid #e7e2c9;  /* 上線 */
  border-bottom: 4px solid #e7e2c9; /* 下線 */
	height: 750px;
}

.img-button {
  position: absolute;
  top: 445px;
  left: 50%;
  transform: translate(-50%, -50%);  /* 正確に中央に配置 */
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.img-button a > img {
  max-width: 480px;             /* ボタン画像のサイズ（必要に応じて調整） */
  width: 100%;
  display: block;
  position: relative;/*▼shine用*/
  overflow: hidden; /* shineがはみ出さないように */
  display: inline-block;
}

.shiny {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.shiny::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 50px;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.shiny:hover::before {
  animation: shine 1s ease-out 1 forwards;
}

@keyframes shine {
  0% {
    left: -60px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

.furu-wrapper {
    margin: auto;
	margin: 20px 0;
	text-align: center;
	
}
/* キャラクターのためのスタイル */
.mainvisual__charactor-box {
  position: absolute;
  max-width: 170px;
  width: 100%;
  right: 0;
  top: calc(100% + 8px);
  transform: translateX(50%);
}

@media screen and (max-width:749px) {
  .mainvisual__charactor-box {
    max-width: calc(170 / 750 * 100vw);
  }
}
.mainvisual__charactor-box img {
  display: block;
}
.mainvisual__charactor-box::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc(220 / 170 * 100%);
}
.mainvisual__charactor,
.mainvisual__charactor-shadow {
  position: absolute;
}
.mainvisual__charactor {
  top: 0;
  width: 100%;
  left: 0;
  animation: floating-y 1.0s ease-in-out infinite alternate-reverse;
}
.mainvisual__charactor-shadow {
  bottom: 0;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
/* ふわふわするためのアニメーション */
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}


/*-------------------------------------------
PC見出し
-------------------------------------------*/
.furu-catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 50px 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: 30px 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-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_bg.jpg");
  background-size: 100% auto;       
  background-position: top center;  
  background-repeat: no-repeat;
  margin: 0 auto;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
	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 20px; 
	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_title 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-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;
  }
}
