/* 基本設定 */
body { background-color: #1a1a1a; color: #f2f0e6; font-family: "游明朝", "Yu Mincho", serif; }

.site-header { display: flex; justify-content: space-between; padding: 30px 5%; align-items: center; }
.header-logo { font-size: 2rem; color: #d4af37; letter-spacing: 0.2rem; }

.hero { position: relative; height: 80vh; overflow: hidden; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); }
.hero-content { position: absolute; top: 50%; left: 5%; color: #f2f0e6; }

.section { padding: 100px 5%; text-align: center; }
.section-title { font-size: 2.5rem; color: #d4af37; margin-bottom: 50px; border-bottom: 1px solid #d4af37; display: inline-block; }

.pickup-menu { display: flex; gap: 40px; align-items: center; max-width: 1000px; margin: 0 auto; }
.pickup-menu img { width: 50%; border-radius: 4px; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }