@charset "UTF-8";
/**
Theme Name: AstraChild
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astrachild
Template: astra
*/
/* 404ページ */
.ast-404-container {
    text-align: center;
    padding: 60px 20px;
    max-width: 1100px;      
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.ast-404-icon {
    font-size: 1.5em;
    margin-right: 0.3em;
    vertical-align: middle;
    display: inline-block;
}

.ast-404-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    white-space: nowrap;   /* 1行に収める。画面が狭い場合は下のmedia queryで解除 */
}

.ast-404-message {
    margin-bottom: 2rem;
    color: #666;
}

/* メニューリンク：PCでは1行、狭い画面では折り返し */
.ast-404-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 10px;         /* 縦12px・横10pxの間隔を明示。これで折り返し時に重ならない */
    margin-bottom: 2.5rem;
    row-gap: 12px;
}

.ast-404-links .ast-button {
    display: inline-block;
    white-space: nowrap;    /* ボタン内テキストの折り返し防止 */
}

.ast-404-search {
    max-width: 400px;
    margin: 0 auto;
}


/* 画面が狭い場合はタイトルの折り返しを許可 */
@media (max-width: 480px) {
    .ast-404-title {
        white-space: normal;
        font-size: 1.4rem;
    }
}