/* ヘッダー
=========================================================================
=========================================================================*/
header {
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1170px;
	z-index: 10;
}
@media (max-width:1210px) {
	header {
		padding: 0 20px;
		width: 100%;
	}
}
/* ----- ロゴ ----- */
header .logo {
	overflow: hidden;
	float: left;
	width: 22.222222%; /* 260px */
    height: 32px;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
}
header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/common/logo.svg) no-repeat;
	background-size: contain;
	filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
}
/* ----- グローバルメニュー ----- */
header nav {
	/*overflow: hidden;*/
	float: right;
}
header nav ul li {
	display: inline-block;
	margin: 0 3.0em 0 0;
}
header nav ul li:last-child {
	margin: 0;
}
header nav ul li a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	color: #FFF;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	transition: all .3s;
}
header nav ul li a:hover { color: #93D2DA !important; }
header nav ul li a:visited { color: #FFF; }
header nav ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 1px;
	background: #93D2DA;
	transform: scale(0, 1);
	transition: 0.4s;
}
header nav ul li a:hover::before {
	transform: scale(1);
}


/* breadcrumbs（パンくずナビ）
-----------------------------------------------------------*/
nav#bread .container {
	padding: 0;
}
@media (max-width:1210px) {
	nav#bread .container {
		padding: 0 20px;
	}
}
nav#bread {
	position: relative;
	margin: 0 auto;
	padding: 1.5em 0;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #E4E4E4;
}
nav#bread ol {

}
nav#bread ol li {
	position: relative;
	display: inline-block;
	margin: 0 0.5em 0;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
nav#bread ol li:first-child {
	margin: 0 0.5em 0 0;
}
nav#bread ol li:nth-child(n + 2):before {
	display: block;
	content: '>';
	position: absolute;
	top: 0;
	left: -1.0em;
	font-size: 13px;
	font-size: 1.3rem;
}
nav#bread ol li a {
	text-decoration: none;
	color: #93D2DA;
}


/*  タブレット（768px〜880px）
=========================================================================
=========================================================================*/
@media screen and (max-width:880px) {
	header nav ul li {
		margin: 0 2.0em 0 0;
	}

}	

 /*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	header {
		overflow: visible;
		top: 0;
	}
	
	/* ----- ロゴ ----- */
	header .logo {
		position: relative;
		float: none;
		margin-top: 20px;
		max-width: 259px;
		width: 70%;
	    height: 31px;
	    z-index: 4;
	}
	/* ハンバーガーメニュー部分
	------------------------------------------------------- */
	.icon_animation {
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
		width: 45px;
		height: 45px;
		cursor: pointer;
		background: rgba(255,255,255,0.6);
		z-index: 4;
	}
	/* ----- ライン ----- */
	.icon_animation .bar {
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 30px;
		height: 2px;
		background: #93D2DA;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	.icon_animation .bar.bottom {
		top: 30px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	/* ----- ライン：アニメーション ----- */
	.icon_animation.is_open .bar.top {
		width: 40px;
		top: 8px;
		left: 9px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #93D2DA;
	}
	.icon_animation.is_open .bar.bottom {
		width: 40px;
		top: 35px;
		left: 9px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #93D2DA;
	}
	/* ----- CLOSEボタン ----- */
	.icon_close {
		display: block;
		position: fixed;
		width: 45px;
		height: 45px;
		top: 15px;
		right: 0;
		z-index: 5;
		cursor: pointer;
	}

	/* ----- グローバルメニュー ----- */
	header nav {
		display: none;
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 90px 20px 0;
		width: 100%;
		background: #93D2DA;
	}
	header nav ul li {
		display: block;
		margin: 0;
	}
	header nav ul li a {
		display: block;
		padding: 20px 0;
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0.15em;
		color: #FFF;
		text-shadow: none;
		text-align: center;
		border-top: 1px solid #E8E8E8;
	}
	header nav ul li a:hover { color: #FFF !important; }
	header nav ul li a:visited { color: #FFF; }
	header nav ul li a::before {
		display: none;
	}

	/* パンくずナビ
	-----------------------------------------------------------*/
	nav#bread {
		padding: 1.0em 0;
	}
	nav#bread ol li {
		font-size: 11px;
		font-size: 1.1rem;
	}
}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {

}