@charset "UTF-8";

        /* 基本設定 */
		html {
			scroll-padding-top: 80px; /* 固定ヘッダーの高さ */
		}
		body {
            font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
            line-height: 1.6;
        }

        /* ヘッダー */
        header {
            background-color: #004c82; /* ロゴに合わせたネイビー */
            color: white;
            padding: 10px 5%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .logo {
			color: white;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
			line-height: 50px;
            letter-spacing: 0.05em;
		}
		.logo img {
            height: 50px;
            display: inline-block;
			vertical-align: middle;
			margin-right:15px;
        }
		
		/* --- PC・共通設定 --- */
.nav-unshown { display: none; } /* チェックボックスは常に隠す */
/* PCではハンバーガーボタンを隠す */
.nav-open { display: none; }

        .nav-content ul {
            list-style: none;
            display: flex;
            margin: 0;
            padding: 0;
        }

        .nav-content ul li {
            margin-left: 25px;
        }

        .nav-content ul li a {
            color: white;
            text-decoration: none;
            font-weight: bold;
            font-size: 0.9rem;
            letter-spacing: 0.05em;
        }
		


        /* 1行ニュース */
        .news-ticker {
            background: #f4f4f4;
            padding: 8px 5%;
            font-size: 0.85rem;
            border-bottom: 1px solid #ddd;
            overflow: hidden;
            white-space: nowrap;
        }

        .news-ticker b {
            color: #003366;
            margin-right: 15px;
        }

        /* メインスライドセクション（3枚並び） */
		
		
		.swiper {
			width:90%;
			margin:0 auto;
		}
		
        .swiper-wrapper {
            /*display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
            padding: 20px 5%;
            background: #eee;
			width: 100%;*/
			position:relative;
			margin:20px auto 0;
        }

        .swiper-slide {	
            text-align: center;
        }

        .swiper-slide img {
           width: 100%;
            height: auto;
             /*object-fit: cover;*/
            border-radius: 4px;
        }

        .swiper-slide h3, .swiper-slide a h3 {
            font-size: 1.1rem;
			line-height:1.1em;
            margin: 15px 0 5px;
            color: #003366;
			text-decoration: none;
        }

        .swiper-slide p, .swiper-slide a p {
            font-size: 0.85rem;
            color: #666;
            padding: 0 10px;margin:0;
			text-decoration: none;
        }
.swiper-pagination {
	position:absolute;
	bottom: 70px !important;
}

        /* セクション共通 */
        section {
            padding: 40px 5%;
            text-align: center;
			
        }

td {
			font-size: 0.9rem;
}

.rem9 {
	font-size: 0.9rem;
}

        h2 {
            font-size: 1.5rem;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 10px;
        }

        h2::after {
            content: '';
            width: 50px;
            height: 2px;
            background: #004c82;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        /* COMPE */
        .rules-container {
            display: block;
            justify-content: space-around;
            background: #003366;
            color: white;
            padding: 20px 20px;
            border-radius: 8px;
        }

        .rule-card i {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }

        .rule-card p, .rule-card p a {
            color: white;
            font-weight: bold;
            font-size: 0.9rem;
			text-decoration: none;
			text-align: left;
        }
		
		.shop-txt {
            font-weight: 200;
            font-size: 0.9rem;
		}

        /* 年間スケジュール表 */
        .schedule-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }

        .schedule-table th, .schedule-table td {
            border: 1px solid #ddd;
            padding: 15px;
            text-align: left;
            vertical-align: top;
        }

        .schedule-table th {
            background: #f8f8f8;
            width: 20%;
        }

        /* フッター */
        footer {
            background: #004c82;
            color: white;
            padding: 30px 5%;
            text-align: center;
        }

        .footer-logo img {
            height: 40px;
            margin-bottom: 15px;
        }

        .social-links a[target="_blank"] {
            color: white;
            font-size: 1.5rem;
            margin: 0 10px;
	padding-right: 0;
	background:none;
        }
		
		a {text-decoration: none;}

a[target="_blank"] {
	display:inline-block;
	padding-right: 20px;
	background:url("./img/link-icon.png") right center no-repeat;
	background-size:16px 16px;
}


/*blog*/
.main-inner .columns {
        padding-left: 0;
        padding-right: 0;
      }

.main-inner .columns {
        padding-left: 0;
        padding-right: 0;
      }

      .main-inner .fauxcolumn-center-outer {
        left: 0;
        right: 0;
        /* IE6 does not respect left and right together */
        _width: expression(this.parentNode.offsetWidth -
            parseInt("$(main.column.left.width)") -
            parseInt("$(main.column.right.width)") + 'px');
      }

      .main-inner .fauxcolumn-left-outer {
        width: 100%;
      }

      .main-inner .fauxcolumn-right-outer {
        width: 100%;
      }

      .main-inner .column-left-outer {
        width: 100%;
        right: 100%;
        margin-left: -$(main.column.left.width);
      }

      .main-inner .column-right-outer {
        width: 100%;
        margin-right: -$(main.column.right.width);
      }
	  
	  .post-body img {
		  max-width: 100%;
		  height:auto;
		  margin:10px auto;
		  display:block;
	  }

/* 点滅アニメーションの定義 */
@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

/* 点滅アニメーションを適用 */
.blink {
	color:#FB7F23;
  animation: blinking 1.5s ease-in-out infinite alternate;
}


        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .hero-slider, .rules-container {
                flex-direction: column;
                grid-template-columns: 1fr;
            }
			.shop-txt {
				display:block;
			}
			.nittei {
				display:block;
			}
            nav ul {
                display: none; /* スマホ用メニューは別途実装が必要 */
            }
			    /* ハンバーガーボタンの表示 */
    .nav-open {
        display: block;
        width: 30px; height: 25px;
        position: relative;
        margin: 10px 20px; /* 位置の微調整 */
        cursor: pointer;
        z-index: 100;
    }

    /* 三本線のデザイン */
    .nav-open span, .nav-open span::before, .nav-open span::after {
        position: absolute;
        width: 100%; height: 3px;
        background: #FFF;
        border-radius: 2px;
        transition: .3s;
    }
    .nav-open span { top: 11px; }
    .nav-open span::before { content: ""; top: -10px; }
    .nav-open span::after { content: ""; top: 10px; }

    /* メニューを隠しておく（上から降ってくる設定） */
    .nav-content {
        position: fixed;
        top: -100%; left: 0;
        width: 100%;
        background: rgba(30, 30, 30, 0.95);
        transition: .4s ease;
        z-index: 99;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .nav-content ul {
        flex-direction: column; /* 縦並びに変更 */
        padding: 60px 0 20px; /* ボタンと被らないよう余白 */
    }

    .nav-content ul li { text-align: center; }

    /* チェックが入ったらメニューを表示（上からスライド） */
    #nav-check:checked ~ .nav-content {
        top: 0;
    }

    /* チェックが入ったらボタンを「×」に変える */
    #nav-check:checked ~ .nav-open span { background: transparent; }
    #nav-check:checked ~ .nav-open span::before { transform: rotate(45deg); top: 0; }
    #nav-check:checked ~ .nav-open span::after { transform: rotate(-45deg); top: 0; }
			

				
			
			
			
			
			
}