@charset "UTF-8";

@media(max-width: 670px) {
    
    .header-wrapper {
        flex-direction: column;
        justify-content: space-around;
    }

    .header-text a{
        font-size: 16px;
        font-weight: bold;
    }

    .header-list a {
        font-size: 12px;
    }
    
    .br-sp {
        display: block;
    }
    
    .br-pc {
        display: none;
    }

    .about-contents {
        flex-direction: column;
        align-items: center;
    }

    .about-image {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .about-image img {
        width: 90%;
    }
    
    .about-text {
        width: 90%;
        margin-top: 30px;
        padding: 0 10px;
    }

    .menu-container {
        flex-direction: column;
        /*justify-content: space-around;*/
    }

    section {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .contact-text {
        margin-bottom: 20px;
    }

    .contact-textbox input {
        width: 90%;
    }

    .btn {
        width: 90%;
    }


    .footer-container {
        text-align: center;
    }

}  