@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
}

.youmin {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: normal;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1024px;
	color: #323232;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	padding-top: 91px;
	text-align: left;
}

#main {
	min-height: calc(100vh - 114px);
	overflow: hidden;
}

.comBox {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}

.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

.justify {
	text-align: justify;
	line-height: 1px;
}

.justify:after {
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	display: inline-block;
}

.justify li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
}



@media all and (min-width: 0) and (max-width: 767px) {
	body {
		font-size: 14px;
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	.justify {
		text-align: left;
	}
	
	.justify li {
		display: block;
	}
	
	.justify:after {
		display: none;
	}
	
	#main {
		min-height: 0;
	}
	
	.comBox {
		margin: 0;
		width: auto;
	}
	
	.inner {
		margin: 0;
		width: auto;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#gHeader .inner {
	max-width: 1440px;
	position: relative;
	z-index: 100;
}

#gHeader .logo {
	padding: 16px 38px 0 89px;
	float: left;
}

#gHeader h1 {
	padding-top: 20px;
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
	float: left;
}

@media all and (min-width: 768px) {
	#gHeader {
		overflow: hidden;
	}

	#gHeader:before {
		margin-right: 56px;
		position: absolute;
		right: 50%;
		top: 0;
		content: "";
		height: 100%;
		width: 1440px;
		width: 50vw;
		background: #fff;
	}
	
	#gHeader:after {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		height: 100%;
		width: calc(50vw - 720px);
		background: #fff;
	}
}

@media all and (min-width: 768px) and (max-width: 1380px) {
	#gHeader .inner {
		min-width: 1280px;
	}
	#gHeader .logo {
		padding: 16px 38px 0 40px;
	}
}


@media all and (min-width: 0) and (max-width: 767px) {
	#container {
		padding-top: 69px;
	}

	#gHeader {
		background: #fff;
	}
	
	#gHeader .logo {
		padding: 6px 19px 0;
		float: left;
		text-align: center;
	}

	#gHeader h1 {
		padding: 6px 19px 0;
		font-size: 6px;
		line-height: 12px;
		float: none;
		height: 12px;
		transition: all ease .2s;
		-webkit-transition: all ease .2s;
	}

	
	#gHeader h1.is-animation {
		height: 0;
		padding-top: 0;
		padding-bottom: 0;
		overflow: hidden;
	}
	
	.menu {
		position: relative;
		float: right;
		height: 50px;
		width: 70px;
		cursor: pointer;
		text-align: center;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	.menu.active .top {
		width: 34px;
		-webkit-transform: translateY(11px) translateX(-5px) rotate(45deg);
		-ms-transform: translateY(11px) translateX(-5px) rotate(45deg);
		transform: translateY(11px) translateX(-5px) rotate(45deg);
		background: #7F7F80;
	}
	
	.menu.active .middle {
		opacity: 0;
		background: #7F7F80;
	}
	
	.menu.active .bottom {
		width: 34px;
		-webkit-transform: translateY(-12px) translateX(-5px) rotate(-45deg);
		-ms-transform: translateY(-12px) translateX(-5px) rotate(-45deg);
		transform: translateY(-12px) translateX(-5px) rotate(-45deg);
		background: #7F7F80;
	}
	
	.menu span {
		margin-left: -13px;
		background: #7F7F80;
		border: none;
		height: 1px;
		width: 26px;
		position: absolute;
		top: 12px;
		left: 50%;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	
	.menu span:nth-of-type(2) {
		top: 23px;
	}
	
	.menu span:nth-of-type(3) {
		top: 35px;
	}
}
@media all and (min-width: 0) and (max-width: 320px) {
	#gHeader h1 {
		font-size: 5px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
}

#gNavi li {
	float: left;
	margin-left: 3px;
	background-color: #fff;
}

#gNavi a {
	display: block;
}
	
#gNavi li a:hover {
	opacity: 0.5;
}


@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
	
	/*#gNavi li a {
		background: url(../../img/common/navi01_over.png) no-repeat center center;
		background-size: 100% 100%;
	}
	
	#gNavi li a:hover img {
		visibility: hidden;
		opacity: 0;
	}*/
	
	/*#gNavi li.navi02 a {
		background: url(../../img/common/navi02_over.png) no-repeat center center;
	}
	
	#gNavi li.navi03 a {
		background: url(../../img/common/navi03_over.png) no-repeat center center;
	}
	
	#gNavi li.navi04 a {
		background: url(../../img/common/navi04_over.png) no-repeat center center;
	}
	
	#gNavi li.navi05 a {
		background: url(../../img/common/navi05_over.png) no-repeat center center;
	}
	
	#gNavi li.navi06 a {
		background: url(../../img/common/navi06_over.png) no-repeat center center;
	}*/
	
}
@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 999;
		float: none;
		display: none;
		overflow: auto;
		background: #fff;
		max-height: calc( 100vh - 50px);
	}
	#gNavi > ul {
		padding-top: 1px;
		padding-bottom: 10px;
	}
	
	#gNavi li {
		float: none;
		padding-left: 38px;
		background-color: #004f86;
		border-bottom: 1px solid #4d84ab;
	}
	#gNavi li img {
		width: 220px;
	}
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 13px 0;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	z-index: 100;
	position: relative;
	text-align: center;
	background: url(../../img/common/bg01.png) repeat-y left top;
	background-size: 100% auto;
	background: -moz-linear-gradient(left,#004f8b 0%,#a4d0b6);
	background: -webkit-gradient(linear, left top, right top, from(#004f8b),to(#a4d0b6));
}

#gFooter .note {
	float: right;
	font-size: 9px;
	margin-top: -20px;
}

#gFooter .note a {
	color: #fff;
}

#gFooter .note a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding: 17px 0 11px;
		font-size: 13px;
		line-height: 17px;
	}
	
	#gFooter .note {
		float: none;
		margin-top:0;
		font-size: 9px;
	}

}