@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 (min-width: 897px) and (max-width: 1299px) {
	html {
		font-size: calc(1000vw / 1300);
	}
}
@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 {
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 10rem;
	padding: 3.4rem 4.9rem;
	position: relative;
	box-sizing: border-box;
	z-index: 99;
}
#gHeader .logo {
	width: 30.3rem;
}
#gHeader .hLink {
	width: 15rem;
	position: absolute;
	right: 1px;
	top: 0;
}
#gHeader .hLink a {
	height: 10rem;
	padding: 5.4rem 0 0 1.3rem;
	display: block;
	text-align: center;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
	background: #A00D18 url(../img/common/icon01.png) no-repeat top 3rem left 54%;
	background-size: 2.5rem auto;
}
#gHeader .hLink a:hover {
	opacity: 0.7;
}
#gNavi {
	position: absolute;
	right: 15rem;
	top: 2.5rem;
}
#gNavi li {
	width: 20rem;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
#gNavi li a {
	height: 5rem;
	padding-top: 1.1rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gNavi li span {
	padding-left: 1.6rem;
	display: inline-block;
	background: url(../img/common/icon02.png) no-repeat left center;
	background-size: 0.8rem auto;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 5rem;
		padding: 1.4rem 1.6rem;
	}
	#gHeader .logo {
		width: 21.6rem;
	}
	.menuBox {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		padding: 2rem 2rem;
		background-color: #fff;
		display: none;
	}
	#gHeader .hLink {
		width: 20rem;
		margin: 2rem auto 0;
		position: static;
	}
	#gHeader .hLink a {
		height: auto;
		padding: 1.5rem 1rem 1.5rem 2.5rem;
		display: block;
		background-position: left 1.5rem center;
	}
	#gNavi {
		position: static;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		width: auto;
		border-left: none;
		border-bottom: 1px solid #ccc;
	}
	#gNavi li a {
		height: auto;
		text-align: left;
		padding: 2rem;
	}
	#gNavi li span {
		padding-left: 2.5rem;
		display: block;
	}
	.menu {
		width: 5rem;
		height: 5rem;
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu span {
		width: 2.1rem;
		height: 0.2rem;
		position: absolute;
		top: 1.6rem;
		left: 1.6rem;
		background: #A00D18;
		transition: all .35s ease;
	}
	.menu span:nth-of-type(2) {
		top: 2.4rem;
	}
	.menu span:nth-of-type(3) {
		top: 3.2rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.9rem) translateX(0) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 3.8rem;
	position: relative;
}
#gFooter .fBg {
	padding: 3.5rem 0 3.4rem;
	background-color: #F2F2F2;
}
#gFooter .fNavi p a {
	padding-left: 2.3rem;
	display: inline-block;
	font-weight: 700;
	font-size: 1.5rem;
	background: url(../img/common/icon02.png) no-repeat left center;
	background-size: 0.8rem auto;
}
#gFooter .fList {
	margin-top: 0.9rem;
}
#gFooter .fList li {
	margin-bottom: 0.3rem;
}
#gFooter .fList a {
	padding-left: 1.4rem;
	position: relative;
	display: inline-block;
}
#gFooter .fList a::before {
	position: absolute;
	left: 0;
	top: 0;
	color: #A00D18;
	content: "□";
}
#gFooter .fLink {
	position: absolute;
	right: 0;
	bottom: 0.9rem;
	width: 17.5rem;
}
#gFooter .fLink a {
	padding: 0.8rem 0 1rem 3.8rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	background: #A00D18 url(../img/common/icon06.png) no-repeat left 2.7rem center;
	background-size: 2.5rem auto;
}
#gFooter .fInfo {
	margin: 0 5rem 3.6rem;
	padding: 2.8rem 0 2.1rem;
	border-bottom: 1px solid #E6E6E6;
}
#gFooter .fTextList ul li {
	padding-bottom: 1.5rem;
	font-size: 1.3rem;
	line-height: 1.38;
}
#gFooter .fTextList li span {
	margin-bottom: 2px;
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
}
#gFooter .fLogo {
	width: 28.9rem;
	margin: 0 auto 2rem;
}
#gFooter address {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 400;
}
#gFooter .pageTop {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 5rem;
}
@media all and (min-width: 897px) {
	#gFooter .fNaviBox {
		width: 96rem;
		margin: 0 auto;
		display: flex;
		position: relative;
	}
	#gFooter .fNavi:first-child {
		margin-right: 5.8rem;
	}
	#gFooter .fNavi > li:not(:last-child) {
		margin-right: 5.3rem;
	}
	#gFooter .fNavi:nth-child(2) > li:not(:last-child) {
		margin-right: 6.3rem;
	}
	#gFooter .fUl > li:first-child {
		margin-right: 3.2rem;
	}
	#gFooter .fBg a:hover {
		opacity: 0.7;
	}
	#gFooter .fTextList {
		width: 95.8rem;
		margin: 0 auto;
		display: flex;
	}
	#gFooter .fTextList > li {
		width: 36.4rem;
	}
	#gFooter .fTextList > li:last-child {
		width: fit-content;
	}
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 1.6rem;
	}
	#gFooter .fBg {
		padding: 3.9rem 2rem 13.2rem;
	}
	#gFooter .fNaviBox {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	#gFooter .fNavi {
		width: 43%;
		display: block;
	}
	#gFooter .fNavi:first-child {
		width: 55%;
	}
	#gFooter .fNavi > li:not(:last-child) {
		margin-bottom: 2.8rem;
	}
	#gFooter .fNavi:nth-child(2) > li:not(:last-child) {
		margin-bottom: 1.6rem;
	}
	#gFooter .fNavi p a {
		padding-left: 1.1rem;
	}
	#gFooter .fList {
		margin-top: 1rem;
	}
	#gFooter .fList li {
		margin-bottom: 0.3rem;
	}
	#gFooter .fList a {
		padding-left: 1.4rem;
	}
	#gFooter .fUl {
		display: block;
	}
	#gFooter .fUl li:last-child .fList {
		margin: 0;
	}
	#gFooter .fLink {
		right: 50%;
		bottom: -8.8rem;
		transform: translateX(50%);
	}
	#gFooter .fInfo {
		margin: 0 1.3rem 2.8rem;
		padding: 4.7rem 1.4rem 7.1rem;
	}
	#gFooter .fTextList ul li {
		padding-bottom: 1.3rem;
	}
	#gFooter .fLogo {
		width: 31rem;
		margin: 0 auto 2.5rem;
	}
	#gFooter address {
		font-size: 1.1rem;
	}
	#gFooter .pageTop {
		bottom: 24rem;
	}
}