@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","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

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;
}

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

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

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

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

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 11px;
	}
	
	#container {
		padding-top: 68px;
	}

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

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 30px 30px 27px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 2000;
}

#gHeader .hBox .logo {
	float: left;
}

@media all and (min-width: 0) and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	#gHeader {
		padding: 14px 8px 8px;
	}
	
	#gHeader .hBox .logo {
		float: none;
	}
	
	.menu {
		position: absolute;
		right: 15px;
		top: 28px;
	}
	
	.menuBox {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #0F4E62;
		box-sizing: border-box;
		z-index: 2100;
		overflow-y: auto;
		font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	}
	
	.menuBox ul {
		margin: 45px 20px;
		border-top: 1px solid #4E7D8A;
	}
	
	.menuBox li a {
		padding: 13px 0 14px;
		display: block;
		color: #fff;
		font-size: 11px;
		text-align: center;
		border-bottom: 1px solid #4E7D8A;
	}
	
	.menuBox .close {
		position: absolute;
		right: 20px;
		top: 15px;
	}

}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 20px;
	width: 590px;
	float: right;
}

#gNavi ul {
	padding-right: 10px;
	text-align: right;
}

#gNavi ul li {
	padding: 0 0 0 35px;
	display: inline-block;
}

#gNavi ul li a {
	color: #000;
	letter-spacing: -0.6px;
	font-weight: bold;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#gNavi ul li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 31px 10px 30px;
	background-color: #104f63;
}

#gFooter .copyright {
	max-width: 965px;
	margin: 0 auto;
	color: #fff;
	font-size: 14.5px;
	text-align: right;
}

@media screen and (max-width: 767px) {
	#gFooter {
		padding: 18px 10px 20px;
	}
	
	#gFooter .copyright {
		font-size: 9px;
		text-align: center;
	}
	
}

@media all and (min-width: 768px) and (max-width: 1100px) {
	#gHeader {
		padding: 30px 10px 27px;
	}
	
	#gHeader .hBox .logo img {
		width: 282px;
	}
	
	#gNavi {
		margin-top: 10px;
		width: 450px;
	}
	
	#gNavi ul li {
		padding: 0 0 0 5px;
	}
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #333;
}

#loading .loader {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

#loading .loader::before {
	display: none;
	content: "";
	width: 120px;
	height: 120px;
	margin: 0 auto;
	position: absolute;
	left: -35px;
	top: 0;
	margin-top: -120px;
	opacity: 0.2;
}

#loading .loader::after	{
	content: "";
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	-webkit-animation: rotate 0.8s linear infinite;
	-moz-animation: rotate 0.8s linear infinite;
	-ms-animation: rotate 0.8s linear infinite;
	-o-animation: rotate 0.8s linear infinite;
	animation: rotate 0.8s linear infinite;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border-top: 1px solid #545a6a;
	border-bottom: 1px solid #d4d4db;
	border-left: 1px solid #545a6a;
	border-right: 1px solid #d4d4db;
	opacity: 0.5;
	-webkit-animation-name: load_cycle;
	-moz-animation-name: load_cycle;
	-webkit-animation-name: load_cycle;
	-ms-animation-name: load_cycle;
	-o-animation-name: load_cycle;
	animation-name: load_cycle;
}

@-webkit-keyframes load_cycle {
	0% {
		transform:rotateZ(-360deg);
	}
	100% {
		transform:rotateZ(0deg);
	}
}
@keyframes load_cycle {
	0% {
		transform:rotateZ(-360deg);
	}
	100% {
		transform:rotateZ(360deg);
	}
}