/*!
Theme Name: Rooof
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Rooof
*/

/* ==========================================================================
   Global Font Settings - Noto Serif JP
   ========================================================================== */
html,
body,
body *,
input,
textarea,
select,
button {
    font-family: "Noto Serif JP", serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Noto Serif JP", serif;
}

p, span, a, li, td, th, label, div {
    font-family: "Noto Serif JP", serif;
}

/* ==========================================================================
   Google Map Section
   ========================================================================== */
.map-section-7492 {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.map-section-7492 iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
}

@media screen and (max-width: 768px) {
    .map-section-7492 iframe {
        height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .map-section-7492 iframe {
        height: 250px;
    }
}

/* ==========================================================================
   Footer - Gym Style
   ========================================================================== */
.footer-gym-3847 {
    background-color: #214a4f;
    color: #ffffff;
    padding: 60px 0 0;
    position: relative;
}

.footer-gym-3847__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
}

/* 左：ロゴ・説明文 */
.footer-gym-3847__brand {
    display: flex;
    flex-direction: column;
}

.footer-gym-3847__logo {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-gym-3847__logo img {
    max-width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-gym-3847__tagline {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-gym-3847__desc {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #ffffff;
}

/* 中央：ナビゲーション */
.footer-gym-3847__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-gym-3847__nav-col {
    display: flex;
    flex-direction: column;
}

.footer-gym-3847__nav-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

.footer-gym-3847__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-gym-3847__nav-list li {
    margin-bottom: 12px;
}

.footer-gym-3847__nav-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: opacity 0.3s ease;
}

.footer-gym-3847__nav-list a:hover {
    opacity: 0.7;
}

/* 右：会社情報 */
.footer-gym-3847__info {
    display: flex;
    flex-direction: column;
}

.footer-gym-3847__info-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

.footer-gym-3847__info-content {
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer-gym-3847__company {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-gym-3847__address {
    font-style: normal;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-gym-3847__tel a,
.footer-gym-3847__email a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-gym-3847__tel a:hover,
.footer-gym-3847__email a:hover {
    opacity: 0.7;
}

.footer-gym-3847__tel {
    margin-bottom: 5px;
}

.footer-gym-3847__email {
    margin-bottom: 15px;
}

.footer-gym-3847__hours {
    color: #ffffff;
    font-size: 0.85rem;
}

/* コピーライト */
.footer-gym-3847__copyright {
    margin-top: 50px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.footer-gym-3847__copyright p {
    margin: 0;
    font-size: 0.85rem;
    color: #ffffff;
}

/* レスポンシブ：タブレット */
@media screen and (max-width: 1024px) {
    .footer-gym-3847__inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-gym-3847__brand {
        grid-column: 1 / -1;
        text-align: center;
        align-items: center;
    }

    .footer-gym-3847__tagline,
    .footer-gym-3847__desc {
        text-align: center;
    }

    .footer-gym-3847__nav {
        grid-column: 1 / -1;
    }
}

/* レスポンシブ：スマホ */
@media screen and (max-width: 768px) {
    .footer-gym-3847 {
        padding: 40px 0 0;
    }

    .footer-gym-3847__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-gym-3847__nav {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-gym-3847__nav-col {
        text-align: center;
    }

    .footer-gym-3847__nav-title {
        display: inline-block;
    }

    .footer-gym-3847__nav-list li {
        margin-bottom: 10px;
    }

    .footer-gym-3847__info {
        text-align: center;
        align-items: center;
    }

    .footer-gym-3847__info-title {
        display: inline-block;
    }

    .footer-gym-3847__copyright {
        margin-top: 30px;
    }
}

/* ==========================================================================
   Header Logo Image
   ========================================================================== */
.header-logo-img-4821 {
    max-width: 120px;
    height: auto;
    display: block;
    transition: filter 0.3s ease;
    /* デフォルト（背景透明）→ 白のまま */
    filter: none;
}

/* 背景が白のとき → ロゴを#214a4fに */
header.scrolled .header-logo-img-4821,
header.white-bg .header-logo-img-4821,
header[data-background="white"] .header-logo-img-4821,
header.open .header-logo-img-4821,
header.menu-open .header-logo-img-4821,
header.nav-open .header-logo-img-4821,
header.active .header-logo-img-4821,
.mainBar.scrolled .header-logo-img-4821,
.mainBar.open .header-logo-img-4821 {
    filter: brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(1500%) hue-rotate(140deg) brightness(95%) contrast(90%);
}

/* ホバー時に背景が緑 → ロゴを白に戻す */
header.open .menuItem.logo:hover .header-logo-img-4821,
header.menu-open .menuItem.logo:hover .header-logo-img-4821,
header.nav-open .menuItem.logo:hover .header-logo-img-4821,
header.active .menuItem.logo:hover .header-logo-img-4821,
header.scrolled .menuItem.logo:hover .header-logo-img-4821,
.mainBar.open .menuItem.logo:hover .header-logo-img-4821,
.menuItem.logo:hover .header-logo-img-4821 {
    filter: none;
}

@media screen and (max-width: 768px) {
    .header-logo-img-4821 {
        max-width: 100px;
    }
}

/* ==========================================================================
   会員様の声セクション - 強制表示
   ========================================================================== */
.ourProductsInUse .imagesWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.ourProductsInUse .ourProductsInUseCardWrap {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
}

.ourProductsInUse .ourProductsInUseCard .text {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px;
    margin-top: 10px;
}

.ourProductsInUse .ourProductsInUseCard .text p {
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .ourProductsInUse .ourProductsInUseCardWrap {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media screen and (max-width: 768px) {
    .ourProductsInUse .ourProductsInUseCardWrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ==========================================================================
   会員様の声セクション - スライダー
   ========================================================================== */
.reviews-section-8472 {
    padding: 80px 0;
    background-color: #f5f5f5;
    overflow: hidden;
}

.reviews-section-8472__inner {
    max-width: 100%;
    margin: 0 auto;
}

.reviews-section-8472__title {
    text-align: center;
    font-size: 2.5rem;
    color: #214a4f;
    margin-bottom: 50px;
    font-weight: 600;
    padding: 0 20px;
}

.reviews-section-8472__slider {
    overflow: hidden;
    width: 100%;
}

.reviews-section-8472__track {
    display: flex;
    gap: 25px;
    animation: slide-8472 30s linear infinite;
    width: max-content;
}

.reviews-section-8472__track:hover {
    animation-play-state: paused;
}

@keyframes slide-8472 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.reviews-section-8472__card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    flex: 0 0 280px;
    min-width: 280px;
}

.reviews-section-8472__photo {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
}

.reviews-section-8472__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-section-8472__name {
    font-size: 1rem;
    color: #214a4f;
    margin-bottom: 8px;
    font-weight: 600;
}

.reviews-section-8472__stars {
    color: #f5a623;
    font-size: 1.1rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.reviews-section-8472__comment {
    font-size: 0.85rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* レスポンシブ: タブレット */
@media screen and (max-width: 1024px) {
    .reviews-section-8472__title {
        font-size: 2rem;
    }
    
    .reviews-section-8472__card {
        flex: 0 0 260px;
        min-width: 260px;
    }
}

/* レスポンシブ: スマホ */
@media screen and (max-width: 600px) {
    .reviews-section-8472 {
        padding: 50px 0;
    }
    
    .reviews-section-8472__title {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    
    .reviews-section-8472__card {
        flex: 0 0 240px;
        min-width: 240px;
        padding: 20px;
    }
    
    .reviews-section-8472__track {
        gap: 15px;
    }
}

/* ==========================================================================
   お問合せセクション - 高さ調整
   ========================================================================== */
#contactSection .leftContentSectionWrap {
    min-height: auto;
}

#contactSection .contentWrap {
    padding: 40px;
    min-height: auto;
    height: auto;
}

#contactSection .wrap.mainContent {
    margin-bottom: 30px;
}

#contactSection .button {
    margin-top: 0;
}
 .woocommerce-breadcrumb,#sidebar{display:none}.button--loading .btn__text{visibility:hidden;opacity:0}.button--loading::after{content:"";position:absolute;width:20px;height:20px;top:0;left:0;right:0;bottom:0;margin:auto;border:4px solid transparent;border-top-color:#000;border-radius:50%;animation:button-loading-spinner 1s ease infinite}@keyframes button-loading-spinner{from{transform:rotate(0turn)}to{transform:rotate(1turn)}}.woocommerce-notices-wrapper,.woocommerce-remove-coupon,.woocommerce-error,.woocommerce-form-coupon-toggle,.otgs-development-site-front-end,.cart-collaterals.pageHeroScreen,.wc-empty-cart-message{display:block;background:#de5263;color:#fff;text-transform:uppercase;opacity:1;border:none;font-weight:500;outline:none;font-size:.875rem}h1.entry-title{display:none}#promo_code.error{border:1px solid #de5263}.notice.error.small-margin-bottom .woocommerce-error{margin:0;padding:0;line-height:160%}.notice.error.small-margin-bottom .woocommerce-error::before,.notice.error.small-margin-bottom .woocommerce-error::after{all:unset}.track_spinner{display:none;position:absolute;top:50%;left:50%;width:1.875rem;height:1.875rem;transform:translate(-50%,-50%);margin:calc(0.125rem / 2) 0 0 calc(0.125rem / 2);border:.1875rem solid #214a4f00;border-top:.1875rem solid #214a4f;border-radius:50%;animation:spin 1s linear infinite}.button.nearbyRestore-callpopup.loading{color:transparent!important}.contactFormTrackYourPackage .button.loading{color:transparent!important}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}.wc-stripe-saved-methods-container .select2.select2-container{display:none}.cky-notice-des p a{color:#214a4f!important;text-decoration:underline!important;font-size:16px!important}.cky-notice-des a{color:#214a4f!important;text-decoration:underline;font-size:16px}.homepage-signup-modal .homepage-signup-box{text-align:center}.homepage-signup-modal .homepage-signup-box .h4.title{font-family:Legquinne;font-size:4rem;line-height:1;color:#006364;margin-bottom:20px}.homepage-signup-modal .homepage-signup-box .signup-content{font-size:1.2rem;color:#006364;line-height:130%;margin:0 auto}.klaviyo-form-QYM6Zf .needsclick input[type="email"]{max-width:430px;width:100%;padding:0!important;margin:20px auto 10px auto!important;font-family:Gotham!important;font-size:1rem!important;font-weight:500!important;line-height:130%!important;color:#214B4F!important;border:1px solid #328383!important;border-radius:0;outline:none;background:#F3F7F7;text-align:center!important}.klaviyo-form-QYM6Zf .needsclick input[type="email"]:hover{border:1px solid #328383!important}.klaviyo-form-QYM6Zf .needsclick input[type="email"]:focus{outline-style:none;border:1px solid #328383!important}.klaviyo-form-QYM6Zf .needsclick input[type="email"]:focus-visible{outline-width:1px!important;outline-style:none!important;border:1px solid #328383!important}.klaviyo-form-QYM6Zf .needsclick input[type="email"]::placeholder{font-family:Gotham;font-size:.75rem;font-weight:500;letter-spacing:.075rem;text-transform:uppercase;color:#214B4F;font-weight:500}.klaviyo-form-QYM6Zf .needsclick input[type="email"]:invalid{border:1px solid red;width:100%}.klaviyo-form-QYM6Zf button.needsclick{background:#224A4F;color:#fff;font-size:1.2rem;padding:20px 90px;border-radius:1.625rem;height:3.1875rem;min-height:2.5625rem;outline:none;border:none;cursor:pointer;text-decoration:none;user-select:none;display:inline-flex;align-items:center;font-family:Gotham!important;font-size:.75rem;font-weight:500;letter-spacing:.075rem;text-transform:uppercase;width:auto!important;margin:10px auto 0 auto!important}.wrapper .woocommerce-message{border-left:none;border-right:none;border-bottom:none;outline:none}