@charset "utf-8";

/*exhibitionのsideナビメニュー */

#side-direction{
    display: flex;
    flex-flow: column nowrap;
    max-width: 112rem;

    /*スクロールでsticky_navになると、通常の幅設定が効かなくなり
    幅がなくなるので、それを解消する*/
    width: 100%;
    /*right: 3rem;
    left: 2rem;*/
    background-color: #ffffff;
}

#side-nav{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;

    /*sticky_nav*/
    /*#side-directionの親要素のwidth: 100%を継承する*/
    /*これにより、『日本語』の文字が右側にはみ出してしまう*/
    width: inherit;
    border-bottom: solid 0.1rem;
    background-color: #ffffff;
}



.side-guide {
    display: flex;
    flex-flow: row nowrap;
    /*font-size: 1.6rem;*/
    justify-content: left;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    /*margin-top: 0;*/
    list-style-type: none;
}

.side-guide a {
    /*font-size: 1.6rem;*/
    /*文字のcolorは、add_nav_location_color.cssで制御 */
    /*color: #a0a0a0;*/
    line-height: 100%;
    /*padding: 0 0.8rem;*/
    max-width: 112rem;
    background-color: #ffffff;
    text-decoration: none;
}

.side-guide a:hover {
    color: #000000;
}



/*#guide{
    display: flex;
    flex-flow: row nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 0;
  border: 1px solid #1219f1;
}*/
/*#guide label{
    margin-right: 2rem;
}*/


.guide-mark{
    padding: 0 1.6rem 0 0;
    margin-left: -0.6rem;
    /*letter-spacing: -0.2rem;*/
}
.guide-mark-en{
    padding: 0 1.6rem 0 0;
    margin-left: -0.6rem;
    letter-spacing: 0;
    /*border: 1px solid #1219f1;*/
}




#side-lang {
    display: flex;
    /*align-items: flex-end;*/
    /*border: 1px solid #12f1e7;*/
}

#lang-menu {
    display: flex;
    flex-flow: row nowrap;
    margin-left: auto;
    /*flex: 1 1 20rem;*/
    /*text-align: end;*/
    align-items: baseline;
    padding: 0 ;
    margin-right: 1.8rem;
    list-style-type: none;
    /*border: 1px solid #482ff1;*/
}
#lang-menu a {
    font-size: 1.3rem;
    /*文字のcolorは、add_nav_location_color.cssで制御 */
    /*color: #a0a0a0;*/
    line-height: 100%;
    padding: 0 0.4rem;
    /*margin-left: -0.8rem;*/
    text-decoration: none;
    /*vertical-align: bottom;*/
}
#lang-menu a:hover {
    color: #000000;
}





#side-menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
    align-items: baseline;
    margin-top: 0;
    list-style-type: none;
    /*border: 1px solid #12f1a3;*/
}

#side-menu a {
    font-size: 1.5rem;
    /*文字のcolorは、add_nav_location_color.cssで制御 */
    /*color: #a0a0a0;*/
    line-height: 100%;
    padding: 0 2.2rem;
    max-width: 112rem;
    background-color: #ffffff;
    margin-left: -2.2rem;
    text-decoration: none;
}

#side-menu a:hover {
    color: #000000;
}

.category {
    margin-left: auto;
    margin-right: -0.2rem;
}


/*#side-ye2017{
    display: none;
}
#side-ye2014{
    display: none;
}*/

/*@media screen and (min-width:40rem) {
    #side-nav {
        display: flex;
        flex-flow: column nowrap;
        width: calc(10% - 0);*/
/*日本語のナビの幅が崩れるため、臨時の措置*/
/*min-width: 7rem;
margin-left: 0;
margin-right: 0;
}
#side-menu {
display: flex;
flex-flow: row nowrap ;
justify-content: left;
align-items: baseline;
list-style-type: none;
margin: 0 0 ;
background-color: #ffffff;
}
#side-menu a {
font-size: 1.6rem;
color: #a0a0a0;
line-height: 80%;
padding: 0 0 0 0;
text-decoration: none;
}
#guide{
display: flex;*/
/*milligramのlabelのフォントサイズを利用*/
/*font-size: 2.0rem;*/
/*margin-bottom: 2rem;
}
#side-ye2017{
display: none;
}
#side-ye2014{
display: none;
}*/
/*#side-ye2017,
#side-ye2014 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: baseline;
    margin: 0 0 0 0 ;
    list-style-type: none;
}
#side-ye2017 a,
#side-ye2014 a  {
    font-size: 1.2rem ;
    color: #a0a0a0 ;
    line-height: 80% ;
    padding: 0 0.3rem 0 0 ;
    text-decoration: none;
}
#side-ye2017 a:hover,
#side-ye2014 a:hover {
    color: #000000;
}
}*/
