
/* =========================================================
   oshibana-page.css
   La Couleur 押し花ページ専用
========================================================= */


/* =========================================================
   BODY
========================================================= */

body{
  margin:0;

  font-family:
  "Yu Gothic",
  "Hiragino Kaku Gothic ProN",
  Meiryo,
  sans-serif;

  color:#5c5552;

  line-height:2;

  background:
  linear-gradient(
  to bottom,
  #fffefd 0%,
  #fff9f6 45%,
  #fff5f2 100%);
}


/* =========================================================
   PAGE
========================================================= */

.oshi108-page{
  max-width:1200px;

  margin:0 auto;

  padding:
  40px 20px 120px;
}


/* =========================================================
   HERO
========================================================= */

.oshi108-hero{
  position:relative;

  overflow:hidden;

  border-radius:38px;

  padding:
  120px 40px;

  margin-bottom:70px;

  text-align:center;

  background:
  linear-gradient(
  rgba(255,255,255,.45),
  rgba(255,255,255,.55)),
  url("1/oshibana5.jpg")
  center center / cover no-repeat;

  box-shadow:
  0 20px 60px rgba(0,0,0,.08);
}

.oshi108-hero::before{
  content:"";

  position:absolute;
  inset:0;

  background:
  radial-gradient(
  circle at top,
  rgba(255,255,255,.55),
  transparent 60%);
}

.oshi108-hero-inner{
  position:relative;
  z-index:2;
}

.oshi108-sub{
  font-size:14px;

  letter-spacing:.35em;

  color:#b67f87;

  margin-bottom:24px;
}

.oshi108-hero h1{
  font-size:54px;

  line-height:1.5;

  color:#70474e;

  font-weight:500;

  letter-spacing:.06em;

  margin:0 0 28px;
}

.oshi108-lead{
  max-width:760px;

  margin:0 auto;

  font-size:19px;

  color:#685f5d;
}


/* =========================================================
   BOX
========================================================= */

.box108{
  background:
  rgba(255,255,255,.92);

  border:
  1px solid #efdfe1;

  border-radius:34px;

  padding:
  55px 48px;

  margin-bottom:48px;

  backdrop-filter:blur(6px);

  box-shadow:
  0 16px 44px rgba(0,0,0,.05);
}


/* =========================================================
   TITLE
========================================================= */

.box108 h2{
  position:relative;

  text-align:center;

  font-size:34px;

  font-weight:500;

  color:#8e5960;

  margin:0 0 42px;

  letter-spacing:.08em;
}

.box108 h2::after{
  content:"";

  display:block;

  width:90px;
  height:2px;

  margin:20px auto 0;

  background:
  linear-gradient(
  to right,
  transparent,
  #dca8b0,
  transparent);
}


/* =========================================================
   COPY
========================================================= */

.copy108{
  text-align:center;

  font-size:30px;

  line-height:1.9;

  color:#98535d;

  font-weight:bold;

  letter-spacing:.08em;

  margin:
  55px auto;
}

.center108{
  text-align:center;
}


/* =========================================================
   PHOTO
========================================================= */

.photo108{
  overflow:hidden;

  border-radius:30px;

  margin-bottom:40px;

  box-shadow:
  0 16px 40px rgba(0,0,0,.08);
}

.photo108 img{
  width:100%;

  display:block;

  transition:1.2s;
}

.photo108 img:hover{
  transform:scale(1.03);
}


/* =========================================================
   GRID
========================================================= */

.special-grid{
  display:grid;

  grid-template-columns:
  repeat(3,minmax(0,1fr));

  gap:28px;

  margin-top:40px;
}


/* =========================================================
   CARD
========================================================= */

.special-card{
  background:
  linear-gradient(
  to bottom,
  rgba(255,255,255,.96),
  rgba(255,250,248,.96));

  border:
  1px solid #edd9dc;

  border-radius:30px;

  overflow:hidden;

  padding:
  28px 24px 34px;

  text-align:center;

  transition:.35s;

  box-shadow:
  0 12px 34px rgba(0,0,0,.05);
}

.special-card:hover{
  transform:
  translateY(-8px);

  box-shadow:
  0 22px 44px rgba(0,0,0,.08);
}

.special-card img{
  width:100%;

  border-radius:22px;

  margin-bottom:24px;
}

.special-card h3{
  font-size:26px;

  color:#87555d;

  line-height:1.7;

  margin-bottom:16px;

  font-weight:500;
}


/* =========================================================
   PRICE
========================================================= */

.price108{
  font-size:46px;

  font-weight:bold;

  color:#d54d5f;

  line-height:1.4;

  margin:
  28px 0 12px;
}

.tax108{
  color:#888;

  text-align:center;
}


/* =========================================================
   LABEL
========================================================= */

.note-red{
  display:inline-block;

  padding:
  6px 18px;

  border-radius:999px;

  background:#fff0f2;

  color:#cf4456;

  font-weight:bold;

  font-size:14px;

  margin-bottom:18px;
}




/* =========================================================
   BUTTON
========================================================= */

.btn{
  display:inline-block;

  padding:
  18px 38px;

  border-radius:999px;

  background:
  linear-gradient(
  135deg,
  #d97a86,
  #b65464);

  color:#fff;

  text-decoration:none;

  font-size:17px;

  font-weight:bold;

  letter-spacing:.08em;

  transition:.3s;

  box-shadow:
  0 10px 24px rgba(185,90,105,.25);
}

.btn:hover{
  transform:
  translateY(-3px);

  opacity:.92;
}

.btn-soft{
  display:inline-block;

  padding:
  14px 28px;

  border-radius:999px;

  border:
  1px solid #d7a5ac;

  background:#fff;

 color:#9b5f67;

  text-decoration:none;

  transition:.3s;
}

.btn-soft:hover{
  background:#fff4f5;


}










.special-card .btn-soft{
    margin-top:20px;
    display:inline-block;
}




/* =========================================================
   CONTACT
========================================================= */

.contact108{
  text-align:center;
}

.contact108 a{
  color:#b85d6a;

  font-weight:bold;
}


/* =========================================================
   FIXED BUTTON
========================================================= */

.fixed_btn{
  position:fixed;

  right:14px;
  bottom:24px;

  z-index:999;

  width:82px;
  height:auto;

  transition:.3s;
}

.fixed_btn:hover{
  transform:translateY(-4px);

  opacity:1 !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:768px){

  .oshi108-page{
    padding:
    18px 14px 90px;
  }

  .oshi108-hero{
    padding:
    80px 24px;

    border-radius:28px;
  }

  .oshi108-hero h1{
    font-size:34px;
  }

  .oshi108-lead{
    font-size:16px;
  }

  .box108{
    padding:
    34px 22px;

    border-radius:24px;
  }

  .box108 h2{
    font-size:26px;
  }

  .copy108{
    font-size:22px;
  }

  .special-grid{
    grid-template-columns:1fr;
  }

  .special-card{
    padding:
    24px 18px 30px;
  }

  .price108{
    font-size:38px;
  }

  .fixed_btn{
    width:68px;

    right:10px;
    bottom:16px;
  }

}


.box108 .note-red{
  display:block;
  max-width:760px;
  margin:20px auto 0;
  text-align:center;
  padding:16px 22px;
  box-sizing:border-box;
}



.old-price {
    color: #999;
    text-decoration: line-through;
    margin-bottom: 4px;
}



.old-price2 {
    color: #999;
    text-decoration: line-through;

    font-size: 32px;
    font-weight: bold;

    margin-top: 10px;
    margin-bottom: 10px;
}

.old-price3 {
    color: #999;
    text-decoration: line-through;

    font-size: 20px;
    font-weight: bold;

    margin-top: 10px;
    margin-bottom: 10px;
}

.special-grid{
  display:flex;
  flex-direction:column;
  gap:30px;
  max-width:500px;
  margin:0 auto;
}

.special-card{
  width:100%;
}




.box108 select{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}

select[name="kazu"]{
  width:70px !important;
  display:inline-block;
}

.space-s { height: 20px; }
.space-m { height: 40px; }
.space-l { height: 70px; }
.space-xl { height: 100px; }