@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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.gothic {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #323232;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #323232;
}
a:hover {
	color: #323232;
}
a:active {
	color: #323232;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #323232;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FAF8F6;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
    word-break: break-word;
}
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.4rem;
	}
	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: 1000;
	background-color: #7E7C45;
}
#gHeader .hInner {
	padding: 1.55rem 4.5rem;
	align-items: center;
}
#gHeader h1 {
	width: 14.5rem;
}
#gHeader .link a {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}
#gHeader .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 768px) {
	#gHeader .hInner {
		padding: 1.45rem 1.5rem;
	}
	#gHeader h1 {
		width: 9.7rem;
	}
	#gHeader .link {
		margin: -0.5rem 0.5rem 0 0;
	}
	#gHeader .link a {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	padding: 3.8rem 4.5rem 2.6rem;
	background-color: #7E7C45;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#gFooter .pageTop {
	position: absolute;
	right: 5.2rem;
	bottom: calc(100% + 2.5rem);
	width: 2.8rem;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fInner {
	align-items: center;
}
#gFooter .fInner .list {
	display: flex;
	gap: 0 2.5rem;
}
#gFooter .fInner .list a {
	font-size: 1.4rem;
	color: #fff;
}
#gFooter .fInner .list a:hover {
	opacity: 0.7;
}
address {
	margin-right: -0.5rem;
	font-size: 1.2rem;
	color: #fff;
}
@media all and (max-width: 768px) {
	#gFooter .pageTop {
		width: 2rem;
		right: 4.6rem;
		bottom: calc(100% + 3.7rem);
	}
	#gFooter {
		padding: 3.2rem 1rem 3.0rem;
	}
	#gFooter .fInner {
		display: block;
	}
	#gFooter .lBox {
		margin-bottom: 2.4rem;
	}
	#gFooter .fInner .list {
		gap: 0 5rem;
	}
	#gFooter .fInner .list li {
		padding-right: 1rem;
		border-right: 1px solid #fff;
	}
	#gFooter .fInner .list li:last-child {
		border: none;
		padding-right: 0;
	}
	address {
		margin: 0;
		font-size: .63rem;
		text-align: center;
	}
}