@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: "ヒラギノ角ゴ 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;
	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;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 20px;
	box-sizing: border-box;
}
#gHeader .hInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .hInner {
	margin: 0 auto;
	width: 1022px;
}
#gHeader h1 {
	width: 110px;
}
#gHeader .hBtn {
	width: 225px;
	text-align: center;
}
#gHeader .hBtn a {
	padding: 20px 5px;
	display: block;
	color: #fff;
	box-sizing: border-box;
	background-color: #00B48A;
	position: relative;
	z-index: 5;
}
#gHeader .hBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 16px 20px;
	}
	#gHeader .hInner {
    	margin: 0 auto;
		width: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fInner {
	margin: 0 auto;
	padding: 0 20px;
	width: 1062px;
	box-sizing: border-box;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 1062px;
	box-sizing: border-box;
}
#gFooter .fBgBox {
	padding: 25px 0 45px;
	box-sizing: border-box;
	background: #021f3b;
	border: 1px solid #707070;
}
#gFooter .fBgBox .fLogoBox {
	margin-top: 30px;
	width: 217px;
}
#gFooter .fBgBox .fLogoBox p {
	margin: 5px 0 0 30px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #fff;
}
#gFooter .fBgBox .fLogoBox a {
	margin-top: -5px;
	display: block;
}
#gFooter .fBgBox .fRBox p {
	margin-bottom: 3px;
}
#gFooter .fBgBox .fRBox p a {
	font-size: 1.2rem;
	color: #fff;
}
#gFooter .fBgBox .fRBox p a:hover {
	opacity: 0.7;
}
#gFooter .fBgBox .fRBox .fNavi {
	margin-left: 20px;
	display: flex;
}
#gFooter .fBgBox .fRBox .fNavi li ul > li {
	margin-top: 7px;
}
#gFooter .fBgBox .fRBox .fNavi li a {
	font-size: 1.2rem;
	color: #fff;
}
#gFooter .fBgBox .fRBox .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fBgBox .fRBox .fNavi > li {
	margin-right: 54px;
}
#gFooter .fBgBox .fRBox .fNavi > li:last-of-type {
	margin-right: 10px;
}
#gFooter .fBottomBox {
	padding: 12px 20px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}
#gFooter .fBottomBox .fLBox {
	display: flex;
	align-items: center;
}
#gFooter .fBottomBox .fLBox .photo {
	margin-right: 20px;
	width: 36px;
}
#gFooter .fBottomBox .fLBox address {
	font-style: normal;
	font-size: 1.2rem;
	color: #021F3B;
}
#gFooter .fBottomBox > ul {
	display: flex;
}
#gFooter .fBottomBox > ul li {
	margin-right: 30px;
}
#gFooter .fBottomBox > ul li:last-of-type {
	margin-right: 0;
}
#gFooter .fBottomBox > ul li a {
	font-size: 1.2rem;
	color: #021F3B;
}
#gFooter .fBottomBox > ul li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 85px;
	}
	#gFooter .fBgBox {
    	padding: 40px 0;
		border: none;
	}
	#gFooter .fInner {
    margin: 0 auto;
    padding: 0 20px;
    	display: block;
    	width: auto;
	}
	#gFooter .fBgBox .fRBox {
		margin-bottom: 40px;
	}
	#gFooter .fBgBox .fRBox p {
		margin-bottom: 20px;
	}
	#gFooter .fBgBox .fRBox p a {
    	font-size: 1.4rem;
	}
	#gFooter .fBgBox .fRBox .fNavi {
    	margin-left: 23px;
		display: block;
	}
	#gFooter .fBgBox .fRBox .fNavi li ul {
		margin-top: -5px;
	}
	#gFooter .fBgBox .fRBox .fNavi li ul > li {
		margin-top: 20px;
	}
	#gFooter .fBgBox .fRBox .fNavi li a {
		padding-left: 15px;
		display: block;
		color: #fff;
		background: url("../../img/common/icon04.png") no-repeat left center / 8px auto;
	}
	#gFooter .fBgBox .fLogoBox {
		margin: 0 auto;
		width: 217px;
	}
	#gFooter .fBgBox .fLogoBox p {
    	margin-left: 0; 
    	font-size: 1.2rem;
	    text-align: center;
	}
	#gFooter .fBottomBox .fLBox {
		padding: 20px 0 10px;
		display: block;
		text-align: center;
	}
	#gFooter .fBottomBox .fLBox .photo {
		margin:0 auto 25px;
		width: 36px;
	}
	#gFooter .fBottomBox .fLBox ul {
		margin: -10px 0 40px;
	}
	#gFooter .fBottomBox .fLBox li {
		margin-top: 10px;
	}
	#gFooter .fBottomBox .fLBox li a {
		font-size: 1.2rem;
	}
	#gFooter .fBottomBox .fLBox address {
    	font-size: 0.9rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 105px;
	}	
}
