@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
	font-family: 'Sawarabi Mincho', serif;
}

.noto {
	font-family: 'Noto Sans JP', 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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #fff;
	font-size: 2.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	overflow: hidden;
	text-align: left;
}
#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.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 52%;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#gHeader .hInner {
	margin: 0 auto;
	max-width: 978px;
}
#gHeader .hInner h1 {
	width: 230px;
	background-color: rgba(255, 255, 255, 0.8);
}
#gHeader .hInner h1 img {
	display: block;
}
@media all and (max-width: 896px) {
	#gHeader {
    position: fixed;
  }
	#gHeader .hInner {
		padding: 0 0 0 10px;
		max-width: inherit;
		min-height: 73px;
		display: flex;
		justify-content: space-between;
		background: url(../img/common/sp_header_bg.png) no-repeat left top / 100% 74px;
	}
	#gHeader .hInner h1 {
		margin: 11px 0 10px;
		width: auto;
		background-color: transparent;
	}
	#gHeader .hInner h1 a {
		display: flex;
		align-items: center;
	}
	#gHeader .hInner h1 img {
		width: 83px;
	}
	#gHeader .hInner h1 a span {
		flex: 1;
		margin-left: 7px;
		font-weight: 400;
		line-height: 1.1875;
		font-size: 1.6rem;
	}
	#gHeader .hInner .linkList {
		display: flex;
	}
	#gHeader .hInner .linkList li {
		width: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-left: 1px solid #2b0213;
	}
}
@media all and (max-width: 447px) {
	#gHeader .hInner h1 a span {
		font-size: 1rem;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 19px 0 28px;
	text-align: center;
	background-color: #95764A;
}
address {
	font-style: normal;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#gFooter {
		background-color: #a07f53;
		padding: 5px 0 11px;
	}
	#gFooter address {
		font-size: 1.6rem;
		font-feature-settings: "palt";
		letter-spacing: 0;
		font-weight: 300;
		font-family: 'Noto Sans JP', sans-serif;
	}
}