/* アンカーリンク用のpadding-top */

#overview-anc, #merits-anc, #voices-anc, #teachers-anc,
#detail-anc, #counseling-anc, #facility-anc, #questions-anc {
	padding-top: 80px;
}

/* header */
header {
  background: hsla(0,0%,100%,.95);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.08);
  border-bottom: 2px solid #555;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 60px;
  z-index: 99999;
  margin: 0;
  box-sizing: border-box;
}
.header__logo {
	height: 40px;
	padding: 8px 0 5px 8px;
	float: left;
}
.header__logo > a > img {
	max-width: 100px;
	max-height: 40px;
	vertical-align: middle;
}
.cv--header {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	background: none;
	position: absolute;
	right: 60px;
	top: 0;
	line-height: 60px;
}
.cv--header {
	list-style: none;
}
.cv--header__button {
	padding: .6em .5em;
	color: #fff;
	border-radius: 4px;
	font-size: .9em;
}
.cv--header__button:visited {
	color: #fff;
}
.cv--header__button:hover {
	color: #fff;
}
.cv--header__form {
	background: #DF790B;
	border-bottom: solid 1px #AC5C05;
	margin-right: 5px;
}
.cv--header__form:hover {
	background: #EE891B;
	text-decoration: none;
}
.cv--header__tel {
	background: #267869;
	border-bottom: solid 1px #044C3E;
}
.cv--header__tel:hover {
	background: #389180;
	border-bottom: solid 1px #044C3E;
	text-decoration: none;
}
.cv--header__pamphlet {
	display: none;
}
/* ナビゲーション */
.hamburger-nav-toggle-btn {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 0;
	width: 44px;
	height: 60px;
	cursor: pointer;
	z-index: 3;
	text-align: center;
	background: none;
	border: 0;
}
.hamburger-nav-toggle-btn span {
  display: inline-block;
  position: absolute;
  width: 28px;
  border-bottom: solid 4px #555555;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 8px;
	border-radius: 4px;
}
.hamburger-nav-toggle-btn span:nth-child(1) {
  top: 12px;
}
.hamburger-nav-toggle-btn span:nth-child(2) {
  top: 20px;
}
.hamburger-nav-toggle-btn span:nth-child(3) {
  top: 28px;
}
.hamburger-nav-toggle-btn span:nth-child(4) {
  border: none;
  color: #555555;
  font-size: 9px;
  font-weight: bold;
  top: 36px;
	width: 44px;
	left: 0;
}
.nav__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #267869;
	position: absolute;
	top: 60px;
	width: 100vw;
}
.nav__list > li {
  border-bottom: 1px solid #247263;
	color: #fff;
}
.nav__list > li a {
  display: block;
  padding: 12px 1.5em;
  text-decoration: none;
}
.nav__list > li a:visited {
  color: #fff;
}
.nav__list .sp {
	display: none;
}

@media (min-width: 1024px) {
	.nav__list {
	  width: 85%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		background: none;
		position: absolute;
		right: 213px;
		top: 0;
		line-height: 60px;
		z-index: 99999;
	}
	.nav__list li {
	  float: left;
		width: auto;
	  border-bottom: none;
		color: #333;
		font-size: 0.8em;
	}
	.nav__list li:first-child {
	  padding-left: 20px;
	}
	.nav__list li a{
	  display: block;
	  padding: 0;
	  text-align: center;
	  text-decoration: none;
		font-weight: 500;
	}
	.nav__list > li a {
		color: #333;
	}
	.nav__list > li a:hover {
		color: #888;
	}
	.nav__list > li a:visited {
		color: #333;
	}
  .hamburger-nav-toggle-btn {
    display:none;
  }
	.header__logo > a >img {
		padding-left: 20px;
	}
	.cv--header {
		right: 30px;
	}
	.cv--header__button {
		font-size: 1em;
	}
	.cv--header__tel {
		display: none;
	}
	.cv--header__pamphlet {
		display: inline;
		background: #267869;
		border-bottom: solid 1px #044C3E;
	}
	.cv--header__pamphlet:hover {
		background: #389180;
		text-decoration: none;
	}
	.nav__list .sp {
		display: block;
	}
}
