@charset "UTF-8";

/* TOPページ：ほっとキッズ誘導バナー */
#index .hotkids_banner {
    width: 90%;
    max-width: 1000px;
    margin: 2.2em auto 3.2em;
}

#index .hotkids_banner_link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    background-image: url(../images/index/hotkids_banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-decoration: none;
}

#index .hotkids_banner_card {
    box-sizing: border-box;
    width: 76%;
    max-width: 360px;
    background: rgba(255,255,255,.96);
    text-align: center;
    border-radius: 16px;
    padding: 1.15em 1em 1.25em;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
}

#index .hotkids_banner_sub {
    color: #19a1e6;
    font-size: 1.45rem;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: .1em;
}

#index .hotkids_banner h3 {
    color: #36ad35;
    font-size: 3rem;
    line-height: 1.15;
    margin: 0;
}

#index .hotkids_banner_dots {
    display: block;
    width: 78%;
    border-bottom: dotted 3px #f05d70;
    margin: .55em auto .8em;
}

#index .hotkids_banner_text {
    color: #252525;
    font-size: 1.2rem;
    line-height: 1.7;
    padding-bottom: 1em;
}

#index .hotkids_banner_btn {
    display: inline-block;
    min-width: 11em;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    background: #f05d70;
    border-radius: 3px;
    padding: .55em 1.5em;
}

#index .hotkids_banner_btn::before {
    content: "›";
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    color: #f05d70;
    line-height: 1.15em;
    background: #fff3a6;
    border-radius: 50%;
    margin-right: .45em;
}

#index .hotkids_banner_link:hover {
    opacity: .88;
}

@media only screen and (min-width: 600px) {
    #index .hotkids_banner {
        margin: 2.5em auto 4em;
    }

    #index .hotkids_banner_link {
        min-height: 330px;
    }

    #index .hotkids_banner_card {
        width: 86%;
        max-width: 430px;
        padding: 1.6em 2.2em 1.8em;
    }

    #index .hotkids_banner_sub {
        font-size: 1.7rem;
    }

    #index .hotkids_banner h3 {
        font-size: 3.8rem;
    }

    #index .hotkids_banner_text {
        font-size: 1.35rem;
    }

    #index .hotkids_banner_btn {
        font-size: 1.3rem;
    }
}
