/* ============================================================
   共通ヘッダー・フッター LP風デザイン
   ============================================================ */

/* ============================================================
   ヘッダー
   ============================================================ */

#header {
    font-family: "Noto Sans JP", sans-serif;
}

#nav_bottom {
    background: rgba(44, 36, 30, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(192, 139, 48, 0.15);
    transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header_logo img {
    height: 28px !important;
    width: auto !important;
    filter: brightness(1.1);
}

/* PC ナビ */
#ul_pc > li > div {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s ease;
}

#ul_pc > li:hover > div {
    color: #e8b84b;
}

/* ナビ項目のhoverエリアを下に拡張してドロップダウンとの隙間を埋める */
#ul_pc > li {
    padding-bottom: 16px !important;
    margin-bottom: -16px !important;
}

/* ドロップダウン */
.li_dropdown {
    background: rgba(44, 36, 30, 0.97) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(192, 139, 48, 0.12) !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden;
}

.li_dropdown a {
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.2s ease !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.li_dropdown a:last-child {
    border-bottom: none !important;
}

.li_dropdown a:hover {
    color: #e8b84b !important;
    background: rgba(192, 139, 48, 0.08) !important;
}

/* ハンバーガーメニュー */
#nav_button span {
    background: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.3s ease;
}

/* ============================================================
   ドロワーメニュー
   ============================================================ */

#menu_canvas {
    background: #2c241e !important;
}

#menu_canvas_bg {
    background: rgba(0, 0, 0, 0.6) !important;
}

.menu_close_icon span {
    background: rgba(255, 255, 255, 0.8) !important;
}

#menu_user {
    border-bottom: 1px solid rgba(192, 139, 48, 0.2) !important;
    background: rgba(192, 139, 48, 0.08) !important;
}

.menu_user_icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #e8b84b;
}

.menu_user_icon_img {
    display: none !important;
}

.menu_user_name {
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em;
    color: #e8b84b !important;
}

/* メニュー全体リセット */
.menu_content_in {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.menu_content_in > li {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: normal !important;
    list-style: none !important;
}

/* 旧アイコン画像・セパレーター非表示 */
.menu_content_in > li > img { display: none !important; }
.menu_separator { display: none !important; }

/* カテゴリ見出し行 */
.menu_content_in > li.menu_category {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 18px 20px 8px 20px !important;
    margin: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.menu_content_in > li.menu_category:first-child {
    border-top: none !important;
    padding-top: 10px !important;
}

.menu_cat_icon {
    color: #c08b30;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

/* カテゴリタイトルテキスト */
.menu_content_in .menu_content_title {
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    color: rgba(255, 255, 255, 0.9) !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.4 !important;
    display: inline !important;
}

/* メニューリンク */
.menu_content_in .menu_content_item {
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    /* 左パディング = アイコン20px左余白 + アイコン18px + gap8px = 46px */
    padding: 10px 20px 10px 46px !important;
    display: block !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transition: color 0.2s ease, background 0.2s ease !important;
    text-decoration: none !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.4 !important;
}

.menu_content_in .menu_content_item:hover {
    color: #e8b84b !important;
    background: rgba(192, 139, 48, 0.06) !important;
}

/* ============================================================
   フッター
   ============================================================ */

#footer {
    font-family: "Noto Sans JP", sans-serif;
    background: #1a1510;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* --- CTA帯 --- */
.footer_cta {
    background: #2c241e;
    border-top: 2px solid #c08b30;
    padding: 40px 20px;
    text-align: center;
}

.footer_cta_inner {
    max-width: 600px;
    margin: auto;
}

.footer_cta_text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 24px;
}

@media screen and (min-width: 600px) {
    .footer_cta { padding: 48px 32px; }
    .footer_cta_text { font-size: 18px; }
}

.footer_cta_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

@media screen and (min-width: 600px) {
    .footer_cta_buttons { flex-direction: row; justify-content: center; gap: 16px; }
}

.footer_cta_tel {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #d4a24e, #c08b30);
    border: none;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(192, 139, 48, 0.3);
}

.footer_cta_tel:hover {
    background: linear-gradient(135deg, #e0b35e, #d49a3a);
    box-shadow: 0 4px 20px rgba(192, 139, 48, 0.4);
    transform: translateY(-2px);
}

.footer_cta_tel_num {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

@media screen and (min-width: 600px) {
    .footer_cta_tel_num { font-size: 22px; }
}

.footer_cta_contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
}

.footer_cta_contact:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.06);
}

.footer_cta_hours {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.35);
}

/* --- 本体 --- */
.footer_main {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer_main_inner {
    max-width: 900px;
    margin: auto;
    padding: 0 20px;
}

@media screen and (min-width: 600px) {
    .footer_main_inner { padding: 0 32px; }
}

/* 上段：ロゴ＋コピー（中央配置） */
.footer_top_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media screen and (min-width: 600px) {
    .footer_top_row { padding: 56px 0 44px; }
}

.footer_logo {
    height: 52px;
    width: auto;
    filter: brightness(1.1);
    pointer-events: none;
    user-select: none;
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
    .footer_logo { height: 60px; margin-bottom: 24px; }
}

.footer_brand_line {
    display: block;
    width: 40px;
    height: 1px;
    background: #c08b30;
    margin-bottom: 18px;
}

.footer_brand_copy {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 600px) {
    .footer_brand_copy { font-size: 15px; }
}

/* 下段：リンク＋住所 */
.footer_bottom_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    padding: 36px 0 44px;
}

@media screen and (min-width: 751px) {
    .footer_bottom_row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
        padding: 40px 0 48px;
    }
}

/* リンクグループ */
.footer_link_group {
    display: flex;
    flex-direction: column;
}

.footer_links_heading {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(192, 139, 48, 0.25);
}

/* リンク */
.footer_link_list {
    display: flex;
    flex-direction: column;
}

.footer_link {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    padding: 8px 0;
    letter-spacing: 0.04em;
    transition: color 0.25s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.footer_link:last-child {
    border-bottom: none;
}

.footer_link:hover {
    color: #e8b84b;
}

@media screen and (min-width: 600px) {
    .footer_link { font-size: 14px; padding: 9px 0; }
}

/* 住所グループ */
.footer_link_group_address {
    grid-column: 1 / -1;
}

@media screen and (min-width: 751px) {
    .footer_link_group_address {
        grid-column: auto;
    }
}

.footer_address_body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer_address_body p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.35);
}

.footer_address_tel {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: 500 !important;
}

/* --- コピーライト --- */
.footer_copyright_bar {
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(0, 0, 0, 0.15);
}

.footer_copyright_bar span {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.15);
}

/* 旧フッター要素を非表示 */
.footer_left,
.footer_right,
.footer_wrap,
.footer_tel,
.footer_hours_old,
.footer_day {
    display: none !important;
}

#footer > .footer_tel,
#footer > .footer_hours,
#footer > .footer_day,
#footer > .footer_copyright {
    display: none !important;
}
