/* shop */
#shop #fuji .sec_head {
    margin-bottom: 60px;
}

#shop #fuji .movie iframe {
    width: 100%;
    height: 100%;
}
#shop #fuji .txt h3 {
    font-size: 2.6rem;
    font-weight: 500;
}
#shop #fuji .txt p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    word-break: break-all;
}
#shop #fuji .sec_access {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 6rem;
}
#shop #fuji img {
    width: calc(50% - 20px);
}
#shop #fuji .txt {
    font-size: 1.6rem;
    word-break: break-all;
}
#shop #fuji .txt p {
    font-size: 1.8rem;
    font-weight: bold;
}
#shop #fuji .txt p a {
    color: #2f6dc0;
}
#shop #fuji .ggmap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/4;
}
#shop #staff {
    padding: 60px 0;
    background-color: #f2f2f2;
}
#shop #staff ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
}
#shop #staff ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
#shop #staff ul li img {
    max-width: clamp(120px, calc(100px + 20vw), 260px);
    height: auto;
    margin-bottom: 15px;
}
#shop #staff ul strong {
    display: block;
    margin: 10px 0;
    font-size: 2rem;
}
#shop #staff ul p {
    font-size: 1.6rem;
    word-break: normal;
    text-align: left;
}

#shop #bnr {
    padding: 60px 0;
}
#shop #bnr ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
#shop #bnr .cml2,
#shop #bnr .cml4 {
    margin-bottom: 30px;
}
#shop #bnr .cml2 li {
    width: calc(50% - 15px);
}
#shop #bnr .cml4 li {
    width: calc((100% - 90px) / 4);
}
#shop #fuji {
    margin-top: 60px;
}
#shop .red {
    color: #932536;
}

@media only screen and (max-width: 1024px) {
    /* shop */
    #shop #fuji .sec_head {
        margin-bottom: 60px;
    }
    #shop #fuji .movie {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    #shop #fuji .txt h3 {
        font-size: clamp(1.8rem, calc(1.5rem + 0.5vw), 2.6rem);
    }
    #shop #fuji .txt p {
        font-size: clamp(1.5rem, calc(1rem + 0.3vw), 1.6rem);
    }
    #shop #fuji img {
        margin-bottom: 20px;
        max-width: 406px;
        min-width: 300px;
    }

    #shop #fuji .ggmap iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/16;
        max-height: 300px;
    }
    #shop #staff ul {
        grid-template-columns: repeat(2, 1fr);
    }

    /* #shop #staff ul li img {
        width: 150px;
    } */

    #shop #staff ul strong {
        font-size: clamp(1.4rem, calc(1.2rem + 0.4vw), 2rem);
    }
    #shop #staff ul p {
        font-size: clamp(1.3rem, calc(1rem + 0.3vw), 1.6rem);
    }
    #shop #bnr ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
    }
    #shop #bnr .cml2 {
        margin-bottom: 30px;
    }
    #shop #bnr .cml2 li {
        width: 100%;
    }
    #shop #bnr .cml4 li {
        width: calc((100% - 30px) / 2);
    }
}

@media only screen and (max-width: 650px) {
    #shop #staff ul {
        grid-template-columns: 1fr;
    }
    #shop #staff ul li {
        width: 100%;
    }
}
