@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Noto Sans JP', 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;
	transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	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;
	font-feature-settings: "palt";
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
	overflow-y: scroll;
}
#container {
	padding-top: 43px;
	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) {
	body {
		min-width: inherit;
		font-size: 1.35rem;
	}
	#container {
		padding-top: 51px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 11px 168px 10px 28px;
	height: 43px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #000;
	box-sizing: border-box;
	z-index: 9;
}
#gHeader h1 {
	width: 121px;
}
#gHeader .hLink {
	position: absolute;
	right: 80px;
	top: 9px;
	width: 28px;
}
#gHeader .hLink img {
	display: block;
}
#gHeader .hLink .on {
	display: none;
}
#gHeader .hLink .pc {
	margin-top: 3px;
}
.menu {
	position: absolute;
	right: 35px;
	top: 14px;
	width: 31px;
	height: 24px;
	z-index: 9;
	cursor: pointer;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 4px;
	width: 31px;
	height: 2px;
	background-color: #fff;
}
.menu span:nth-of-type(1) {
	top: 0;
}
.menu span:nth-of-type(2) {
	top: 8px;
}
.menu span:nth-of-type(3) {
	top: 15px;
}
.menu.on span {
	background-color: #000;
	width: 31px !important;
}
.menu.on span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-25deg);
	transform: translateY(7px) rotate(-25deg);
}
.menu.on span:nth-of-type(2) {
	right: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
.menu.on span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(25deg);
	transform: translateY(-8px) rotate(25deg);
}
.menuBox {
	width: 345px;
	position: fixed;
	right: -345px;
	top: 0;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	background-color: #F0F0F0;
	transition: .6s;
}
.menuBox.on {
	right: 0;
}
.menuBox .menuInner {
	padding: 96px 20px 40px 92px;
}
.menuBox .menuLink {
	margin-bottom: 40px;
}
.menuBox .menuLink a {
	font-weight: 900;
	font-size: 1.9rem;
}
.menuBox .menuUl {
	margin-bottom: 42px;
}
.menuBox .menuUl li:not(:last-child) {
	margin-bottom: 20px;
}
.menuBox .menuUl li img {
	width: 160px;
	transition: .3s;
}
.menuBox .menuUl li {
	position: relative;
}
.menuBox .menuUl li .on {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	opacity: 0;
	transition: .3s;
}
.menuBox .menuUl li a:hover .on {
	opacity: 1 !important;
}
.menuBox .menuUl li a:hover .off {
	opacity: 0 !important;
}
.menuBox .menuList li a {
	font-size: 1.5rem;
	font-weight: 900;
}
.menuBox .menuList li:not(:last-child) {
	margin-bottom: 8px;
}

@media all and (min-width: 897px) {
	#gHeader .hLink a:hover .on {
		display: block;
	}
	#gHeader .hLink a:hover .off {
		display: none;
	}
	.menu:hover span:nth-of-type(2) {
		width: 24px;
	}
	.menu:hover span:nth-of-type(3) {
		width: 17px;
	}
	.menuBox a:hover {
		color: #DA3915;
	}
	.menuBox .menuUl a:hover {
		/*opacity: 0.7;*/
	}
}

@media all and (max-width: 896px) {
	#gHeader {
		padding: 18px 9px 10px;
		height: 51px;
	}
	#gHeader h1 {
		width: 86px;
		float: none !important;
	}
	#gHeader .hLink {
		right: 54px;
		top: 18px;
		width: 29px;
	}
	#gHeader .hLink a:active .on {
		display: block;
	}
	#gHeader .hLink a:active .off {
		display: none;
	}
	#gHeader .hLink a:hover .on {
		display: block;
	}
	#gHeader .hLink a:hover .off {
		display: none;
	}
	.menu {
		right: 16px;
		top: 19px;
		width: 26px;
		height: 30px;
	}
	.menu span {
		left: 0;
		width: 26px;
		height: 1px;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
		width: 18px;
	}
	.menu span:nth-of-type(3) {
		top: 14px;
		width: 12px;
	}
	.menu.on span {
		width: 26px !important;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-25deg);
		transform: translateY(7px) rotate(-25deg);
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(25deg);
		transform: translateY(-7px) rotate(25deg);
	}
	.menuBox {
		width: 100%;
		right: -100%;
	}
	.menuBox .menuInner {
		padding: 62px 20px 40px;
		text-align: center;
	}
	.menuBox .menuLink {
		margin-bottom: 45px;
	}
	.menuBox .menuLink a {
		font-size: 1.8rem;
	}
	.menuBox .menuUl {
		margin-bottom: 44px;
	}
	.menuBox .menuUl li:not(:last-child) {
		margin-bottom: 22px;
	}
	.menuBox .menuUl li a {
		position: relative;
	}
	.menuBox .menuUl li img {
		width: 150px;
	}
	.menuBox .menuUl li .on {
		width: 150px;
	}
	.menuBox .menuUl li a:active .on {
		opacity: 1;
	}
	.menuBox .menuUl li a:active .off {
		opacity: 0;
	}
	.menuBox .menuUl li:first-child {
		margin-left: 10px;
	}
	.menuBox .menuUl li:last-child {
		margin-left: 22px;
	}
	.menuBox .menuList li a {
		font-size: 1.45rem;
	}
	.menuBox .menuList li:not(:last-child) {
		margin-bottom: 10px;
	}
	.menuBox a:active {
		color: #DA3915;
	}
	.menuBox .menuUl a:active {
		opacity: 0.7;
	}
	.menuBox a:hover {
		color: #DA3915;
	}
	.menuBox .menuUl a:hover {
		/*opacity: 0.7;*/
	}
	
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 32px 0 14px;
	text-align: center;
	background-color: #DA3915;
}
#gFooter .fLogo {
	width: 119px;
	margin: 0 auto 8px;
}
#gFooter .copyright {
	color: #fff;
	font-size: 1.1rem;
}

@media all and (max-width: 896px) {
	#gFooter {
		padding: 67px 0 14px;
	}
	#gFooter .fLogo {
		width: 112px;
		margin: 0 auto 6px;
	}
	#gFooter .copyright {
		font-size: 0.8rem;
	}
	
}

@media all and (-ms-high-contrast:none){
	.menuBox .menuUl li a {
		position: static;
	}
	.menuBox .menuUl li {
		position: relative;
	}
} 