@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 (max-width: 539px) {
	html {
		font-size: calc(1000vw / 540);
	}
}
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: #030000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #030000;
}
a:hover {
	color: #030000;
}
a:active {
	color: #030000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #030000;
	font-size: 2.1rem;
	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;
}
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;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gHeader .hBox {
	/* margin: 0 auto;
	max-width: 100.2rem; */
}
#gHeader .menu {
	margin: 1.8rem 4rem 0 auto;
	position: relative;
	height: 6.2rem;
	width: 6.2rem;
	cursor: pointer;
	z-index: 300;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #FFF;
}	
#gHeader .menu > span {
	background: #FFF;
	border: none;
	height: 0.2rem;
	width: 2rem;
	position: absolute;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}	
#gHeader .menu > span:nth-of-type(2) {
	top: 2.2rem;
}	
#gHeader .menu >span:nth-of-type(3) {
	top: 2.9rem;
}
#gHeader .menu span.txt {
	height: auto;
	width: 100%;
	top: 3.1rem;
	color: #FFF;
	left: 0;
	font-size: 1.2rem;
	transform: none;
	text-align: center;
	background: transparent;
	letter-spacing: 0.035em;
}
#gHeader .menu span.txt .open {
	display: block;
}
#gHeader .menu span.txt .close {
	display: none;
}
#gHeader .menu.on .top {
	transform: translateY(0.7rem) translateX(-50%) rotate(45deg);
}
#gHeader .menu.on .middle {
	opacity: 0;
}
#gHeader .menu.on .bottom {
	transform: translateY(-0.7rem) translateX(-50%) rotate(-45deg);
}
#gHeader .menu.on span.txt .close {
	display: block;
}
#gHeader .menu.on span.txt .open {
	display: none;
}
#gHeader .menuBox {
	display: none;
	padding: 16.2rem 0 12rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
	z-index: 200;
	background-color: rgba(0, 0, 0, 0.85);
	box-sizing: border-box;
}
#gNavi li a {
	padding: 2rem 6.2rem 2.6rem;
	display: block;
	color: #FFF;
	font-size: 3.1rem;
	font-weight: 600;
	border-top: 1px solid #FFF;
	font-family: "Noto Serif JP", serif;
}
#gNavi li:last-child a {
	border-bottom: 1px solid #FFF;
}
@media all and (min-width: 897px) {
	#gHeader .menu:hover {
		opacity: 0.7;
	}
	#gHeader .menuBox {
		padding: 0;
		left: auto;
		right: 0;
		width: 56rem;
		height: auto;
		max-height: 100vh;
		background-color: transparent;
	}
	#gNavi {
		padding: 14rem 0 12rem;
		max-width: inherit;
		background-color: rgba(0, 0, 0, 0.85);
	}
	#gNavi li a {
		padding: 1.5rem 4rem;
		font-size: 2.4rem;
	}
	#gNavi li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin: 0;
		max-width: inherit;
	}
	#gHeader .menu {
		margin: 2.1rem 1.8rem 0 auto;
		height: 8.6rem;
		width: 8.6rem;
	}	
	#gHeader .menu > span {
		height: 0.3rem;
		width: 3rem;
		top: 2.1rem;
	}
	#gHeader .menu > span:nth-of-type(2) {
		top: 3.1rem;
	}	
	#gHeader .menu >span:nth-of-type(3) {
		top: 4.1rem;
	}
	#gHeader .menu span.txt {
		top: 4.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.08em;
	}
	#gHeader .menu.on > span {
		width: 3.8rem;
	}
	#gHeader .menu.on span.txt {
		top: 4.6rem;
		width: 100%;
	}
	#gHeader .menu.on .top {
		transform: translateY(1rem) translateX(-50%) rotate(45deg);
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-1rem) translateX(-50%) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 7.2rem;
	padding-bottom: 12.1rem;
}
#gFooter .link01 {
	margin: 0 auto 1.2rem;
	width: 48rem;
}
#gFooter .link01 a:hover {
	opacity: 0.7;
}
#gFooter .smlText {
	margin-bottom: 9rem;
	color: #000;
	font-size: 1.67rem;
	text-align: center;
	letter-spacing: -0.025em;
}
#gFooter .title {
	margin-bottom: 4.3rem;
	color: #000;
	font-size: 3.75rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	line-height: 1.44;
	text-align: center;
}
#gFooter .text {
	margin-bottom: 0.4rem;
	color: #000;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}
#gFooter .text .red {
	margin-top: -0.8rem;
	display: block;
	color: #c10500;
}
#gFooter .link02 {
	margin: 0 auto 6.6rem;
	width: 24.5rem;
}
#gFooter .link02 a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox {
	margin: 0 auto;
	max-width: 103.8rem;
	align-items: flex-start;
}
#gFooter .bottomBox .lBox {
	margin-top: 5.1rem;
	width: 47.4rem;
	padding-left: 3.4rem;
	box-sizing: content-box;
}
#gFooter .bottomBox .lBox .tag {
	margin-bottom: 0.8rem;
	padding-bottom: 0.2rem;
	background-color: #000;
	color: #FFF;
	font-size: 2.55rem;
	text-align: center;
	border-radius: 1rem;
}
#gFooter .bottomBox .lBox .ttl {
	margin-bottom: 1.4rem;
	color: #000;
	font-size: 3.33rem;
	text-align: center;
	letter-spacing: 0.08em;
}
#gFooter .bottomBox .lBox .txt {
	margin-bottom: 4.3rem;
	font-size: 2.44rem;
	line-height: 1.59;
	text-align: center;
	font-family: "Noto Sans Mono", monospace;
}
#gFooter .bottomBox .lBox .txt .sub {
	letter-spacing: -0.08em;
}
#gFooter .bottomBox .lBox .link {
	margin: 0 auto;
	width: 4.4rem;
}
#gFooter .bottomBox .lBox .link a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox .mapBox {
	width: 51.5rem;
	aspect-ratio: 515 / 390;
}
#gFooter .bottomBox .mapBox iframe {
	width: 100%;
	height: 100%;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 4.4rem;
		padding-bottom: 14rem;
	}
	#gFooter .link01 {
		margin: 0 auto 1.4rem;
		width: 40.5rem;
	}
	#gFooter .smlText {
		margin-bottom: 6rem;
		font-size: 1.9rem;
		line-height: 1.44;
	}
	#gFooter .title {
		margin-bottom: 4rem;
		font-size: 3.1rem;
		line-height: 1.33;
	}
	#gFooter .text {
		margin-bottom: 0.4rem;
		font-size: 2.3rem;
	}
	#gFooter .text .red {
		margin-top: -1rem;
	}
	#gFooter .link02 {
		margin: 0 auto 7rem;
		width: 26.8rem;
	}
	#gFooter .bottomBox {
		margin: 0 4.9rem;
		max-width: inherit;
		display: block;
	}
	#gFooter .bottomBox .lBox {
		margin: 0;
		width: auto;
		padding-left: 0;
	}
	#gFooter .bottomBox .lBox .tag {
		margin-bottom: 0.8rem;
		padding-bottom: 0.1rem;
		font-size: 2.4rem;
		border-radius: 0.5rem;
	}
	#gFooter .bottomBox .lBox .ttl {
		margin-bottom: 1.1rem;
		font-size: 3.1rem;
		letter-spacing: 0.08em;
	}
	#gFooter .bottomBox .lBox .txt {
		margin-bottom: 2.5rem;
		font-size: 2.3rem;
	}
	#gFooter .bottomBox .link {
		margin: 6.2rem auto 0;
		width: 5.6rem;
	}
	#gFooter .bottomBox .mapBox {
		width: auto;
	}
}