@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: 1100px) {
	html {
		font-size: calc(1000vw / 1100);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-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: #141413;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #141413;
}
a:hover {
	color: #141413;
}
a:active {
	color: #141413;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #141413;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	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;
	}
	#container {
		padding-top: 5.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 0 0 2rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 101;
}
#gHeader h1 {
	width: 9.44rem;
}
#gHeader .rBox {
	flex: 1;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .menuList {
	margin-right: 1rem;
	justify-content: flex-end;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
#gHeader .menuList li {
	margin-right: 2.3rem;
}
#gHeader .menuList a {
	position: relative;
	display: inline-block;
	padding: 1.8rem 0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#gHeader .menuList a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0.5rem;
	transition: .3s;
	background: #953a36;
	content: "";
}
#gHeader .comBtn {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
#gHeader .comBtn li {
	margin-left: 0;
	width: 15rem;
}
#gHeader .comBtn a {
	padding: 1.5rem 1.8rem;
	width: 100%;
	height: 7rem;
	letter-spacing: 0.05em;
	border: none;
}
#gHeader .comBtn a:after {
	margin-top: -0.7rem;
	right: 0.7rem;
	width: 1.7rem;
	height: 1.7rem;
	background-size: 1.7rem auto;
}
#gHeader .comBtn li:last-child a {
	border: 1px solid #953a36;
}
#gHeader.fix {
	position: fixed;
	background-color: #fff;
}
#gHeader.fix .comBtn,#gHeader.fix .menuList {
	visibility: visible;
	opacity: 1;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
	#gHeader .comBtn li:last-child a:hover {
		border-color: #141413;
	}
	#gHeader .menuList a:hover {
		color: #953a36;
	}
	#gHeader .menuList a:hover:after {
		width: 100%;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: fixed;
		padding-left: 1.3rem;
		background-color: #fff;
	}
	#gHeader h1 {
		width: 7.5rem;
	}
	#gHeader .comBtn li {
		margin-left: 0;
		width: 15rem;
	}
	#gHeader .comBtn a {
		padding: 1.5rem;
		width: 100%;
		height: 7rem;
		border: none;
	}
	.menu {
		width: 5.5rem;
		height: 5.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 101;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
		background: #953a36;
	}
	.menu > div {
		margin: 0 auto;
		width: 2.5rem;
		height: 2rem;
		position: relative;
	}
	.menu span {
		background-color: #fff;
		border: none;
		height: 1px;
		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) {
		top: 1rem;
	}
	.menu span:nth-of-type(3) {
		top: 2rem;
	}
	.menu.active .top {
		-webkit-transform: translateY(1rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(1rem) translateX(0) rotate(45deg);
		transform: translateY(1rem) translateX(0) rotate(45deg);
	}
	.menu.active .middle {
		opacity: 0;
	}
	.menu.active .bottom {
		-webkit-transform: translateY(-1rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-1rem) translateX(0) rotate(-45deg);
		transform: translateY(-1rem) translateX(0) rotate(-45deg);
	}
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		padding: 0 3rem;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: #953A36;
		z-index: 100;
	}
	.menuBox .menuList {
		margin: 11.8rem 1.4rem 7.5rem;
	}
	.menuBox .menuList li {
		margin-bottom: 2.4rem;
	}
	.menuBox .menuList a {
		color: #fff;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.026em;
		display: block;
		position: relative;
	}
	.menuBox .menuList a:before {
		display: none;
		position: absolute;
		left: -1.4rem;
		top: 1.2rem;
		width: 0.6rem;
		height: 0.6rem;
		background: #fff;
		border-radius: 50%;
		content: "";
	}
	.menuBox .menuList a:after {
		display: none;
		position: absolute;
		left: -9rem;
		top: 1.5rem;
		width: 8rem;
		height: 0;
		background: transparent;
		border-top: 0.1rem solid #fff;
		content: "";
	}
	.menuBox .menuList li:first-child a:before,.menuBox .menuList li:first-child a:after {
		display: block;
	}
	.menuBox .comBtn {
		margin-bottom: 4rem;
	}
	.menuBox .comBtn a {
		letter-spacing: 0.15em;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.3rem 0 5rem;
}
#gFooter .content {
	max-width: 96rem;
	align-items: flex-end;
}
#gFooter .fLogo {
	width: 10.5rem;
}
#gFooter address {
	font-size: 1.3rem;
	color: #0f0f0f;
	font-family: "Roboto", sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 2.4rem 0;
	}
	#gFooter .content {
		display: block;
		text-align: center;
	}
	#gFooter .fLogo {
		margin: 0 auto 3.8rem;
	}
}