@charset "utf-8";

/* --- メインビジュアル --- */
.image-box {
    position: relative;
    width: 100%;
    height: 200px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-box .text1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 36px;
    font-weight: lighter;
    text-align: center;
    letter-spacing: 4px;
}

/* --- メニューエリア（全体の横幅を調整） --- */
.menu-section {
    max-width: 1020px; /* コンテンツの最大幅 */
    margin: 60px auto; /* ← 修正点：固定の左マージンを解除し、左右中央揃えにします */
    padding: 0 20px;
    box-sizing: border-box;
    border: none !important;
}

.news-list-container, 
.info-table {
    border: none !important;
}

.menu-section h2 {
    text-align: center;
    font-size: 32px; /* 他ページと統一 */
    margin-top: 150px;
    margin-bottom: 5px;
    color: #3b2004;
}

.menu-section .time {
    text-align: center;
    font-size: 13px;
    margin-bottom: 30px;
    color: #3b2004;
}

/* --- カラムの幅と間隔の調整 --- */
.menu-grid {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.menu-grid div {
    width: 31.8%; /* カラムの幅 */
    text-align: left;
}

/* スマホサイズになったときの崩れ防止 */
@media screen and (max-width: 768px) {
    .menu-section {
        margin: 40px auto; 
    }
}

.menu-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
    margin-bottom: 10px;
}

.menu-time {
    text-align: center;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 50px;
    margin-right: 10px;
    color: #666;
}

/* 画像の表示位置調整 */
#drink .menu-grid div:nth-child(2) img {
    object-position: center 65% !important;
}
#alcohol .menu-grid div:nth-child(1) img {
    object-position: center 65% !important;
}

/* --- メニューグリッド内のテキスト調整 --- */
.menu-grid p {
    display: block !important;
    text-align: left !important;
    font-size: 14px;
    color: #3b2004;
    margin-top: 10px;
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 12px;
}

.menu-grid p span {
    display: block !important;
    line-height: 1.6;
}

/* 価格（2番目のspan）だけに少し上の余白を足してバランスをとる */
.menu-grid p span:last-child {
    font-weight: lighter;
    margin-top: 30px;
}

/* --- リストエリア --- */
.drink-text {
    max-width: 100%; /* 親要素（.menu-section）の幅に合わせる */
    margin: 0;
}

.drink-text p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -20px;
    font-size: 14px;
    border: none !important;
    color: #3b2004;
}

/* 日替わりランチ下の補足説明の調整 */
.drink-text .menu-desc {
    display: block !important;
    font-size: 11px !important; 
    color: #3b2004 !important; 
    line-height: 1.6 !important;
    border: none !important;
    margin-top: -10px !important;
}

/* --- ドリンクセクションの補足説明（個別設定：フォントサイズ変更） --- */
#drink .menu-desc {
    font-size: 16px !important; /* フォントサイズを大きく変更 */
    font-weight: bold;
    text-align: center !important; /* 真ん中に配置 */
    margin-top: 80px !important;
    margin-bottom: 30px !important; 
}

#drink .tax-note {
    position: static !important; 
    top: auto !important;
    text-align: right !important; /* 右寄せを維持 */
    margin-top: -130px !important;  
    margin-bottom: 200px !important; 
}

/* --- 税込表示の共通設定（全セクション用） --- */
.tax-note {
    clear: both;
    display: block !important;
    text-align: right !important;
    width: 100%;
    font-size: 12px;
    margin-top: 30px !important;
    margin-bottom: 100px !important; /* 他のセクションの余白 */
    border: none !important;
    color: #3b2004;
}

/* パンくずリストのみを左に寄せる調整 */
.breadcrumb-area {
    text-align: left;
    margin-bottom: 0px;
}

.breadcrumb-area .container-small {
    max-width: 1000px !important; /* ← 修正点：Newsページの幅と統一 */
    margin: 0 auto !important;    /* ← 修正点：マージンをautoにしてセンタリング */
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

/* アルコールセクションの見出しの上の余白を強制的に広げる */
.alcohol-section h2, 
.menu-section:nth-of-type(2) h2 {
    margin-top: 80px !important;
}

/* --- DrinkセクションとAlcoholセクションの間の余白調整 --- */
#drink {
    padding-bottom: 5px !important; /* 下部のパディングで確実に隙間を作る */
}

#alcohol {
    margin-top: -130px !important; /* Alcoholセクション自体の上のマージンを広げる */
}

#lunch {
    padding-bottom: 5px !important; /* 下部のパディングで確実に隙間を作る */
}

#dinner {
    margin-top: -35px !important; /* Alcoholセクション自体の上のマージンを広げる */
}

.contact img{
    margin-top: 100px;
}

.contact-inner{
    margin-top: 50px;
}
/* --- レスポンシブ対応：画面幅に応じた余白の調整 --- */

/* 1. 画面幅が中くらい（ノートパソコンやタブレット）の場合 */
@media screen and (max-width: 1199px) {
    .menu-section {
        margin: 60px auto !important;
    }
    .breadcrumb-area .container-small {
        margin: 0 auto !important;
    }
}

/* 2. 画面幅が狭い（スマートフォン）の場合 */
@media screen and (max-width: 768px) {
    .menu-section {
        margin: 40px auto !important;
    }
    
    .breadcrumb-area .container-small {
        margin: 0 auto !important;
    }
}