@charset "utf-8";

/* ========================================
contact
===========================================*/
.section--contact {
    margin-top: 58px;
    background: linear-gradient(0deg, rgba(250, 250, 242, 0.70) 0%, rgba(250, 250, 242, 0.70) 100%), #F2E5D5;
}

.section--contact p {
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 24px;
}

iframe {
    width: 100%;
    height: 70vh;
    margin-top: 40px;
}

/* contact pc */
@media screen and (min-width: 769px) {
    .section--contact {
        margin-top: 82px;
    }

    .section--contact p {
        font-size: 1.8rem;
        margin-top: 48px;
    }

    iframe {
        display: block;
        width: 100%;
        max-width: 750px;
        height: 55vh;
        margin: 40px auto 0;
    }
    

    
}
/* pc 769px */

