@charset "UTF-8";
/* ===========================================================
 * 玄関ページ専用スタイル（page-portal.php 用）
 * カラー変数は style.css の :root に定義済み
 * =========================================================== */

/* Lightning のメインコンテンツエリアをリセット */
body.page-template-page-portal #main,
body.page-template-page-portal #container,
body.page-template-page-portal .site-body {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* 玄関ページ全体（ダークシック背景） */
.portal-page {
  background:
    radial-gradient(ellipse at top, #3a322c 0%, #1f1b18 70%, #14110f 100%);
  color: var(--kura-wall-light);
  line-height: 1.8;
  font-size: 16px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.portal-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(212, 184, 126, 0.08) 0%, transparent 35%),
    radial-gradient(circle at 85% 75%, rgba(176, 141, 76, 0.06) 0%, transparent 35%);
  pointer-events: none;
  z-index: 0;
}

.portal-page::after {
  content: '蔵';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 720px;
  font-weight: 800;
  color: rgba(212, 184, 126, 0.035);
  line-height: 0.8;
  pointer-events: none;
  z-index: 0;
}

/* 暖簾 */
.portal-noren {
  background: var(--kura-charcoal);
  color: var(--kura-wall-light);
  padding: 16px 0;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 0 var(--kura-deep);
  z-index: 2;
}
.portal-noren::before,
.portal-noren::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 26px;
  height: 22px;
  background: var(--kura-charcoal);
}
.portal-noren::before { left: 30%; box-shadow: 0 6px 0 var(--kura-deep); }
.portal-noren::after { right: 30%; box-shadow: 0 6px 0 var(--kura-deep); }
.portal-noren .noren-text {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  font-weight: 500;
}
.portal-noren .noren-text .gold { color: var(--kura-gold-light); }

/* ヘッダー */
.portal-header {
  padding: 28px 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.portal-header .brand-mark {
  display: flex;
  align-items: center;
  gap: 16px;
}
.portal-header .brand-kanji {
  width: 60px;
  height: 60px;
  background: var(--kura-wall-light);
  color: var(--kura-deep);
  display: grid;
  place-items: center;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 34px;
  font-weight: 800;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(212, 184, 126, 0.25);
  position: relative;
}
.portal-header .brand-kanji::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(58, 50, 44, 0.3);
  border-radius: 3px;
  pointer-events: none;
}
.portal-header .brand-name .jp {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--kura-wall-light);
  line-height: 1.2;
}
.portal-header .brand-name .en {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--kura-gold-light);
  margin-top: 4px;
}
.portal-header .portal-tel { text-align: right; }
.portal-header .portal-tel .label {
  font-size: 12px;
  color: var(--kura-gold-light);
  margin-bottom: 4px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
}
.portal-header .portal-tel .num {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--kura-wall-light);
  letter-spacing: 0.05em;
  line-height: 1;
}
.portal-header .portal-tel .hours {
  font-size: 11px;
  color: var(--kura-gold-light);
  opacity: 0.8;
  margin-top: 6px;
}

/* メインコンテンツ */
.portal-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.portal-eyebrow {
  display: inline-block;
  background: rgba(212, 184, 126, 0.1);
  border: 1px solid var(--kura-gold);
  color: var(--kura-gold-light);
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  padding: 5px 18px;
  border-radius: 100px;
  letter-spacing: 0.2em;
  margin: 0 auto 20px;
  font-weight: 600;
}
.portal-title {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--kura-wall-light);
  margin-bottom: 18px;
}
.portal-title .accent {
  color: var(--kura-gold-light);
  position: relative;
  display: inline-block;
}
.portal-title .accent::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--kura-gold);
  opacity: 0.3;
  z-index: -1;
}
.portal-sub {
  font-size: 14px;
  color: var(--kura-gold-light);
  opacity: 0.85;
  margin-bottom: 40px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  letter-spacing: 0.1em;
}

/* 2択カード */
.portal-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.choice-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  box-shadow: 0 12px 36px rgba(58, 50, 44, 0.12);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  border: 3px solid transparent;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-align: left;
}
.choice-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(58, 50, 44, 0.2);
}
.choice-kura:hover { border-color: var(--bento-red); }
.choice-aqua:hover { border-color: var(--aqua-blue); }

.choice-img {
  height: 240px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--kura-wall-light), var(--kura-wall));
}
.choice-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.15) 100%);
  z-index: 1;
}
.choice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.choice-card:hover .choice-img img { transform: scale(1.06); }

.choice-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: white;
  padding: 8px 18px;
  border-radius: 100px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 2;
}
.choice-kura .choice-badge { color: var(--bento-red); }
.choice-aqua .choice-badge { color: var(--aqua-blue); }

.choice-body {
  padding: 30px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.choice-jp {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  color: var(--kura-charcoal);
}
.choice-en {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--brown);
  margin-bottom: 16px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', sans-serif;
}
.choice-desc {
  font-size: 13px;
  line-height: 1.9;
  color: var(--brown);
  flex: 1;
  margin-bottom: 22px;
}
.choice-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  transition: all 0.3s;
  align-self: stretch;
  letter-spacing: 0.05em;
}
.choice-kura .choice-link { background: var(--bento-red); }
.choice-aqua .choice-link { background: var(--aqua-blue); }
.choice-card:hover .choice-link .arrow { transform: translateX(4px); }
.arrow { transition: transform 0.3s; display: inline-block; }

/* フッター */
.portal-footer {
  padding: 18px 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  font-size: 11px;
  color: var(--kura-gold-light);
  opacity: 0.7;
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(212, 184, 126, 0.1);
}
.portal-footer-links {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  font-size: 12px;
}
.portal-footer-links a {
  color: var(--kura-gold-light);
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}
.portal-footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}
.portal-footer-links .sep {
  opacity: 0.4;
}
.portal-footer-copy {
  font-size: 11px;
}

/* スマホ対応 */
@media (max-width: 900px) {
  .portal-header { flex-direction: column; gap: 16px; align-items: center; text-align: center; padding: 20px; }
  .portal-header .portal-tel { text-align: center; }
  .portal-main { padding: 30px 20px; }
  .portal-choice { grid-template-columns: 1fr; gap: 18px; }
  .choice-img { height: 180px; }
  .portal-page::after { font-size: 300px; }
}
