@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 all and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	padding-top: 14.9rem;
	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;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#container {
		padding-top: 9.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 3.3rem 3rem;
	z-index: 100;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.6rem 1.5rem;
	}
	#gHeader h1 {
		width: 18rem;
	}
	.menu {
		right: 2rem;
		top: 1.8rem;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		width: 2rem;
		height: 2rem;
		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: 2rem;
		height: 0.8rem;
		position: relative;
	}
	.menu span {
		background-color: #000;
		border: none;
		height: 0.2rem;
		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: 0.8rem;
	}
	.menu.on .top {
		-webkit-transform: translateY(0.4rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(0.4rem) translateX(0) rotate(45deg);
		transform: translateY(0.4rem) translateX(0) rotate(45deg);
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
		transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
	}
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: #fff;
		z-index: 99;
		box-sizing: border-box;
	}
	.menuBox .menuList {
		margin: 8.4rem 0 4.7rem;
		text-align: center;
	}
	.menuBox .menuList li {
		margin-bottom: 2.6rem;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
	}
	.menuBox .comBtn {
		margin-bottom: 3rem;
		display: block;
	}
	.menuBox .comBtn a {
		max-width: 31.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8rem 0 6.1rem;
	color: #fff;
	background-color: #303231;
}
#gFooter .fLogo {
	margin-bottom: 2.3rem;
}
#gFooter p {
	margin-bottom: 4.2rem;
	line-height: 1.8;
	letter-spacing: 0.025rem;
}
#gFooter .infoBox {
	margin-bottom: 6.2rem;
	display: flex;
}
#gFooter .infoBox > div:not(:last-child) {
	margin-right: 16.5rem;
}
#gFooter .infoBox li {
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	line-height: 1.85;
	letter-spacing: 0.025rem;
}
#gFooter .infoBox a {
	color: #fff;
}
#gFooter .infoBox .link:hover {
	opacity: 0.7;
}
#gFooter .infoBox .item:last-child {
	display: flex;
}
#gFooter .infoBox .banner {
	margin: 7.2rem 0 0 -1.2rem;
	width: 20rem;
}
#gFooter .infoBox .banner a:hover {
	opacity: 0.7;
}
#gFooter .infoBox .item:last-child li {
	margin-bottom: 2.2rem;
}
#gFooter address {
	color: #999;
	font-size: 1.2rem;
	letter-spacing: 0.025em;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 6rem 0 5rem;
	}
	#gFooter .fLogo {
		margin: 0 auto 2.3rem;
		width: 20rem;
	}
	#gFooter p {
		margin-bottom: 3.3rem;
		padding-bottom: 3rem;
		position: relative;
		letter-spacing: 0;
		cursor: pointer;
		text-align: center;
	}
	#gFooter p:after {
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -0.5rem;
		width: 0.8rem;
		height: 0.8rem;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(45deg);
		content: "";
	}
	#gFooter .infoBox {
		display: none;
		margin-bottom: 4.5rem;
		border-top: 1px solid #595b5a;
	}
	#gFooter .infoBox > div:not(:last-child) {
		margin-right: 0;
		padding: 1.5rem 0 1.7rem;
		border-bottom: 1px solid #595b5a;
	}
	#gFooter .infoBox li {
		margin-bottom: 2.4rem;
		line-height: 2;
		letter-spacing: 0;
	}
	#gFooter .infoBox li:last-child {
		margin-bottom: 0 !important;
	}
	#gFooter .infoBox .item:nth-child(2) {
		border-bottom: none;
	}
	#gFooter .infoBox .item:nth-child(2) li {
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #595b5a;
	}
	#gFooter .infoBox .item:last-child {
		display: block;
		padding-bottom: 2.5rem;
		border-bottom: 1px solid #595b5a;
	}
	#gFooter .infoBox .banner {
		margin: 2.5rem 0 0 0;
	}
	#gFooter address {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
}