/* .menu-margin-top {
    margin-top: 20px;
} */
/*余白*/
.menu-margin-top {
    margin-top: 40px;
}
.menu-margin-bottom {
    margin-bottom: 50px;
}
.menu-margin-inside {
    margin-top: 25px;
}
/*menuボタン*/
.menu-btn {
    position: fixed;
    width:100px;
    height:100px;
    text-decoration: none;
    background: #FFF;
    border: 3px solid #3C597A; 
    text-align:center;
    color: #3C5B7E;
    font-size:12px;
    font-weight:bold;
    border-radius: 50%;
    margin: 15px 20px 0px 0px;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.175);
    padding: 0px;
    z-index: 2;
    right: 0px;
}
.menu-btn.is-open {
    color:#FFFFFF;
    background: -webkit-gradient(45deg, #3C597A 35%, #1B2C40);
    background: linear-gradient(45deg, #3C597A 35%, #1B2C40);
    border: none;
}

.menu-btn::before {
    content: "MENUを開く";
}
.menu-btn.is-open::before {
    content: "MENUを閉じる";
}


/*----------------------------
* メニュー本体
*----------------------------*/
.menu{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    justify-content: top;
    background: #ffffff;
}
.menu__item__header{
    text-align: left;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-top: 8px;
}
.menu__item__header p{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.menu__item__top{
    text-align: left;
    width: 100%;
    height: auto;
    padding: .3em 1em;
    text-align: center;
    color: #000000;
    box-sizing: border-box;
}
.menu__item__top p{
    text-align: left;
    margin-left: 10%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.menu__item{
    text-align: left;
    width: 100%;
    height: auto;
    padding: .3em 1em;
    text-align: center;
    color: #000000;
    box-sizing: border-box;
}
.menu__item p{
    text-align: left;
    margin-left: 10%;
    margin-top: 5px;
    margin-bottom: 0px;
}
.menu__item a{
    text-decoration: none;
    color: #000;
}
.menu-title {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.2em;
}
.menu-title-jp {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.2em;
}
.menu-sub-title {
    letter-spacing: 0.3em; 
    font-size: 15px;
}


/*—— 文字の右にライン ——*/
.title-border-right {
    display: flex;
    align-items: center;
}
.title-border-right:after {
    border-top: 1px solid #9e9e9e;
    content: "";
    flex-grow: 1;
}
.title-border-right:after {
    margin-left: 1rem;
}

/* アニメーション前のメニューの状態 */
.menu{
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
    pointer-events: auto;
    opacity: 1;
}
/* メニューが増えた場合に縦スクロールを表示 */
.menu-scroll {
    overflow-y: scroll;
}

/*ログインユーザーデザイン*/
.menu-login-user span{
    background-color: #E6E6E6;
    padding: 10px 20px;
    border-radius: 10px;
    letter-spacing: 0.2em;
}

/*ログインアウトデザイン*/
.menu-logout {
    margin-top: 15px;
}
.menu-logout a {
    text-decoration: none;
    color: #333333;
}
.menu-logout p{
    font-size: 12px;
}
.menu-logout span {
    text-decoration:underline;
}

/*ダッシュボードデザイン*/
.menu-dashboard {
    margin-top: 25px;
}
.menu-dashboard a {
    text-decoration: none;
    color: #FFF;
}
.menu-dashboard span{
    background-color: #3C5B7E;
    padding: 12px 20px;
    border-radius: 10px;
}
.menu-dashboard i{
    vertical-align: middle;
    font-size: 18px;
}


/*開閉ボタン*/
.menu-sub-btn {
    margin-top: 20px;
    margin-bottom: 30px;
}
.menu-open-close-btn {
    display: inline-block;
    position: relative;
    padding: .8rem 2rem;
    color: #FFF;
    border-radius: 20px;
    background-color: #ACACAC;
    text-decoration-line: none;
} 
.menu-open-close-btn:hover {
    opacity: .7;
}
.menu-open-close-btn-right {
    text-align:right;
}
/*---ブレイクポイント---*/
@media screen and (max-width: 530px) {
    /* .menu-margin-top {
        padding-top: 200px;
    }
    .menu-margin-bottom {
        padding-bottom: 100px;
    } */
    .menu-btn {
        width:80px;
        height:80px;
        font-size:10px;
    }
    .menu-title {
        font-size:21px;
    }
    .menu-sub-title {
        font-size: 10px;
    }
    .menu__item__top p{
        margin-left: 20px;
    }
    .menu__item p{
        margin-left: 20px;
        margin-top: 4px;
    }
    .menu-opcl-btn {
        margin-top: 10px;
    }
    .menu-title-jp {
        font-size: 20px;
        letter-spacing: 0.2em;
    }
    /*ログインユーザーデザイン*/
    .menu-login-user span{
        font-size: 10px;
    }
    .menu-logout p{
        font-size: 10px;
    }
    /*開閉ボタン*/
    .menu-sub-btn {
        font-size: 11px;
    }
    .menu-open-close-btn {
        padding: .8rem 2rem;
    } 
}