@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%;
	scroll-behavior: smooth;
}
@media all and (min-width: 769px) and (max-width: 1300px) {
	html {
		font-size: 0.7692vw;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 2.666vw;
	}
}
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: #333333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333333;
	font-size: 1.8rem;
	line-height: 1.8;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
#gHeader .headerWrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3rem 1.05rem 0.3rem 1.5rem;
}
#gHeader .hBox {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0.3rem 0;
}
#gheader .nav {
	display: flex;
}

.navItem {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 1.5rem;
}

#gHeader .logo a {
	width: 16.446rem;
	display: block;
}

@media all and (min-width: 769px) {
	#gHeader .icon {
		display: none;
	}

	.navItem {
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
	}

	.navItem:hover {
		color: #33AEB6;
	}
}
@media all and (max-width: 768px) {

	#gHeader .headerWrapper {
		padding: 0.9rem 0.81rem 0.9rem 2rem;
	}

	#gHeader .icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#gHeader .iconWrapper {
		position: relative;
		height: 2.2rem;
		width: 5rem;
	}

	#gHeader .iconItem {
		background-color: #000;
		position: absolute;
		left: 0;
		height: 0.2rem;
		width: 100%;
	}

	#gHeader .iconItem.item1 {
		top: 0;
	} 

	#gHeader .iconItem.item2 {
		top: 50%;
	} 

	#gHeader .iconItem.item3 {
		top: 100%;
	}

	#gHeader .nav {
		display: none;
	}

	#gHeader .logo a {
		width: 12.791rem;
	}

}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	/* margin-top: 2rem; */
	padding: 2rem 3rem;
	background-color: #656565;
}
#gFooter .flexB {
	align-items: center;
}
#gFooter .fNavi {
	font-size: 1.4rem;
	gap: 0 3rem;
	font-weight: 700;
}

#gFooter .fNavi a {
	color: #fff;
}
#gFooter .copyright {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0;
}
@media all and (min-width: 769px) {
	#gFooter .fNavi a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 768px) {
	#gFooter {
		padding: 1.9rem 1.9rem 1.8rem;
	}
	#gFooter .flexB {
		display: block;
		/* text-align: center; */
	}
	#gFooter .fNavi {
		margin-bottom: 1.3rem;
		/* justify-content: center; */
		gap: 1.5rem
	}
	#gFooter .copyright {
		font-size: 0.9rem;
	}
}


/*------------------------------------------------------------
	ハンバーガーメニュー
------------------------------------------------------------*/

@media all and (min-width: 769px) {
	.drawer {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.drawer {
		background-color: #E4F4F5;
		height: 100%;
		width: 100%;
		z-index: 998;
		position: fixed;
		top: 0;
		left: 0;
		visibility: hidden;
		opacity: 0;
		transition: 0.6s;
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-ms-transition: 0.6s;
		-o-transition: 0.6s;
	}

.is-active .drawer {
	opacity: 1;
	visibility: visible;
}

	.drawerClose {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 1.9rem;
		left: 2rem;
	}

	.drawerCloseWrapper {
		position: relative;
		height: 2.2rem;
		width: 5rem;
	}

	.drawerCloseItem {
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 0;
		height: 0.2rem;
		width: 100%;
	}

	.drawerCloseItem.item1 {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	} 

	.drawerCloseItem.item2 {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}

	.drawerWrapper {
		padding: 14rem 4.5rem;
		text-align: center;
	}

	.drawerItem {
		display: block;
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 4rem;

	}
}
