<!DOCTYPE html>
<html lang="ja">
<head>
    
        <!-- Global site tag (gtag.js) - Google Analytics -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-7MTEB5L1K6"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());

            gtag('config', 'G-7MTEB5L1K6');
        </script>

        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <link href="/css/base/app.css" rel="stylesheet">
        <link href="/css/base/header.css" rel="stylesheet">
        <link href="/css/base/navigation.css" rel="stylesheet">
        <link href="/css/tailwind.css" rel="stylesheet">

        <script src="https://kit.fontawesome.com/a76a6b3e20.js" crossorigin="anonymous"></script>

        <script src="/js/base.js"></script>
    
    <title>エラー</title>
</head>
<body>

<main>
<section class="mt-16 px-4 w-full max-w-[400px] mx-auto lg:mt-32">
    <p>
        想定外のエラーが発生しております。<br>
        復旧までお待ちください。<br>
    </p>
</section>
</main>

</body>
</html>
