@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600;700&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%;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
	html {
		font-size: 54% !important;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	html {
		font-size: 50% !important;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 54% !important;
	}
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif', 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;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 2.2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.noLink {
	cursor: default !important;
	pointer-events: none !important;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 18px 15px 11px;
}
#gHeader h1 {
	margin: 0 0 9px -26px;
}
#gHeader .hLink01 a {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
#gHeader .hLink02 a {
	width: 150px;
	height: 69px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #FFF;
	font-size: 2rem;
	line-height: 1.35;
	letter-spacing: 0.25em;
	background: #5b4a3f;
}
#gHeader .hLink02 li:nth-child(2) a {
	background: #25566E;	
}
#gHeader .hLink02 li:nth-child(3) a {
	background: #ba2a00;
}
@media all and (min-width: 897px) {
	#gHeader .hBox {
		margin: 0 auto 24px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		max-width: 1686px;
	}
	#gHeader .hBox ul {
		display: flex;
	}
	#gHeader .hLink01 {
		margin: 0 10px -3px auto;
	}
	#gHeader .hLink01 li {
		margin-left: 25px;
	}
	#gHeader .hLink02 li {
		margin: 0 17px 0 3px;
	}
	#gHeader .hLink01 a:hover {
		color: #808080;
	}
	#gHeader .hLink02 a:hover {
		opacity: 0.7;
	}
	#gHeader .menuBox {
		display: block !important;
	}
}
@media all and (min-width: 897px) and (max-width: 1919px) {
	#gHeader h1 {
		margin-left: 0;
	}
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	#gHeader .hLink02 a {
		width: 106px;
		font-size: 1.8rem;
		height: 58px;
	}
	#gHeader .hLink02 li {
		margin-right: 3px;
	}
	#gHeader h1 {
		width: 220px;
	}
	#gHeader .hLink01 li {
		margin-left: 13px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
		box-sizing: border-box;
		background-color: #fff;
	}
	#gHeader .spTop {
		padding: 10px 10px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 998;
	}
	#gHeader .logo {
		width: 220px;
	}
	#gHeader h1 {
		display: none;
	}
	#gHeader .menuBox {
		padding: 0 15px;
		position: fixed;
		left: 0;
		top: 60px;
		height: calc(100vh - 60px);
		width: 100%;
		display: none;
		box-sizing: border-box;
		background: #FFF;
		z-index: 100;
		overflow-y: auto;
	}
	#gHeader .menuBox .hBox {
		padding-top: 30px;
	}
	#gHeader .hLink01 {
		margin-bottom: 10px;
	}
	#gHeader .hLink02 li {
		margin-bottom: 5px;
	}
	#gHeader .hLink02 a {
		width: 100%;
		height: 50px;
	}
	#gHeader .hLink02 a br {
		display: none;
	}
	#gHeader .menuBox .telBox {
		margin-top: 30px;
		padding-bottom: 70px;
		text-align: center;
	}
	#gHeader .menuBox .telBox span {
		margin-bottom: 10px;
		display: block;
		font-size: 1.7rem;
	}
	#gHeader .menuBox .telBox img {
		width: 280px;
	}
}
.comNav {
	margin: 0 auto;
	max-width: 1166px;
	display: flex;
	justify-content: space-between;
	border-left: 1px solid #000;
}
.comNav li {
	width: calc(100%/7);
	font-size: 1.5rem;
	text-align: center;
	position: relative;
	border-right: 1px solid #000;
}
.comNav a {
	padding: 2px;
	display: block;
}
.comNav a span {
	display: inline-block;
	width: 73px;
	color: #FFF;
	font-size: 1.3rem;
	background: #8E7128;
	border-radius: 10px;
}
.comNav a .new {
	background-color: transparent;
	color: #ff0100;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
.comNav .special a span {
	margin-left: -25px;
	width: 57px;
}
.comNav .special a .new {
	margin-left: 25px;
	width: auto;
}
@media all and (min-width: 897px) {
	.comNav {
		padding-right: 40px;
	}
	.comNav a:hover {
		color: #808080;
	}
	.comNav a span {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-100%);
	}
	.comNav a .new {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	.comNav {
		flex-wrap: wrap;
		border-top: 1px solid #000;
	}
	.comNav li {
		width: 50%;
		box-sizing: border-box;
		border-bottom: 1px solid #000;
	}
	.comNav li:first-child {
		width: 100%;
	}
	.comNav a {
		padding: 8px 2px;
		letter-spacing: 0;
	}
	.comNav a span {
		margin-right: 2px;
		width: 40px;
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	.comNav .special a span {
		width: 40px;
		vertical-align: middle;
		margin: 9px -17px 0 0;
		font-size: 1rem;
	}
	.comNav .special a .new {
		width: auto;
		margin: -19px 14px 0 -14px;
		vertical-align: middle;
	}
}

.menu {
	height: 40px;
	width: 40px;
	position: relative;
	cursor: pointer;
	z-index: 999;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.menu span {
	background: #000;
	height: 1px;
	width: 30px;
	position: absolute;
	top: 50%;
	left: calc(50% - 15.5px);
	transition: all .35s ease;
	cursor: pointer;
}
.menu.active .top {
	transform: translateY(10px) translateX(0) rotate(-45deg);
}
.menu.active .middle {
	opacity: 0;
}
.menu.active .bottom {
	transform: translateY(-10px) translateX(0) rotate(45deg);
}
.menu .top {
	top: calc(50% - 10px);
}
.menu span:nth-of-type(3) {
	top: calc(50% + 10px);
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 auto;
	padding: 57px 20px 125px;
	max-width: 1536px;
}
#gFooter .comNav {
	margin-bottom: 42px;
}
#gFooter .tel {
	padding: 48px 0 10px;
	text-align: center;
	border-top: 1px solid #000;
}
#gFooter .tel span {
	margin-bottom: 15px;
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
#gFooter .access {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
}
#gFooter .bannerUl {
	margin-top: 32px;
	display: flex;
	justify-content: center;
}
#gFooter .bannerUl li {
	margin: 0 15px;
}
#gFooter .bannerUl img {
	height: 87px;
}
@media all and (min-width: 897px) {
	#gFooter .bannerUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 55px 20px 75px;
	}
	#gFooter .comNav {
		margin-bottom: 30px;
	}
	#gFooter .tel {
		padding: 30px 0 10px;
	}
	#gFooter .tel span {
		font-size: 1.6rem;
	}
	#gFooter .tel img {
		width: 280px;
	}
	#gFooter .access {
		font-size: 1.6rem;
	}
	#gFooter .bannerUl {
		margin: 20px auto 0;
		max-width: 335px;
		display: block;
	}
	#gFooter .bannerUl li {
		margin: 0 0 20px;
	}
	#gFooter .bannerUl li:last-child {
		margin-bottom: 0;
	}
	#gFooter .bannerUl img {
		height: 36px;
	}
}