@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media (min-width: 897px) and (max-width: 1180px) {
	html {
		font-size: calc(1000vw / 1180);
	}
}
@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: #3E3A39;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #3E3A39;
}
a:hover {
	color: #3E3A39;
}
a:active {
	color: #3E3A39;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	overflow: visible !important;
}
body {
	color: #3E3A39;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 300;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
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;
		font-weight: 400;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0.2rem 3.3rem 0.4rem;
	width: 100%;
	height: 8.7rem;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	gap: 5rem;
	box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.2);
	z-index: 888;
	background-color: #fff;
}
#gHeader h1 {
	width: 29rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader h1 .logo01 {
	display: block;
}
#gHeader h1 .logo02 {
	display: none;
}
#gHeader.headerBox {
	height: 11.6rem;
	position: absolute;
	z-index: 1;
	box-shadow: none;
	background-color: transparent;
}
#gHeader.headerBox .logo01 {
	display: none;
}
#gHeader.headerBox .logo02 {
	display: block;
}
#gHeader.headerBox::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 15.6rem;
	content: "";
	mix-blend-mode: multiply;
	background: linear-gradient(to top,transparent 8%,rgba(62,58,57,1) 100%);
}
#gHeader.headerBox > * {
	position: relative;
	z-index: 2;
}
#gHeader.headerBox .logo .logo01 {
	display: none;
}
#gHeader.headerBox .logo {
	margin-top: 2.2rem;
	width: 31.2rem;
}
#gHeader.headerBox .logo a {
	display: block;
}
#gHeader.headerBox .comNavUl a {
	color: #fff;
}
#gHeader.headerBox .menu span {
	background-color: #fff;
}
#gHeader.headerBox .comNavUl .icon01 {
	display: none;
}
#gHeader.headerBox .comNavUl .icon02 {
	display: block;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	#gHeader.headerBox .comNavUl {
		gap: 3.8rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader.headerBox::after {
		height: 8rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 0.9rem;
		padding: 0.2rem 2rem 0.2rem 2.5rem;
		height: 7.8rem;
		box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
	}
	#gHeader.headerBox {
		height: 7.6rem;
		margin-bottom: 0.9rem;
		padding: 0.2rem 2rem 0.2rem 2.5rem;
	}
	#gHeader .logo,
	#gHeader.headerBox .logo {
		margin: 0 0 0.8rem -0.6rem;
		width: 15.7rem;
	}
}
body.fixed {
	overflow-y: scroll;
}
/* menuBox */
.menuBox {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	overflow-y: auto;
	box-sizing: border-box;
	background: #F8F8F8;
}
.menuBox .logoBox {
	margin-bottom: 4.4rem;
	padding: 0.2rem 3.3rem 0.4rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	gap: 5rem;
}
.menuBox .logoBox .logo {
	margin-top: 2.2rem;
	width: 31.2rem;
}
.menuBox .logoBox .logo a {
	display: block;
}
.menuBox .menuInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menuBox .linkBox {
	width: 30.6rem;
}
.menuBox .list {
	margin-bottom: 4.2rem;
}
.menuBox .list a {
	padding: 2rem 4rem 2rem 0;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	gap: 0.8rem;
	position: relative;
	border-bottom: 1px solid #3E3A39;
}
.menuBox .list a::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	background: url(../img/common/icon02.png) no-repeat center center;
	background-size: 0.7rem auto;
	border: 1px solid #3E3A39;
	border-radius: 5rem;
	transition: all 0.3s;
}
.menuBox .list a .ico {
	width: 3rem;
}
.menuBox .navList {
	margin-top: 1.8rem;
	width: 78.3rem;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 4rem 9.99rem;
}
.menuBox .navList > li {
	width: calc(50% - 8.5rem);
}
.menuBox .navList .title {
	margin-bottom: 1.8rem;
	padding-bottom: 1.8rem;
	width: fit-content;
	min-width: 13rem;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #3E3A39;
}
.menuBox .navList a {
	padding: 0 3rem 0 1.2rem;
	width: 100%;
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	position: relative;
	letter-spacing: 0.1em;
	background: url(../img/common/icon02.png) no-repeat center right / 0.7rem;
}
.menuBox .navList a::before {
	width: 0.6rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 1.6rem;
	background-color: #3E3A39;
}
.menuBox .navList .subList li + li {
	margin-top: 0.4rem;
}
.menuBox .snsBox {
	margin-top: 5.6rem;
	width: 100%;
}
@media all and (min-width: 897px) {
	.menuBox .navList a:hover {
		opacity: 0.6;
	}
	.menuBox .list a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		padding-top: 8.7rem;
		background-color: #fff;
	}
	.menuBox .logoBox {
		margin-bottom: 0.9rem;
		padding: 0.2rem 2.5rem 0.2rem;
		height: 7.8rem;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
		background-color: #fff;
		box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
	}
	.menuBox .logoBox .logo {
		margin: 0 0 0.8rem -0.6rem;
		width: 15.7rem;
	}
	.menuBox .menuInner {
		margin: 0 2rem;
		display: block;
	}
	.menuBox .linkBox {
		width: 100%;
	}
	.menuBox .list {
		margin-bottom: 3.2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1.7rem 0.8rem;
	}
	.menuBox .list li {
		width: calc(50% - 1.2rem);
	}
	.menuBox .list a {
		font-size: 1.3rem;
		padding: 1rem 0 0.9rem;
		gap: 0.6rem;
	}
	.menuBox .list a .ico {
		width: 2.1rem;
	}
	.menuBox .list span:last-child {
		margin-right: -0.5rem;
	}
	.menuBox .list a::after {
		display: none;
	}
	.menuBox .navList {
		margin: 3.3rem -2rem 0;
		padding: 0rem 2rem;
		width: auto;
		display: block;
		background: #F8F8F8;
	}
	.menuBox .navList .title {
		display: none;
	}
	.menuBox .navList > li {
		width: 100%;
	}
	.menuBox .navList > li + li {
		margin-top: 1rem;
	}
	.menuBox .subList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		gap: 0.7rem 0rem;
	}
	.menuBox .subList li {
		min-height: 5.1rem;
		width: calc(50% - 1.2rem);
		display: flex;
		align-items: flex-end;
	}
	.menuBox .navList a {
		padding: 0.5rem 0 0.5rem 0.9rem;
		font-size: 1.5rem;
		border-bottom: 1px solid #CECECE;
		background-size: 0.6rem;
		line-height: 1.333;
	}
	.menuBox .navList a::before {
		width: 0.4rem;
	}
	.menuBox .navList .item a {
		letter-spacing: 0.01em;
		font-feature-settings: "palt";
	}
	.menuBox .snsBox {
		margin: 0 -2rem;
		padding: 6rem 2rem 4rem;
		width: auto;
		background: #F8F8F8;
	}
}
/* menu */
.menu {
	position: relative;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	transition: 0.3s;
}
.menu span {
	width: 100%;
	height: 1px;
	display: block;
	transition: all 0.4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	background-color: #3E3A39;
}
.menu span:nth-of-type(1) {
	top: 1.5rem;
}
.menu span:nth-of-type(2) {
	top: 2.2rem;
}
.menu.on span {
	width: 5.6rem;
	top: 50% !important;
	left: 50% !important;
}
.menu.on span:nth-of-type(1) {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	transform: translate(-50%,-50%) rotate(45deg);
}
@media all and (min-width: 897px) {
	.menu:hover {
		opacity: 0.4;
	}
}
@media all and (max-width: 896px) {
	.menu {
		width: 3.5rem;
		height: 3.5rem;
	}
	.menu.on {
		width: 2.5rem;
		height: 2.5rem;
	}
	.menu.on span {
		width: 3.5rem;
	}
	.menu span:nth-of-type(2) {
		top: 2.1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
	background-color: #F8F8F8;
}
#gFooter p {
	letter-spacing: 0.1em;
}
#gFooter .flexBox {
	margin-bottom: 2.9rem;
	display: flex;
	align-items: flex-end;
}
#gFooter .flexBox .textBox {
	flex: 1;
}
#gFooter .fContact {
	padding: 2.8rem 0 6rem;
	background-color: #F7DEBE;
}
#gFooter .fContact .headLine01 {
	margin-bottom: 0.4rem;
}
#gFooter .comTelBox {
	margin-top: -4rem;
	padding-bottom: 1.3rem;
	width: 45.9rem;
	text-align: center;
	background-color: transparent;
}
#gFooter .comTelBox .title {
	margin: -1.7rem 0 1.1rem 3.5rem;
	width: fit-content;
	padding: 0 2rem;
	background-color: #F7DEBE;
}
#gFooter .comNavUl {
	width: 100%;
	flex-wrap: wrap;
	gap: 2rem 5rem;
}
#gFooter .comNavUl a {
	padding: 2.1rem 3rem 2.1rem 0;
	font-size: 1.5rem;
	border-bottom: 1px solid #3E3A39;
	justify-content: flex-start;
	position: relative;
}
#gFooter .comNavUl li {
	width: calc((100% - 15rem) / 4);
}
#gFooter .comNavUl .ico {
	width: 2.9rem;
}
#gFooter .comNavUl a::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	background: url(../img/common/icon02.png) no-repeat center center;
	background-size: 0.7rem auto;
	border: 1px solid #3E3A39;
	border-radius: 5rem;
	transition: all 0.3s;
}
#gFooter .innerBox {
	padding: 6rem 0 1.4rem;
}
#gFooter .innerBox .flexBox {
	margin-bottom: 5rem;
	align-items: flex-start;
}
#gFooter .logoBox {
	width: 34rem;
}
#gFooter .logoBox p {
	margin-bottom: 2.3rem;
	font-size: 1.3rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	font-weight: 400;
}
#gFooter .logoBox p:last-child {
	margin-bottom: 0;
}
#gFooter .logoBox .logo a {
	display: block;
}
#gFooter .logoBox .logo {
	margin-bottom: 3.3rem;
	width: 31.2rem;
}
#gFooter .subBox {
	flex: 1;
}
#gFooter .fNavi {
	margin: 1.6rem 0 0 auto;
	display: flex;
	gap: 4.6rem;
	width: fit-content;
}
#gFooter .fNavi > li {
	width: fit-content;
}
#gFooter .fNavi .subList li + li {
	margin-top: 1rem;
}
#gFooter .fNavi a {
	padding: 0 1.4rem 0 1.2rem;
	width: fit-content;
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.75;
	position: relative;
	letter-spacing: 0.1em;
	background: url(../img/common/icon02.png) no-repeat center right / 0.7rem;
}
#gFooter .fNavi a::before {
	width: 0.6rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 1rem;
	background-color: #3E3A39;
}
#gFooter .comSnsList {
	margin-top: 4.5rem;
	justify-content: flex-end;
	gap: 2.8rem;
}
#gFooter .comSnsList li {
	width: 2.8rem;
}
#gFooter address {
	font-size: 1.1rem;
	text-align: right;
	letter-spacing: 0.1em;
	font-weight: 400;
	line-height: 1.2;
}
#gFooter address small {
	font-size: 0.8rem;
	letter-spacing: 0.1em;
}
#gFooter address small span {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	#gFooter .content {
		margin: 0 2rem;
	}
	#gFooter .flexBox {
		margin-bottom: 4.4rem;
		display: block;
	}
	#gFooter .fContact {
		padding: 4.5rem 0 6rem;
	}
	#gFooter .fContact .headLine01 {
		margin-bottom: 4.6rem;
		font-size: 2.5rem;
		font-weight: 400;
	}
	#gFooter p {
		text-align: justify;
		font-size: 1.3rem;
	}
	#gFooter .comTelBox .title {
		margin: -1.7rem 0 0.2rem 3.8rem;
		padding: 0 1.4rem;
		background: #F7DEBE;
	}
	#gFooter .comTelBox {
		margin-top: 6.2rem;
		padding-bottom: 1.5rem;
		width: auto;
		text-align: center;
	}
	#gFooter .comTelBox a {
		font-size: 3.3rem;
	}
	#gFooter .comTelBox p {
		text-align: center;
	}
	#gFooter .comNavUl a {
		padding: 1.3rem 2rem 1.3rem 0;
		font-size: 1.3rem;
	}
	#gFooter .comNavUl a::after {
		width: 1.5rem;
		height: 1.5rem;
		background-size: 0.4rem;
	}
	#gFooter .comNavUl .ico {
		width: 1.9rem;
	}
	#gFooter .comNavUl {
		gap: 3.1rem 0;
		justify-content: space-between;
	}
	#gFooter .comNavUl li {
		width: calc(50% - 1.3rem);
	}
	#gFooter .fNavi {
		margin: 0 -5rem 7.2rem 0;
		display: block;
		columns: 2;
		gap: 3.5rem;
	}
	#gFooter .logoBox .logo {
		margin-bottom: 5.3rem;
		width: 15.7rem;
	}
	#gFooter .fNavi a {
		font-size: 1.1rem;
		line-height: 2;
		background-size: 0.4rem;
		padding: 0 1.2rem 0 0.6rem;
	}
	#gFooter .fNavi a::before {
		width: 0.3rem;
		top: 1.2rem;
	}
	#gFooter .innerBox {
		padding-bottom: 1.6rem;
		position: relative;
	}
	#gFooter .comSnsList {
		margin: 0;
		gap: 2.4rem;
		position: absolute;
		right: 0;
		top: 7.2rem;
	}
	#gFooter .comSnsList li {
		width: 2.3rem;
	}
	#gFooter .fNavi li + li,
	#gFooter .fNavi .subList li + li {
		margin-top: 0.4rem;
	}
	#gFooter .logoBox p {
		font-size: 1.1rem;
		line-height: 2;
	}
	#gFooter address {
		text-align: center;
	}
	#gFooter address small {
		margin-top: 0.7rem;
		font-size: 0.9rem;
		display: block;
	}
}