@charset "UTF-8";
#sitehead {
	position: relative;
	z-index: 0;
	color: #000;
	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: var(--header-height-wide);
	}
}

/*Link*/
#sitehead a {
	color: inherit;
}

/**/
#sitehead .menus {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
#sitehead .primary-menu > a:first-child {
	margin-left: 0;
}
#sitehead .lgm,
#sitehead .primary-menu > a,
#nav_2 .primary-menu > a {
	display: inline-flex;
}
	#sitehead .lgm img,
	#sitehead .primary-menu > a > div
	#nav_2 .primary-menu > a > div {
		margin: auto;
	}
	#sitehead .lgm img {
		width: auto;
		padding-left: 40px;
	}
#sitehead .primary-menu > a,
#nav_2 .primary-menu > a {
	position: relative;
	font-size: var(--font-base);
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: center;
	vertical-align: middle;
}
#sitehead .primary-menu > a {
	width: 180px;
}
#sitehead .primary-menu > .menus_yoyaku {
	width: 160px;
	background-color: var(--color-accent-b);
}
#nav_2 .primary-menu > a {
	width: 33.33%;
}
#sitehead .primary-menu > a:nth-of-type(1)::after,
#sitehead .primary-menu > a:nth-of-type(2)::after,
#nav_2 .primary-menu > a:nth-of-type(1)::after,
#nav_2 .primary-menu > a:nth-of-type(2)::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 60px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: var(--color-border-pale);
}
	#sitehead .primary-menu > a div,
	#nav_2 .primary-menu > a div {
		margin: auto;
	}
		#sitehead .primary-menu > a figure,
		#nav_2 .primary-menu > a figure {
			width: 100%;
			margin-bottom: 10px;
		}
#sitehead .touchnavi {
	display: inline-flex;
	background-color: var(--color-bg-04);
	color: #FFFFFF;
}
	#sitehead .touchnavi a {
		font-weight: 500;
		background-image: url(/share/im/ui/ham-menu.svg);
		background-size: 36px;
		background-position: center;
		display: inline-block;
		position: relative;
		z-index: 0;
	}
		#sitehead .touchnavi a.menu[data-enablelabel="true"]::after {
			content: "メニュー";
			display: block;
			position: absolute;
			z-index: 5;
			bottom: 4px;
			left: 0;
			width: 100%;
			text-align: center;
			font-size: 13px;
			font-weight: 500;
			line-height: 2em;
			letter-spacing: 0.08em;
			color: inherit;
		}
#nav_2 .primary-menu {
    width: 100%;
}
/**/

@media only screen and (min-width:1281px) {
	#nav_2 .menus {
		display: none;
	}
	/*
	#sitehead.fixed-smp {
		background-color: #FFFFFF;
	}
	*/
}
@media only screen and (max-width:1280px) {
	/**/
	#sitehead.fixed-smp {
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	#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 {
		border-bottom-left-radius: 20px;
	}
	#sitemenu .head .close {
		background-size: auto 50%;
		background-position: center;
		width: 18%;
	}
	/**/
	#nav_2 .primary-menu a {
		align-items: center;
		justify-content: center;
	}
		#nav_2 ul {
			margin: auto;
		}
}
@media only screen and (min-width:751px) {
	#sitehead,
	#sitehead .lgm,
	#sitehead .primary-menu > a,
	#nav_2 .primary-menu > a {
		height: 120px;
	}
	#sitehead .lgm img {
		height: 64px;
	}
	#sitehead .primary-menu > a img,
	#nav_2 .primary-menu > a img {
		width: 32px;
		height: 32px;
	}
	#sitehead .touchnavi {
		width: 120px;
		height: 120px;
	}
	#sitehead .touchnavi a {
		width: 120px;
		height: 6em;
	}
}
@media only screen and (max-width:750px) {
	#sitehead {
        background-color: transparent;
    }
	[data-enableheaderfixlevel="1"] .header-blank-wide,
	#sitehead,
	#sitehead .touchnavi,
	#sitehead .lgm, 
	#sitehead .primary-menu > a {
		height: 67px;
	}
	#sitehead .lgm img {
		width: auto;
		height: 45px;
		padding-left: var(--share-smp-padding);
	}
	#sitehead .touchnavi a {
		width: 67px;
		height: 67px;
		background-size: 18px;
		background-position: center 33%;
	}
		#sitehead .touchnavi a.menu[data-enablelabel="true"]::after {
			bottom: 16%;
			font-size: 10px;
		}
	#nav_2 .primary-menu > a {
		height: 70px;
	}
		#nav_2 .primary-menu > a:nth-of-type(1)::after,
		#nav_2 .primary-menu > a:nth-of-type(2)::after {
			width: 1.5px;
			height: 30px;
		}
		#nav_2 .primary-menu > a figure {
			margin-bottom: 7px;
		}
		#nav_2 .primary-menu > a img {
			width: 25px;
			height: 25px;
		}
		#nav_2 .primary-menu > a div {
			font-size: 12px;
			font-weight: 500;
		}
}
