@charset "utf-8";
@font-face {
    font-family: 'Local Noto Sans JP';
    src: 
      local('Noto Sans JP'),
      local('Noto Sans CJK JP Regular');
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Local Noto Sans JP", "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 {
	min-width: 1340px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
body.fixed {
	overflow-y: scroll;
}
#container {
	text-align: left;
	background: #000;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 999;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 0.1rem 2rem 0;
	max-width: 144rem;
	box-sizing: content-box;
}
#gHeader h1 {
	margin: 2.8rem 4.4rem 0 0;
	width: 42.1rem;
}
#gHeader .logo {
	width: 19.7rem;
}
@media all and (max-width: 767px) {
	#gHeader .hBox {
		margin: 0;
		padding: 0 0.8rem 0 1.7rem;
		max-width: inherit;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gHeader h1 {
		margin: 1.9rem 0 0;
		width: 12.5rem;
	}
	#gHeader .logo {
		margin-top: 0.8rem;
		width: 14.8rem;
	}
}
/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
    padding: 5rem 0 4rem;
}
#gFooter .logo {
    margin: 0 auto 3rem;
    width: 38.2rem;
}
#gFooter .logo a {
    display: block;
}
#gFooter address {
    text-align: center;
}
@media all and (max-width: 767px) {
    #gFooter {
        padding: 2rem 0;
    }
    #gFooter .logo {
        margin-bottom: 1.4rem;
        width: 35.8rem;
    }
    #gFooter address {
        font-size: 1.6rem;
    }
}