* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background-color: #fce4ec;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255,182,193,0.25) 0px,
    rgba(255,182,193,0.25) 1px,
    transparent 1px,
    transparent 14px
  ),
  repeating-linear-gradient(
    -45deg,
    rgba(255,182,193,0.25) 0px,
    rgba(255,182,193,0.25) 1px,
    transparent 1px,
    transparent 14px
  );
  min-height: 100vh;
  color: #555;
  font-size: 14px;
}

/* ===== HEADER ===== */
.site-header {
  background: #fff;
  border-bottom: 2px solid #f48fb1;
  text-align: center;
}
.site-header img.hero {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.header-info {
  background: #fff;
  padding: 8px 12px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  font-size: 12px;
  color: #888;
}
.header-info .store-name {
  font-size: 11px;
  color: #aaa;
  text-align: right;
}
.header-info .hours { font-size: 13px; color: #e91e8c; font-weight: bold; }
.header-info .phone { font-size: 16px; color: #e91e8c; font-weight: bold; }

/* ===== TOP TITLE BAR ===== */
.title-bar {
  background: linear-gradient(90deg, #f06292, #e91e8c);
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 4px 0;
  letter-spacing: 1px;
}

/* ===== ENTER SECTION ===== */
.enter-section {
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 20px 20px;
  text-align: center;
}
.enter-btn {
  display: inline-block;
  background: linear-gradient(135deg, #f8bbd0, #e91e8c);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 14px 50px;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(233,30,140,0.4);
  margin-bottom: 14px;
  transition: opacity 0.2s;
}
.enter-btn:hover { opacity: 0.85; }
.adult-notice {
  font-size: 11px;
  color: #e91e8c;
  margin-bottom: 6px;
}
.under18-link {
  font-size: 11px;
  color: #aaa;
  text-decoration: underline;
}

/* ===== NAV LINKS (フレンドシップ条件用) ===== */
.nav-links {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #f8bbd0;
  padding: 12px 10px;
}
.nav-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.nav-link-item {
  display: block;
  background: linear-gradient(135deg, #f8bbd0, #f06292);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
.nav-link-item:hover { opacity: 0.85; }

/* ===== BANNER SECTION ===== */
.banners {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 12px 10px 20px;
  border-top: 1px solid #f8bbd0;
}
.banner-row {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}
.banner-row a {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.banner-row img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 4px;
}
.banner-area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 4px;
}
.banner-area-grid a {
  display: block;
  background: #e91e8c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 6px 2px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
}
.banner-label {
  display: flex;
  align-items: center;
  background: #ad1457;
  color: #fff;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  margin-top: 6px;
}
.banner-label-heaven {
  font-size: 13px;
  background: linear-gradient(90deg, #d81b60, #880e4f);
}
.yoasobi-banner {
  margin-top: 10px;
  text-align: center;
}
.yoasobi-banner a {
  display: inline-block;
  background: linear-gradient(90deg, #1a237e, #283593);
  color: #ffd600;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

/* ===== FOOTER ===== */
footer {
  background: #ad1457;
  color: #fff;
  text-align: center;
  padding: 16px 10px;
  margin-top: 0;
  font-size: 11px;
}
footer .footer-logo {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-style: italic;
}
footer .footer-info { margin-bottom: 4px; font-size: 11px; color: rgba(255,255,255,0.8); }
footer .copyright { font-size: 10px; color: rgba(255,255,255,0.6); margin-top: 8px; }

/* ===== BANNER IMG LINK ===== */
.banner-img-link {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  text-align: center;
}
.banner-img-link img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* ===== SEO H1 (視覚的に隠す) ===== */
.seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

/* ===== SEO TEXT ===== */
.seo-text {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 10px 14px 14px;
  border-top: 1px solid #f8bbd0;
  font-size: 11px;
  color: #888;
  line-height: 1.7;
}

/* ===== LINK ROW (ロゴ左＋エリアグリッド右 横並び) ===== */
.link-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 6px;
  background: transparent;
  padding: 0;
}
.link-row-logo {
  flex: 0 1 236px;
}
.link-row-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.link-row-grid {
  flex: 0 1 232px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.link-row-grid a {
  display: block;
}
.link-row-grid img {
  width: 100%;
  height: auto;
  display: block;
}


/* ===== RECRUIT BANNER BTN ===== */
.recruit-banner-btn {
  display: inline-block;
  background: linear-gradient(135deg, #f8bbd0, #e91e8c);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 6px;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 3px 8px rgba(233,30,140,0.35);
}

/* ===== RECRUIT PAGE ===== */
.page-content {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 20px;
}
.page-title-bar {
  background: linear-gradient(90deg, #f06292, #e91e8c);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  letter-spacing: 2px;
}
.recruit-section {
  padding: 12px;
  border-bottom: 1px solid #fce4ec;
}
.recruit-label {
  background: linear-gradient(90deg, #f8bbd0, #f06292);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 8px;
  border-radius: 3px;
}
.recruit-text {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  white-space: pre-line;
}
.line-btn {
  display: block;
  background: #00b900;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 16px;
  border-radius: 6px;
  margin: 16px 12px 8px;
}
.apply-btn {
  display: block;
  background: linear-gradient(135deg, #f8bbd0, #e91e8c);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  padding: 14px;
  border-radius: 6px;
  margin: 8px 12px;
}
.page-nav {
  background: #f8bbd0;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  border-bottom: 2px solid #e91e8c;
}
.page-nav a {
  flex: 1;
  min-width: 70px;
  text-align: center;
  background: #fff;
  color: #e91e8c;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  padding: 7px 2px;
  border: 1px solid #f8bbd0;
}
.page-nav a:hover, .page-nav a.active { background: #e91e8c; color: #fff; }

/* ===== PC LAYOUT (768px以上) ===== */
@media (min-width: 768px) {
  .site-header picture {
    display: block;
    width: 100%;
  }
  .site-header img.hero {
    max-width: none;
  }
}
