@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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
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: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #222;
}
.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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-top: 6.7rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	z-index: 10;
	background-color: #222;
}
#gHeader h1 {
	margin: 2.2rem 0 0 10.1rem;
	width: 12.4rem;
}
#gHeader h1 a {
	display: block;
}
#gNavi ul {
	align-items: center;
}
#gNavi li {
	margin-right: 4.3rem;
}
#gNavi a {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
}
#gHeader .btn {
	width: 13.8rem;
}
#gHeader .btn a {
	min-height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	background: linear-gradient(57.33deg, rgba(227, 69, 8, 1) 0%, rgba(255, 137, 11, 1) 2.62%, rgba(227, 69, 8, 1) 100%);
}
#gHeader .menuBox a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.menuBox {
		flex: 1;
		display: flex !important;
		align-items: center;
		justify-content: right;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: fixed;
		top: 0;
		left: 0;
	}
	#gHeader h1 {
		margin: 0 auto;
		width: 8.3rem;
	}
	#gHeader .hBox {
		padding: 1.5rem 0 1.2rem;
		position: relative;
		display: block;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin-right: 0;
	}
	#gNavi a {
		padding: 2rem 1rem 1.7rem;
		text-align: center;
		display: block;
		font-size: 1.7rem;
		font-weight: 700;
		border-bottom: 1px solid #fff;
	}
	#gHeader .btn {
		margin-bottom: 3.9rem;
		width: auto;
	}
	#gHeader .btn a {
		padding: 2rem 1rem 1.7rem;
		min-height: auto;
		display: block;
		font-size: 1.7rem;
		font-weight: 700;
		background: none;
		border-bottom: 1px solid #fff;
	}
	.menu {
		width: 6.6rem;
		height: 6.7rem;
		position: absolute;
		z-index: 11;
		top: 0;
		right: 0;
		background-color: #222;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 2rem;
		width: 2.7rem;
		height: .2rem;
		background-color: #FA8F00;
	}
	.menu span:nth-of-type(1) {
		top: 2.5rem;
	}
	.menu span:nth-of-type(2) {
		top: 3.3rem;
	}
	.menu span:nth-of-type(3) {
		top: 4rem;
	}
	.menu.on span {
		width: 3rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.7rem) rotate(-30deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.8rem) rotate(30deg);
	}
	.menuBox { 
		padding: 1.5rem 3.7rem 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: linear-gradient(57.33deg, rgba(227, 69, 8, 1) 0%, rgba(255, 137, 11, 1) 2.62%, rgba(227, 69, 8, 1) 100%);
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox .hLogo {
		margin: 0 auto 2.7rem;
		width: 8.4rem;
	}
	.menuBox .snsUl {
		gap: 1rem 4rem;
	}
	.menuBox .snsUl a {
		display: block;
	}
	.menuBox .snsUl img {
		height: 3.1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 15.3rem;
}
#gFooter .pageTop {
	margin: 0 3.6rem 4.3rem auto;
	width: 4.3rem;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop .black {
	display: none;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#sb_instagram #sbi_images {
	padding: 0 !important;
}
#gFooter #instafeed {
	margin: 0 0.2rem;
}
#gFooter #instafeed li {
	flex: 1;
}
#gFooter #instafeed li a {
	display: block;
	aspect-ratio: 280 / 447;
	background: #ccc;
}
#gFooter #instafeed li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gFooter #instafeed li a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	padding: 7rem 0 4.5rem;
	background-color: #000;
}
#gFooter .logo {
	margin: 0 auto 2.2rem;
	width: 15.6rem;
}
#gFooter .logo a {
	display: block;
}
#gFooter .add {
	margin-bottom: 1.4rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.05;
}
#gFooter .snsUl {
	margin-bottom: 2.6rem;
}
#gFooter .snsUl li {
	margin: 0 1.2rem;
}
#gFooter .snsUl a {
	display: block;
}
#gFooter .snsUl a:hover {
	opacity: 0.7;
}
#gFooter .snsUl a img {
	height: 2.2rem;
}
#gFooter .fNavi {
	margin-bottom: 3.7rem;
}
#gFooter .fNavi a {
	position: relative;
	padding: 0 2.3rem;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	font-weight: 400;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fNavi li:not(:last-child) a::after {
	position: absolute;
	top: 0.5rem;
	right: 0;
	bottom: 0.3rem;
	width: 1px;
	background-color: #fff;
	content: "";
	z-index: 1;
}
#gFooter address {
	padding-top: 3.5rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	border-top: 1px solid #fff;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin: 9rem 0 5.3rem !important;
	}
	#gFooter .pageTop {
		margin: 0;
		width: 2.2rem;
		position: fixed;
		z-index: 5;
		bottom: 7rem;
		right: 2.7rem;
	}
	#gFooter .h_title {
		margin: 0 auto 1.5rem;
		width: 11.6rem;
	}
	#gFooter .h_title .black {
		display: none;
	}
	#gFooter #instafeed {
		margin: 0 1.6rem 1.4rem;
		gap: 0.7rem 0.5%;
	}
	#sb_instagram.sbi_col_5 #sbi_images,
	#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
		grid-template-columns:repeat(3,1fr) !important;
	}
	#sb_instagram.sbi_mob_col_3 #sbi_images {
		padding: 0 1.6rem 1.2rem !important;
		gap: 0.7rem 0.3%;
	}
	#gFooter #instafeed li {
		width: 33%;
		flex: auto;
	}
	#gFooter #instafeed li a {
		aspect-ratio: 280 / 372;
	}
	#gFooter .fBox {
		padding: 4.5rem 0 2.8rem;
	}
	#gFooter .logo {
		margin-bottom: 1.7rem;
		width: 10.4rem;
	}
	#gFooter .add {
		margin-bottom: 0.8rem;
		font-size: 0.9rem;
		line-height: 2.1;
	}
	#gFooter .snsUl {
		margin-bottom: 1.9rem;
	}
	#gFooter .snsUl li {
		margin: 0 0.8rem;
	}
	#gFooter .snsUl a img {
		height: 1.5rem;
	}
	#gFooter .fNavi {
		margin-bottom: 2.4rem;
	}
	#gFooter .fNavi a {
		padding: 0 1.3rem;
		font-size: 0.8rem;
	}
	#gFooter .fNavi li:not(:last-child) a::after {
		top: 0.2rem;
		bottom: 0.1rem;
	}
	#gFooter address {
		padding-top: 2.5rem;
		font-size: 0.8rem;
	}
}