@charset "UTF-8";
/* =========================================================
   徳島店ページ 専用スタイル（新規セクションのみ）
   サイト共通の意匠（色 #778ba0 / 緑 #5e6b5c / フォント）に準拠
   ========================================================= */

/* レビュー用コンプでは fadein を常時表示（スクロール待ちで消えないように） */
.fadein { opacity: 1 !important; transform: none !important; }

/* 素材待ちプレースホルダー（実素材差し替え時に material-wait を外す） */
.material-wait { position: relative; }
.material-wait::after {
  content: "素材待ち";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.45); color: #fff;
  font-size: 12px; letter-spacing: .15em;
  pointer-events: none;
}

#toku { overflow: hidden; }

/* ---------- 1. ヒーロー ---------- */
.toku_hero {
  position: relative;
  width: 100%;
  height: 78vh;
  min-height: 460px;
  max-height: 760px;
  overflow: hidden;
}
.toku_hero_img { position: absolute; inset: 0; }
.toku_hero_img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.toku_hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.05) 40%, rgba(0,0,0,.35) 100%);
  z-index: 1;
}
.toku_hero_inner {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.toku_hero_icon {
  width: 84px; height: 84px; border-radius: 50%;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.7);
  display: flex; align-items: center; justify-content: center;
  font-family: "Montserrat", sans-serif; font-size: 12px; letter-spacing: .1em;
  margin-bottom: 28px; overflow: hidden;
}
.toku_hero_ttl .en {
  display: block;
  font-family: "Montserrat", sans-serif; font-weight: 500;
  letter-spacing: .35em; font-size: 14px; margin-bottom: 14px;
}
.toku_hero_ttl .jp {
  display: block;
  font-family: "Noto Serif JP", serif; font-weight: 500;
  font-size: 42px; letter-spacing: .12em; line-height: 1.3;
}
.toku_hero_ttl .lead {
  display: block; margin-top: 18px;
  font-size: 15px; letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .toku_hero { height: 70vh; min-height: 420px; }
  .toku_hero_ttl .jp { font-size: 30px; }
  .toku_hero_icon { width: 68px; height: 68px; margin-bottom: 20px; }
}

/* ---------- 2. コンセプト（全面緑） ---------- */
.toku_concept {
  background: #5e6b5c;
  padding: 90px 30px;
}
.toku_concept_inner { max-width: 760px; margin: auto; }
.toku_concept_inner img { width: 100%; height: auto; display: block; }
@media screen and (max-width: 767px) {
  .toku_concept { padding: 50px 20px; }
}

/* ---------- 3〜5. ツクル / ツドウ / ツナグ ---------- */
.toku_pillars { margin-top: 110px; }
.toku_pillar {
  display: flex; align-items: center; gap: 6%;
  margin-bottom: 80px;
}
.toku_pillar:last-child { margin-bottom: 0; }
.toku_pillar_img {
  width: 47%; flex-shrink: 0;
  aspect-ratio: 4 / 3;
  background: #e7e7e3;
  display: flex; align-items: center; justify-content: center;
  color: #9a9a93; font-size: 14px; letter-spacing: .1em;
  overflow: hidden;
}
.toku_pillar_img > span { position: relative; z-index: 0; }
.toku_pillar_txt { flex: 1; }
.toku_pillar_ttl {
  font-family: "Noto Serif JP", serif; font-weight: 500;
  font-size: 2em; letter-spacing: .12em; line-height: 1.2;
  margin-bottom: .4em;
}
.toku_pillar_ttl .en {
  display: block;
  font-family: "Montserrat", sans-serif; font-weight: 500;
  font-size: .42em; letter-spacing: .3em; color: #778ba0;
  margin-bottom: .8em;
}
.toku_pillar_catch {
  font-size: 1.05em; font-weight: bold; color: #5e6b5c;
  margin-bottom: 1em;
}
.toku_pillar_lead { font-size: .95em; line-height: 2; }
.toku_pillar_lead .note { display: block; margin-top: .6em; font-size: .8em; color: #b08; }
@media screen and (max-width: 767px) {
  .toku_pillars { margin-top: 70px; }
  .toku_pillar { flex-direction: column; gap: 24px; margin-bottom: 56px; }
  .toku_pillar_img { width: 100%; }
  .toku_pillar_ttl { font-size: 1.6em; }
}

/* ---------- 6. ライフデザインラボ（イベント） 追記分 ---------- */
.toku_lab_lead { margin-bottom: 2.2em; max-width: 760px; }
.list_event article .cat.event { background: #5e6b5c; }
/* display:flow-root でBFCを作り、子ボタンの上マージンが親と相殺するのを防ぐ */
.toku_lab_btn { margin-top: 56px; display: flow-root; }
@media screen and (max-width: 767px) {
  .toku_lab_btn { margin-top: 40px; }
}
/* レビュー#4003：来店予約ボタンのみ 上マージン 0→40px（PC/SP両方・他の.buttonには波及させない） */
.toku_lab_btn a.button { margin-top: 40px; }

/* ---------- 7. Instagram ---------- */
.toku_insta_lead { margin-bottom: 2.2em; }
.toku_insta_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.toku_insta_item {
  position: relative; display: block;
  aspect-ratio: 1 / 1; overflow: hidden;
}
.toku_insta_item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s;
}
.toku_insta_item:hover img { transform: scale(1.06); }
.toku_insta_item .dummy {
  position: absolute; top: 8px; left: 8px;
  background: rgba(0,0,0,.55); color: #fff;
  font-size: 10px; letter-spacing: .12em;
  padding: 2px 8px; border-radius: 2px;
}
.toku_insta_btn { margin-top: 48px; }
@media screen and (max-width: 767px) {
  .toku_insta_grid { gap: 8px; }
  .toku_insta_btn { margin-top: 36px; }
}
