@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;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.serif {
	font-family: "Noto Serif JP", serif;
}

.yugothic {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
.fax {cursor: default;pointer-events: none;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 2.1rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	overflow: hidden;
	text-align: left;
}
#main {
	margin-bottom: 35px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 19px 0 0;
	text-align: center;
	background-color: #000000;
}
#gHeader .hInner {
	padding: 19px 20px;
	border-top: 13px solid #3399CC;
}
.gNavi {
	background-color: #fff;
	padding: 47px 0 42px;
	font-size: 2.4rem;
	font-weight: 500;
	color: #396ab1;
	display: flex;
	justify-content: center;
}
.gNavi li {
	line-height: 1;
	padding: 0 42px;
	border-right: 1px solid #396ab1;
}
.gNavi li:last-child {
	border-right: none;
}
.gNavi a {
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #396AB1;
}
.gNavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		position: relative;
		z-index: 1000;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 120px;
		left: 0;
		width: 100%;
		height: calc(100% - 120px);
		overflow-y: auto;
		z-index: 800;
		background-color: #000;
	}
	.gNavi {
		padding: 20px 0 50px;
		display: block;
		background-color: transparent;
	}
	.gNavi li {
		border: none;
		margin: 0 0 10px;
	}
	.gNavi a {
		padding: 12px 5px;
		display: block;
		font-size: 1.7rem;
		color: #fff;
	}
	#gHeader h1 {
		max-width: 250px;
		margin-right: 20px;
	}
	.menu {
		position: absolute;
		top: calc(50% + 14px);
		right: 10px;
		transform: translateY(-50%);
		height: 20px;
		width: 25px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu.on .top {
		transform: translateY(8px) translateX(0) rotate(45deg);
	}
	
	.menu.on .middle {
		opacity: 0;
	}
	
	.menu.on .bottom {
		transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
	
	.menu span {
		background: #fff;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	
	.menu span:nth-of-type(2) {
		top: 8px;
	}
	
	.menu span:nth-of-type(3) {
		top: 16px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 9px;
	color: #fff;
	padding: 36px 0 15px;
	text-align: center;
	background-color: #000000;
}
#gFooter a {
	color: #fff;
}
address {
	margin-bottom: 12px;
	font-size: 2.2rem;
	font-style: normal;
}
#gFooter p {
	font-size: 2.2rem;
	line-height: 1.75;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 0;
		padding-bottom: 80px;
	}
	address {
		font-size: 1.6rem;
	}
	#gFooter p {
		font-size: 1.3rem;
	}
}