@charset "UTF-8";
#sitehead {
	position: relative;
	z-index: 0;
	background-color: #fff;
}
#sitehead.fixed {
	position: fixed;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
}
.header-blank-wide {
	display: block;
	height: var(--header-height-wide);
}
[data-enableheaderfixlevel="1"] .header-blank-wide {
	height: 0;
}
@media only screen and (max-width:1070px) {
	[data-enableheaderfixlevel="1"] .header-blank-wide {
		height: 0;
		/*height: var(--header-height-wide);*/
	}
}
/**/
#sitehead {
	position: absolute;
	width: 100%;
	z-index: 20;
	background-color: transparent;
}
#sitehead a {
	color: inherit;
}
#sitehead a:hover {
	color: #aaa;
}
/**/
#sitehead .lgm-wrap {
	text-align: left;
	padding: 2.2rem 0;
}
	#sitehead .lgm {
		display: inline;
	}
	#sitehead .lgm > img {
		width: 15%;
		max-width: none;
		max-height: none;
		height: auto;
	}
#sitehead .menus {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: table;
}
	#sitehead .menus > * {
		display: table-cell;
		vertical-align: middle;
	}
#sitehead .primary-menu {
	padding-right: 1.5rem;
}
#sitehead .primary-menu > a {
	font-size: 13px;
	font-weight: 500;
	text-shadow: none;
	color: var(--cl-theme);
	display: inline-block;
	letter-spacing: 0.2em;
	padding: 0.8em 1.4em;
	border-radius: 0.3em;
	vertical-align: baseline;
	background-color: #fff;
	margin: 0 0.3em;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
	border: solid 1px #fff;
}
#sitehead .primary-menu > a:first-child {
	margin-left: 0;
}
#sitehead .primary-menu > a:last-child {
	
}
	#sitehead .primary-menu > a:hover {
		background-color: var(--cl-light);
	}
#sitehead .primary-menu > a.cl-d {
	color: #fff;
	background-color: var(--cl-theme);
	border-color: #2e6280;
}
	#sitehead .primary-menu > a.cl-d:hover {
		background-color: #345d75;
	}
#sitehead .primary-menu a.icn {
	
}
#sitehead .primary-menu a.icn img {
	width: 2em;
	height: auto;
	vertical-align: middle;
}
#sitehead .touchnavi {
	
}
#sitehead .touchnavi a {
	font-size: 16px;
	background-image: none;
	background-size: 2em;
	background-position: center;
	display: inline-block;
	position: relative;
	z-index: 0;
	background-color: #fff;
	padding: 2em;
	border-bottom-left-radius: 0.2em;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
	#sitehead .touchnavi a > mark {
		display: inline-block;
		width: 3.0em;
		padding: 0.5em 0em;
		margin: 0.5em 0;
		border: solid 2px var(--cl-theme);
		border-left: none;
		border-right: none;
	}
	#sitehead .touchnavi a > mark::before {
		content: "";
		display: block;
		height: 2px;
		background-color: var(--cl-theme);
	}
	#sitehead .touchnavi a:hover {
		background-color: var(--cl-light);
	}
/*
#sitehead .touchnavi a.menu[data-enablelabel="true"]::after {
	content: "MENU";
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 1.8em;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.6em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.08em;
	color: inherit;
}
*/
@media only screen and (max-width:1070px) {
	#sitehead.fixed-smp {
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	#sitehead .lgm-wrap {
		padding: 1.4rem 0;
		padding-left: var(--share-smp-space);
	}
		#sitehead .lgm > img {
			width: 28vw;
		}
	#sitehead .touchnavi {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	#sitehead .activation-menu {
		display: none;
	}
	#sitehead .primary-menu {
		display: none;
	}
	#sitehead .primary-menu a {
		display: none;
	}
	#sitehead .primary-menu a.icn img {
		width: 2em;
	}
	#sitehead .touchnavi a {
		font-size: 2.8vw;
	}
	#sitemenu .head .close {
		background-size: auto 50%;
		background-position: center;
		width: 18%;
	}
}

/*------Update: 20250507------*/
#sitehead .lgm > img {
	transition: all 0.3s;
}
#sitehead .primary-menu > a,
#sitehead .primary-menu > a.cl-d {
    background-color: #fff;
    color: var(--cl-theme);
	border: none;
	width: 10em;
	padding-top: 0.7em;
	text-align: center;
	font-weight: 400;
	margin: 0.5em;
	box-shadow: none;
}
#sitehead .touchnavi a {
    background-color: transparent!important;
	box-shadow: none;
}
	.fortop #sitehead .touchnavi a > mark {
        border-color: #fff;
    }
    	.fortop #sitehead .touchnavi a > mark::before {
            background-color: #fff;
        }
@media only screen and (min-width:1600px) {
	#sitehead .lgm-wrap {
        min-width: 1400px;
    }
	#sitehead .primary-menu > a,
	#sitehead .primary-menu > a.cl-d {
		font-size: 1em;	
	}
}		
@media only screen and (max-width:1070px) and (min-width:641px){
	#sitehead .lgm-wrap {
		padding: 5.2vw;
		padding-left: var(--share-smp-space);    
	}
		#sitehead .lgm > img {
			width: 18vw;
		}
}