@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;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: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",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: 1300px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	padding-bottom: 76px;
	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.2rem;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		box-sizing: border-box;
	}
	#main {
		padding: 0 0 40px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 22px 10px 33px;
}
#gHeader .hBox {
	max-width: 1384px;
	min-width: 1266px;
	margin: 0 auto;
}
#gHeader h1 {
	padding-left: 31px;
	margin-top: 14px;
}
#gHeader h1 a:hover {
	opacity: 1;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px 15px;
	}
	#gHeader .hBox {
		display: block;
		max-width: none;
		min-width: auto;
	}
	#gHeader h1 {
		padding-left: 0;
		width: 168px;
		position: relative;
		z-index: 3;
	}
	#gHeader .menu-trigger {
		display: block;
		position: absolute;
		right: 12px;
		top: 16px;
		width: 25px;
		height: 20px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		z-index: 1;
		z-index: 1000;
	}
	#gHeader .menu-trigger span {
		display: inline-block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	#gHeader .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	#gHeader .menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	#gHeader .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	#gHeader .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		-ms-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	#gHeader .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	#gHeader .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		-ms-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 2px;
	width: 700px;
	display: block;
}
#gNavi ul {
	justify-content: flex-end;
}
#gNavi li a {
	padding: 0px 48px 2px;
	height: 43px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: 'Source Serif Pro', serif;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	border-right: 2.5px solid #000;
 }
 #gNavi li:first-child a {
	border-left: 2.5px solid #000;
 }
 #gNavi li a:hover {
	 opacity: 0.7;
 }
@media all and (max-width: 896px) {
	#gNavi {
		margin-top: 0;
		width: auto;
		display: none;
	}
	#gNavi {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		overflow: auto;
		height: 100vh;
		background-color: #fff;
		z-index: 100;
		box-sizing: border-box;
	}
	#gNavi ul {
		margin-bottom: 10px;
		padding: 100px 0;
		display: block;
	}
	#gNavi li a {
		padding: 10px 20px 10px;
		height: auto;
		display: block;
		border-bottom: 1px solid #000;
		border-right: none;
	 }
	 #gNavi li:first-child a {
		border-left: none;
	 }
	#gNavi li:last-child a {
		padding-top: 15px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #595757;
	background-color: #FAF9F8;
}
#gFooter a {
	color: #595757;
}
#gFooter address {
	display: block;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: center;
	font-style: normal;
	background-color: #C9A063;
}
#gFooter .hBox {
	margin: 0 auto;
	padding: 25px 0 23px;
	width: 1180px;
}
#gFooter .fLogo {
	margin: 7px 50px 12px 0;
	width: 134px;
}
#gFooter .fLogo a:hover {
	opacity: 1;
}
#gFooter .addBox .address {
	margin-bottom: 14px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#gFooter .mapBtn {
	width: 442px;
}
#gFooter .mapBtn a {
	padding: 11px;
	display: block;
	text-align: center;
	font-family: 'Source Serif Pro', serif;
	color: #B28247;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 50px;
	letter-spacing: 0.1em;
	border: 1px solid currentColor;
}
#gFooter .mapBtn a:hover {
	opacity: 0.7;
}
#gFooter .rBox {
	margin: 2px 50px 0 0;
	width: 438px;
}
#gFooter .rBox a {
	display: block;
	font-size: 1.4rem;
}
#gFooter .rBox a:hover {
	opacity: 0.7;
}
#gFooter .rBox .linkUl {
	margin: 0 -20px 15px 0;
}
#gFooter .rBox .linkUl li {
	margin-bottom: 2px;
	display: inline-block;
}
#gFooter .rBox .linkUl li a {
	margin-right: 45px;
	padding-right: 26px;
	font-family: 'Source Serif Pro', serif;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	background: url("../../img/common/icon01.png") no-repeat right center /5px;
}
#gFooter .rBox .linkUl .hidden a {
	background: none;
}
#gFooter .rBox .bnrList {
	display: flex;
}
#gFooter .rBox .bnrList li {
	margin-right: 10px;
	width: 129px;
}
#gFooter .rBox .bnrList li:last-child {
	margin-right: 0;
}
@media all and (-ms-high-contrast:none) {
	#gFooter .rBox .linkUl {
		margin: 0 -25px 15px 0;
	}
}
@media all and (max-width: 896px) {
	#gFooter .hBox {
		padding: 25px 20px;
		width: auto;
		display: block;
	}
	#gFooter address {
		font-size: 1rem;
	}
	#gFooter .fLogo {
		margin: 0 20px 0 0;
		width: 70px;
	}
	#gFooter .lBox {
		margin-bottom: 40px;
		align-items: center;
		justify-content: center;
	}
	#gFooter .addBox .address {
		margin-bottom: 5px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#gFooter .mapBtn {
		width: 100%;
	}
	#gFooter .mapBtn a {
		padding: 6px 5px 5px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#gFooter .rBox {
		margin-right: 0;
		margin-top: 0;
		width: auto;
	}
	#gFooter .rBox > li {
		display: block;
	}
	#gFooter .rBox a {
		display: block;
		font-size: 1.4rem;
	}
	#gFooter .rBox .linkUl > li {
		margin-bottom: 5px;
		display: inline-block;
	}
	#gFooter .rBox .linkUl li li {
		margin-bottom: 5px;
	}
	#gFooter .rBox .linkUl > li > a {
		margin-bottom: 5px;
		padding-right: 15px;
		font-size: 1.1rem;
		margin-right: 11px;
		width: auto;
		display: inline-block;
	}
	#gFooter .rBox .linkUl {
		text-align: center;
	}
	#gFooter .rBox .bnrList {
		justify-content: center;
	}
}
@media all and (max-width: 374px) {
	#gFooter .hBox {
		padding: 25px 10px;
	}
	#gFooter .fLogo {
		margin: 0 10px 0 0;
	}
	#gFooter .rBox .linkUl {
		margin: 0 0 15px 0;
	}
	#gFooter .rBox .linkUl > li > a {
		padding-right: 10px;
	}
	#gFooter .rBox .linkUl li:last-child a {
		padding-right: 0;
		margin-right: 0;
	}
}
@media all and (-ms-high-contrast:none) {
	#gNavi li a {
		padding-top: 10px;
	}
}