@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family:"Nobel-Regular", "レクサスロダン Pro M", "LexusRodinPro-M", "FOT-ロダン Pro M", "メイリオ ",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #000;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader h1 {
	margin-left: 37px;
	font-style: oblique;
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.2;
}
#gHeader .rBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#gHeader .logoH{
	width: 240px;
	text-align: right;
}

#gHeader .logoH img{
	width: 70%;
}

.menu {
	margin-left: 20px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #000;
}
.menu p {
	margin-right: -2px;
	color: #fff;
	letter-spacing: 0.15em;
	font-size: 1.2rem;
	text-align: center;
}
.menu .txtClose {
	display: none;
}
.menu > div {
	margin: 20px auto 3px;
	width: 40px;
	height: 26px;
	position: relative;
}
.menu span {
	background-color: #fff;
	border: none;
	height: 2px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 10px;
}
.menu span:nth-of-type(3) {
	top: 20px;
}
.menu.active .top {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-ms-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
}
.menu.active .middle {
	opacity: 0;
}
.menu.active .bottom {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}
.menu.active .txtMenu {
	display: none;
}
.menu.active .txtClose {
	display: block;
	letter-spacing: 2px;
}
.menuBox {
	right: -628px;
	position: absolute;
	top: 80px;
	width: 628px;
	padding: 32px 63px;
	background-color: #000;
	box-sizing: border-box;
	transition: .3s;
	z-index: 100;
}
.menuBox.open {
	right: 0;
}
.menuBox li a {
	display: block;
	padding: 39px;
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: 0.16em;
	font-family:"Nobel-Regular", "レクサスロダン Pro M", "LexusRodinPro-M", "FOT-ロダン Pro M", "メイリオ ",sans-serif;
	background: url("../../img/index/arrow01.png") no-repeat right 28px center;
}
@media all and (min-width: 1025px) {
	.menuBox li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 1100px) {
	#gHeader h1 {
		font-size: 3rem;
		letter-spacing: 0.1em;
	}
}
@media all and (max-width: 767px) {
	#gHeader h1 {
		margin-left: 10px;
		font-size: 1.55rem;
		letter-spacing: 0.12em;
	}
	#gHeader .logo {
		margin-top: 5px;
		width: 94px;
	}
#gHeader .logoH img{
	width: 100%;
}
	.menu {
		margin-left: 10px;
		width: 60px;
		height: 60px;
	}
	.menu p {
		margin-right: -1px;
		font-size: 0.6rem;
	}
	.menu > div {
		margin: 19px auto 1px;
		width: 20px;
		height: 20px;
	}
	.menu span {
		height: 2px;
		width: 20px;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	.menu span:nth-of-type(3) {
		top: 14px;
	}
	.menu.active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
	}
	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
	}
	.menuBox {
		right: -314px;
		padding: 15px 30px;
		top: 60px;
		width: 314px;
	}
	.menuBox li a {
		padding: 20px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		background-position: right 15px center;
		background-size: 19px auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 20px 0;
	text-align: center;
	color: #9a9a9a;
	background-color: #000;
}

#gFooter address {
	font-size: 1.3rem;
	font-style: normal;
}
@media all and (min-width: 1025px) {
	#pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 10px 0;
	}
	#pageTop {
		width: 60px;
	}
	#gFooter address {
		font-size: 0.75rem;
	}
}


/*------------------------------------------------------------
	ページトップ
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	right: 10px;
	z-index: 10;
}

#pageTop img {
    width: 80px;
    height: 80px;
}

@media all and (max-width: 767px) {
    #pageTop img {
        width: 36px;
        height: 36px;
    }
}