@charset "utf-8";
/* font
    font-family: 'Noto Sans JP', sans-serif; gotic
    font-family: 'Noto Serif JP', serif;	micho
*/
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
/* Smart menu: */
.main-nav {
    width: 92% ;
    margin: 10px auto;
        
/*    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
*/
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}
.main-nav .logo{
    display: inline-block;
}
.main-nav .otherLang{
    display: inline-block;
}
.main-nav .otherLang .linkButton{
    background-color: #FF0000 ;
    border-radius: 6px;
    padding: 0.3em 0.5em;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}
#main-menu {
    clear: both;
}
/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 6px 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
    /*background-color: #fff;*/
}
.staticMenu #main-menu-state:checked ~ #main-menu {
    display: block;
    background-color: rgba(255,255,255,0.3);
}
.sm-clean {
	padding: 0;
	background: none;
	border-radius: 0;
}
.sm-clean ul {
	background: #fff;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
    font-weight: bold;
}
.sm-clean a.has-submenu {
	padding-right: 0;
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
    font-size: 14px;
	border-left: 8px solid transparent;
    width: 100%;
    text-align: left;
}
.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
/*    background-color: rgba(0,0,0,0.1);
*/    color:#000;
	/*background: #eeeeee;
	color: #D23600;*/
}
.sm-clean a .sub-arrow {
	background: none;
}
.sm-clean a .sub-arrow::before {
	content: '▼';
}
.sm-clean a.highlighted .sub-arrow::before {
	content: '▲';
}
#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
	padding: 1em 1em;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
    /*background-color: #fff;*/
}
.sm-clean a > span {
        font-size: 18px;
        width: 6em;
        display: inline-block;
}
.staticMenu{
    position:static;
}
.fixedMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
    box-shadow: 7px 7px 5px 0 rgba(0,0,0,0.75);
}
.toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
    z-index: 10000;
}
.toTop a {
	width: 24px;
	height: 24px;
	border-radius: 14px;
	border: solid 2px #fff;
	background-color: #036EB7;
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 2px 0 0 0;
    color:#fff;
}
.toTopShow{
	display:block;
}
.toTopHidden{
	display:none;	
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 768px) {
.sm-clean li {
	float: left;
}
#main-menu{
    max-width: 620px;
    width: 100%;
    margin: 0 0 0 28%;
    font-size: 14px;
}
/* hide the button in desktop view */
.main-menu-btn {
    position: absolute;
    top: -99999px;
}
/* always show the menu in desktop view */
#main-menu-state:not(:checked) ~ #main-menu {
    display: inline-flex;
    justify-content: flex-end;
}
.sm-clean > li{
    padding: 0 0.25em ;
    border-right: solid 1px #000;
}
.sm-clean > li:last-child{
    border-right: none;
}
.sm-clean > li > a{
	text-align: center;
	font-size: 14px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
	color: #000;
    background:none;
    letter-spacing: 0.1em;
}
.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    font-size: 14px;
    background-color: rgba(0,0,0,0.1);
    color:#000;
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
	color: #000;
    font-size: 14px;
    padding: 0.5em;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 0;
}
.sm-clean a .sub-arrow {
	border-color: #000 transparent transparent transparent;
	right: 0;
}
}