@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: 'Noto Sans JP', sans-serif;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
}

.roboto {
	font-family: 'Roboto', 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;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	overflow: hidden;
	text-align: left;
	font-feature-settings: "palt";
}
#main {
	margin-bottom: 126px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !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;
	}
	#main {
		margin-bottom: 60px;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#gHeader .hInner {
	max-width: 1380px;
	margin: 0 auto;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .naviUl {
	margin: 5px -10px 0 0;
	flex: 1;
	padding-left: 20px;
	display: flex;
	justify-content: flex-end;
}
#gHeader .naviUl li {
	margin-left: 32px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}
#gHeader .naviUl li:first-child {
	margin-left: 0;
}
#gHeader .naviUl a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.menu {
		position: fixed;
		top: 0;
		right: 0;
		height: 48px;
		width: 48px;
		cursor: pointer;
		z-index: 1005;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background-color: #D00F31;
	}
	.menu.on {
		background-color: #fff;
	}
	.menu.on .top {
		transform: translateY(8px) translateX(0) rotate(-45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		transform: translateY(-9px) translateX(0) rotate(45deg);
	}
	.menu span {
		background: #fff;
		border: none;
		height: 1px;
		width: 22px;
		position: absolute;
		left: 12px;
		display: inline-block;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu.on span {
		background: #D00F31;
	}
	.menu span:nth-of-type(1) {
		top: 15px;
	}
	.menu span:nth-of-type(2) {
		top: 23px;
	}
	.menu span:nth-of-type(3) {
		top: 32px;
	}
	.menuBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		z-index: 800;
		display: none;
		background-color: rgba(208, 15, 49, 0.93);
	}
	#gHeader .hInner {
		display: block;
		padding: 7px;
	}
	#gHeader h1 {
		width: 141px;
	}
	#gHeader .naviUl {
		margin: 72px 0;
		padding: 0;
		display: block;
		border-top: 1px solid #fff;
	}
	#gHeader .naviUl li {
		font-size: 1.8rem;
		font-weight: 500;
		margin: 0;
	}
	#gHeader .naviUl a {
		display: block;
		color: #fff;
		padding: 13px 15px 19px;
		border-bottom: 1px solid #fff;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	background-color: #D00F31;
}
#gFooter .fInner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 22px 20px;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: space-between;
}
address {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
.pageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 200;
}
.pageTop a:hover img {
	opacity: 0.7;
}
.pageTop.on {
	position: absolute;
	bottom: 130px;
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		display: block;
		padding: 23px 20px 25px;
	}
	#gFooter .fLogo {
		text-align: center;
		margin-bottom: 20px;
	}
	#gFooter .fLogo img {
		width: 175px;
	}
	address {
		text-align: center;
	}
	#gFooter .fLogo {
		margin-bottom: 17px;
	}
	.pageTop {
		display: none !important;
	}
}