@charset "UTF-8";

/* =========================================================
   敬老の日 特設ページ
   PC最大幅：800px
   Smartphone：レスポンシブ対応
========================================================= */
html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-image: url(https://isunokoujyou.com/pic-labo/keirou-day-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.keiro-lp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  color: #4b4038;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    Meiryo,
    sans-serif;
  line-height: 1.8;
  box-sizing: border-box;
}

.keiro-lp * {
  box-sizing: border-box;
}

.keiro-lp img {
  display: block;
  width: 100%;
  height: auto;
}

.keiro-lp a {
  text-decoration: none;
  color: inherit;
}

.keiro-section {
  padding: 60px 30px;
}

.keiro-section--beige {
  background: #f8f3eb;
}

.keiro-section--light {
  background: #fffaf5;
}

.keiro-section-title {
  margin: 0 0 35px;
  text-align: center;
}

.keiro-section-title .en {
  display: block;
  margin-bottom: 5px;
  color: #a56d52;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.keiro-section-title h2 {
  margin: 0;
  color: #59483d;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}

.keiro-section-title p {
  margin: 15px auto 0;
  max-width: 620px;
  color: #73665d;
  font-size: 14px;
}

.keiro-btn {
  display: block;
  max-width: 400px;
  margin: 30px auto 0;
  padding: 17px 20px;
  border-radius: 4px;
  background: #9a5844;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: opacity .2s ease;
}

.keiro-btn:hover {
  opacity: .85;
}

.keiro-btn span {
  margin-left: 8px;
}

/* ========================= HERO ========================= */
.keiro-hero {
  position: relative;
  text-align: center;
  background: #f4ede3;
}

.keiro-hero-image img {
  width: 100%;
}

.keiro-hero-body {
  padding: 36px 30px 42px;
}

.keiro-hero-date {
  margin-bottom: 12px;
  color: #9a5844;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .08em;
}

.keiro-hero h1 {
  margin: 0;
  color: #4e4038;
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
}

.keiro-hero h1 span {
  display: block;
  margin-top: 5px;
  font-size: 20px;
}

.keiro-hero-text {
  margin: 20px auto 0;
  max-width: 580px;
  color: #6f6259;
  font-size: 15px;
}

/* ========================= 椅子を贈る理由 ========================= */
.keiro-message {
  text-align: center;
}

.keiro-message-lead {
  margin: 0 auto 35px;
  max-width: 620px;
  font-size: 16px;
}

.keiro-merit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.keiro-merit {
  padding: 25px 10px;
  border: 1px solid #e6ddd4;
  background: #fff;
  text-align: center;
}

.keiro-merit-icon {
  display: block;
  margin-bottom: 8px;
  font-size: 30px;
}

.keiro-merit strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.keiro-merit p {
  margin: 0;
  color: #776b62;
  font-size: 12px;
}

/* ========================= キャンペーン特典 ========================= */
.keirou-bonus {
  background: white;
  padding: 10%;
  margin-top: 3%;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.ribbon::before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -40px;
  left: -55px;
  border: 30px solid #8b9b50;
  border-left-color: transparent;
}

.ribbon::after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -40px;
  right: -55px;
  border: 30px solid #8b9b50;
  border-right-color: transparent;
}

.ribbon p {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 15px 45px;
  line-height: 45px;
  color: #FFF;
  background: #69782f;
  z-index: 1;
  font-size: 36px;
}

.ribbon p::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #555f2e;
}

.ribbon p::after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #555f2e;
}

.keirou-bonus a {
  display: block;
  margin-bottom: 3%;
}

/* ========================= お悩み・用途から選ぶ ========================= */
.keiro-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.keiro-type-card {
  overflow: hidden;
  border: 1px solid #e4dad0;
  background: #fff;
}

.keiro-type-card img {
  /*aspect-ratio: 4 / 3;*/
  object-fit: cover;
  padding: 3%;
}

.keiro-type-content {
  padding: 20px;
}

.keiro-type-content h3 {
  margin: 0;
  color: #59483d;
  font-size: 18px;
}

.keiro-type-content p {
  margin: 0 0 15px;
  color: #776b62;
  font-size: 24px;
  border-bottom: 1px dotted #776b62;
}

.keiro-type-link {
  color: #9a5844 !important;
  font-size: 13px;
  font-weight: bold;
}

.product-highlights {
  list-style-type: none;
  padding: 0;
}

.product-highlights i {
  margin-right: 1.5%;
}

.product-review ul {
  list-style-type: none;
  padding: 0;
}

.product-review>ul>li>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5%;
  padding-bottom: 1%;
}

.product-review>ul>li>div>img {
  width: 20% !important;
  margin-right: 5%;
}

.product-review>ul>li>div>p {
  width: 75%;
  position: relative;
  background: #fbdac8;
  border-radius: 20px;
  font-size: 90%;
  padding: 20px;
  box-sizing: border-box;
}

.product-review>ul>li>div>p>span:first-child {
  position: absolute;
  left: -38px;
  width: 11px;
  height: 10px;
  bottom: 0;
  background: #fbdac8;
  border-radius: 50%;
  top: 45%;
}

.product-review>ul>li>div>p>span:last-child {
  position: absolute;
  left: -24px;
  width: 16px;
  height: 14px;
  top: 30%;
  background: #fbdac8;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}

.keiro-type-price {
  font-size: 28px;
  font-weight: bold;
}

.keiro-type-price span:first-child {
  color: #6c6c6c;
}

.keiro-type-price strong {
  font-size: 42px;
  margin-left: 1%;
  color: #b7191d;
}

.keiro-type-price span:last-child {
  color: #b7191d;
}

/* ========================= おすすめ商品 ========================= */
.keiro-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.keiro-product {
  overflow: hidden;
  border: 1px solid #e5ddd5;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.keiro-product-image {
  position: relative;
}

.keiro-product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 4px 9px;
  background: #9a5844;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.keiro-product-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.keiro-product-name {
  margin: 0 0 10px;
  color: #4e4038;
  font-size: 15px;
  line-height: 1.5;
}

.keiro-product-reason {
  min-height: 62px;
  margin: 0 0 10px;
  color: #76695f;
  font-size: 12px;
}

/*.keiro-product-tags {
  margin-bottom: 10px;
}*/

.keiro-product-tags span {
  display: inline-block;
  margin: 0 3px 5px 0;
  padding: 5px 10px;
  border-radius: 2px;
  background: #f1ebe5;
  color: #6a5c53;
  font-size: 12px;
}

.keiro-product-tags .stick {
  background: coral;
  color: white;
}

.keiro-product-tags .legcyt {
  background: darkseagreen;
  color: white;
}

.keiro-price {
  margin: 12px 0;
  color: #6e493b;
  font-size: 17px;
  font-weight: bold;
}

.keiro-product-btn {
  display: block;
  padding: 10px;
  background: #716157;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.keiro-sub-type-price {
  /*display: flex;
  align-items: center;*/
  margin-top: auto;
  font-size: 17px;
  font-weight: bold;
  color: #6e493b;
}

.keiro-sub-type-price span:first-child {
  color: #6c6c6c;
  margin-right: 2%;
  font-size: 22px;
}

.keiro-sub-type-price strong {
  font-size: 32px;
  color: #b7191d;
}

.keiro-sub-type-price span:last-child {
  color: #b7191d;
  font-size: 24px;
  font-weight: bold;
}

/* ========================= 予算 ========================= */
.keiro-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.keiro-price-btn {
  display: block;
  padding: 22px 8px;
  border: 1px solid #b79582;
  background: #fff;
  color: #6e4e40 !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* ========================= 椅子選びガイド ========================= */
.keiro-guide-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.keiro-guide {
  padding: 25px;
  background: #fff;
  border: 1px solid #e4dad0;
}

.keiro-guide-no {
  display: inline-block;
  margin-bottom: 10px;
  color: #ad7055;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .08em;
}

.keiro-guide h3 {
  margin: 0 0 10px;
  color: #59483d;
  font-size: 18px;
}

.keiro-guide p {
  margin: 0;
  color: #75685f;
  font-size: 13px;
}

/* ========================= 安心サービス ========================= */
.keiro-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.keiro-service {
  padding: 25px;
  background: #fff;
  border: 1px solid #e1d6cc;
}

.keiro-service h3 {
  margin: 0 0 10px;
  color: #59483d;
  font-size: 17px;
}

.keiro-service p {
  margin: 0;
  color: #76695f;
  font-size: 13px;
}

.keiro-service-link {
  display: inline-block;
  margin-top: 12px;
  color: #9a5844 !important;
  font-size: 13px;
  font-weight: bold;
}

/* ========================= 配送案内 ========================= */
.keiro-delivery {
  padding: 35px;
  border: 2px solid #b8795f;
  background: #fff;
  text-align: center;
}

.keiro-delivery-date {
  margin: 10px 0;
  color: #9a5844;
  font-size: 24px;
  font-weight: bold;
}

.keiro-delivery-note {
  margin: 15px 0 0;
  color: #776b62;
  font-size: 12px;
}

/* ========================= FAQ ========================= */
.keiro-faq-item {
  margin-bottom: 12px;
  border: 1px solid #e2d9d1;
  background: #fff;
}

.keiro-faq-q,
.keiro-faq-a {
  position: relative;
  padding: 18px 20px 18px 55px;
}

.keiro-faq-q {
  border-bottom: 1px solid #eee7e1;
  color: #59483d;
  font-weight: bold;
}

.keiro-faq-a {
  color: #75685f;
  font-size: 13px;
}

.keiro-faq-q::before,
.keiro-faq-a::before {
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  font-weight: bold;
}

.keiro-faq-q::before {
  content: "Q";
  color: #9a5844;
}

.keiro-faq-a::before {
  content: "A";
  color: #887c72;
}

/* ========================= 最終CTA ========================= */
.keiro-last {
  padding: 60px 30px;
  background: #eee3d7;
  text-align: center;
}

.keiro-last h2 {
  margin: 0 0 15px;
  color: #54463d;
  font-size: 27px;
}

.keiro-last p {
  margin: 0 auto;
  max-width: 560px;
  color: #70635b;
  font-size: 14px;
}

.shop-logo {
  display: block;
  width: 20%;
  margin: 2% auto 0;
}

/* ========================= Smartphone ========================= */
@media screen and (max-width: 600px) {
  .keiro-section {
    padding: 45px 16px;
  }

  .keiro-section-title {
    margin-bottom: 28px;
  }

  .keiro-section-title h2 {
    font-size: 22px;
  }

  .keiro-hero-body {
    padding: 30px 18px 35px;
  }

  .keiro-hero h1 {
    font-size: 27px;
  }

  .keiro-hero h1 span {
    font-size: 17px;
  }

  .keiro-hero-text {
    font-size: 14px;
    text-align: left;
  }

  .keiro-merit-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .keiro-type-grid {
    grid-template-columns: 1fr;
  }

  .keiro-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .keiro-product-body {
    padding: 12px;
  }

  .keiro-product-reason {
    min-height: 0;
  }

  .keiro-price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .keiro-guide-list {
    grid-template-columns: 1fr;
  }

  .keiro-service-grid {
    grid-template-columns: 1fr;
  }

  .keiro-delivery {
    padding: 25px 15px;
  }

  .keiro-delivery-date {
    font-size: 20px;
  }

  .keiro-last {
    padding: 50px 18px;
  }

  .keiro-last h2 {
    font-size: 22px;
  }

  .keiro-btn {
    font-size: 15px;
  }

  .keirou-bonus {
    padding: 3%;
    margin-top: 5%;
  }

  .ribbon {
    display: inline-block;
    position: relative;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    margin: 10px 0 40px;
  }

  .ribbon::before {
    content: '';
    position: absolute;
    width: 10px;
    bottom: -20px;
    left: -35px;
    border: 20px solid #8b9b50;
    border-left-color: transparent;
  }

  .ribbon::after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: -20px;
    right: -35px;
    border: 20px solid #8b9b50;
    border-right-color: transparent;
  }

  .ribbon p {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 5px 20px;
    line-height: 45px;
    color: #FFF;
    background: #69782f;
    z-index: 1;
    font-size: 24px;
  }

  .ribbon p::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #555f2e;
  }

  .ribbon p::after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #555f2e;
  }

  .shop-logo {
    display: block;
    width: 40%;
    margin: 5% auto 0;
  }

  .keiro-sub-type-price {
    /*display: inherit;*/
  }

  .keiro-sub-type-price span:first-child {
    color: #6c6c6c;
    margin-right: 2%;
    font-size: 16px;
  }

  .keiro-sub-type-price strong {
    font-size: 26px;
  }

  .keiro-sub-type-price span:last-child {
    font-size: 20px;
    font-weight: bold;
  }

}