@charset "UTF-8";

/* ==========================================================================
来場予約・お問い合わせ (contact_form_sp)
========================================================================== */

@media (max-width: 1100px) {
    /* コンテナが狭い時はボタンを少し内側に入れる */
    .reserve-estate-nav .swiper-button-prev {
        left: 10px;
    }
    .reserve-estate-nav .swiper-button-next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .reserve-estate-nav {
        display: none;
    }
}

/* ==========================================================================
サンクスページ (thanks-page レスポンシブ)
========================================================================== */
@media (max-width: 768px) {
    .thanks-page-content {
        padding: 60px 15px;
    }
    
    .thanks-page-content h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .thanks-page-content p {
        font-size: 15px;
        text-align: justify;
    }
    
    .thanks-page-content br {
        display: none; /* スマホでは手動改行を無効化して自然に流す */
    }
    
    .thanks-page-content .btn-back {
        width: 100%;
        max-width: 300px;
        padding: 16px 20px;
    }
}
/*reCAPTCHA*/
@media (max-width: 768px) {
    .grecaptcha-badge { 
        bottom: 140px !important;
    }
}

