@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: "游ゴシック", "游ゴシック体", "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;
}
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: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #666;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #f7f5f6;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 145px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 100px !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 17px 0 30px;
	background: url(../../img/common/header_bg.jpg) repeat left top;
	background-size: 128px auto;
	position: relative;
	z-index: 1000;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 1022px;
}
#gHeader h1 {
	margin-top: 8px;
	float: left;
}
.menu {
	position: absolute;
	top: 25px;
	right: 20px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.active .top {
	-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(-45deg);
	transform: translateY(7px) translateX(0) rotate(-45deg);
	background: #005bac;
}
.menu.active .middle {
	opacity: 0;
	background: #005bac;
}
.menu.active .bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
	transform: translateY(-7px) translateX(0) rotate(45deg);
	background: #005bac;
}
.menu span {
	background: #005bac;
	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: 7px;
}
.menu span:nth-of-type(3) {
	top: 14px;
}

@media all and (max-width: 896px) {
	#gHeader {
		padding: 8px 10px 15px;
	}
	#gHeader h1 {
		width: 78px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 822px;
	float: right;
}
#gNavi li {
	margin-right: 31px;
	float: left;
	text-align: center;
}
#gNavi li:last-child {
	margin-right: 0;
}
#gNavi li:nth-child(4),
#gNavi li:nth-child(5) {
	margin-right: 47px;
}
#gNavi li .text {
	margin-top: 6px;
	display: block;
}
#gNavi li a {
	color: #4D4D4D;
	font-weight: bold;
	display: block;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		opacity: 0.7;
	}
	#gNavi {
		padding: 0 !important;
		height: auto !important;
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		padding: 0 15px 20px;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		float: none;
		box-sizing: border-box;
		background-color: #fff;
		display: none;
		z-index: 1000;
	}
	#gNavi li {
		margin-right: 0 !important;
		float: none;
	}
	#gNavi li a {
		padding: 0 20px;
		width: 100%;
		height: 50px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
	}
	#gNavi li .text {
		margin-top: 0;
	}
	#gNavi li .icon {
		margin-right: 15px;
		width: 50px;
		display: inline-block;
		vertical-align: middle;
	}
	#gNavi li .icon img {
		width: auto;
		height: 40px;
	}
	#gNavi li:first-child .icon {
		margin-top: -9px;
	}
	#gNavi li:nth-child(4) .icon {
		margin-top: -9px;
	}
	#gNavi li:nth-child(5) .icon {
		margin-top: -5px;
	}
	#gNavi li:nth-child(6) .icon {
		margin-top: -7px;
	}
	
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}
#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2rem;
}
#pagePath a {
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 4.18%;
	color: #fff;
	background: url(../../img/common/footer_bg.png) no-repeat center top;
	background-size: 100% 100%;
	position: relative;
}
#gFooter .copyright {
	padding: 23px 0 29px;
	color: #666666;
	font-size: 1.6rem;
	background-color: #f7f5f6;
	border-bottom: 5px solid #0d68ae;
	text-align: center;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	margin: 0 auto 40px;
	max-width: 804px;
}
#gFooter .flexBox {
	margin-bottom: 17px;
	padding-bottom: 29px;
	display: flex;
	border-bottom: 1px solid #fff;
}
#gFooter .fTxt {
	margin: 2px 0 0 52px;
	font-size: 1.5rem;
	line-height: 1.66;
}
#gFooter .fNavi {
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fNavi > li {
	margin-right: 41px;
}
#gFooter .fNavi > li:last-child {
	margin-right: 0;
}
#gFooter .fNavi > li:nth-child(2) {
	margin-right: -55px;
}
#gFooter .fNavi > li:nth-child(3) {
	margin-right: 59px;
}
#gFooter .fNavi > li:nth-child(4) {
	margin-right: 62px;
}
#gFooter .fNavi > li:nth-child(5) {
	margin-right: 97px;
}
#gFooter .fNavi > li > a,
#gFooter .fNavi > li > span {
	padding-left: 11px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
#gFooter .fNavi > li > span {
	padding-left: 0;
}
#gFooter .fNavi > li > a::after,
#gFooter .innerUl a::after {
	margin-top: -5px;
	width: 7px;
	height: 7px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -3px;
	content: "";
}
#gFooter .innerUl {
	margin-top: 11px;
}
#gFooter .innerUl li {
	margin-bottom: 10px;
}
#gFooter .innerUl li:last-child {
	margin-bottom: 0;
}
#gFooter .innerUl a {
	padding-left: 14px;
	font-size: 1.3rem;
	position: relative;
	line-height: 1.2;
	display: inline-block;
}
#gFooter .innerUl a::after {
	top: 2px;
	margin-top: 0;
	left: 0;
}
@media all and (-ms-high-contrast:none) {
	#gFooter .fNavi > li > a::after, #gFooter .innerUl a::after {
		margin-top: -8px;
	}
	#gFooter .innerUl a::after {
		top: 0;
	}
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 13% 15px 0;
		background-size: 200% 100%;
	}
	#gFooter .flexBox {
		padding-bottom: 10px;
		display: block;
	}
	#gFooter .fLogo {
		margin-bottom: 20px;
		text-align: center;
	}
	#gFooter .fLogo img {
		width: 100px;
	}
	#gFooter .fTxt {
		margin: 0;
		text-align: center;
		font-size: 1.25rem;
	}
	#gFooter .copyright {
		margin: 0 -15px;
		padding: 18px 5px 19px;
		font-size: 1.3rem;
	}
	#gFooter .fNavi {
		margin-top: -20px;
		justify-content: space-between;
	}
	#gFooter .fNavi > li {
		margin: 20px 0 0 0 !important;
		width: 49%;
	}
	#gFooter .innerUl a {
		font-size: 1.2rem;
	}
	#gFooter .innerUl a::after {
		top: 3px;
		width: 6px;
		height: 6px;
	}
	#gFooter .fBox {
		max-width: 600px;
	}
}