
	#_mainFlame header {
		position: relative;
		z-index: 2000;
		
		height: 96px;
		width: 100%;
	}

	#_mainFlame .l-header_ps {
		position: relative;
		width: 100%;
	}

	header logo {
		display: block;
		position: absolute;
		float: none;
		margin-top: 0;
		margin-left: 0;
		top: 23px;
		left: 26px;
	
		width: 160px;
		height: 55px;
	}

	header logo a {
		display: block;
		background-image: url("../../common_image/header/logo_large.svg");
		background-repeat: no-repeat;
		background-size: cover;
		
		width: 160px;
		height: 55px;
	
		text-indent: -9999px; 
		overflow: hidden; 
		white-space: nowrap;
		transition: all 0.5s ease;
	}


@media screen and ( max-width:1200px) {
	#_mainFlame header {
		height: 80px;
	}
	header logo {
		top: 5px;
	}

}

@media screen and (min-width:1200px) {
	/* デスクトップ時の高さ調整 */
	#_mainFlame header {
		height: calc(267px - 70px - 147px);
	}
	
	#_mainFlame .l-header_ps {
		position: fixed;
		
		height: calc(267px - 60px - 147px);
		top: 0;
		left: 0;
		background-color: #fff;
		transition: height 0.5s ease;
	}

	/* デスクトップロゴ */
	header logo {
		display: block;
		position: relative;
		float: left;
		margin-top: 0;
		margin-left: 36px;
		/*
		width: 326px;
		height: 112px;
		*/
		width: 189px;
		height: 65px;
		
		top: 0px;
		left: 0px;
	}

	header logo a {
		display: block;
		width: 189px;
		height: 65px;
	
		background-image: url("../../common_image/header/logo_large.svg");
	}
	
	#_mainFlame nav#desktopNavi {
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.0);
	}
	
	/* スクロール時の縮小ヘッダースタイル */
	#_mainFlame header .shrink {
	/*  height: calc(150px - 60px + 15px); */
		height: 50px;
	}
	
	header logo.shrink2 {
		margin-top: calc(54px - 22px);
		margin-left: calc(36px - 6px);
		width: 230px;
		height: 80px;
	}
	header logo.shrink2 a {
		width: 230px;
		height: 80px;
	}

	
	#_mainFlame nav#desktopNavi.shrink3 {
 	/*	top: calc(150px - 74px + 15px); */
		top: 45px;
	}
	#desktopNavi .l-nav_menu a.shrink4 {
		padding: 10px 0 5px 0;
	}
}
@media screen and (min-width:1500px) {
	/* デスクトップロゴ */
	header logo {
		display: block;
		position: relative;
		float: left;
		margin-top: calc(54px - 45px);
		margin-left: 36px;
	
		/*
		width: 326px;
		height: 112px;
		*/
		width: 230px;
		height: 80px;
		
		top: 0px;
		left: 0px;
	}
	
	header logo a {
		display: block;
		width: 230px;
		height: 80px;
	
		background-image: url("../../common_image/header/logo_large.svg");
	}
}









header .l-header_ps {
	margin: 0;
	padding: 0;
}

header .c-mobileMenu,
header .l-header__searchBox, 
header .l-header__settings,
header .l-header__base {
	float: right;
}



/***********************************************************
	モバイル向けメニュー
***********************************************************/

header .c-mobileMenu {
	position: relative;
	display: block;
	padding: 20px 15px 0px 15px;
}
@media screen and (min-width:1200px) {
	header .c-mobileMenu { display: none;}
}

header .c-mobileMenu a {
	display: block;
	position: relative;
	width: 75px;
	height: 53px;
	
	text-decoration: none;
	color: #231815;
}
header .c-mobileMenu a:visited {
	color: #231815;
}

header .c-mobileMenu span.c-line1,
header .c-mobileMenu span.c-line2,
header .c-mobileMenu span.c-line3 {
	display: block;
	position: absolute;
	width: 45px;
	height: 0px;
	border-bottom: 3px solid #231815;
}
header .c-mobileMenu span.c-line1 { top:  0px; left: 15px;}
header .c-mobileMenu span.c-line2 { top:  9px; left: 15px;}
header .c-mobileMenu span.c-line3 { top: 18px; left: 15px;}

header .c-mobileMenu span.c-hamburgerMenu {
	display: block;
	padding-top: 28px;
	
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}

@media screen and (max-width:1200px) {
	header .c-mobileMenu {
		padding: 12px 0;
	}
}

/***********************************************************
	検索
***********************************************************/

header .l-header__searchBox {
	position: relative;
	display: block;
	margin-left: 25px;
	margin-right: 35px;
	
	background-color: #0065b4;
	text-align: center;
	
	height: 50px;
	border-radius: 0 0 15px 15px;
}
@media screen and (max-width:1200px) {
	header .l-header__searchBox { display: none;}
}

header .l-header__searchBox .c-text {
	display: block;
	float: left;
}

/* ✖印 */
header .l-header__searchBox .c-close {
	display: block;
	float: left;
	margin-top: 12px;
	margin-left: 16px; 
	
	box-sizing: border-box;
	position: relative;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 22px;
	border: 2px solid transparent;
	border-radius: 40px;
	
	color: #fff;
	cursor: pointer;
}
header .l-header__searchBox .c-close::after,
header .l-header__searchBox .c-close::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 20px;
	height: 3px;
	background: currentColor;
	transform: rotate(45deg);
	border-radius: 5px;
	top: 8px;
	left: 1px;
}
header .l-header__searchBox .c-close::after {
	transform: rotate(-45deg);
}





/* necessary to give position: relative to parent. */
	header .c-col-3{float: left; width: 12.0em; margin: 7px 4px 7px 18px; position: relative;} /* necessary to give position: relative to parent. */
	header input[type="text"]{font: 16px/20px "Lato", Arial, sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}:focus{outline: none;}
	header .c-effect-11 { padding: 7px 15px; border: 1px solid #ccc; position: relative; background-color: inherit; z-index: 2001;}
	header .c-effect-11 ~ .c-focus-bg{position: absolute; left: 0; top: 0; width: 0; height: 100%; background-color: #ededed; transition: 0.3s; z-index: -1; z-index: 2000;}
	header .c-effect-11:focus ~ .c-focus-bg{transition: 0.3s; width: 100%;}

/* 検索文字 */
header .l-header__searchBox .c-search {
	display: block;
	float: left;
	
	font-size: 18px;
	line-height: 2.0em;
	text-decoration: none;
	color: #fff;
	
	padding: 0.2em 0 0.2em 12px;
	cursor: pointer;
	margin-right: 22px;
}

/* 左側の検索マーク */
header .l-header__searchBox .c-search_icon {
	display: block;
	float: left;
	margin-top: 14px;
	margin-left: 22px; 
	
	position: relative;
	box-sizing: border-box;
	transform: scale(var(--ggs, 1));
	width: 16px;
	height: 16px;
	border: 2px solid;
	border-radius: 100%;
	
	color: #fff;
	cursor: pointer;
}
header .l-header__searchBox .c-search_icon::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}





/***********************************************************
	言語
***********************************************************/
header .l-header__settings {
	position: relative;
	margin-left: 25px;
	
	padding: 0.2em 0;
}
@media screen and (max-width:1200px) {
/*
	header .l-header__settings {
		display: block;
		padding: 10px 0 0 0;
		
		width: 89px;
		height: 53px;
	}
 */
}
@media screen and (max-width:500px) {
	header .l-header__settings {
/*		display: none; */
	}
}

header .l-header__settings a {
	font-size: 18px;
	line-height: 2.0em;
	
	text-decoration: none;
}

header .l-header__settings a:visited {
	color: #474545;
}

/* 左側のイラスト */
header .c-language {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 2.0em;
	line-height: 1;
	
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	
	padding: 0 26px;
	
	background-image: url("../../common_image/header/header_2.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
:lang(zh-TW) header .c-language{
	background-position: 0;
}

/* 右側の▼ */
header .c-language::before {
	position: absolute;
	top: 2px;
	right: 1px;
	
	content: "▼";
	font-size: 16px;
	line-height: 2.0em;
	color: #474545;
}
@media screen and (max-width:1200px) {
/*
	header .c-language {
		display: block;
		height: 23px;
	
		padding-top: 30px;
		padding-left: 2px;
		text-align: left;
		font-size: 14px;
		line-height: 20px;
		
		background-position: 37px 2px;
	}
	header .c-language::before {
		top: 24px;
		right: 2px;
	}
 */
}

/* アニメーション */
header .c-language::after {
	position: absolute;
	bottom: -3px;
	left: calc(26px - 0px);
	content: '';
	width: 0;
	height: 1px;
	background-color: #474545;
	transition: .3s;
}
header .c-language:hover::after {
	width: calc(100% - 26px);
}
/* モバイル向けデザイン */
@media screen and (max-width:1200px) {
	header .c-language:hover::after {
		left: 0px;
		width: 100%;
	}
}

/* ポップアップのスタイル */
header .l-header__settings ul {
	position: absolute;
	top: 100%; /* 選択ボックスの下に配置 */
	right: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	list-style: none;
	margin: 0;
	padding: 0;
	display: none; /* 初期状態では非表示 */
}

/* 各オプションのスタイル */
header .l-header__settings ul li {
	white-space: nowrap;
	padding: 3px 2px;
	border-bottom: 1px solid #E8E8E8;
	text-align: center;
}

header .l-header__settings ul li:last-child {
	border-bottom: none;
}

header .l-header__settings ul li a {
	display: block;
	
	font-size: 18px;
	line-height: 28px;
	padding: 5px 6px;
	
	text-decoration: none;
	color: #333;
	width: calc(100% - 12px);
	cursor: pointer;
}

header .l-header__settings ul li a:hover {
	background-color: #E8E8E8;
	color: #0065B4;
}

/* ポップアップの表示トリガー 
.l-header__settings:hover ul {
	display: block;
}*/





/***********************************************************
	拠点一覧
***********************************************************/

header .l-header__base {
	padding: 0.2em 0;
	display: block;
}
@media screen and (max-width:1200px) {
	header .l-header__base { display: none;}
}

header .l-header__base a {
	position: relative;
	position: relative;

	display: inline-flex;
	align-items: center;
	height: 2.0em;
	line-height: 1;
	
	font-size: 18px;
	text-decoration: none;
	
	padding: 0 0 0 26px;
	
	background-image: url("../../common_image/header/header_1.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
header .l-header__base a:visited {
	color: #474545;
}

header .l-header__base a::after {
	position: absolute;
	bottom: -3px;
	left: calc(26px - 6px);
	content: '';
	width: 0;
	height: 1px;
	background-color: #474545;
	transition: .3s;
}
header .l-header__base a:hover::after {
	width: calc(100% - 26px + 12px);
}




