@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 Serif JP', 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%;
}
a,
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
	opacity: 0.7;
}
a:active {
	color: #FFF;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #FFF;
	font-size: 1.6rem;
	line-height: 30px;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
    background: #000;
}
#container {
    text-align: left;
}
#main {

}
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: 1rem;
    }
    a:hover,
    a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 8px;
	padding: 5px 0;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1010px;
}
#gHeader .logo,
#gHeader h1 {
	float: left;
}
#gHeader .logo {
	margin: 15px 10px 0 0;
	width: 108px;
}
#gHeader h1 {
    margin-top: 15px;
	width: 119px;
}
@media (min-width: 768px) and (max-width: 980px) {
	#gHeader {
		padding-bottom: 28px;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
        margin-bottom: 0;
        width: 100%;
        padding: 12px 10px 10px;
        position: absolute;
        left: 0;
        top: 0;
        background: none;
        box-sizing: border-box;
	}
	#gHeader .hBox {
		padding: 0;
		max-width: inherit;
	}
	#gHeader .logo,
	#gHeader h1 {
		float: none;
	}
	#gHeader .logo {
		margin: 0;
		width: 67px;
		float: right;
	}
	#gHeader h1 {
		margin: -1px auto 0;
		padding-left: 15px;
		width: 86px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 11px 0 0;
	background-color: #000;
}
#gFooter .fBox {
	margin: 0 auto 12px;
	padding: 0 20px;
	max-width: 948px;
}
#gFooter .fLogo {
	margin-top: 3px;
	width: 126px;
	float: left;
}
#gFooter .fBox p {
	padding-left: 140px;
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	line-height: 17px;
}
#gFooter .fBox p .tel {
	opacity: 1;
}
#gFooter .copyright {
	padding-bottom: 2px;
	font-size: 1rem;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-align: center;
	background-color: #77692E;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 0;
	}
	#gFooter .fBox {
		margin: 0 auto 7px;
		padding: 13px 9px 6px;
		max-width: inherit;
		background-color: #BC9F00;
	}
	#gFooter .fLogo {
		margin-top: 8px;
		width: 68px;
	}
	#gFooter .fBox p {
		padding-left: 75px;
		font-size: 0.9rem;
		letter-spacing: 0.5px;
		line-height: 15px;
	}
	#gFooter .conTxt {
		margin-bottom: 12px;
		font-size: 1.1rem;
		letter-spacing: 0.5px;
		line-height: 15px;
		text-align: center;
	}
	#gFooter .fBox p .tel {
		opacity: 1;
	}
	#gFooter .copyright {
		padding-bottom: 2px;
		font-size: 0.97rem;
		letter-spacing: 0.5px;
		background-color: #1A1A1A;
	}
}