/* ========================================
   Footer Info セクション - 背景とオーバーレイ
   ======================================== */

/* メインセクション 4de5af2 - 背景画像付きセクション */
.footer-info-element.footer-info-element-4de5af2:not(.footer-info-motion-effects-element-type-background),
.footer-info-element.footer-info-element-4de5af2 > .footer-info-motion-effects-container > .footer-info-motion-effects-layer {
    background-color: #00797E;
    background-image: url("https://static.jpc-sports.com/wp-content/uploads/2021/08/IMG_2387-min-scaled-1.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-info-element.footer-info-element-4de5af2 > .footer-info-background-overlay {
    position: absolute;
    inset: 0;
    background-color: #297842;
    opacity: 0.8;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.footer-info-element.footer-info-element-4de5af2 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 3% 0%;
}

/* 白いボックスセクション f8c1022 */
.footer-info-element.footer-info-element-f8c1022:not(.footer-info-motion-effects-element-type-background),
.footer-info-element.footer-info-element-f8c1022 > .footer-info-motion-effects-container > .footer-info-motion-effects-layer {
    background-color: #FFFFFF;
}

.footer-info-element.footer-info-element-f8c1022 > .footer-info-container {
    max-width: 700px;
}

.footer-info-element.footer-info-element-f8c1022,
.footer-info-element.footer-info-element-f8c1022 > .footer-info-background-overlay {
    border-radius: 0;
}

.footer-info-element.footer-info-element-f8c1022 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0%;
    margin-bottom: 3%;
    padding: 3% 7%;
}

.footer-info-element.footer-info-element-f8c1022 > .footer-info-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/* ========================================
   見出しスタイル
   ======================================== */

.footer-info-widget-heading .footer-info-heading-title {
    font-family: "Noto Sans JP", Sans-serif;
    font-weight: 600;
    color: #f5f5f5;
}

/* 見出し要素 f017de5 - メインタイトル */
.footer-info-element.footer-info-element-f017de5 > .footer-info-widget-container {
    padding: 0% 0% 2% 0%;
}

.footer-info-element.footer-info-element-f017de5 {
    text-align: center;
}

.footer-info-element.footer-info-element-f017de5 .footer-info-heading-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 2em;
    color: #00516D;
    text-align: center;
}

/* 見出し要素 40036d2 - デスクトップ用説明文 */
.footer-info-element.footer-info-element-40036d2 > .footer-info-widget-container {
    padding: 0% 0% 2% 0%;
}

.footer-info-element.footer-info-element-40036d2 {
    text-align: center;
}

.footer-info-element.footer-info-element-40036d2 .footer-info-heading-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 2em;
    color: var(--e-global-color-text);
    text-align: center;
}

/* 見出し要素 015eb76 - モバイル用説明文 */
.footer-info-element.footer-info-element-015eb76 > .footer-info-widget-container {
    padding: 0% 0% 2% 0%;
}

.footer-info-element.footer-info-element-015eb76 {
    text-align: center;
}

.footer-info-element.footer-info-element-015eb76 .footer-info-heading-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 2em;
    color: var(--e-global-color-text);
    text-align: center;
}

/* ========================================
   ボタンスタイル
   ======================================== */

.footer-info-widget-button .footer-info-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    font-size: 11px;
}

/* ボタン要素 1dd496b - 教室一覧を見るボタン */
.footer-info-element.footer-info-element-1dd496b .footer-info-button {
    background-color: var(--e-global-color-de2f360);
    font-size: 20px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 38px;
    padding: 3% 2%;
}

.footer-info-element.footer-info-element-1dd496b .footer-info-button:hover,
.footer-info-element.footer-info-element-1dd496b .footer-info-button:focus {
    background-color: var(--e-global-color-770ce1f);
    color: #FFFFFF;
    border-color: var(--e-global-color-770ce1f);
}

.footer-info-element.footer-info-element-1dd496b .footer-info-button:hover svg,
.footer-info-element.footer-info-element-1dd496b .footer-info-button:focus svg {
    fill: #FFFFFF;
}



/* ========================================
   カラムとパディング
   ======================================== */

.footer-info-element.footer-info-element-8455c66 > .footer-info-element-populated {
    padding: 0 10px 0 0;
}

.footer-info-element.footer-info-element-4672436 > .footer-info-element-populated {
    padding: 0 0 0 10px;
}

/* ========================================
   CTA (Call To Action) スタイル
   ======================================== */

/* CTA基本スタイル */
.footer-info-cta {
    display: flex;
    overflow: hidden;
    position: relative;
    transition: .5s;
    flex-direction: column;
    height: 100%;
    min-height: 170px;
}

.footer-info-bg {
    background-position: 50%;
    background-size: cover;
    z-index: 1;
}

.footer-info-cta a {
    box-shadow: none;
    text-decoration: none;
}

/* CTAレイアウト設定 */
.footer-info-cta--layout-image-left .footer-info-cta {
    flex-direction: row;
}

.footer-info-cta--layout-image-left .footer-info-cta,
.footer-info-cta--layout-image-right .footer-info-cta {
    flex-wrap: nowrap;
}

.footer-info-cta--skin-classic .footer-info-cta {
    flex-wrap: wrap;
}

.footer-info-widget-call-to-action .footer-info-cta__title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    margin: 0;
}

.footer-info-widget-call-to-action .footer-info-cta__description {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.footer-info-widget-call-to-action .footer-info-cta__button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.footer-info-widget-call-to-action .footer-info-ribbon-inner {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

/* CTA要素 749c6eb - 無料体験 */
.footer-info-element.footer-info-element-749c6eb .footer-info-cta .footer-info-cta__bg,
.footer-info-element.footer-info-element-749c6eb .footer-info-cta .footer-info-cta__bg-overlay {
    transition-duration: 500ms;
}

.footer-info-element.footer-info-element-749c6eb > .footer-info-widget-container {
    border-radius: 0;
}

.footer-info-element.footer-info-element-749c6eb .footer-info-cta__content {
    text-align: center;
    padding: 0;
    background-color: #FFFFFF;
    min-width: 50%;
    width: auto;
    position: relative;
    overflow: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.footer-info-element.footer-info-element-749c6eb .footer-info-cta__bg-wrapper {
    min-height: 170px;
    min-width: 50%;
    width: auto;
    position: relative;
    overflow: hidden;
}

.footer-info-element.footer-info-element-749c6eb .footer-info-cta__bg {
    inset: 0;
    position: absolute;
    transition: all .4s;
    transition-duration: 0.4s;
    z-index: 1;
}

.footer-info-element.footer-info-element-749c6eb .footer-info-cta__title {
    font-weight: 600;
    color: #297842;
    transition: color 0.3s ease;
}

.footer-info-element.footer-info-element-749c6eb .footer-info-cta:hover .footer-info-cta__content {
    background-color: #F0A30A;
}

.footer-info-element.footer-info-element-749c6eb .footer-info-cta:hover .footer-info-cta__title {
    color: #FFFFFF;
}

.footer-info-element.footer-info-element-749c6eb .footer-info-cta:hover .footer-info-cta__bg {
    transform: scale(1.2);
}

.footer-info-element.footer-info-element-749c6eb .footer-info-cta:hover .footer-info-cta__bg-overlay {
    background-color: #FFFFFF00;
}

/* CTA要素 2e72143 - お問い合わせ */
.footer-info-element.footer-info-element-2e72143 .footer-info-cta .footer-info-cta__bg,
.footer-info-element.footer-info-element-2e72143 .footer-info-cta .footer-info-cta__bg-overlay {
    transition-duration: 500ms;
}

.footer-info-element.footer-info-element-2e72143 > .footer-info-widget-container {
    border-radius: 0;
}

.footer-info-element.footer-info-element-2e72143 .footer-info-cta__content {
    text-align: center;
    padding: 0;
    background-color: #FFFFFF;
    min-width: 50%;
    width: auto;
    position: relative;
    overflow: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.footer-info-element.footer-info-element-2e72143 .footer-info-cta__bg-wrapper {
    min-height: 170px;
    min-width: 50%;
    width: auto;
    position: relative;
    overflow: hidden;
}

.footer-info-element.footer-info-element-2e72143 .footer-info-cta__bg {
    inset: 0;
    position: absolute;
    transition: all .4s;
    transition-duration: 0.4s;
    z-index: 1;
}

.footer-info-element.footer-info-element-2e72143 .footer-info-cta__title {
    font-weight: 600;
    color: #297842;
    transition: color 0.3s ease;
}

.footer-info-element.footer-info-element-2e72143 .footer-info-cta:hover .footer-info-cta__content {
    background-color: #F0A30A;
}

.footer-info-element.footer-info-element-2e72143 .footer-info-cta:hover .footer-info-cta__title {
    color: #FFFFFF;
}

.footer-info-element.footer-info-element-2e72143 .footer-info-cta:hover .footer-info-cta__bg {
    transform: scale(1.2);
}

.footer-info-element.footer-info-element-2e72143 .footer-info-cta:hover .footer-info-cta__bg-overlay {
    background-color: #FFFFFF00;
}

/* ========================================
   レイアウト設定
   ======================================== */

.footer-info-section {
    position: relative;
}

.footer-info-section .footer-info-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    flex-wrap: wrap;
    max-width: 1200px;
}

.footer-info-column-gap-default > .footer-info-column > .footer-info-element-populated {
    padding: 10px;
}

.footer-info-column-gap-no > .footer-info-column > .footer-info-element-populated {
    padding: 0;
}

.footer-info-column-gap-no > .footer-info-column {
    padding: 0;
    margin: 0;
}

.footer-info-column-gap-no > .footer-info-column:first-child {
    padding-right: 10px;
}

.footer-info-column-gap-no > .footer-info-column:last-child {
    padding-left: 10px;
}

.footer-info-widget-container {
    text-align: left;
}

.footer-info-col-100 {
    width: 100% !important;
}

.footer-info-col-50 {
    width: 50% !important;
}

/* ========================================
   メディアクエリ - タブレット以上 (768px以上)
   ======================================== */

@media (min-width: 768px) {
    .footer-info-hidden-tablet {
        display: none;
    }
}

/* ========================================
   メディアクエリ - モバイル (767px以下)
   ======================================== */

@media (max-width: 767px) {
    /* モバイルで非表示にする要素 */
    .footer-info-hidden-mobile,
    .footer-info-hidden-phone {
        display: none;
    }
    
    /* カラム幅を100%に */
    .footer-info-col-50 {
        width: 100% !important;
    }
    
    /* カラム間のパディングを解除 */
    .footer-info-column-gap-no > .footer-info-column:first-child {
        padding-right: 0;
    }
    
    .footer-info-column-gap-no > .footer-info-column:last-child {
        padding-left: 0;
    }
    
    /* 背景設定 */
    .footer-info-element.footer-info-element-4de5af2:not(.footer-info-motion-effects-element-type-background),
    .footer-info-element.footer-info-element-4de5af2 > .footer-info-motion-effects-container > .footer-info-motion-effects-layer {
        background-position: center center;
    }
    
    /* パディング調整 */
    .footer-info-element.footer-info-element-230c46f > .footer-info-element-populated {
        padding: 9% 0% 4% 0%;
    }
    
    /* 見出しサイズ調整 */
    .footer-info-element.footer-info-element-f017de5 .footer-info-heading-title {
        font-size: 15px;
        line-height: 1.9em;
    }
    
    .footer-info-element.footer-info-element-40036d2 .footer-info-heading-title {
        font-size: 14px;
        line-height: 1.9em;
    }
    
    .footer-info-element.footer-info-element-015eb76 {
        text-align: left;
    }
    
    .footer-info-element.footer-info-element-015eb76 .footer-info-heading-title {
        font-size: 14px;
        line-height: 1.5em;
    }
    
    /* ボタンサイズ調整 */
    .footer-info-element.footer-info-element-1dd496b .footer-info-button {
        font-size: 15px;
        padding: 6%;
    }
    
    .footer-info-element.footer-info-element-aa442b6 {
        padding: 0;
    }
    
    /* カラム幅調整 */
    .footer-info-element.footer-info-element-8455c66 {
        width: 100%;
    }
    
    .footer-info-element.footer-info-element-8455c66 > .footer-info-element-populated {
        padding: 0% 0% 3% 0%;
    }
    
    /* CTAコンテンツ調整 */
    .footer-info-element.footer-info-element-749c6eb .footer-info-cta__content {
        text-align: center;
        padding: 20px;
        min-width: 100%;
        width: auto;
        position: relative;
        overflow: hidden;
        transition: background-color 0.3s ease;
    }
    
    .footer-info-element.footer-info-element-749c6eb .footer-info-cta__bg-wrapper {
        min-height: 18vh;
        min-width: 100%;
        width: auto;
    }
    
    .footer-info-element.footer-info-element-749c6eb .footer-info-cta__title {
        font-size: 15px;
    }
    
    .footer-info-element.footer-info-element-749c6eb .footer-info-cta__title:not(:last-child) {
        margin-bottom: 14px;
    }
    
    .footer-info-element.footer-info-element-4672436 {
        width: 100%;
    }
    
    .footer-info-element.footer-info-element-4672436 > .footer-info-element-populated {
        padding: 0;
    }
    
    .footer-info-element.footer-info-element-2e72143 .footer-info-cta__content {
        text-align: center;
        padding: 20px;
        min-width: 100%;
        width: auto;
        position: relative;
        overflow: hidden;
        transition: background-color 0.3s ease;
    }
    
    .footer-info-element.footer-info-element-2e72143 .footer-info-cta__bg-wrapper {
        min-height: 18vh;
        min-width: 100%;
        width: auto;
    }
    
    .footer-info-element.footer-info-element-2e72143 .footer-info-cta__title {
        font-size: 15px;
    }
    
    .footer-info-element.footer-info-element-2e72143 .footer-info-cta__title:not(:last-child) {
        margin-bottom: 14px;
    }
}
