@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:"shippori-mincho",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: #E90000;
	text-decoration: none;
}
a:visited {
	color: #E90000;
}
a:hover {
	color: #E90000;
}
a:active {
	color: #E90000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #E90000;
	font-size: 1.34rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: transparent;
}
#container {
	text-align: left;
	overflow: hidden;
}
#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 {
	position: fixed;
	top: -239px;
	left: -162px;
	z-index: 1;
}
#gHeader h1 {
	width: 653px;
}
@media all and (max-width: 896px) {
	#gHeader {
		top: 0;
		left: 0;
	}
	#gHeader h1 {
		width: auto;
		max-width: 375px;
	}
}
@media all and (max-width: 374px) {
	#gHeader h1 {
		max-width: 276px;
	}
}
@media all and (max-width: 896px) and (max-height: 400px) {
	#gHeader h1 {
		max-width: 260px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: absolute;
	bottom: 55px;
	left: 35px;
	width: 100%;
	box-sizing: border-box;
}
#gFooter address {
	font-size: 1.1rem;
	font-weight: 500;
	font-style: normal;
	font-family: "brandon-grotesque",sans-serif;
}
#gFooter .pageTop {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -18px;
	width: 40px;
	margin-left: -35px;
}
#gFooter .pageTop a {
	display: block;
	transition: all 0.3s;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		bottom: 14px;
		left: 0;
	}
	#gFooter .pageTop {
		top: -57px;
		width: 36px;
		margin-left: 0;
	}
	#gFooter address {
		font-size: 1rem;
		text-align: center;
	}
}
@media all and (max-width: 896px) and (max-height: 400px) {
	#gFooter .pageTop {
		top: -37px;
	}
}