/*
Theme Name: エグゼクティブ教育 ウェブサイト
Description: エグゼクティブ教育 ウェブサイトのテーマ
Author: アプライド株式会社
Author URI: https://www.applied.ne.jp/web-creat/
*/

.smenu {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 2;
}

.smenu img {
    width: 50px;
}

@media screen and (max-width: 767px) {
    .smenu {
        top: 100px;
    }

    .smenu img {
        width: 30px;
    }
}