@charset "utf-8";
    /* ==========================================
           Variables & Base Styles
        ========================================== */
        :root {
            --bg-dark: #0a2600;       /* ダークグリーン */
            --accent-gold: #ba9800;   /* ゴールド */
            --text-light: #B1B897;    /* ライトカラー */
            --white: #ffffff;
            --black: #1a1a1a;
        }

        body {
            font-family: 'Noto Serif JP', serif;
            background-color: var(--bg-dark);
            color: var(--white);
            margin: 0;
            padding: 0;
            line-height: 1.8;
            overflow-x: hidden;
        }

        a { text-decoration: none; color: inherit; transition: 0.3s; }
        img { max-width: 100%; height: auto; }
        small {font-size:70%;}
        /* 共通ユーティリティ */
        .container { width: 90%; max-width: 1000px; margin: 0 auto; }
        .section-padding { padding: 80px 0; }
        .section-title, #mfp_overlay h4 {
            text-align: center;
            font-size: 2rem;
            color: var(--accent-gold);
            margin-bottom: 40px;
            position: relative;
        }
        .section-title::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background-color: var(--accent-gold);
            margin: 15px auto 0;
        }

        /* ==========================================
           Header & Navigation
        ========================================== */
        header {
            position: fixed;
            top: 0; left: 0; width: 100%;
            background-color: rgba(10, 38, 0, 0.95);
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.5);
            border-bottom: 1px solid var(--accent-gold);
        }
        .header-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 5%;
        }
		.logo a {display: flex;
    align-items: center;
    height: 100%;}
        .logo img { width:100%;height: auto; }
        .header-right { display: flex; align-items: center; gap: 20px; }
        .btn-request {
            background: linear-gradient(135deg, #ba9800 0%, #dfc34a 50%, #ba9800 100%);
            color: var(--bg-dark);
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: bold;
            box-shadow: 0 4px 6px rgba(0,0,0,0.3);
			text-align: center;
			line-height: 1.2;
			white-space: nowrap;
			font-size: clamp(12px, 4vw, 16px);
			padding: clamp(10px, 2vw, 15px) clamp(15px, 3vw, 30px);
        }
        .btn-request:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0,0,0,0.4); }

        /* ハンバーガーメニュー */
        .menu-btn { display: none; cursor: pointer; color: var(--accent-gold); font-size: 1.5rem; }
        .nav-menu { display: flex; gap: 10px; }
        .nav-menu a {
            color: var(--text-light);
            font-size: 0.9rem;
            border: 1px solid var(--text-light);
            padding: 5px 15px;
            border-radius: 20px;
        }
        .nav-menu a:hover { background-color: var(--text-light); color: var(--bg-dark); }

        /* ==========================================
           1. Hero Section
        ========================================== */
        .hero {
            position: relative;
            height: 100vh;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            /*margin-top: 70px;*/
        }
        .hero-swiper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
        .hero-swiper .swiper-slide { background-size: cover; background-position: center; filter: brightness(1.0); }
        .hero-content {
            z-index: 1;
            background: rgba(10, 38, 0, 0.7);
            padding: 40px;
            border: 1px solid var(--accent-gold);
            border-radius: 10px;
        }
        .hero-content h1 { font-size: 3rem; margin: 0 0 10px; color: var(--white); text-shadow: 2px 2px 4px rgba(0,0,0,0.8); }
        .hero-content p { font-size: 1.5rem; color: var(--accent-gold); margin: 0; font-weight: bold; }

        /* ==========================================
           2. Introduction
        ========================================== */
        .intro-sec { text-align: center; background-color: #0d3000; }
        .intro-sec h2 { font-size: 1.8rem; color: var(--text-light); line-height: 1.5; }
        .intro-sec p { font-size: 1.1rem; max-width: 800px; margin: 20px auto 0; }

        /* ==========================================
           3. 墓石見本と費用例
        ========================================== */
        .price-sec { background-color: var(--bg-dark); }
        .price-container {
            display: flex;
            gap: 40px;
            align-items: center;
            background: #113500;
            padding: 30px;
            border-radius: 10px;
            border: 1px solid #1f5700;
        }
        .vertical-slider-wrap { width: 50%; height: 400px; overflow: hidden; border-radius: 5px; }
        .vertical-swiper { height: 100%; }
        .vertical-swiper .swiper-slide {
            background-size: cover;
            background-position: center;
            border-radius: 5px;
        }
        .price-info { width: 50%;text-align: center;}
        .price-info h3 { font-size: 1.5rem; border-bottom: 2px solid var(--accent-gold); padding-bottom: 10px; }
        .price-amount { font-size: 2rem; color: var(--accent-gold); font-weight: bold; margin: 10px 0 0;line-height: 1; }
        .price-note { font-size: 0.8rem; color: var(--text-light); margin-bottom: 20px; }
        .banners { display: flex; flex-direction: row; gap: 20px; margin-top: 40px; align-items: center;justify-content: center;}
        .banners img { max-width: 100%; border-radius: 5px; transition: 0.3s; border: 1px solid #333; }
        .banners img:hover { filter: brightness(1.2); }

        /* ==========================================
           4 & 5. 石種・特別加工 (Details Accordion)
        ========================================== */
        .details-sec { background-color: #0d3000; }
        .accordion-wrap details {
            background: #113500;
            margin-bottom: 15px;
            border: 1px solid var(--accent-gold);
            border-radius: 5px;
        }
        .accordion-wrap summary {
            padding: 15px;
            font-size: 1.2rem;
            font-weight: bold;
            cursor: pointer;
            color: var(--accent-gold);
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .accordion-wrap summary::-webkit-details-marker { display: none; }
        .accordion-wrap summary::after { content: '\f078'; font-family: 'FontAwesome'; transition: 0.3s; }
        .accordion-wrap details[open] summary::after { transform: rotate(180deg); }
        .accordion-content { padding: 20px; background: rgba(0,0,0,0.2); border-top: 1px solid #333; }
        
        /* ダミーグリッド画像用 */
        .sample-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; }
        .sample-item { text-align: center; }
        .sample-item img { border-radius: 5px; border: 2px solid var(--text-light); }

        /* ==========================================
           6. 会社概要
        ========================================== */
        .company-sec { background-color: #0d3000;}
        .company-intro { text-align: center; margin-bottom: 40px; }
        .company-columns {
            display: flex;
            gap: 20px;
            position: relative;
            padding: 40px;
            border: 2px solid var(--accent-gold);
            border-radius: 10px;
            overflow: hidden;
            background-color: #0a2600;
        }
        /* 花柄装飾（SVGグラデーション代替） */
        .company-columns::before {
            content: '';
            position: absolute; top: 0; left: 0; right: 0; bottom: 0;
            background-image: radial-gradient(circle at center, rgba(186, 152, 0, 0.1) 0%, transparent 70%);
            background-size: 100px 100px;
            pointer-events: none;
        }
        .col-box { flex: 1; z-index: 1; background: rgba(0,0,0,0.4); padding: 20px; border-radius: 5px; }
        .col-box h3 { color: var(--accent-gold); margin-top: 0; }
        .col-box a { color: var(--accent-gold); text-decoration: underline; }

        /* ==========================================
           7. FAQ
        ========================================== */
        .faq-sec { background-color: #0d3000; }
		.faq-sec p a { text-decoration: underline; }
        
        /* ==========================================
           8. 問合せフォーム
        ========================================== */
		#mfp_overlay {color:#000;}
		#mfp_overlay h4 {font-size: 1.2rem;}
		#mfp_overlay i {margin-right: 5px;}
		div#mfp_hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}

        .contact-sec { background-color: #0d3000; }
        .eyecatch-banner { text-align: center; margin-bottom: 20px; }
        .contact-note { text-align: center;  margin-bottom: 30px; }
        .form-wrap {
            background: #ffffff;
            color: var(--black);
            padding: 40px;
            border-radius: 10px;
            max-width: 800px;
            margin: 0 auto;
        }
        .form-group { margin-bottom: 25px; }
        .form-group label { display: block; font-weight: bold; margin-bottom: 8px; }
        .req-label { background: #b30000; color: #fff; font-size: 0.7rem; padding: 2px 5px; border-radius: 3px; margin-left: 10px; vertical-align: middle;}
        .any-label { background: #888; color: #fff; font-size: 0.7rem; padding: 2px 5px; border-radius: 3px; margin-left: 10px; vertical-align: middle;}
        
        input[type="text"], input[type="email"], input[type="tel"], textarea {
            width: 100%!important; padding: 10px; border: 1px solid #ccc; border-radius: 5px;
            font-family: inherit; font-size: 1rem; box-sizing: border-box;
        }
        textarea { resize: vertical; height: 100px!important; }
        .checkbox-group label { display: inline-block; margin-right: 15px; font-weight: normal; cursor: pointer; }
        
        .submit-btn-wrap { text-align: center; margin-top: 40px; }
        .btn-submit, #mfp_overlay .mfp_element_button {
            background: linear-gradient(135deg, #ba9800 0%, #dfc34a 50%, #ba9800 100%);
            color: var(--bg-dark);
            border: none; padding: 15px 40px; font-size: 1.2rem; font-weight: bold;
            border-radius: 30px; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            transition: 0.3s; font-family: 'Noto Serif JP', serif;
        }
        .btn-submit:hover { transform: scale(1.05); }

        /* ==========================================
           9. Footer
        ========================================== */
        footer {
            background-color: #051400;
            padding: 40px 0;
            text-align: center;
            border-top: 1px solid var(--accent-gold);
        }
        footer h3 { font-size: 1.5rem; color: var(--accent-gold); margin: 0 0 10px; }
        footer p { margin: 5px 0; color: var(--text-light); }
        
        /* ==========================================
           Responsive Styles
        ========================================== */
		@media screen and (max-width: 980px) {
            .nav-menu {
                display: none; flex-direction: column; width: 100%;
                position: absolute; top: 70px; left: 0; background: rgba(10, 38, 0, 0.95);
                padding: 20px 0; text-align: center; border-bottom: 1px solid var(--accent-gold);
            }
            .nav-menu.active { display: flex;}
			.nav-menu.active a { margin:0 auto;min-width: 200px;}
            .menu-btn { display: block; }
			
			.price-container { flex-direction: column; }
            .vertical-slider-wrap, .price-info { width: 100%; }
			}
        @media screen and (max-width: 768px) {
		.hero-content {
        /* 左右の外側に20pxずつの余白を設ける */
        margin-left: 20px;
        margin-right: 20px;
    }
            .hero-content h1 { font-size: 2rem;}
            .hero-content p { font-size: 1rem; }

            .company-columns { flex-direction: column; }
            .form-wrap { padding: 20px; }
        }
		 @media screen and (max-width: 600px) {
		 .banners {flex-direction:column;}
		 	.logo {
        width: 40%;         /* エリア幅を50%確保する */
        flex-shrink: 0;     /* 他のメニュー等に押されても絶対に潰れないようにする */
    }
	 #mfp_overlay .mfp_element_button {margin:10px;}
		 }

