@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 (min-width: 897px) and (max-width: 1199px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}
@media all and (max-width: 383px) {
	html {
		font-size: calc(1000vw / 384);
	}
}
body, table, input, textarea, select, option {
	font-family: 'zenkakugothicantique-medium';
}
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;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #595757;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #595757;
}
a:hover {
	color: #595757;
}
a:active {
	color: #595757;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #595757;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #f9f3ed;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: clip;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	body.fixed {
		overflow-y: scroll;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	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: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gHeader .hBox {
	align-items: flex-start;
}
#gHeader .hBox h1 {
	padding: 1.6rem 0 1.5rem 4.2rem;
	width: 15.6rem;
	box-sizing: content-box;
}
#gHeader .hBox .menuBox {
	width: calc(100% - 30rem);
}
#gHeader .hBox .menuBox .subBox {
	align-items: center;
}
#gHeader .hBox .menuBox .link {
	width: 14.5rem;
}
#gHeader .hBox .menuBox .link a {
	min-height: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #e99f90;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
#gHeader .hBox .menuBox .link a .sub {
	padding: 0.7rem 0 0.5rem 3.7rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat left center / 2.7rem;
}
#gHeader .hBox .menuBox .link a:hover {
	opacity: 0.7;
}
#gNavi {
	margin-top: 0.7rem;
	width: calc(100% - 17.3rem);
}
#gNavi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#gNavi ul li {
	margin-left: 1.7rem;
}
#gNavi ul li a {
	padding-left: 1.8rem;
	position: relative;
	font-family: 'googlesansflex';
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.07em;
}
#gNavi ul li a:hover {
	opacity: 0.7;
}
#gNavi ul li a::before {
	position: absolute;
	top: 0.1rem;
	left: 0;
	bottom: 0.1rem;
	width: 1px;
	background: #595757;
	content: '';
}
#gNavi ul li:first-child {
	margin-left: 0;
}
#gNavi ul li:first-child a::before {
	display: none;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		display: block;
	}
	#gHeader .hBox h1 {
		padding: 2.6rem 0 1.5rem 2.7rem;
		width: 10.9rem;
	}
	#gHeader .menu {
		position: absolute;
		top: 3rem;
		right: 2.5rem;
		height: 2.5rem;
		width: 3.1rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #e2b997;
		border: none;
		height: 0.2rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu .middle {
		transition: none;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 1.2rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 2.4rem;
	}
	#gHeader .menu.on span {
		background: #FFF;
	}
	#gHeader .menu.on .top {
		transform: translateY(1.2rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-1.2rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox .menuBox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100svh;
		display: none;
		overflow: auto;
		z-index: 200;
		background: #f9f3ed url(../img/common/menu_bg.jpg) no-repeat center top / 100%;
	}
	#gHeader .hBox .menuBox .outBox {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	#gHeader .hBox .menuBox .subBox {
		padding: 5.1rem 0;
		display: block;
	}
	#gHeader .hBox .menuBox .menuLogo {
		margin: 0 auto 4.3rem;
		width: 16.6rem;
	}
	#gHeader .hBox .menuBox .link {
		display: none;
	}
	#gNavi {
		margin: 0 0 3.7rem;
		width: auto;
	}
	#gNavi ul {
		margin: 0 auto;
		padding-right: 1rem;
		max-width: 34rem;
		justify-content: center;
		gap: 2.6rem 0;
		box-sizing: content-box;
	}
	#gNavi ul li {
		margin-left: 0;
		width: 14rem;
	}
	#gNavi ul li a {
		padding-left: 0;
		display: block;
		text-align: center;
	}
	#gNavi ul li a::before {
		display: none;
	}
	#gHeader .hBox .menuBox .comLinkList {
		display: block;
	}
	#gHeader .hBox .menuBox .comLinkList li {
		margin: 0 auto 1.5rem;
	}
	#gHeader .hBox .menuBox .comLinkList li:last-child {
		margin-bottom: 0;
	}
	#gHeader .hBox .menuBox .comLinkList li:first-child .logoBox {
		margin: 0.5rem auto 0.9rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.7rem 0 6.9rem;
	background: #ebe2ce;
	position: relative;
}
#gFooter .pageTop {
	position: absolute;
	top: -9.6rem;
	right: 3.7rem;
	width: 3rem;
	z-index: 50;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fLogo {
	margin: 0 auto 2.5rem;
	width: 24.5rem;
}
#gFooter .inner {
	margin: 0 auto;
	max-width: 98.2rem;
}
#gFooter .inner .lBox {
	width: 60rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gFooter .inner .lBox .logo {
	margin-right: 5.8rem;
	width: 13.3rem;
}
#gFooter .inner .lBox address {
	margin-top: 1.8rem;
	font-family: 'googlesansflex';
	font-size: 1.4rem;
	letter-spacing: 0.06em;
}
#gFooter .inner .linkUl {
	margin-top: 2.6rem;
	gap: 7rem;
	width: calc(100% - 60rem);
	justify-content: flex-end;
}
#gFooter .inner .linkUl li a {
	font-size: 1.5rem;
	letter-spacing: 0.07em;
}
#gFooter .inner .linkUl li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 1600px) {
	#gFooter .pageTop {
		right: 14rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4.3rem 0 3.4rem;
	}
	#gFooter .pageTop {
		top: -5rem;
		right: 2.1rem;
		width: 2.6rem;
	}
	#gFooter .fLogo {
		margin: 0 auto 3.6rem;
		width: 16rem;
	}
	#gFooter .inner {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#gFooter .inner .lBox {
		width: auto;
		display: block;
	}
	#gFooter .inner .lBox .logo {
		margin: 0 auto 1rem;
		width: 10.4rem;
	}
	#gFooter address {
		margin-top: 2rem;
		font-family: 'googlesansflex';
		font-size: 1.2rem;
		letter-spacing: 0.02em;
		text-align: center;
	}
	#gFooter .inner .linkUl {
		margin-top: 3.5rem;
		gap: 3.8rem;
		width: auto;
		justify-content: center;
	}
	#gFooter .inner .linkUl li a {
		font-size: 1.4rem;
		letter-spacing: 0.09em;
	}
}