/**
Theme Name: Astra Child
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.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.site-header .site-title a {
    color: transparent !important;
    text-indent: -9999px !important;
    white-space: nowrap;
    overflow: hidden;
}

.checkout-page-container {
    max-width: 1100px;
    margin: auto;
    padding: 30px;
    background: #fff8f0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.checkout-notice {
    background: #ffe4c4;
    padding: 20px;
    border-left: 5px solid #ff6600;
    margin-bottom: 25px;
    color: #333;
    border-radius: 5px;
}

.checkout-notice h2 {
    color: #d9534f;
    margin-bottom: 10px;
}

.checkout-notice ul {
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.checkout-content h2 {
    border-bottom: 3px solid #ff6600;
    padding-bottom: 8px;
    color: #222;
    margin-bottom: 20px;
}

.return-to-cart {
    text-align: center;
    margin-top: 25px;
}

.return-button {
    display: inline-block;
    padding: 14px 28px;
    background: #ff6600 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    transition: background 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
}

.return-button:hover {
    background: #e65c00 !important;
}

.woocommerce-cart-form {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-cart-form table.shop_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.woocommerce-cart-form table.shop_table th {
    background: #FFA500;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
}

.woocommerce-cart-form table.shop_table td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.woocommerce-cart-form table.shop_table td.product-thumbnail img {
    max-width: 80px;
    height: auto;
    border-radius: 5px;
}

.woocommerce-cart-form table.shop_table td.product-quantity input {
    width: 60px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.woocommerce-cart-form table.shop_table td.product-remove a {
    color: #FF4500;
    font-size: 20px;
    text-decoration: none;
}

.woocommerce-cart-form .actions .button {
    background: #FFA500;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}

.woocommerce-cart-form .actions .button:hover {
    background: #FF8C00;
}

.woocommerce-cart .cart_totals {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: block;
    background: #FF4500;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #CC3700;
}

@media screen and (max-width: 768px) {
    .woocommerce-cart-form table.shop_table {
        font-size: 14px;
    }

    .woocommerce-cart-form table.shop_table td.product-thumbnail img {
        max-width: 60px;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
        font-size: 16px;
        padding: 12px;
    }
}

.woocommerce #place_order.button.alt {
    background: #ff6600 !important;
    color: #fff !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 14px 28px !important;
    transition: background 0.3s ease !important;
    cursor: pointer !important;
    border-radius: 8px !important;
}

.woocommerce #place_order.button.alt:hover {
    background: #e65c00 !important;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f8f8;
}

.woocommerce ul.products li.product {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    width: 100%;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
    width: 100%;
    text-align: center;
}

.woocommerce ul.products li.product .add_to_cart_button {
    display: block;
    background-color: #FFA500;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 10px auto 0;
    width: 100%;
    border-radius: 3px;
    text-decoration: none;
}

.woocommerce ul.products li.product .add_to_cart_button:hover {
    background-color: #FF8C00;
}

.woocommerce ul.products li.product .ast-on-card-button {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(1, 1fr);
    }
}

#floating-cart-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #FFA500;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

#floating-cart-button:hover {
    background-color: #FF8C00;
}

@media screen and (max-width: 768px) {
    #floating-cart-button {
        width: 100%;
        right: 0;
        bottom: 0;
        border-radius: 0;
        justify-content: center;
        padding: 20px 0;
    }
}
.woocommerce .wc-empty-cart-message .cart-empty.woocommerce-info {
    background-color: #FFF3E0;
    border-left: 5px solid #FFA500;
    padding: 15px;
    color: #333;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

.woocommerce-info, 
.woocommerce .return-to-shop .button {
    background-color: #FFA500 !important;
    color: #fff !important;
    border-color: #FFA500 !important;
}

.woocommerce .return-to-shop .button:hover {
    background-color: #FF8C00 !important;
    border-color: #FF8C00 !important;
}

.woocommerce-info::before {
    color: #fff !important;
}
.woocommerce-info {
    background: none !important;
    border: none !important;
    color: #FF8C00 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

@media screen and (max-width: 768px) {
    #floating-cart-button {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
}
h1.entry-title {
    text-align: center;
    background-color: #FFF3E0; /* 見やすい薄色 */
    padding: 20px;
    border-radius: 5px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    max-width: 1100px;
    margin: 20px auto;
}

h1.entry-title,
h1.woocommerce-products-header__title.page-title {
    text-align: center;
    background-color: #FFF3E0; /* 見やすい薄色 */
    padding: 20px;
    border-radius: 5px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    max-width: 1100px;
    margin: 20px auto;
}

.woocommerce-ordering {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.woocommerce-ordering .orderby {
    appearance: none;
    background: #FFF3E0;
    border: 1px solid #FFA500;
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    min-width: 160px;
}

.woocommerce-ordering .orderby:hover,
.woocommerce-ordering .orderby:focus {
    border-color: #FF8C00;
    outline: none;
}

.woocommerce-ordering select option {
    padding: 5px;
    background: #fff;
    color: #333;
}

/* アカウントページレイアウトのため */

.woocommerce-account {
    max-width: 1100px;
    margin: auto;
    padding: 30px;
    background: #fff8f0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation {
    background: #FFF3E0;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 12px;
    border-bottom: 1px solid #FFA500;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    transition: color 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #FF4500;
}

.woocommerce-MyAccount-content {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-content h2 {
    font-size: 24px;
    border-bottom: 3px solid #FF6600;
    padding-bottom: 8px;
    margin-bottom: 20px;
    color: #222;
}

.woocommerce-MyAccount-content a.button {
    display: inline-block;
    padding: 12px 20px;
    background: #FFA500;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.woocommerce-MyAccount-content a.button:hover {
    background: #FF8C00;
}

.woocommerce-MyAccount-content form {
    background: #fff8f0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-content form input,
.woocommerce-MyAccount-content form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #FFA500;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
}

.woocommerce-MyAccount-content form input:focus,
.woocommerce-MyAccount-content form select:focus {
    border-color: #FF8C00;
    outline: none;
}

@media screen and (max-width: 768px) {
    .woocommerce-account {
        padding: 20px;
    }

    .woocommerce-MyAccount-navigation {
        padding: 15px;
    }

    .woocommerce-MyAccount-content {
        padding: 15px;
    }

    .woocommerce-MyAccount-navigation ul li {
        padding: 10px;
    }

    .woocommerce-MyAccount-content a.button {
        font-size: 14px;
        padding: 10px 15px;
    }
}


/* コンタクトフォームカスタムのため追加20250207 */
.wpcf7-form {
    max-width: 1100px;
    margin: auto;
    padding: 30px;
    background: #fff8f0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.wpcf7-form label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #FFA500;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    transition: border-color 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #FF8C00;
    outline: none;
}

.wpcf7-form textarea {
    height: 150px;
    resize: vertical;
}

.wpcf7-form .wpcf7-submit {
    display: inline-block;
    width: 100%;
    padding: 14px;
    background: #FF6600;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.wpcf7-form .wpcf7-submit:hover {
    background: #E65C00;
}

.wpcf7-response-output {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.wpcf7-mail-sent-ok {
    background-color: #DFF0D8;
    color: #3C763D;
    border: 1px solid #D6E9C6;
}

.wpcf7-validation-errors {
    background-color: #F2DEDE;
    color: #A94442;
    border: 1px solid #EBCCD1;
}

@media screen and (max-width: 768px) {
    .wpcf7-form {
        padding: 20px;
    }

    .wpcf7-form .wpcf7-submit {
        font-size: 16px;
        padding: 12px;
    }
}