@charset "UTF-8";

#mainVisual img {
    width: 100%;
}


footer {
    padding: 30px 20px;
    background: #932F27;
}

#copyright {
    color: #FFF;
}

@media screen and (min-width: 769px) {

    /* ヘッダー */
    .header_container {
        padding-right: 100px;
    }

    #gnav {
        max-width: 420px;
        overflow: hidden;
        padding: 20px 0;
    }

    #gnav ul>li a {
        font-size: 18px !important;
    }

    #site_title {
        max-width: 690px !important;
        margin-left: 50px !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    #h_top_menu {
        top: 0;
    }

    #h_top_menu>ul>li {
        padding: 0;
    }

    .lang_btn {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        align-content: center;
        width: 100px;
        height: 100px;
        padding-left: 20px;
        background: #000;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
    }

    .lang_btn::before {
        content: '';
        width: 0;
        height: 0;
        border-width: 9px 5px 0;
        border-style: solid;
        border-color: #FFF transparent transparent;
        position: absolute;
        top: calc(50% - 5px);
        left: 20px;
    }
}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {}
