﻿@charset "utf-8";

body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
    color: #333;
    line-height: 1.7;
}
section {
    padding: 70px 20px;
}
.inner {
    max-width: 960px;
    margin: 0 auto;
}
h1 {
    font-size: 32px;
    margin:0;
    font-weight:900;
    color:#fff;
    padding:0;
}
h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
p {
    margin:0;
}
.bg-light {
    background: #f7f7f7;
}

/* ===== ファーストビュー ===== */
.fv {
    background: linear-gradient(135deg, #1e88e5, #90caf9);
    color: #fff;
    text-align: center;
    padding:40px 0;
}
.fv .date {
    font-size: 18px;
    font-weight: bold;
    margin:0 0 20px;
}
.fv h1 {
    font-size: 40px;
}
.fv .sub {
    font-size: 18px;
    margin-top: 15px;
}

/* ===== 特典 ===== */
.benefit {
    border: 3px solid #e53935;
    border-radius: 12px;
    padding: 40px 25px;
    background: #fff;
}
.benefit .catch {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #e53935;
    margin-bottom: 25px;
}
.benefit ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefit li {
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
}
.benefit li:last-child {
    border-bottom: none;
}
.must {
    background: #fff3cd;
    border: 2px dashed #ff9800;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

/* ===== イベント ===== */
.event-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* 写真ありレイアウト */
.event-flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* テキスト */
.event-text {
    flex: 1;
}

.event-text strong {
    color: #e53935;
    font-size: 1.1em;
}


/* 画像 */
.event-img {
    width: 220px;
}

.event-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
    .event-flex {
        flex-direction: column;
    }

    .event-img {
        width: 100%;
        max-width: 300px;
    }
}

/* ===== リスト ===== */
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list li {
    padding-left: 1.2em;
    position: relative;
    margin-bottom: 10px;
}
.list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

/* ===== CTA ===== */
.cta {
    text-align: center;
}
.cta a {
    display: inline-block;
    background: #e53935;
    color: #fff;
    padding: 18px 50px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 40px;
}
.cta a:hover {
    opacity: 0.85;
}
.note {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.newbnr2{
	width: 40%;
	margin: 30px auto 60px;
}

.newbnr2 img{
	width: 100%;
}

@media screen and (max-width: 600px) {
    h1 { font-size: 26px; }
    h2 { font-size: 22px; }
    .fv h1 { font-size: 28px; }
.newbnr2{
	width: 90%;
}
}


/* ===== 特典セクション ===== */
.benefit {
    background: linear-gradient(135deg, #f9f9f9, #fff3e0);
    border: 3px solid #f5a623;
    border-radius: 12px;
    padding: 40px 25px;
    position: relative;
}
.benefit::before {
    content: "来場特典";
    position: absolute;
    top: -18px;
    left: 20px;
    background: #f5a623;
    color: #fff;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 20px;
}
.benefit h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}
.benefit .catch {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #d35400;
    margin-bottom: 25px;
}
.benefit-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.benefit-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.benefit-box li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
}
.benefit-box li:last-child {
    border-bottom: none;
}
.rank {
    font-weight: bold;
}
.rank.gold2 { color: #FFD700; }
.rank.gold { color: #c0392b; }
.rank.silver { color: #8e44ad; }
.rank.bronze { color: #2980b9; }

.must {
    text-align: center;
    background: #fff7d6;
    border: 2px dashed #f5a623;
    padding: 15px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
}

.luck {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}

.notice {
    background: #f9f9f9;
    padding: 50px 20px;
    font-size: 14px;
    color: #555;
}
.notice h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.notice h3 {
    font-size: 16px;
    margin: 20px 0 10px;
}
.notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notice-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 8px;
}
.notice-list li::before {
    content: "※";
    position: absolute;
    left: 0;
}









.googlemap{
	margin: 50px auto;
	text-align: center;
}

.googlemap p{
	margin: 0 auto 10px;
}