@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: 769px) and (max-width: 1280px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", 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: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2rem 4.2rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
#gHeader a {
	margin-top: 1px;
	width: 9.3rem;
	display: inline-block;
}
#gHeader span {
	padding: 0 1.6rem 0.2rem 1.3rem;
	margin-left: 1.2rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 400;
	border: 1px solid #fff;
	display: inline-block;
	box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
	text-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 768px) {
	#gHeader {
		padding: 0.7rem 1.7rem;
	}
	#gHeader h1 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#gHeader a {
		margin-top: 0.2rem;
		width: 7.5rem;
	}
	#gHeader span {
		padding: 0 1.6rem 0.2rem 1.3rem;
		margin-left: 0.9rem;
		font-size: 1.13rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 4rem;
	position: relative;
	z-index: 3;
	background-color: #000;
}
#gFooter .logo {
    margin-bottom: 1.3rem;
    align-items: center;
}
#gFooter .logo a {
    display: inline-block;
}
#gFooter .logo .img01 {
    width: 9rem;
}
#gFooter .logo .img02 {
    margin: 0 0.3rem 0 1rem;
    display: inline-block;
    width: 2.4rem;
}
#gFooter .logo .img03 {
    width: 12.1rem;
}
#gFooter .text {
	margin-bottom: 2rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: -0.1em;
}
#gFooter address {
	padding: 0.7rem 1rem 1.1rem;
	font-size: 1.1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	background-color: #1A1A1A;
}
@media all and (max-width: 768px) {
	#gFooter {
		padding-top: 4.9rem;
	}
	#gFooter .logo {
		margin-bottom: 1.3rem;
	}
	#gFooter .text {
		margin-bottom: 6.5rem;
		line-height: 1.66;
		letter-spacing: -0.1em;
	}
	#gFooter address {
		padding-bottom: 0.9rem;
	}
}