/*
Theme Name:     AMING WP
Theme URI:
Description:    twentyseventeenの子テーマ
Author:
Author URI:
Template:       twentyseventeen
Version:        0.1.0
Tags:
*/

@import "./css/custom.css";
@import "./css/custom-admin-css.css";

/* 404 Page Styles */
.l-contents-404 {
    padding: 100px 20px;
    width: 100%;
}

.l-contents-404 .inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.l-contents-404 h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
}

.l-contents-404 p {
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #555;
}

.l-contents-404 .btn_area {
    margin-top: 40px;
}

.l-contents-404 .btn {
    display: inline-block;
    padding: 16px 50px;
    background-color: #006644; /* アミングっぽい緑色に調整 */
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.l-contents-404 .btn:hover {
    background-color: #004d33;
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
