﻿        body {
            font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f9f9f7;
        }
        header {
            border-bottom: 2px solid #8c7663;
            padding-bottom: 10px;
            margin-bottom: 30px;
        }
        h1 {
            color: #5c4a3c;
            font-size: 24px;
            margin: 0 0 10px 0;
        }
        .intro {
            background-color: #fff;
            padding: 20px;
            border-left: 4px solid #8c7663;
            margin-bottom: 30px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }
        .intro p {
            margin: 0;
        }
        .map-link-section {
            background-color: #fff;
            padding: 25px 20px;
            border: 1px solid #e0dcd5;
            border-radius: 6px;
            margin-bottom: 40px;
            text-align: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.02);
        }
        .map-desc {
            font-size: 14px;
            color: #666;
            margin-top: 0;
            margin-bottom: 20px;
        }
        .map-button {
            display: inline-block;
            padding: 14px 35px;
            background-color: #8c7663;
            color: #fff !important;
            text-decoration: none;
            font-weight: bold;
            border-radius: 30px;
            box-shadow: 0 4px 6px rgba(140, 118, 99, 0.2);
            transition: all 0.3s ease;
        }
        .map-button:hover {
            background-color: #735f4f;
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(140, 118, 99, 0.3);
        }
        .map-button .icon {
            margin-right: 8px;
            font-size: 16px;
        }
        .menu-list {
            list-style-type: none;
            padding: 0;
        }
        .menu-list li {
            margin-bottom: 12px;
        }
        .menu-list a {
            display: block;
            padding: 12px 20px;
            background-color: #fff;
            color: #5c4a3c;
            text-decoration: none;
            border-radius: 4px;
            border: 1px solid #e0dcd5;
            transition: all 0.2s ease;
        }
        .menu-list a:hover {
            background-color: #8c7663;
            color: #fff;
            padding-left: 25px;
        }
        footer {
            margin-top: 50px;
            font-size: 12px;
            text-align: center;
            color: #777;
        }
 