@charset "utf-8";
.fs-preview-header {
  margin-bottom: 0;
}

.fs-preview-header {
  display: none;
}

@media (max-width: 750px) {
  .fs-preview-header {
    display: none;
  }
}

/* インスタ調整0924 */
#sb_instagram .sbi-screenreader {
    display: none;
}
#sb_instagram .svg-inline--fa {
    display: none;
}


/* アクセスページ調整1201 */
@media (max-width: 750px) {
.shop_wrapper .shop__table__ttl {
    font-size: 4.8vw;
  }
.shop_wrapper .shop__table__text {
    font-size: 4.27vw;
  }
.shop_wrapper .shop__calendar__ttl {
    font-size: 4.94vw;
  }
.shop_wrapper .bnr__list {
    font-size: 4.27vw;
  }
.shop_wrapper .shop__map__ttl {
    font-size: 4.94vw;
  }
.shop_wrapper .shop__access {
    width: 76vw;
  }
.shop_wrapper .shop__access__text {
    font-size: 4.27vw;
  }
.shop_wrapper .shop__access__note {
    font-size: 4.27vw;
  }
.shop_wrapper .about__btn a {
    width: 64vw;
    margin: 5vw auto 0;
    font-size: 4.27vw;
  }
.shop_wrapper .shop__calendar .cal_wrapper .cal tr th p {
    font-size: 4.27vw;
}
.shop_wrapper .shop__calendar .cal_wrapper .cal tr td div {
    font-size: 4.27vw;
}
.shop_wrapper .shop__calendar .cal_wrapper .cal tr td {
    font-size: 4.27vw;
}
.shop_wrapper .shop__calendar__note {
    font-size: 4.27vw;
}
.shop_wrapper .shop__slider__thumb__inner {
    padding: 0 2%;
}
}


/* ========================================
   秋の食卓診断
======================================== */

#autumn-diagnosis {
  max-width: 760px;
  margin: 0 auto;
  padding: 50px 20px 70px;
  box-sizing: border-box;
  color: #4f3828;
}


/* ========================================
   共通
======================================== */

#autumn-diagnosis .diagnosis-screen {
  text-align: center;
}

#autumn-diagnosis button,
#autumn-diagnosis a {
  font-family: inherit;
  box-sizing: border-box;
}


/* ========================================
   診断TOP
======================================== */

#autumn-diagnosis .diagnosis-hero {
  text-align: center;
}

#autumn-diagnosis .diagnosis-top-image {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 30px;
  border-radius: 18px;
}

#autumn-diagnosis .diagnosis-lead {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.9;
}

#autumn-diagnosis .start-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 16px 42px;

  border: none;
  border-radius: 50px;

  background: #d9822b;
  color: #fff;

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

  cursor: pointer;

  transition: 0.2s;
}

#autumn-diagnosis .start-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}


/* ========================================
   進捗
======================================== */

#autumn-diagnosis .progress {
  display: flex;
  justify-content: center;
  gap: 10px;

  margin-bottom: 12px;
}

#autumn-diagnosis .progress span {
  display: block;

  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: #ddd2c3;
}

#autumn-diagnosis .progress span.active {
  background: #d9822b;
}


/* ========================================
   質問
======================================== */

#autumn-diagnosis .question-number {
  margin: 0 0 12px;

  color: #a26a3d;

  font-size: 13px;
  font-weight: bold;
}

#autumn-diagnosis .question-title {
  margin: 0 0 32px;

  color: #4f3828;

  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}


/* ========================================
   選択肢
======================================== */

#autumn-diagnosis .answer-list {
  display: grid;
  gap: 14px;

  max-width: 650px;
  margin: 0 auto;
}

#autumn-diagnosis .answer-card {
  width: 100%;

  display: flex;
  align-items: center;
  gap: 16px;

  padding: 18px 20px;

  background: #fffdf9;

  border: 1px solid #e8d7c2;
  border-radius: 14px;

  color: #4f3828;

  font-size: 15px;
  line-height: 1.6;
  text-align: left;

  cursor: pointer;

  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}

#autumn-diagnosis .answer-card:hover {
  background: #fff8ed;
  border-color: #d9822b;

  transform: translateY(-2px);

  box-shadow:
    0 5px 15px rgba(79, 56, 40, 0.08);
}


/* A〜Dは全部同じ色 */

#autumn-diagnosis .answer-letter {
  flex-shrink: 0;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #d9822b;
  color: #fff;

  font-size: 15px;
  font-weight: bold;
}

#autumn-diagnosis .answer-text {
  flex: 1;
}


/* ========================================
   結果
======================================== */

#autumn-diagnosis .result-small {
  margin: 0 0 12px;

  color: #a26a3d;

  font-size: 14px;
  font-weight: bold;
}

#autumn-diagnosis .result-title {
  margin: 0 0 24px;

  color: #4f3828;

  font-size: 28px;
  line-height: 1.5;
}

#autumn-diagnosis .result-image {
  display: block;

  width: 100%;
  max-width: 650px;
  aspect-ratio: 3 / 2;
  object-fit: cover;

  margin: 0 auto 28px;

  border-radius: 18px;
}

#autumn-diagnosis .result-text {
  max-width: 600px;

  margin: 0 auto 38px;

  font-size: 16px;
  line-height: 1.9;

  text-align: left;
}


/* ========================================
   おすすめ
======================================== */

#autumn-diagnosis .result-recommend {
  max-width: 620px;

  margin: 0 auto;

  padding: 30px 24px;

  background: #fff8ed;

  border-radius: 18px;
}

#autumn-diagnosis .recommend-lead {
  margin: 0 0 12px;

  font-size: 14px;
}

#autumn-diagnosis .recommend-title {
  margin: 0;

  color: #4f3828;

  font-size: 21px;
  line-height: 1.6;
}

#autumn-diagnosis .recommend-btn {
  display: inline-block;

  margin-top: 22px;
  padding: 15px 38px;

  background: #d9822b;
  color: #fff;

  border-radius: 50px;

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

  text-decoration: none;

  transition: 0.2s;
}

#autumn-diagnosis .recommend-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}


/* ========================================
   もう一度診断
======================================== */

#autumn-diagnosis .restart-btn {
  margin-top: 28px;

  padding: 8px;

  background: none;
  border: none;

  color: #806a59;

  font-size: 14px;

  text-decoration: underline;

  cursor: pointer;
}


/* ========================================
   スマートフォン
======================================== */

@media screen and (max-width: 767px) {

  #autumn-diagnosis {
    padding: 32px 16px 50px;
  }

  #autumn-diagnosis .diagnosis-top-image {
    margin-bottom: 22px;
    border-radius: 14px;
  }

  #autumn-diagnosis .diagnosis-lead {
    font-size: 14px;
  }

  #autumn-diagnosis .question-title {
    margin-bottom: 24px;

    font-size: 20px;
    line-height: 1.6;
  }

  #autumn-diagnosis .answer-list {
    gap: 12px;
  }

  #autumn-diagnosis .answer-card {
    gap: 12px;

    padding: 15px 14px;

    border-radius: 12px;

    font-size: 14px;
  }

  #autumn-diagnosis .answer-letter {
    width: 34px;
    height: 34px;

    font-size: 14px;
  }

  #autumn-diagnosis .result-title {
    font-size: 23px;
  }

  #autumn-diagnosis .result-text {
    font-size: 14px;
    line-height: 1.8;
  }

  #autumn-diagnosis .result-recommend {
    padding: 24px 18px;
  }

  #autumn-diagnosis .recommend-title {
    font-size: 19px;
  }

}