<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ����桁� */
body {
   
    line-height: 1.6;
    color: #333;
    padding-top: 70px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

/* 絲取����垸� */
.navbar {
    background-color: #333;;
    border: none;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
    color: #fff;
}

.navbar-inverse .navbar-nav&gt;.open&gt;a, 
.navbar-inverse .navbar-nav&gt;.open&gt;a:focus, 
.navbar-inverse .navbar-nav&gt;.open&gt;a:hover {
    background-color: #1E441E;
}

/* 筝糸��絎劫�堺�桁� */
.main-content {
    margin-bottom: 30px;
}

.jumbotron {
    background-image: url('../images/food-banner.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
    margin-bottom: 50px;
}

.jumbotron h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.jumbotron p {
    font-size: 20px;
}

.section-heading {
    font-size: 36px;
    color: #2C5F2D;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #d2e8db;
}

/* 臂���∞���桁� */
.food-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.food-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.food-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.food-card h3 {
    color: #333;
    font-size: 22px;
    margin-bottom: 10px;
}

/* 茵�腮�茹����∞���桁� */
.plan-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.plan-card h3 {
    color: #2C5F2D;
    font-size: 24px;
    margin-bottom: 15px;
}

.plan-card p {
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #2C5F2D;
    border-color: #2C5F2D;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #1E441E;
    border-color: #1E441E;
}

/* 箴ц捷��垸� */
.sidebar {
    margin-top: 20px;
}

.sidebar-heading {
    background-color: #d2e8db;
    color: #2C5F2D;
    font-size: 20px;
    font-weight: bold;
}

.tip-title {
    font-size: 18px;
    font-weight: bold;
    color: #2C5F2D;
    margin-bottom: 5px;
}

.tip-content {
    color: #666;
}

/* 蕁笈���桁� */
#contact {
    background-color: #333;;
    color: white;
    padding: 20px 0;
    text-align: center;
    margin-top: 50px;
}

/* ��綺�綣顖��� */
@media (max-width: 768px) {
    .jumbotron h1 {
        font-size: 36px;
    }
    
    .jumbotron p {
        font-size: 18px;
    }
    
    .section-heading {
        font-size: 28px;
    }
    
    .food-card h3 {
        font-size: 20px;
    }
    
    .plan-card h3 {
        font-size: 22px;
    }
}
/* ����ぇ絨顖��� */
.text-lg {
    font-size: 1.5em; /* �上ぇ筝ゅ�� */
}

.text-xl {
    font-size: 2em; /* �上ぇ筝��� */
}
</pre></body></html>