@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: 1280px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", serif;
}
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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	opacity: 0.7;
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
}
#container {
	padding-left: 28rem;
	text-align: left;
}
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.4rem;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#container {
		padding-left: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 28rem;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow-y: auto;
	z-index: 9999;
	background-color: #fff;
	border-right: 0.2rem solid #BDAB8A;
}
#gHeader h1 {
	margin: 2.55rem auto 3.4rem;
	width: 19.2rem;
}
#gHeader h1 a:hover {
	opacity: 1;
}
#gHeader .menuList {
	margin-bottom: 35rem;
	border-top: 1px solid #736357;
}
#gHeader .menuList li {
	border-bottom: 1px solid #736357;
}
#gHeader .menuList a {
	padding: 1.35rem 2.8rem;
	position: relative;
	display: block;
	color: #534741;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#gHeader .menuList a:after {
	margin-top: -0.2rem;
	position: absolute;
	right: 2.1rem;
	top: 50%;
	width: 0.5rem;
	height: 0.5rem;
	border-right: 0.2rem solid #736357;
	border-bottom: 0.2rem solid #736357;
	transform: rotate(-45deg);
	content: "";
}
#gHeader .tel {
	padding: 1rem 0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-align: center;
}
#gHeader .tel a {
	padding-left: 3.3rem;
	margin: 0.4rem 0 0.2rem;
	display: inline-block;
	color: #AC966D;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1;
	background: url(../img/common/icon06.png) no-repeat left 0.7rem/2.8rem auto;
}
#gHeader .btmBox {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 27.8rem;
	background-color: #fff;
}
#gHeader .btnList a {
	padding: 1.8rem 4rem;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-align: center;
	background: #333 url(../img/common/icon07.png) no-repeat right 3.2rem center/1.4rem auto;
}
#gHeader .btnList a img {
	display: block;
	width: 5.9rem;
	margin: 0 auto 0.5rem;
}
#gHeader .btnList li:nth-child(2) a {
	background-color: #AC966D;
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.2rem 1.9rem 1.2rem 1.3rem;
		width: 100%;
		display: flex;
		justify-content: space-between;
		height: auto;
		position: absolute;
		background-color: transparent;
		border-right: none;
	}
	#gHeader h1 {
		margin: 0;
		width: 16.3rem;
	}
	.menu {
		width: 4rem;
		height: 3rem;
		display: flex;
		align-items: center;
		cursor: pointer;
		z-index: 101;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	.menu > div {
		margin: 0 auto;
		width: 4rem;
		height: 1.4rem;
		position: relative;
	}
	.menu span {
		background-color: #433D3C;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		opacity: 0;
	}
	.menu span:nth-of-type(3) {
		top: 1.4rem;
	}
	.menu.on .top {
		-webkit-transform: translateY(0.7rem) translateX(0) rotate(20deg);
		-ms-transform: translateY(0.7rem) translateX(0) rotate(20deg);
		transform: translateY(0.7rem) translateX(0) rotate(20deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-0.7rem) translateX(0) rotate(-20deg);
		-ms-transform: translateY(-0.7rem) translateX(0) rotate(-20deg);
		transform: translateY(-0.7rem) translateX(0) rotate(-20deg);
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		padding: 0 2.2rem;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.9);
		overflow-y: auto;
	}
	#gHeader .menuList {
		margin: 14rem 0 1.8rem;
	}
	#gHeader .menuList a {
		padding: 1.5rem 2.2rem;
		font-size: 1.5rem;
	}
	#gHeader .menuList a:after {
		margin-top: -0.2rem;
		right: 2.6rem;
	}
	#gHeader .tel {
		display: none;
	}
	#gHeader .btmBox {
		margin-bottom: 3rem;
		position: static;
		width: auto;
		background: none;
	}
	#gHeader .btmBox .btnList {
		display: flex;
	}
	#gHeader .btnList li {
		width: calc(100%/3);
	}
	#gHeader .btnList a {
		padding: 2.1rem 1rem 1.5rem;
		height: 100%;
		background: #1A1A1A;
	}
	#gHeader .btnList a img {
		width: 5.7rem;
	}
	#gHeader .btnList li:nth-child(2) a {
		padding-top: 2.1rem;
	}
	#gHeader .btnList li:nth-child(2) img {
		margin-bottom: 0.8rem;
		width: 5.3rem;
	}
	#gHeader .btnList li:last-child a {
		padding-top: 2.4rem;
	}
	#gHeader .btnList li:last-child img {
		margin-bottom: 1.1rem;
		width: 3.9rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .catBox {
	padding-bottom: 1.2rem;
}
#gFooter address {
	margin-top: 6.5rem;
	color: #FFF;
	font-size: 1.1rem;
	text-align: center;
	font-style: normal;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 6.4rem;
	}
	#gFooter address {
		margin-top: 4rem;
	}
}