/* ------------------------------------------------------------------
	2-2. Header styles
-------------------------------------------------------------------*/
#header {
	background: #FFF;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}
#header img {
	vertical-align: middle;
}

.headerInner {
	max-width: 1210px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

#logo {
	float: left;
	width: 330px;
	max-height: 100px;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
}

#logo a {
	color: #001489;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.231;

}

#logo img {
	width: auto;
	margin-right: 20px;
}

.btnMenu {
	display: none;
}

#header .hBlock {
	padding-top: 15px;
	text-align: right;
}

#header .socialList {
	display: inline-block;
	vertical-align: middle;
}

#header.animate {
	transition: top 0.5s;
	box-shadow: 0 0 5px #CACACA;
}

#header.active {
	top: 0;
	width: 100%;
	z-index: 200;
}

.socialList li {
	display: inline-block;
	margin: 3px 0 3px 2px;
	vertical-align: middle;
}

.socialList a {
	display: block;
	background: #4B4B4B;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.socialList a img {
	vertical-align: middle;
}

.socialList .facebook a:hover {
	background-color: #3B5998;
}

.socialList .twitter a:hover {
	background-color: #1DA1F2;
}

.socialList .hatebu a:hover {
	background-color: #00A4D4;
}

.socialList .google a:hover {
	background-color: #D6492E;
}

#wrapper {
	padding-top: 100px;
}

@media screen and (min-width:737px) {
	.unfixHeader #header {
		position:relative;
	}
	#header .hBlock {
		display: block !important;
	}
	.unfixHeader #wrapper {
		padding-top:0;
	}
	.overlay {
		display: none !important;
	}
}

@media screen and (max-width:1100px) {
	#wrapper {
		padding-top: 75px;
	}

	.headerInner {
		padding-left: 0;
	}

	#logo {
		font-size: 24px;
		max-height: 75px;
		width: auto;
	}

	#logo img {
		margin-right: 10px;
		max-height: 75px;
	}
}

@media screen and (max-width:1024px) {
	#logo {
		font-size: 20px;
	}
}

@media screen and (max-width:980px) {
	#header .socialList {
		width: 75px;
	}
}

@media screen and (max-width:900px) {
	#wrapper {
		padding-top: 140px;
	}
}

@media screen and (max-width:736px) {
	#wrapper {
		padding-top: 60px;
	}

	#header {
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	.headerInner {
		padding-left: 10px;
		background: #001489;
	}

	#logo {
		color: #FFF;
		font-size: 16px;
	}

	#logo img {
		width: 60px;
	}

	.btnMenu {
		display: block;
		position: absolute;
		top: 20px;
		right: 15px;
	}

	.btnMenu a {
		position: relative;
		display: block;
		width: 30px;
		height: 20px;
	}

	.btnMenu span,
	.btnMenu a:before,
	.btnMenu a:after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #FFF;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}

	.btnMenu span {
		top: 9px;
	}

	.btnMenu a:before,
	.btnMenu a:after {
		top: 0;
		content: "";
	}

	.btnMenu a:after {
		top: auto;
		bottom: 0;
	}

	.btnMenu .active span {
		opacity: 0;
	}

	.btnMenu a.active:before {
		top: 50%;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.btnMenu a.active:after {
		top: 50%;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	#header .hBlock {
		z-index: 100;
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		padding: 5px 15px 20px;
		background: #FFF;
		box-shadow: 0 0 3px #AAA;
	}

	#logo {
		display: table;
	}

	#logo a:last-child {
		color: #fff;
	}

	.overlay {
		z-index: 99;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, .7);
	}
}

/* ------------------------------------------------------------------
	2-3. Navi styles
-------------------------------------------------------------------*/
#hNav {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

#hNav li {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
}

#hNav li:last-child {
	margin-right: 0;
}

#hNav a {
	position: relative;
	display: block;
	padding: 20px 4px;
	color: inherit;
	font-size: 18px;
	font-family: Montserrat;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.23;
}

/*#hNav a.disable {
	color:#eee;
	pointer-events:none;
}*/
#hNav a:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #001489;
	content: "";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

#pageKids .kidsNav a:after,
#pageSearch .searchNav a:after,
#pageBrand .brandNav a:after,
#pageSchool .schoolNav a:after,
#pageProgram .programNav a:after,
#pageVClinic .vclinicNav a:after,
#pageHome .topNav a:after,
#hNav .active a:after,
#hNav a:hover:after {
	left: 0;
	width: 100%;
}

#hNav a span {
	display: block;
	font-size: 11px;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width:1100px) {
	#header .hBlock {
		padding-top: 0;
	}

	#hNav a {
		font-size: 16px;
	}
}

@media screen and (max-width:1024px) {
	#hNav {
		padding-right: 0;
	}

	#hNav li {
		margin: 0 5px;
	}

	#hNav a {
		padding: 15px 4px;
		font-size: 15px;
	}

	#hNav a span {
		padding-top: 4px;
	}
}

@media screen and (max-width:900px) {
	#header .hBlock {
		text-align: left;
		width: 100%;
	}

	#hNav {
		border-top: 1px solid #ccc;
		padding: 0 30px;
		width: 100%;
	}
}

@media screen and (max-width:736px) {
	#header .hBlock {
		padding-right: 0;
		padding-left: 0;
	}

	#hNav {
		display: block;
		padding: 0 20px;
	}

	#hNav li {
		display: block;
		margin: 0;
	}

	#hNav a {
		padding: 10px;
		border-bottom: 1px solid #CCC;
		text-align: left;
		font-size: 14px;
	}

	#hNav a:after {
		display: none;
	}

	#hNav a span {
		font-size: 10px;
	}

	#pageKids .kidsNav a,
	#pageSearch .searchNav a,
	#pageBrand .brandNav a,
	#pageSchool .schoolNav a,
	#pageProgram .programNav a,
	#pageVClinic .vclinicNav a,
	#pageHome .topNav a,
	#hNav .active a {
		color: #001489;
		border-bottom-color: #001489;
	}

	#pageKids .kidsNav a:after,
	#pageSearch .searchNav a:after,
	#pageBrand .brandNav a:after,
	#pageSchool .schoolNav a:after,
	#pageProgram .programNav a:after,
	#pageVClinic .vclinicNav a:after,
	#pageHome .topNav a:after,
	#hNav .active a:after {
	display: block;
	}

	#header .socialList {
		display: block !important;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
}

/* ------------------------------------------------------------------
	2-6. Footer styles
-------------------------------------------------------------------*/
.bottom {
	background-color: #222222;
	height: 75px;
}

.bottomNav {
	float: left;
	list-style: none;
}

.bottomNav li {
	display: inline-block;
	margin-right: 20px;
	padding-top: 35px;
	line-height: 1.23;
}

.bottomNav li a {
	color: #929092;
	font-size: 12px;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.231;
    font-weight: 400;
}

.bottomNav li a:hover {
	color: #929092;
	text-decoration: underline;
}

.copy {
	color: #929092;
	font-size: 12px;
	float: right;
	padding-top: 35px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.231;
    font-weight: 400;
}

@media screen and (max-width:800px) {
	.bottom {
		height: auto;
		padding: 20px 10px;
	}

	.bottomNav {
		float: inherit;
		text-align: center;
	}

	.bottomNav li {
		display: inline-block;
		margin: 0 10px 10px;
		padding-top: 0;
		line-height: 1;
	}

	.bottomNav li a{
		line-height: 1;
	}

	.copy {
		float: inherit;
		padding-top: 10px;
		text-align: center;
		line-height: 1;
	}
}


.inner {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.overlay {
	display: none;
}
@media screen and (max-width: 736px){
	.overlay {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
	}
}
