@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%;
}
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;
	box-sizing: border-box;
}
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: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1330px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	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;
    word-break: break-word;
	font-feature-settings: "palt";
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-right: 11rem;
	width: clamp(34rem,26.2vw,50.2rem);
}
#gHeader nav {
	position: absolute;
	top: 5.5rem;
	left: 0;
	width: 100%;
	text-align: center;
}
#gHeader .naviList {
	padding-left: 5rem;
	gap: 0 0.5rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#gHeader .naviList a {
	position: relative;
	width: 20.1rem;
	height: 5.5rem;
	display: block;
}
#gHeader .naviList img {
	position: absolute;
	top: 0;
	left: 0;
}
#gHeader .naviList .onImg {
	opacity: 0;
	visibility: hidden;
}
@media all and (min-width: 897px) {
	#gHeader .naviList a:hover .onImg {
		opacity: 1;
		visibility: visible;
	}
	#gHeader .naviList a:hover .outImg {
		opacity: 0;
		visibility: hidden;
	}
}

@media all and (max-width: 896px) {
	#gHeader {
		margin: 0 auto 1.4rem;
		width: 16rem;
	}
	.menu {
		cursor: pointer;
		position: absolute;
		top: 1.3rem;
		right: 1.3rem;
		width: 1.7rem;
	}
	#gHeader nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(247, 248, 248, 0.9);
	}
	#gHeader nav .close {
		cursor: pointer;
		padding: 1.2rem 1.3rem 2rem;
		background-color: #fff;
	}
	#gHeader nav .close span {
		width: 1.7rem;
		display: block;
		margin-left: auto;
	}
	#gHeader .naviList {
		display: block;
		padding: 0.7rem 1rem 1rem;
		text-align: right;
	}
	#gHeader .naviList li {
		padding: 0 0 1.1rem;
		border: none;
	}
	#gHeader .naviList li:last-child {
		padding-bottom: 0;
	}
	#gHeader .naviList li img {
		display: block;
		position: static;
		width: 13.8rem;
		margin-left: auto;
	}
	#gHeader .naviList a {
		width: auto;
		height: auto;
		display: block;
	}
	#gHeader .naviList .liStyle {
		padding-top: 0.5rem;
	}
	#gHeader .naviList .liStyle img {
		width: 14rem;
	}
	.menuBox {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
}
@media all and (max-width: 896px) {
}
