@@ -6,22 +6,27 @@ <h1 class="xl:block hidden mx-auto max-w-lg pt-5 px-8">
66
77< div class ="fixed xl:hidden left-0 top-7 z-10 flex w-screen min-h-18 justify-center ">
88 < div
9- class ="flex flex-col h-full w-[calc(100%-60px)] items-stretch rounded-[10px] bg-[#f5f5f5] px-5 py -3 shadow-[7px_7px_10px_rgba(125,125,125,0.15)] inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)] ">
9+ class ="flex flex-col h-full w-[calc(100%-60px)] items-stretch rounded-[10px] bg-[#f5f5f5] py-3 pl-4 pr -3 shadow-[7px_7px_10px_rgba(125,125,125,0.15)] inset-shadow-[0px_-2px_10px_rgba(125,125,125,0.25)] ">
1010 < div class ="flex items-center justify-between gap-2 ">
1111 < a href ="/ " class ="flex h-full items-center ">
1212 < img src ="/img/common/header-logo.webp " class ="w-full max-w-[250px] max-h-full "
1313 alt ="DojoCon Japan 2025 Inspire Next. " />
1414 </ a >
15- < button id ="menu-btn " type ="button " aria-label ="メニューを開く "
16- class ="flex p-2 shrink-0 flex-col items-center justify-center rounded border border-gray-300 bg-white cursor-pointer ">
17- < i class ="fa-solid fa-bars "> </ i >
18- </ button >
15+ < div class ="flex items-cetner gap-x-2 shrink-0 ">
16+ < a href ="/registration/ " class ="px-3 py-2 rounded-sm text-center bg-[#cc8f2e] text-[#f5f5f5] justify-center ">
17+ 参加申込
18+ </ a >
19+ < button id ="menu-btn " type ="button " aria-label ="メニューを開く "
20+ class ="flex p-2 size-10 shrink-0 flex-col items-center justify-center rounded border border-gray-300 bg-white cursor-pointer ">
21+ < i class ="fa-solid fa-bars "> </ i >
22+ </ button >
23+ </ div >
1924 </ div >
2025 < nav id ="menu-nav " class ="hidden my-2 flex-col items-stretch transition-all duration-300 ">
2126 < ul
2227 class ="flex flex-col min-h-20 items-stretch gap-2 *:px-6 *:text-center *:text-[20px] *:leading-[1.75] *:text-[#cc8f2e] [&_a]:block ">
23- < li > < a href ="#outline "> 開催概要</ a > </ li >
24- < li > < a href ="#session "> セッション</ a > </ li >
28+ < li > < a href ="/ #outline "> 開催概要</ a > </ li >
29+ < li > < a href ="/ #session "> セッション</ a > </ li >
2530 < li > < a href ="/events/ "> 企画</ a > </ li >
2631 < li > < a href ="/contests/ "> コンテスト</ a > </ li >
2732 < li > < a href ="https://suzuri.jp/DojoConJapan " target ="_blank "> グッズ</ a > </ li >
0 commit comments