@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: 'M PLUS 1p', 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;
	transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1080px;
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
	padding-top: 130px;
}
#main {
	display: block;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 65px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 70;
	width: 100%;
	top: 0;
	opacity: 1;
	visibility: visible;
	transition: all ease 0.5s;
}
#gHeader.hide {
	opacity: 0;
	visibility: hidden;
}
#gHeader .logo {
	margin: 25px 0 10px 46px;
	width: 263px;
}
#gHeader .infoBox {
	width: 380px;
	display: flex;
}
#gHeader .telBox {
	margin: 26px 29px 0 0;
	width: 220px;
}
#gHeader .telBox a {
	display: block;
}
#gHeader .telBox span {
	margin-top: 3px;
	display: block;
	font-size: 1.3rem;
}
#gHeader .contactBox {
	width: 131px;
}
#gHeader .contactBox a {
	display: block;
}
@media all and (min-width: 897px) {
	#gHeader .contactBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .logo {
		margin: 10px 0 10px 10px;
		width: 110px;
	}
	#gHeader .infoBox {
		width: 185px;
	}
	#gHeader .telBox {
		margin: 19px 10px 0 0;
		width: 110px;
	}
	#gHeader .telBox span {
		display: none;
	}
	#gHeader .contactBox {
		width: 65px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTopBox {
	position: relative;
	bottom: -75px;
}
.pageTop {
	position: fixed;
	right: 48px;
	bottom: 30px;
	width: 17px;
	z-index: 20;
	opacity: 0;
	transition: all .3s;
}
.pageTop.nofix {
	position: absolute;
}
.pageTop.on {
	opacity: 1;
}
.pageTop a {
	display: inline-block;
}
.pageTop a:hover {
	opacity: 0.7;
}
#gFooter {
	padding: 40px 0 37px;
	background-color: #0074BD;
}
#gFooter .content {
	align-items: center;
}
#gFooter .fNavi li {
	margin-right: 13px;
}
#gFooter .fNavi li:last-child {
	margin-right: 0;
}
#gFooter .fNavi a {
	padding-right: 12px;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fNavi a::after {
	position: absolute;
	content: '';
	right: 0;
	top: 4px;
	bottom: 3px;
	width: 1px;
	background-color: #fff;
}
#gFooter .fNavi li:last-child a::after {
	display: none;
}
#gFooter address {
	width: 33.3%;
}
#gFooter address img {
	vertical-align: middle;
}
#gFooter .fNavi {
	width: 50%;
}
@media all and (max-width: 896px) {
	.pageTop {
		right: 20px;
		bottom: 20px;
	}
	#gFooter {
		padding: 36px 0;
	}
	#gFooter .content {
		display: block;
	}
	#gFooter .fNavi {
		margin-bottom: 10px;
		width: auto;
	}
	#gFooter .fNavi li {
		margin-top: 10px;
	}
	#gFooter .fNavi a {
		padding-right: 12px;
		display: block;
		font-size: 1.4rem;
	}
	#gFooter address {
		width: auto;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 90px;
	width: 958px;
	display: flex;
}
#pagePath li {
	margin-right: 5px;
	font-size: 1.1rem;
}
#pagePath li:last-of-type {
	margin-right: 0;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 auto 50px;
		padding: 0 15px;
		width: auto;
	}
}