/* ─────────────────────────────────────
   COLOR TOKENS — 天草（天草スイーツ編）
   ロゴのターコイズブルー × サンセットオレンジをベースカラーに採用
   ※ カントリーパーク／川尻版と同一構造、トークンのみ差替え
───────────────────────────────────── */
:root{
  --primary:#2E9CA8;        /* ターコイズブルー：ロゴのメインカラー（天草の海） */
  --primary-light:#4FB8C4;
  --primary-pale:#E4F4F5;
  --primary-deep:#1A6670;   /* 深海色：見出し・濃色アクセント */
  --secondary:#E8843A;      /* サンセットオレンジ：ロゴのサブカラー（晩柑・夕陽） */
  --secondary-light:#F2A368;
  --secondary-pale:#FDF0E4;
  --gold:#E0B030;           /* 砂浜ゴールド：差し色 */
  --gold-light:#F0C860;
  --cream:#FAFAF6;
  --cream-dark:#EFF4F0;
  --text-main:#16282A;
  --text-mid:#3A5256;
  --text-muted:#88A0A2;
  --white:#FFFFFF;
  --radius:8px;
  --radius-lg:18px;
  --radius-xl:28px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Noto Sans JP',sans-serif;
  color:var(--text-main);
  background:var(--cream);
  overflow-x:hidden;
  line-height:1.7;
}

/* ── NAV ── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(250,250,246,0.95);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(46,156,168,0.15);
}
.nav-inner{
  max-width:1140px;margin:0 auto;padding:0 1.5rem;
  display:flex;align-items:center;justify-content:space-between;
  height:64px;gap:1rem;
}
.nav-logo{display:flex;align-items:center;gap:0.6rem;text-decoration:none}
.nav-logo img{height:34px;width:auto;display:block}
.nav-logo-divider{width:1px;height:24px;background:rgba(46,156,168,0.25)}
.nav-logo-sub{
  font-family:'Quicksand',sans-serif;
  font-size:0.9rem;font-weight:700;color:var(--primary-deep);
  line-height:1.2;
}
.nav-logo-sub small{display:block;font-size:0.62rem;color:var(--text-muted);font-weight:500;font-family:'Noto Sans JP',sans-serif;letter-spacing:0.04em}
.nav-links{display:flex;gap:1.4rem;list-style:none;align-items:center}
.nav-links a{
  font-size:0.8rem;font-weight:500;
  color:var(--text-mid);text-decoration:none;
  letter-spacing:0.03em;transition:color 0.2s;
}
.nav-links a:hover{color:var(--primary)}
.nav-entry{
  background:var(--primary);color:var(--white) !important;
  padding:0.42rem 1.1rem;border-radius:99px;
  font-weight:700 !important;transition:background 0.2s !important;
  white-space:nowrap;
}
.nav-entry:hover{background:var(--primary-light) !important}
.hamburger{
  display:none;flex-direction:column;gap:5px;
  cursor:pointer;background:none;border:none;padding:4px;flex-shrink:0;
}
.hamburger span{display:block;width:24px;height:2px;background:var(--primary-deep);border-radius:1px}

/* ── HERO ── */
.hero{
  min-height:100svh;position:relative;overflow:hidden;
  display:flex;align-items:center;
  padding:7rem 1.5rem 4rem;
}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{
  width:100%;height:100%;object-fit:cover;
  filter:brightness(0.6) saturate(1.05);
}
.hero-bg-overlay{
  position:absolute;inset:0;
/*
  background:linear-gradient(
    125deg,
    rgba(26,102,112,0.78) 0%,
    rgba(46,156,168,0.5) 45%,
    rgba(255,255,255,0.4) 100%
  );
*/
}
.hero-bg-overlay::after{
  content:'';position:absolute;inset:0;
  background-image:
    repeating-linear-gradient(60deg, rgba(255,255,255,0.025) 0px, rgba(255,255,255,0.025) 1px, transparent 1px, transparent 30px),
    repeating-linear-gradient(-60deg, rgba(255,255,255,0.025) 0px, rgba(255,255,255,0.025) 1px, transparent 1px, transparent 30px);
}
.hero-inner{
  position:relative;z-index:2;
  max-width:1100px;width:100%;margin:0 auto;
  display:grid;grid-template-columns:1.05fr 0.95fr;
  gap:2.5rem;align-items:center;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:0.5rem;
  background:rgba(255,255,255,0.16);
  backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,0.4);
  color:var(--white);
  font-size:0.74rem;font-weight:700;
  letter-spacing:0.1em;text-transform:uppercase;
  padding:0.35rem 0.9rem;border-radius:99px;
  margin-bottom:1.4rem;
}
.hero-title{
  font-family:'Quicksand',sans-serif;
  font-size:clamp(2.2rem,5vw,3.6rem);
  font-weight:700;color:var(--white);
  line-height:1.15;letter-spacing:-0.01em;
  margin-bottom:0.6rem;
  text-shadow:0 2px 16px rgba(22,40,42,0.35);
}
.hero-title-jp{
  font-family:'Noto Serif JP',serif;
  font-size:clamp(1.05rem,2.3vw,1.4rem);
  font-weight:700;color:#FFE0C0;
  margin-bottom:1.3rem;line-height:1.5;
  text-shadow:0 1px 8px rgba(22,40,42,0.3);
}
.hero-lead{
  font-size:0.97rem;color:rgba(255,255,255,0.9);
  max-width:440px;line-height:1.85;margin-bottom:1.6rem;
  text-shadow:0 1px 8px rgba(22,40,42,0.2);
}
.hero-date-chip{
  display:inline-flex;align-items:center;gap:0.6rem;
  background:rgba(255,255,255,0.92);
  color:var(--primary-deep);
  font-size:0.88rem;font-weight:700;
  padding:0.5rem 1.1rem;border-radius:99px;
  margin-bottom:1.6rem;
}
.hero-date-chip svg{width:16px;height:16px;flex-shrink:0}
.hero-btns{display:flex;gap:0.8rem;flex-wrap:wrap}
.btn-primary{
  background:var(--primary);color:var(--white);
  font-size:0.95rem;font-weight:700;
  padding:0.85rem 2.1rem;border-radius:99px;
  text-decoration:none;letter-spacing:0.03em;
  transition:all 0.2s;display:inline-block;border:none;cursor:pointer;
}
.btn-primary:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(46,156,168,0.5)}
.btn-white{
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(4px);
  color:var(--white);
  font-size:0.95rem;font-weight:500;
  padding:0.85rem 2.1rem;border-radius:99px;
  text-decoration:none;letter-spacing:0.03em;
  border:1.5px solid rgba(255,255,255,0.45);
  transition:all 0.2s;display:inline-block;
}
.btn-white:hover{background:rgba(255,255,255,0.25);border-color:rgba(255,255,255,0.75)}

.hero-visual{display:flex;flex-direction:column;gap:0.7rem}
.hero-info-card{
  background:rgba(255,255,255,0.95);
  border-radius:var(--radius-lg);
  padding:1.1rem 1.3rem;
  display:flex;align-items:center;gap:1rem;
  box-shadow:0 8px 24px rgba(26,102,112,0.18);
}
.hero-info-icon{
  width:46px;height:46px;min-width:46px;
  background:var(--primary-pale);
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.4rem;
}
.hero-info-label{font-size:0.7rem;font-weight:700;color:var(--text-muted);letter-spacing:0.06em;margin-bottom:0.2rem}
.hero-info-value{font-family:'Quicksand',sans-serif;font-size:1.05rem;font-weight:700;color:var(--primary-deep)}

.scroll-hint{
  position:absolute;bottom:1.8rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:0.4rem;z-index:2;
  color:rgba(255,255,255,0.6);font-size:0.7rem;letter-spacing:0.12em;
  animation:bob 2.2s ease-in-out infinite;
}
@keyframes bob{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(7px)}}
.scroll-hint svg{width:18px;height:18px}

/* ── SECTIONS ── */
section{padding:5rem 1.5rem}
.section-inner{max-width:1100px;margin:0 auto}
.eyebrow{
  font-size:0.72rem;font-weight:700;letter-spacing:0.16em;
  text-transform:uppercase;color:var(--primary);margin-bottom:0.6rem;
}
.section-heading{
  font-family:'Quicksand',sans-serif;
  font-size:clamp(1.7rem,4vw,2.6rem);
  font-weight:700;color:var(--primary-deep);
  line-height:1.22;margin-bottom:0.8rem;
}
.section-heading-jp{
  font-family:'Noto Serif JP',serif;
  font-size:clamp(1.15rem,2.6vw,1.55rem);
  font-weight:700;color:var(--primary-deep);
  line-height:1.3;margin-bottom:0.8rem;
}
.section-lead{font-size:1rem;color:var(--text-mid);max-width:560px;line-height:1.85}

/* ── QUICK NAV ── */
.quick-section{background:var(--white)}
.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}
.quick-card{
  background:var(--cream);border-radius:var(--radius-lg);
  padding:1.8rem 1.5rem;text-decoration:none;
  border:1px solid var(--cream-dark);
  transition:transform 0.2s,box-shadow 0.2s,border-color 0.2s;
}
.quick-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(46,156,168,0.16);border-color:var(--primary-light)}
.quick-card-icon{
  width:48px;height:48px;background:var(--primary-pale);border-radius:12px;
  display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;
}
.quick-card-title{font-family:'Quicksand',sans-serif;font-size:1.12rem;font-weight:700;color:var(--primary-deep);margin-bottom:0.4rem}
.quick-card-desc{font-size:0.83rem;color:var(--text-muted);line-height:1.6;margin-bottom:0.8rem}
.quick-card-link{font-size:0.8rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:0.3rem}
.quick-card-link svg{width:13px;height:13px;transition:transform 0.2s}
.quick-card:hover .quick-card-link svg{transform:translateX(3px)}

/* ── NEWS ── */
.news-section{background:var(--cream-dark)}
.news-list{margin-top:2.5rem;border:1px solid #d8eced;border-radius:var(--radius-lg);overflow:hidden;background:var(--white)}
.news-item{
  display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;
  padding:0.95rem 1.4rem;border-bottom:1px solid #e8f4f4;
  text-decoration:none;color:var(--text-main);transition:background 0.15s;
}
.news-item:last-child{border-bottom:none}
.news-item:hover{background:var(--primary-pale)}
.news-date{font-size:0.78rem;color:var(--text-muted);flex-shrink:0;font-variant-numeric:tabular-nums}
.news-tag{font-size:0.68rem;font-weight:700;padding:0.18rem 0.6rem;border-radius:99px;flex-shrink:0}
.tag-info{background:#fde8ee;color:#c0304f}
.tag-report{background:#e8f5f1;color:#2a8068}
.tag-entry{background:#fff0d8;color:#8a5800}
.tag-lookingfor{background:#fff0d8;color:#8a5800}
.tag-important { background: #fce8e8; color: #8a1a1a; }
.news-text{font-size:0.88rem;line-height:1.5}

/* ── ABOUT ── */
.about-section{background:var(--white)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:2.5rem}
.about-img{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 16px 40px rgba(26,102,112,0.16)}
.about-img img{width:100%;height:auto;display:block}
.about-text p{font-size:0.98rem;color:var(--text-mid);line-height:1.9;margin-bottom:1.1rem}
.about-text p:last-child{margin-bottom:0}
.about-highlight{
  display:inline-block;background:var(--primary-pale);color:var(--primary-deep);
  font-family:'Quicksand',sans-serif;font-weight:700;font-size:1.05rem;
  padding:0.9rem 1.3rem;border-radius:var(--radius);
  margin:0.5rem 0 1.1rem;border-left:3px solid var(--primary);
}

h2.runner-subtitle,
h2.about-subtitle,
h3.about-subtitle {
  display:block;background:var(--primary-pale);color:var(--primary-deep);
  font-family:'Shippori Mincho',serif;font-weight:700;font-size:1.02rem;
  padding:0.9rem 1.3rem;border-radius:var(--radius);
  margin:0.5rem 0 1.1rem;border-left:3px solid var(--primary);
}

/* ── INFO BAND ── */
.info-band{background:linear-gradient(135deg,var(--primary-deep) 0%,#2E8090 100%);padding:3.5rem 1.5rem}
.info-band-inner{max-width:1100px;margin:0 auto}
.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:2rem}
.info-item{text-align:center;padding:1.2rem 1rem;border-right:1px solid rgba(255,255,255,0.14)}
.info-item:last-child{border-right:none}
.info-num{font-family:'Quicksand',sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:var(--white);line-height:1;margin-bottom:0.4rem}
.info-num span{font-size:0.42em;color:#FFD8A8;margin-left:2px}
.info-desc{font-size:0.76rem;color:rgba(255,255,255,0.65);letter-spacing:0.04em;line-height:1.5}

/* ── VENUE BAND（あましんスタジアム） ── */
.venue-band{background:var(--cream-dark)}
.venue-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;margin-top:2rem}
.venue-map{border-radius:var(--radius-xl);overflow:hidden;border:1px solid #d8eced}
.venue-map iframe{display:block;width:100%;height:300px;border:0}
.venue-info-list{display:flex;flex-direction:column;gap:1.1rem}
.venue-info-item{display:flex;gap:1rem;align-items:flex-start}
.venue-icon{
  width:42px;height:42px;min-width:42px;background:var(--white);
  border:1px solid #d8eced;border-radius:10px;
  display:flex;align-items:center;justify-content:center;font-size:1.2rem;
}
.venue-info-label{font-size:0.74rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:0.25rem}
.venue-info-val{font-size:0.92rem;color:var(--text-main);line-height:1.6}

/* ── SHOPS（出品ショップ） ── */
.shops-section{background:var(--white)}
.shops-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0.9rem;margin-top:2rem}
.shop-card{
  background:var(--cream);border-radius:var(--radius-lg);
  padding:1.3rem 1.3rem;
  border:1px solid var(--cream-dark);
  display:flex;gap:0.9rem;align-items:flex-start;
  transition:transform 0.2s,box-shadow 0.2s;
}
.shop-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(46,156,168,0.16)}
.shop-icon{font-size:1.6rem;flex-shrink:0;margin-top:0.1rem}
.shop-name{font-family:'Quicksand',sans-serif;font-size:0.95rem;font-weight:700;color:var(--primary-deep);margin-bottom:0.2rem}
.shop-area{font-size:0.76rem;color:var(--text-muted);line-height:1.5}
.shops-note{
  margin-top:1.6rem;padding:1.2rem 1.5rem;
  background:var(--cream);border-radius:var(--radius-lg);
  border-left:4px solid var(--secondary);
  font-size:0.86rem;color:var(--text-mid);line-height:1.8;
}

/* ── CATEGORIES ── */
.cat-section{background:var(--cream-dark)}
.cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;margin-top:2.5rem}
.cat-card{
  background:var(--white);border-radius:var(--radius-xl);padding:1.7rem;
  border:1px solid #d8eced;position:relative;overflow:hidden;
  transition:transform 0.2s,box-shadow 0.2s;
}
.cat-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(46,156,168,0.16)}
.cat-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary)}
.cat-card.featured::before{background:var(--secondary)}
.cat-emoji{font-size:2.2rem;margin-bottom:0.8rem}
.cat-photo img {max-width:100%;height:auto;border-radius:8px;}
.cat-name{font-family:'Quicksand',sans-serif;font-size:1.25rem;font-weight:700;color:var(--primary-deep);margin-bottom:0.3rem}
.cat-sub{font-size:0.82rem;color:var(--text-muted);margin-bottom:1rem}
.cat-desc{font-size:0.85rem;color:var(--text-mid);line-height:1.7;margin-bottom:1.2rem}
.cat-meta{display:flex;justify-content:space-between;align-items:baseline;padding-top:1rem;border-top:1px solid var(--cream-dark)}
.cat-dist{font-size:0.82rem;color:var(--text-muted)}
.cat-price{font-family:'Quicksand',sans-serif;font-size:1.4rem;font-weight:700;color:var(--primary-deep)}

.entry-cta-band{
  margin-top:2rem;background:var(--secondary-pale);
  border:2px dashed var(--secondary);border-radius:var(--radius-lg);
  padding:1.8rem;text-align:center;
}
.entry-cta-title{font-family:'Quicksand',sans-serif;font-size:1.15rem;font-weight:700;color:var(--primary-deep);margin-bottom:0.5rem}
.entry-cta-sub{font-size:0.85rem;color:var(--text-mid);margin-bottom:1.3rem;line-height:1.7}

/* ── GALLERY ── */
.gallery-section{background:var(--white)}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:0.6rem;margin-top:2rem}
.gallery-item{
	aspect-ratio:4/3;
	overflow:hidden;
}
.gallery-item img {
	max-width:100%;
	height:100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	border-radius: 8px;
}
.gallery-placeholder{
	width:100%;
	height:100%;
/*
	background:linear-gradient(135deg,var(--primary-pale),var(--secondary-pale));
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.8rem
*/
}

/* ── FAQ ── */
.faq-section{background:var(--cream)}
.faq-list{margin-top:2rem;max-width:760px;display:flex;flex-direction:column;gap:0.5rem}
h3.faq-subtitle {
  display:block;background:var(--primary-pale);color:var(--primary-deep);
  font-family:'Shippori Mincho',serif;font-weight:700;font-size:1.02rem;
  padding:0.9rem 1.3rem;border-radius:var(--radius);
  margin:0.5rem 0 1.1rem;border-left:3px solid var(--primary);
}
details{border:1px solid #d8eced;border-radius:var(--radius-lg);overflow:hidden;background:var(--white)}
details summary{
  padding:1rem 1.3rem;cursor:pointer;font-weight:500;font-size:0.93rem;
  display:flex;justify-content:space-between;align-items:center;
  list-style:none;color:var(--text-main);transition:background 0.15s;gap:1rem;
}
details summary::-webkit-details-marker{display:none}
details summary:hover{background:var(--primary-pale)}
details summary::after{content:'+';font-size:1.3rem;font-weight:300;color:var(--primary);flex-shrink:0;transition:transform 0.2s}
details[open] summary::after{transform:rotate(45deg)}
details[open] summary{background:var(--primary-pale)}
.faq-answer{padding:0.8rem 1.3rem 1.2rem;font-size:0.88rem;color:var(--text-mid);line-height:1.8;border-top:1px solid var(--cream-dark)}
.faq-answer a{color:var(--primary)}

/* ── SPONSOR ── */
.sponsor-section{background:var(--white)}
.sponsor-grid{display:flex;flex-wrap:wrap;gap:0.8rem;align-items:center;margin-top:1.5rem}
.sponsor-item{height:44px;display:flex;align-items:center}
.sponsor-item img{max-height:44px;max-width:160px;object-fit:contain;filter:grayscale(15%);opacity:0.85;transition:all 0.2s}
.sponsor-item:hover img{opacity:1;filter:none}
.sponsor-label{font-family:'Quicksand',sans-serif;font-size:1.05rem;font-weight:700;color:var(--primary-deep);margin-bottom:1rem}

/* ── SERIES ── */
.series-section{background:var(--primary-deep)}
.series-section .eyebrow{color:#FFD8A8}
.series-section .section-heading{color:var(--white)}
.series-section .section-lead{color:rgba(255,255,255,0.65)}
.series-cards{display:flex;gap:0.8rem;flex-wrap:wrap;margin-top:2rem}
.series-card{
  background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.16);
  border-radius:var(--radius-lg);padding:0.9rem 1.3rem;text-decoration:none;
  display:flex;align-items:center;gap:0.8rem;transition:background 0.2s;
}
.series-card:hover{background:rgba(255,255,255,0.14)}
.series-card.current{border-color:#FFD8A8;background:rgba(255,216,168,0.16)}
.series-card img{height:28px;max-width:110px;object-fit:contain;flex-shrink:0}
.series-card span{font-size:0.8rem;color:rgba(255,255,255,0.7)}
.social-row{display:flex;gap:0.7rem;margin-top:2rem}
.social-btn{
  display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1.1rem;
  border:1.5px solid rgba(255,255,255,0.2);border-radius:99px;text-decoration:none;
  font-size:0.8rem;font-weight:500;color:rgba(255,255,255,0.7);transition:all 0.2s;
}
.social-btn svg{width:15px;height:15px}
.social-btn:hover{border-color:#FFD8A8;color:var(--white)}

/* ── FOOTER ── */
footer{background:#0E2226;padding:2.5rem 1.5rem}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.footer-logo img{height:30px;width:auto;opacity:0.55}
.footer-copy{font-size:0.75rem;color:rgba(255,255,255,0.25)}

/* BACK TOP */
.back-top{
  position:fixed;bottom:1.5rem;right:1.5rem;width:44px;height:44px;background:var(--primary);
  border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;
  opacity:0;transition:opacity 0.3s,background 0.2s;z-index:90;
}
.back-top.visible{opacity:1}
.back-top:hover{background:var(--primary-light)}
.back-top svg{width:20px;height:20px;color:var(--white)}

/* MOBILE */
@media(max-width:920px){
  .hero-inner{grid-template-columns:1fr}
  .hero-visual{display:none}
  .about-grid,.venue-grid{grid-template-columns:1fr}
  .about-img{order:-1}
  .quick-grid{grid-template-columns:1fr}
  .info-grid{grid-template-columns:repeat(2,1fr)}
  .info-item:nth-child(odd){border-right:1px solid rgba(255,255,255,0.14)}
  .info-item:nth-child(even){border-right:none}
  .info-item:nth-child(n+3){border-top:1px solid rgba(255,255,255,0.14);padding-top:1.5rem}
  .nav-links{display:none}
  .hamburger{display:flex}
  .nav-links.open{
    display:flex;flex-direction:column;position:fixed;top:64px;left:0;right:0;
    background:rgba(250,250,246,0.98);backdrop-filter:blur(12px);
    padding:1.5rem;gap:1.2rem;border-bottom:1px solid #d8eced;z-index:99;
  }
  .nav-links.open a{font-size:1rem;color:var(--text-main)}
}
@media(max-width:500px){
  section{padding:3.5rem 1rem}
  .hero{padding:6rem 1rem 3rem}
}

/*================================================
	ランナー情報
================================================*/
.stepbar {
  margin: 0 auto;
  width: 90%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

p.notice_info {
	font-size: 80%;
}

.youtube {
	height: 0;
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}