@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: 1340px) {
	html {
		font-size: calc(1000vw / 1340);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", 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: #FFF;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #FFF;
	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;
	background: #000;
}
#main {
	padding: 0 0 21rem 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;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding: 0 0 11rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
}
#gHeader .hBox {
	padding: 1.4rem 2rem 1.2rem 1.5rem;
	align-items: center;
}
#gHeader .hBox h1 {
	width: 10.2rem;
}
#gNavi {
	padding-bottom: 0.6rem;
}
#gNavi li {
	margin-left: 1.9rem;
	display: inline-block;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi li a {
	font-size: 1.6rem;
	font-family: "trajan-sans-pro",sans-serif;
	letter-spacing: 0.075em;
}
#gNavi li.on a {
	color: #ffebbc;
}
#gHeader .snsList {
	padding: 15px 5px 0;
	position: fixed;
	top: 8rem;
	left: 0;
	width: 54px;
	height: calc(100vh - 12.1rem);
	background: rgba(0, 0, 0, 0.4);
}
#gHeader .snsList li {
	margin: 0 auto 20px;
	width: 25px;
}
#gHeader .snsList li a:hover {
	opacity: 0.7;
}
#gHeader .snsList li:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: block !important;
	}
	#gNavi li a:hover {
		color: #ffebbc;
	}
}
@media all and (max-width: 896px) {
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
}
	#gHeader .hBox {
		padding: 1.2rem 5rem 1.1rem 1rem;
		align-items: center;
	}
	#gHeader .hBox h1 {
		width: 5.1rem;
	}
	#gHeader .hBox .snsUl {
		margin-top: -0.2rem;
		width: calc(100% - 9.4rem);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 1.3rem;
	}
	#gHeader .hBox .snsUl li {
		width: 2.2rem;
	}
	#gHeader .hBox .snsUl li a {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#gHeader .menu {
		position: absolute;
		top: 2.1rem;
		right: 1rem;
		height: 2rem;
		width: 2.5rem;
		cursor: pointer;
		z-index: 1002;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #FFF;
		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 span:nth-of-type(2) {
		top: 0.8rem;
	}	
	#gHeader .menu.on .top {
		transform: translateY(0.4rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
	}	
	#gHeader .menuBox {
		padding: 17.6rem 0 12rem;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #000;
		z-index: 1001;
		overflow: auto;
	}
	#gNavi {
		margin-bottom: 14.9rem;
		padding-bottom: 0;
	}
	#gNavi li {
		margin-left: 0;
		display: block;
	}
	#gNavi li a {
		padding: 0.9rem 2rem 1rem;
		display: block;
		font-size: 1.4rem;
		text-align: center;
	}
	#gHeader .snsList {
		padding: 0;
		position: static;
		width: auto;
		height: auto;
		background: transparent;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 1.2rem;
	}
	#gHeader .snsList li {
		margin: 0;
		width: 2.2rem;
	}
	#gHeader .snsList li a {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#gHeader .snsList li:first-child {
		order: 1;
	}
	#gHeader .snsList li:nth-child(2) {
		order: 2;
	}
	#gHeader .snsList li:nth-child(3) {
		order: 5;
	}
	#gHeader .snsList li:nth-child(4) {
		order: 3;
	}
	#gHeader .snsList li:nth-child(5) {
		order: 4;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 1.1rem 0 1.5rem;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #FFF;
}
#gFooter address {
	color: #000;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0.075em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 0.8rem 0 1.2rem;
		z-index: 500;
	}
	#gFooter address {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 14.4rem 0 20rem;
}
.pageTitle h2 {
	color: #FFF;
	font-size: 5.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "trajan-sans-pro",sans-serif;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 9.3rem 0 23rem;
	}
	.pageTitle h2 {
		font-size: 3.3rem;
	}
}