/* personal */
#logo_image
{
    max-height: 300px;
}
.smart-menu
{
    direction: ltr;
}
#menu_space
{
    width: 250px;
}
.menu
{
    height: 50px;
}
.smart-menu-main-container
{
    background-color: transparent;
}
#menu
{
    background-color: transparent     !important;
}
.smart-menu-item
{
    padding-right: 20px;
    padding-left: 20px;
}
.smart-menu-item-label-element
{
    font-weight: bold !important;
}
.slide-panel-wrapper 
{
    position: relative;
    height: 100vh;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.slide-panel 
{
    position: absolute;
    width: 1000px;
    ___height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    animation: slideUp 0.8s ease-out forwards;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    z-index: 10;
    background: white;
    opacity: 0.6;
    max-height: calc(100vh - 230px);
    overflow-y: auto;
}
@keyframes slideUp 
{
    from 
    {
        top: 100%;
    }
    to 
    {
        top: 205px;
    }
}
#group_title h1
{
    text-transform: none;
    text-align: left;
    font-family: CursiveFont;
    font-size: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#memo
{
    padding-left: 20px;
    padding-right: 20px;
}
.floating-panel 
{
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    background: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 8px;
}
#is_pc, #menu_outer_div, #logo
{
    display: none;
}
#menu_mobile_header, #is_mobile
{
    display: block;
}
#jump_to_start
{
    clear: both;
    height: 50px;
}
#logo_image_small
{
    height: 100px;
}
#logo_mobile_container
{
    background-color: transparent;
    text-align: right;
    height: 100px;
}
#logo_mobile_image
{
    height: 100px;
    top: auto;
    margin-left: auto;
    max-width: auto;
}
#left_menu
{
    position: absolute; 
    top: 350px; 
    left: 20px; 
    z-index:10
}
#left_menu_voice
{
    font-size: var(--font-small);
}
#left_menu_voice a
{
    padding-left: 10px;
    padding-right: 10px;
    color: var(--menu-bg-color-hover);
    display: block;
}
#left_menu_voice a:hover
{
    color: var(--menu-fg-color-hover);
    background-color: var(--menu-bg-color-hover);
}


@media (min-width: 1600px) 
{
    #is_pc, #menu_outer_div, #logo
    {
        display: block;
    }
    #menu_mobile_header, #is_mobile
    {
        display: none;
    }
}

/*
{
    #menu_outer_div, , .slideshow
    {
        display: block;
    }
    #menu_mobile_header, #mobile_divisor
    {
        display: none;
    }
}
*/
