@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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-weight: 400;
	font-size: 1.6rem;
	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;
}
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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #FFF;
}
#gHeader h1 {
	width: 28.1rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .hBox {
	padding-left: 2.2rem;
	align-items: center;
}
#gHeader .rBox {
	flex: 1;
	justify-content: right;
	align-items: center;
}
#gHeader .rBox .contact {
	width: 15.4rem;
}
#gHeader .rBox .contact a {
	padding: 3.8rem 0.5rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.125em;
	background-color: #FB8C20;
}
#gHeader .rBox a:hover {
	opacity: 0.7;
}
#gNavi li {
	margin-left: 5rem;
}
#gNavi a {
	font-size: 1.5rem;
	color: #010000;
	letter-spacing: 0.125em;
}
@media all and (min-width: 897px) {
	.menuBox {
		margin-right: 5.8rem;
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		width: 12rem;
	}
	#gHeader .hBox {
		padding-left: 1rem;
	}
	#gHeader .rBox .contact {
		width: 8rem;
	}
	#gHeader .rBox .contact a {
		padding: 2.1rem 0.5rem 2.2rem;
		font-size: 0.85rem;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin-left: 0;
	}
	#gNavi a {
		padding: 2.5rem;
		display: block;
		border-top: 1px solid #aaaaaa;
	}
	#gNavi li:last-child a {
		border-bottom: 1px solid #aaaaaa;
	}
	.menu {
		width: 5.5rem;
		height: 5.5rem;
		position: relative;
		z-index: 10;
		background-color: #fff;
	}
	.menu .line {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 1.5rem;
		width: 2.4rem;
		height: .2rem;
		background-color: #083C6F;
	}
	.menu .text {
		width: 100%;
		position: absolute;
		top: 3.6rem;
		left: 0;
		text-align: center;
		z-index: 1;
		font-size: 0.8rem;
		color: #000;
	}
	.menu .line:nth-of-type(1) {
		top: 1.3rem;
	}
	.menu .line:nth-of-type(2) {
		top: 2rem;
	}
	.menu .line:nth-of-type(3) {
		top: 2.7rem;
	}
	.menu.on .line:nth-of-type(1) {
		transform: translateY(1rem) rotate(-45deg);
	}
	.menu.on .line:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on .line:nth-of-type(3) {
		transform: translateY(-0.4rem) rotate(45deg);
	}
	.menuBox { 
		padding-bottom: 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 5.5rem;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9;
		height: calc(100% - 5.5rem);
		overflow-y: auto;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4.8rem 0 4.7rem;
	background-color: #3392D0;
}
#gFooter .content {
	padding: 0 1.5rem;
	max-width: 140rem;
}
#gFooter .fLogo {
	margin-top: -1rem;
	width: 28.1rem;
}
#gFooter .fLogo a {
	display: block;
}
#gFooter .rBox {
	margin-right: 8.1rem;
	flex: 1;
}
#gFooter .linkList {
	margin-bottom: 4rem;
	justify-content: right;
}
#gFooter .linkList li:not(:first-child) {
	margin-left: 5.8rem;
}
#gFooter .linkList a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.125em;
}
#gFooter .linkList a:hover {
	opacity: 0.7;
}
#gFooter address {
	text-align: right;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.125em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4.4rem 0 4rem;
	}
	#gFooter .content {
		padding: 0;
		max-width: 100%;
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 auto 5.5rem;
		width: 25.4rem;
	}
	#gFooter .rBox {
		margin-right: 0;
	}
	#gFooter .linkList {
		margin-bottom: 4.5rem;
		justify-content: center;
	}
	#gFooter .linkList li {
		margin: 0 3rem !important;
	}
	#gFooter address {
		text-align: center;
		font-size: 1.2rem;
	}
}