@charset "utf-8";
@font-face {
    font-family: 'gotham Medium';
    src: url(../fonts/gothamMedium.woff) format('woff'),
    url(../fonts/gothamMedium.TTF)  format('truetype');
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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%;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
@media (min-width: 897px) and (max-width: 1359px) {
	html {
		font-size: calc(1000vw / 1360);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "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;
	pointer-events: none;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #231815;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
}
a:active {
	color: #231815;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #231815;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #CCCABD;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#gHeader .hBox {
    padding: min(30px, 3.75vh);
}
#gHeader h1 {
    display: flex;
}
#gHeader h1 a {
    width: min(75px, 9.375vh);
}
#gHeader h1 span {
    margin: min(3px, 0.375vh) 0 0 min(11px, 1.375vh);
    color: #002b3e;
    font-size: min(14px, 1.75vh);
    letter-spacing: -0.06em;
    line-height: 1.1;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: min(1.8rem, 3vh) min(2rem, 3.333vh);
	}
	#gHeader h1 {
		align-items: flex-end;
		font-size: 0;
	}
	#gHeader h1 a {
		width: min(8.3rem, 13.833vh);
	}    
	#gHeader h1 span {
		margin: 0 0 0 min(1.3rem, 2.167vh);
		font-size: min(1.1rem, 1.833vh);
	}    
	#gHeader .hBtn {
		margin-right: 0;
		width: min(10rem, 16.667vh);
	}    
	#gHeader .hBtn a {
		height: min(3rem, 5vh);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 auto;
	padding-bottom: 3.2rem;
	max-width: 117.6rem;
	display: flex;
	justify-content: space-between;
}
#gFooter .fLBox {
	margin-top: 15.5rem;
	width: 82.2rem;
}
#gFooter .fLBox .fTextImg {
	margin-bottom: 3.3rem;
}
#gFooter .fLBox address {
	color: #002B3E;
	font-size: 1rem;
	font-weight: 900;
}
#gFooter .fLogo {
	margin-right: 0.7rem;
	width: 24.4rem;
}
#gFooter .fLogo a {
	display: block;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin: 0 2rem;
		padding-bottom: 1.6rem;
		max-width: inherit;
	}
	#gFooter .fLBox {
		margin-top: 4.6rem;
		width: 25rem;
	}
	#gFooter .fLBox .fTextImg {
		margin-bottom: 3.6rem;
	}
	#gFooter .fLogo {
		margin-right: 0;
		width: 7rem;
	}
}