/* ====== レスポンシブ ======= */

@media screen and (max-width: 960px) {
    #vr360_customparts.vr360_show {
        max-width: 80%;
    }
}

/* タブレット〜スマホ */
@media screen and (max-width: 1280px) and (min-width: 961px) {
    body {
        font-size: 1rem;
    }
}

/* スマートフォン縦 */
@media screen and (max-width: 520px) {
    body {
        font-size: 0.6rem;
    }

    #vr360_customparts.vr360_show {
        max-width: 100%;
    }

    #icon_area {
        top: 8px;
        left: 8px;
        white-space: normal;
    }

    .logo_area {
        width: 160px;
    }

    #icon_menu {
        top: 56px;
        left: 8px;
        border: 5px solid transparent;
    }
}

/* スマートフォン横 */
@media screen and (max-height: 480px) {
    body {
        font-size: 0.8rem;
    }

    #icon_area {
        top: 8px;
        left: 8px;
        white-space: normal;
    }

    .logo_area {
        width: 160px;
    }

    #icon_menu {
        top: 56px;
        left: 8px;
        border: 5px solid transparent;
    }
}

/* タブレット */
@media screen and (max-width: 960px) and (min-width: 600px) and (min-height: 481px) {
    body {
        font-size: 1rem;
    }
}

/* タブレット〜スマホ */
@media screen and (max-width: 599px) and (min-width: 521px) {
    body {
        font-size: 1rem;
    }
}