@charset "UTF-8" ;


/*------------------------------------------*/
/*                #side-menu-2              */
/*------------------------------------------*/
/********          ********/
/********   LEFT   ********/ 
/********          ********/
#side-menu-2.sp {
    display: none;
}

#side-menu-2 {
    position: fixed;
    bottom: 0;
    left: 0;
    
    display: block;
    margin-bottom: -3.5%;
    padding: 0;
    
    height: 100%;
    width: auto;
    
    overflow: hidden;
    text-align: center;
    z-index: 20;
    
    /* 縦書き ON */
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#side-menu-2 ul.sp {
    display: none;
}

#side-menu-2 ul {
    display: block;
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
}
#side-menu-2 ul li {
    display: inline-block;
    padding: 2.5px 0;
    min-height: 110px;
    max-height: 20%;
}

#side-menu-2 ul li a {
    display: block;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1px;
    text-transform: uppercase;
    padding: 10px 22px;
    text-align: center;
    
    background: #192f60;
    
    font-size: 16px;
    
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -ms-transition:     all 0.3s;
    -o-transition:      all 0.3s;
    transition:         all 0.3s;
    
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#side-menu-2 a:hover {
    opacity: 0.8;
}


#side-menu-2.sp {
    display: none !important;
}


/* - - - - - - - - - - - - - - - - - -  */
@media screen and (max-width: 1450px) {
/* - - - - - - - - - - - - - - - - - -  */
#side-menu-2 {
    margin-bottom: -4.4%;
}
#side-menu-2 ul li {
    padding: 2px 0;
    min-height: 75px;
    max-height: 16%;
}
#side-menu-2 a {
    font-size: 14px;
    padding: 5px 20px;
}
}
/* - - - - - - - - - - - - - - - - - -  */
@media screen and (max-width: 1299px) {
/* - - - - - - - - - - - - - - - - - -  */
#side-menu-2 {
    margin-bottom: -4.6%;
}
#side-menu-2 ul li {
    min-height: 75px;
    max-height: 16%;
}
#side-menu-2 a {
    font-size: 14px;
    padding: 5px 20px;
}
}
/* - - - - - - - - - - - - - - - - - -  */
@media screen and (max-width: 1024px) {
/* - - - - - - - - - - - - - - - - - -  */
#side-menu-2 {
    margin-bottom: -6%;
}
}
/* - - - - - - - - - - - - - - - - - -  */
@media screen and (max-width: 901px) 
              and (orientation: portrait) {
/* - - - - - - - - - - - - - - - - - -  */
#side-menu-2 {
    margin-bottom: -8%;
}
    #side-menu-2 a {
        padding: 5px 17px;
    }
}
/* - - - - - - - - - - - - - - - - - -  */
@media screen and (max-width: 900px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - -  */
    #side-menu-2 {
        display: none !important;
    }
}
/* - - - - - - - - - - - - - - - - - -  */
@media screen and (max-width: 480px) {
/* - - - - - - - - - - - - - - - - - -  */
#side-menu-2 {
    margin-bottom: 0;
    
    height: 60px;
    width: 100%;
    
    overflow: hidden;
    text-align: center;
    z-index: 20;
    
    /* 縦書き OFF */
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode:lr-tb;
    writing-mode:horizontal-tb;
}

    #side-menu-2 ul.pc {
        display: none;
    }
    
    #side-menu-2 ul.sp {
        display: block;
        width: 100vw;
        height: auto;
        background: rgba(255,255,255,1);
    }
    #side-menu-2 ul.sp.top li {
        display: inline-block;
        width: 33.3%;
        height: 30px;
        min-height: auto;
        max-height: auto;
        padding: 1px;
    }
    #side-menu-2 ul.sp.bottom li {
        display: inline-block;
        width: 50%;
        height: 30px;
        min-height: auto;
        max-height: auto;
        padding: 1px;
    }
    #side-menu-2 ul.sp li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 13px 0 0 0;
        border-radius: 0;
        font-size: 13px;
    }
}





