@charset "UTF-8";
/**
 * Theme Name: OLTANA-006 Child
 * Template: oltana-006
 */

/* ==============================================
   Layout & Visibility
   ============================================== */
/* Prevent horizontal overflow on mobile */
html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* Hide unused sections to prevent unwanted spacing */
#olNeeds,
#olPrice,
#olBanner {
    display: none;
}

/* ==============================================
   Text Styles
   ============================================== */
/* Improve text visibility on firstview background */
.ol-firstview__title-maincopy,
.ol-firstview__title-subcopy {
    /* --- Style Variations (Uncomment one to activate) --- */

    /* Pattern 1: Glassmorphism (Premium) */
    /*
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    */

    /* Pattern 2: Light Blue (Simple & Friendly) */
    /*
    background-color: rgba(0, 100, 200, 0.4);
    border-radius: 10px;
    border: none;
    backdrop-filter: none;
    */

    /* Pattern 3: No Background (Minimal) */
    background: none;
    border: none;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
    padding: 0;
    backdrop-filter: none;
    box-shadow: none;

    /* Pattern 4: Dark Glass (Cool) */
    /*
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    */

}

@media (max-width: 640px) {

    .ol-firstview__title-maincopy,
    .ol-firstview__title-subcopy {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .ol-firstview__title-maincopy {
        font-size: 21px !important;
        /* Increased size */
        letter-spacing: 0.02em !important;
        /* Tight tracking */
        width: auto !important;
        max-width: 100%;
        white-space: nowrap;
        /* Prevent wrapping */
    }
}

/* Utility class for white text */
.text-white {
    color: #ffffff !important;
}

/* ==============================================
   Section Spacing & Resets
   ============================================== */
/* Unified padding for main sections */
#olConcept,
#olService,
#olStory,
#olAccess,
#olCompare,
#olNews,
#olFaq,
#olVoice {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Reset margins for inner sections to prevent gaps */
#olConcept .ol-section,
#olService .ol-section,
#olStory .ol-section,
#olAccess .ol-section,
#olCompare .ol-section,
#olNews .ol-section,
#olFaq .ol-section,
#olVoice .ol-section,
.ol-section,
.ol-section-small {
    margin-top: 0;
    margin-bottom: 0;
}

/* ==============================================
   Section Background Colors
   ============================================== */
/* Gray Background (#f5f5f5) */
#olConcept,
#olCompare,
#olNews,
#olFaq {
    background-color: #f5f5f5;
}

/* Blue Background (#f79b22) - User Updated */
#olService,
#olStory,
#olAccess {
    background-color: #f79b22;
}

.ol-contact-mail .ol-btn-regular {
    background-color: #f79b22;
}

.ol-contact-mail2 .ol-btn-regular-custom2,
.ol-contact-mail2 .ol-btn-regular {
    background-color: #4082eb;
}

/* Force Header Contact Button to be Blue */
.ol-header__contact .ol-contact-mail .ol-btn-regular {
    background-color: #4082eb !important;
}

/* Voice Section - Dot Pattern */
#ol-section-voice {
    position: relative;
    z-index: 0;
}

#ol-section-voice::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    /* background-image: url('bg01.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

/* ==============================================
   Instagram Feed Styles (Smash Balloon)
   ============================================== */
#sb_instagram {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1000px;
}

/* Customize the Follow Button to match theme buttons */
#sb_instagram .sbi_follow_btn a {
    font-family: inherit;
    border-radius: 50em !important;
    /* Pill shape */
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-weight: 500 !important;
    padding: 12px 32px !important;
}

#sb_instagram .sbi_follow_btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #f9f9f9 !important;
}

/* Rounded corners for images */
#sb_instagram .sbi_photo {
    border-radius: 8px !important;
}

/* ==============================================
   Concept Section Alignment
   ============================================== */
/* Align image with text top */
.ol-concept__inner {
    align-items: flex-start !important;
}

/* ==============================================
   Text Color Visibility for Swap
   ============================================== */
/* Ensure sub-headings are visible in swap (Blue text -> Orange text) */
#olService .ol-heading-sub,
#olStory .ol-heading-sub,
#olAccess .ol-heading-sub {
    color: #4082eb !important;
}

#olCompare .ol-heading-sub,
#olConcept .ol-heading-sub,
#olVoice .ol-heading-sub,
#olFaq .ol-heading-sub,
#olMessage .ol-heading-sub,
#olNews .ol-heading-sub,
.ol-instagram__heading-sub {
    color: #f79b22 !important;
}

/* Ensure the underline is also visible in swap */
#olService .ol-heading-sub-line,
#olStory .ol-heading-sub-line,
#olAccess .ol-heading-sub-line {
    background-color: #4082eb !important;
}

#olCompare .ol-heading-sub-line,
#olConcept .ol-heading-sub-line,
#olVoice .ol-heading-sub-line,
#olFaq .ol-heading-sub-line,
#olMessage .ol-heading-sub-line,
#olNews .ol-heading-sub-line,
.ol-instagram__heading-sub .ol-heading-sub-line {
    background-color: #f79b22 !important;
}

/* ==============================================
   Table Highlight for Swap
   ============================================== */
/* Set to Blue-ish so it swaps to Orange-ish */
.ol-compare__table tbody td.ol-compare__table-item-highlight {
    background-color: rgba(247, 155, 34, 0.09) !important;
}

/* Set Header to Blue so it swaps to Orange */
.ol-compare__table thead th.ol-compare__table-item-highlight {
    background-color: #f79b22 !important;
}

.ol-contact-text-color-theme .ol-contact__phone-icon {
    background-color: #f79b22;
}

.ol-text-color-theme {
    color: #f79b22 !important;
}

.ol-text-color-accent {
    color: #3f75cc;
}

/* Force ALL Header Contact Buttons to be Blue */
.ol-header__contact .ol-contact-mail .ol-btn-regular,
.ol-header__contact .ol-contact-mail2 .ol-btn-regular,
.ol-header__contact a[data-replace*="お問い合わせ"] .ol-btn-regular-text,
.ol-header__contact a[data-replace*="お問い合わせ"] {
    background-color: #4082eb !important;
}

/* ==============================================
   Table Spot Use Visibility
   ============================================== */
/* Ensure Spot Use column is distinct from background */
.ol-compare__table thead th.ol-compare__table-item-label-num-2,
.ol-compare__table tbody td.ol-compare__table-item-num-2 {
    background-color: #ffffff !important;
    border-right: 1px solid #f3f3f3;
}

/* Remove bottom gap for Voice section */
#olVoice {
    padding-bottom: 0 !important;
}

/* ==============================================
   Company Section
   ============================================== */
#olCompany {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ol-company__info {
    max-width: 600px;
    margin: 40px auto 0;
}

.ol-company__info-item {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    /* テキストは中央寄りにパディング */
    padding: 1.5em 40px;
}

.ol-company__info-item:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.ol-company__info-item-label {
    width: 200px;
    padding-right: 20px;
    font-weight: bold;
    color: #333;
}

.ol-company__info-item-text {
    flex: 1;
    width: calc(100% - 200px);
    margin: 0;
    color: #333;
    line-height: 1.6;
}

.ol-company__heading-sub {
    color: #f79b22 !important;
}

.ol-company__heading-sub-line {
    background-color: #f79b22 !important;
}

/* Responsive for SP */
@media (max-width: 768px) {
    .ol-company__info-item {
        display: block;
        padding: 1.5em 15px;
    }

    .ol-company__info-item-label {
        width: 100%;
        margin-bottom: 0.5em;
        padding-right: 0;
    }

    .ol-company__info-item-text {
        width: 100%;
    }
}

/* ==============================================
   Contact Form Styles
   ============================================== */
.ol-contact-form-wrapper,
.smf-form,
form.smf-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {

    .ol-contact-form-wrapper,
    .smf-form,
    form.smf-form {
        padding: 30px 20px;
        box-shadow: none;
        background-color: transparent;
    }
}

.smf-item {
    margin-bottom: 28px;
}

/* Label Styling */
.smf-item__label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.smf-item__label__tag {
    display: inline-block;
    background-color: #4082eb !important;
    color: #fff;
    font-size: 0.7rem;
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: 500;
}

/* Input & Textarea Styling - プレミアムなデザイン */
.smf-text-control__control,
.smf-email-control__control,
.smf-tel-control__control,
.smf-textarea-control__control {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #d0d5dd !important;
    border-radius: 10px !important;
    background-color: #fafafa !important;
    font-size: 1rem !important;
    color: #333 !important;
    transition: all 0.25s ease;
    box-sizing: border-box !important;
    font-family: inherit;
    visibility: visible !important;
}

.smf-text-control__control:hover,
.smf-email-control__control:hover,
.smf-tel-control__control:hover,
.smf-textarea-control__control:hover {
    border-color: #a0a8b4 !important;
    background-color: #ffffff !important;
}

.smf-text-control__control:focus,
.smf-email-control__control:focus,
.smf-tel-control__control:focus,
.smf-textarea-control__control:focus {
    border-color: #4082eb !important;
    background-color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(64, 130, 235, 0.12) !important;
}

.smf-text-control__control::placeholder,
.smf-email-control__control::placeholder,
.smf-tel-control__control::placeholder,
.smf-textarea-control__control::placeholder {
    color: #9ca3af;
}

/* チェックボックスのスタイリング */
.smf-checkbox-control {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #f5f7fa;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
    margin-right: 8px;
    margin-bottom: 8px;
}

.smf-checkbox-control:hover {
    background-color: #eef2f7;
    border-color: #d0d5dd;
}

.smf-checkbox-control__control {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #d0d5dd !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    cursor: pointer;
    appearance: none !important;
    -webkit-appearance: none !important;
    transition: all 0.2s ease;
    position: relative;
}

.smf-checkbox-control__control:checked {
    background-color: #4082eb !important;
    border-color: #4082eb !important;
}

.smf-checkbox-control__control:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.smf-checkbox-control__label {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
}

.smf-checkboxes-control__control {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

/* Description Text */
.smf-item__description {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 6px;
    line-height: 1.5;
}

/* Submit Button Styling */
.smf-action {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
}

.smf-item--submit {
    text-align: center;
    margin-top: 50px;
}

.smf-button-control__control {
    display: inline-block;
    background: linear-gradient(135deg, #4082eb 0%, #2c66c3 100%) !important;
    color: #fff !important;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 18px 70px;
    border: none !important;
    border-radius: 50em;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(64, 130, 235, 0.35) !important;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.02em;
}

.smf-button-control__control:hover {
    background: linear-gradient(135deg, #2c66c3 0%, #1d55b0 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(64, 130, 235, 0.45) !important;
}

.smf-button-control__control:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(64, 130, 235, 0.35) !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .smf-item__label {
        flex-wrap: wrap;
    }

    .smf-button-control__control {
        width: 100%;
        padding: 18px 20px;
    }

    .smf-checkbox-control {
        width: 100%;
        margin-right: 0;
    }
}

/* ==============================================
   Submit Button Fallback
   ============================================== */
form.snow-monkey-form button[type="submit"],
form.snow-monkey-form .smf-action button {
    display: inline-block;
    background: linear-gradient(135deg, #4082eb 0%, #2c66c3 100%) !important;
    color: #fff !important;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 18px 70px;
    border: none !important;
    border-radius: 50em;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(64, 130, 235, 0.35) !important;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.02em;
}

form.snow-monkey-form button[type="submit"]:hover,
form.snow-monkey-form .smf-action button:hover {
    background: linear-gradient(135deg, #2c66c3 0%, #1d55b0 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(64, 130, 235, 0.45) !important;
}

/* ==============================================
   Message Section Background Fix
   ============================================== */
@media (min-width: 768px) {
    .ol-message__image img {
        object-position: center top !important;
    }
}

/* ==============================================
   Service Section Image Modification
   ============================================== */
/* Make images square-ish (1:1) as per request */
#olService .ol-service__list.ol-service-visual-image .ol-service__list-item .ol-service__list-item-image-wrapper .ol-service__list-item-image-inner img {
    aspect-ratio: 3 / 2 !important;
    object-fit: cover !important;
}

/* ==============================================
   Header Scroll Animation (Logo Resize)
   ============================================== */
/* Logo Transition */
.ol-header__title-logo img {
    transition: width 0.4s ease, max-width 0.4s ease;
}

/* Header Container Transition */
.ol-header__inner {
    transition: padding 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
}

/* --- Scrolled State Styles --- */

/* Reduce Logo Size (PC Only) */
@media (min-width: 769px) {
    .ol-header__inner.is-scrolled .ol-header__title-logo img {
        width: 130px !important;
        max-width: 100%;
    }
}

/* Reduce Header Padding */
/* Reduce Header Padding (PC Only) */
@media (min-width: 769px) {
    .ol-header__inner.is-scrolled {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.ol-header__inner.is-scrolled {
    box-shadow: none !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {

    /* Resize logo on mobile scroll */
    .ol-header__inner.is-scrolled .ol-header__title-logo img {
        width: 100px !important;
    }

    /* Ensure padding stays consistent on mobile to prevent jump */
    .ol-header__inner.is-scrolled {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* Adjust logo position (Up and Left) */
    .ol-header__inner {
        padding-left: 10px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* ==============================================
   FAQ Styles (Disable Toggle)
   ============================================== */
/* Hide the toggle icon (+/- button) */
.ol-faq__toggle {
    display: none !important;
}

/* Remove pointer cursor from question */
.ol-faq__question {
    cursor: default !important;
    pointer-events: none;
    /* Optional: completely disable click interaction */
}

/* Ensure answer is always visible and aligned */
dl.ol-faq__list .ol-faq__answer,
.ol-faq__answer {
    display: flex !important;
    /* Changed from block to flex for horizontal alignment */
    flex-direction: row !important;
    /* Force row direction */
    align-items: flex-start !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    gap: 0 !important;
    /* Gap handled by icon width for alignment */
    margin-left: 0 !important;
    /* Reset default dd margin */
    padding-left: 0 !important;
    /* Reset padding if any */
}

/* Align Q and A icons with fixed width */
dl.ol-faq__list .ol-faq__q,
.ol-faq__q,
.ol-faq__answer .ol-faq__a {
    width: 50px !important;
    /* Fixed width to align text */
    text-align: center !important;
    display: block !important;
    flex-shrink: 0;
    margin-right: 0 !important;
    padding: 0 !important;
}

/* Force Q container to behave like A container */
dl.ol-faq__list .ol-faq__question-inner,
.ol-faq__question-inner {
    display: flex !important;
    gap: 0 !important;
    /* Remove gap to match A */
    align-items: center !important;
}

/* Make sure text takes available space */
.ol-faq__answer .ol-faq__text {
    flex: 1;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /* Also reset bottom if needed */
    padding-top: 0.2em;
    /* Slight adjustment to align visually with 'A' */
}