@charset "utf-8";
@media (max-width: 1000px) {
    .copyright {
        font-size: 24px;
    }
    .header-left {
        display: none;
        float: none;
    }
    .header-right {
        float: none;
        text-align: center;
    }
    .header-menu {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .share-button {
        display: none;
    }
    .mail-img {
        display: none;
    }
    .header {
        height: 140px;
    }
    .header-right img {
        margin-top: 40px;
        height: 70px;
        width: auto;
    }
    .footer {
        height: 200px;
    }
    .footer-button {
        display: block;
        float: right;
        margin-right: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer-button img {
        margin-left: 20px;
        width: 80px;
        height: auto;
    }
    .link {
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .link a ,.current-link {
        font-size: 30px;
    }
    .link img {
        height: 30px;
    }
    
    h2 {
        font-size: 50px;
    }
    .box {
        font-size: 50px;
        margin-right: 40px;
    }
    
    .description img {
        width: 100%;
        margin-top: 80px;
    }
    .card2 {
        width: 100%;
    }
    .card2 img {
        width: 100%;
    }
    p {
        font-size: 40px;
    }
    .card1 p {
        width: 100%;
        float: left;
    }
    IFRAME {
        width: 90%;
        height: 500px;
    }
    
    .kaimami-img img {
        width: 100%;
    }
    
    @media (orientation: landscape) {
        .header {
            height: 80px;
        }
        .header-menu img {
            height: 60px;
            margin-top: 12px;
        }
        .main {
            padding-top: 10px;
        }
    }
}