@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: 1499px) {
	html {
		font-size: calc(1000vw / 1500);
	}
}
@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: #44403f;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #44403f;
}
a:hover {
	color: #44403f;
}
a:active {
	color: #44403f;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #44403f;
	font-size: 1.8rem;
	font-weight: 400;
	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;
	overflow: hidden;
}
#main {
	padding-top: 26.8rem;
}
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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	#main {
		padding-top: 12.2rem;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 999;
}
#gHeader .top {
	padding: 1.8rem 0 1.2rem;
	border-bottom: 1px solid #f2f2f2;
}
#gHeader .top .jp {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 174rem;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	box-sizing: content-box;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 3.4rem 2rem 2.3rem;
	max-width: 172rem;
	box-sizing: content-box;
}
#gHeader .hBox h1 {
	margin-top: 0.8rem;
	width: 34.7rem;
}
#gHeader .hBox .menuBox {
	width: calc(100% - 46.8rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gHeader .hBox .menuBox .ctaBox {
	margin-right: -0.1rem;
	padding: 1.9rem 0.3rem 0.3rem;
	width: 36.2rem;
	background: #f4a008;
}
#gHeader .hBox .menuBox .ctaBox .title {
	padding-bottom: 1.7rem;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	color: #0a0a0a;
	letter-spacing: 0.02em;
}
#gHeader .hBox .menuBox .ctaBox .subBox {
	padding: 1.4rem 0 1.2rem;
	background: #FFF;
}
#gHeader .hBox .menuBox .ctaBox .subBox .tel {
	margin: 0 auto -0.8rem;
	width: fit-content;
}
#gHeader .hBox .menuBox .ctaBox .subBox .tel a {
	padding: 0.5rem 0 0.5rem 3.6rem;
	display: inline-block;
	color: #0a0a0a;
	font-size: 3.8rem;
	font-weight: 700;
	font-family: "Google Sans", sans-serif;
	line-height: 1.2;
	background: url(../img/common/icon01.png) no-repeat left top calc(50% - 0.1rem) / 3.2rem;
}
#gHeader .hBox .menuBox .ctaBox .subBox .text {
	color: #0a0a0a;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.07em;
}
#gHeader.on .outBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #FFF;
	box-sizing: border-box;
}
#gNavi {
	margin-top: 9rem;
	width: calc(100% - 37rem);
}
#gNavi li {
	display: inline-block;
}
#gNavi li a {
	padding: 0 1.7rem 0 1.2rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #0a0a0a;
	border-right: 1px solid #e8e8e8;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gNavi li:last-child a {
	border-right: none;
	padding-right: 0;
}
@media all and (min-width: 897px) and (max-width: 1680px) {
	#main {
		padding-top: 25.4rem;
	}
	#gHeader .hBox {
		padding-top: 2rem;
	}
	#gHeader .hBox h1 {
		width: 28rem;
	}
	#gHeader .hBox .menuBox {
		width: calc(100% - 32rem);
	}
	#gNavi {
		margin-top: 7rem;
	}
	#gNavi li a {
		font-size: 1.8rem;
	}
}
@media all and (min-width: 897px) {
	#gHeader .hBox .menuBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader .top {
		padding: 1rem 0;
	}
	#gHeader .top .jp {
		margin: 0;
		padding: 0 1rem;
		max-width: inherit;
		font-size: 1rem;
	}
	#gHeader .hBox {
		margin: 0;
		padding: 0 1rem 1rem;
		max-width: inherit;
		position: relative;
	}
	#gHeader .hBox h1 {
		margin-top: 0;
		width: 18rem;
	}
	#gHeader .menu {
		position: absolute;
		top: 2.8rem;
		right: 2rem;
		height: 2rem;
		width: 2.5rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #44403f;
		border: none;
		height: 1px;
		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: 0.7rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 1.4rem;
	}
	#gHeader .menu.on {
		position: fixed;
		top: 3rem !important;
	}
	#gHeader .menu.on .topLine {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox .menuBox {
		padding: 10rem 0 12rem;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		display: none;
		height: 100vh;
		background: #FFF;
		z-index: 200;
		overflow-y: auto;
	}
	#gHeader .hBox .menuBox .ctaBox {
		margin: 4rem 2rem 0;
		padding: 1rem 0.3rem 0.3rem;
		width: auto;
	}
	#gHeader .hBox .menuBox .ctaBox .title {
		padding-bottom: 1rem;
		font-size: 1.4rem;
	}
	#gHeader .hBox .menuBox .ctaBox .subBox {
		padding: 0.4rem 0 1rem;
	}
	#gHeader .hBox .menuBox .ctaBox .subBox .tel {
		margin: 0 auto -0.4rem;
	}
	#gHeader .hBox .menuBox .ctaBox .subBox .tel a {
		padding: 0.5rem 0 0.5rem 3.2rem;
		font-size: 3rem;
		background: url(../img/common/icon01.png) no-repeat left top calc(50% - 0.1rem) / 2.6rem;
	}
	#gHeader.on .menu {
		position: fixed;
		top: 2.8rem;
	}
	#gNavi {
		margin-top: 0;
		width: auto;
	}
	#gNavi li {
		display: block;
	}
	#gNavi li a {
		display: block;
		padding: 1.2rem 2rem;
		font-size: 1.6rem;
		color: #0a0a0a;
		border-right: none;
		border-bottom: 1px solid #0a0a0a;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 4rem;
	position: relative;
}
#gFooter::before {
	position: absolute;
	top: 0;
	left: 3rem;
	right: 3rem;
	height: 0.6rem;
	background: #f4a008;
	content: '';
}
#gFooter .fNavi {
	padding: 3.6rem 0 3.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fNavi li a {
	padding: 0 1.7rem;
	color: #0a0a0a;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	border-right: 1px solid #e2e2e2;
}
#gFooter .fNavi li:last-child a {
	border-right: none;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .telBox {
	margin-bottom: 1.2rem;
	padding: 3.5rem 0 3.5rem;
	background: #f2f2f2;
}
#gFooter .telBox .title {
	margin-bottom: -0.3rem;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
#gFooter .telBox .tel {
	margin: 0 auto;
	width: fit-content;
	padding: 0.8rem 0 0.8rem 5.2rem;
	font-size: 4.7rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.07em;
	background: url(../img/common/icon02.png) no-repeat left top calc(50% + 0.2rem) / 4.6rem;
}
#gFooter .telBox .text {
	font-size: 1.6rem;
	letter-spacing: 0.14em;
	text-align: center;
}
#gFooter .fLogo {
	margin: 0 auto 1.6rem;
	width: 34.7rem;
}
#gFooter .subText {
	margin: 0 auto 4.9rem;
	width: 34.7rem;
	color: #0a0a0a;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
#gFooter address {
	margin: 0 3rem;
	padding: 1.9rem 1rem;
	color: #0a0a0a;
	font-size: 0.8rem;
	letter-spacing: 0.14em;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}
@media all and (max-width: 896px) {
	#gFooter::before {
		left: 0;
		right: 0;
		height: 0.3rem;
	}
	#gFooter .fNavi {
		padding: 0.3rem 0 3rem;
		display: block;
	}
	#gFooter .fNavi li a {
		display: block;
		padding: 1.2rem 2rem;
		font-size: 1.6rem;
		border-right: none;
		text-align: center;
		border-bottom: 1px solid #0a0a0a;
	}
	#gFooter .telBox {
		margin-bottom: 1.2rem;
		padding: 2rem;
	}
	#gFooter .telBox .title {
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	#gFooter .telBox .tel {
		margin-bottom: 0.5rem;
		padding: 0.5rem 0 0.5rem 3.3rem;
		font-size: 3rem;
		background: url(../img/common/icon02.png) no-repeat left top calc(50% + 0.3rem) / 2.7rem;
	}
	#gFooter .telBox .text {
		font-size: 1.4rem;
	}
	#gFooter .fLogo {
		margin: 0 auto 3rem;
		width: 26rem;
	}
	#gFooter .subText {
		margin: 0 2rem 2rem;
		width: auto;
	}
	#gFooter address {
		margin: 0;
		padding: 1rem;
	}
}