/* =================================================================
    SERVICE MENU
    ================================================================= */

/* -----------------------------------
    main header
    ----------------------------------- */
#service .page-title {
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../img/service_mainvisual_img01.jpg") no-repeat center bottom;
    background-size: cover;
}

/* --- リードテキスト --- */
#service .lead-text {
    text-align: center;
    margin-bottom: 3rem;
}

#service .lead-text p {
    line-height: 2.0;
}

#service .lead-text .note-box {
    margin-top: 2rem;
}

#service .lead-text .note-box li {
    font-size: 0.85rem;
    margin: 0.75rem auto 0;
    padding-left: 1em;
    position: relative;
    width: fit-content;
}

#service .lead-text .note-box li span {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    #service .lead-text {
        text-align: left;
        margin-bottom: 2.5rem;
    }

    #service .lead-text p {
        line-height: 1.8;
    }

    #service .lead-text .note-box {
        color: #885111;
        background-color: #FFF5CA;
        padding: 0.5rem 1rem 1rem;
        margin-top: 1.5rem;
        position: relative;
    }

    #service .lead-text .note-box::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 1rem;
        height: 1rem;
        border: 0.5rem solid #FFDE85;
        border-right-color: var(--color-background);
        border-bottom-color: var(--color-background);
        box-sizing: border-box;
    }

    #service .lead-text .note-box li {
        font-size: 0.8rem;
        line-height: 1.6;
        padding-left: 1em;
        position: relative;
        width: auto;
    }
}

/* --- アンカーリンクメニュー -- */
#service .anchor-link .pc-menu {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 5rem;
}

#service .anchor-link .pc-menu a:hover img {
   transform: translateY(1px);
}

#service .anchor-link .sp-menu {
    display: none;
}

@media screen and (max-width: 500px) {
    #service .anchor-link .pc-menu {
        display: none;
    }

    #service .anchor-link .sp-menu {
        display: block;
        margin: 0 1em;
    }

    #service .anchor-link .sp-menu li {
        margin-bottom: 0.5rem;
    }

    #service .anchor-link .sp-menu li a {
        display: flex;
        align-items: center;
        color: var(--color-text);
        font-size: 0.8rem;
    }

    #service .anchor-link .sp-menu li span {
        text-decoration: underline;
        font-weight: bold;
        margin-left: 0.1rem;
    }

    #service .anchor-link .sp-menu li img {
        margin: 0;
        margin-right: 0.75rem;
    }
}


/* -----------------------------------
    main section
    ----------------------------------- */
#main .section {
    margin-bottom: 4rem;
}

#main .container > .section {
    margin-top: 5rem;
}

#main .section .price {
    color: #FF8982;
    font-weight: bold;
    margin-left: 1em;
}

#main .section .text-area {
    font-size: 0.875rem;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto;
    padding-right: 2rem;
}

#main .section .text-area .disc-list {
    margin-top: 0.25rem;
}

#main .section .text-area .note-box {
    background-color: #FFF5CA;
    color: #885111;
    font-size: 0.8rem;
    padding: 1rem 1.5rem;
    margin-top: 0.75rem;
}

@media screen and (max-width: 768px) {
    #main .section {
        margin-bottom: 2.5rem;
    }

    #main .container > .section {
        margin-top: 3.5rem;
    }

    #main .section .text-area {
        font-size: 0.8rem;
        padding-right: 0;
    }

}

/* bundle-plan */
#bundle-plan .section-text {
    font-size: 0.9rem;
    padding: 0 0.75rem;
    margin-bottom: 2rem;
}