@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: #1a1a1a;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1a1a1a;
}
a:hover {
	color: #1a1a1a;
}
a:active {
	color: #1a1a1a;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #1a1a1a;
	font-size: 1.6rem;
	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%;
}
body.fixed {
	overflow-y: scroll;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#container::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg01.png) no-repeat center center / cover;
	content: '';
	mix-blend-mode: luminosity;
}
#main {
	position: relative;
	z-index: 10;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 961px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 960px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container::before {
		background-image: url(../img/common/bg01_sp.png);
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.6rem 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gHeader .logoBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.9rem;
}
#gHeader .logoBox h1 {
	width: 10.3rem;
	position: relative;
}
#gHeader .logoBox h1::before {
	margin-top: -0.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1.9rem;
	width: 1.9rem;
	height: 1.9rem;
	background: url(../img/common/icon01.png) no-repeat left top / 100%;
	content: '';
}
#gHeader .logoBox .logo {
	width: 32.2rem;
}
@media all and (max-width: 960px) {
	#gHeader {
		padding: 4.8rem 0 0;
	}
	#gHeader .logoBox {
		gap: 1.4rem;
	}
	#gHeader .logoBox h1 {
		width: 7.7rem;
	}
	#gHeader .logoBox h1::before {
		margin-top: -0.1rem;
		right: -1.3rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	#gHeader .logoBox .logo {
		width: 23.9rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 10;
	padding-top: 6.3rem;
}
#gFooter .snsBox {
	margin: 0 auto 5.6rem;
	max-width: 80rem;
}
#gFooter .snsBox .textImg {
	margin: 0 auto 1.7rem;
	width: 47.7rem;
}
#gFooter .snsBox .title {
	margin-bottom: 2.8rem;
	color: #000;
	font-size: 4.5rem;
	font-weight: 700;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	text-shadow : 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
}
#gFooter .snsBox .text {
	margin-bottom: 1.7rem;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
}
#gFooter .snsBox .en {
	margin-bottom: 1.5rem;
	color: #9e773e;
	font-weight: 500;
	text-align: center;
}
#gFooter .snsBox .snsUl {
	gap: 2.4rem;
}
#gFooter .snsBox .snsUl li {
	width: 4.1rem;
}
#gFooter .snsBox .snsUl li a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	padding-top: 4.3rem;
	background: #9e773e;
}
#gFooter .fBox .logoBox {
	margin-bottom: 1.9rem;
	gap: 3rem;
}
#gFooter .fBox .logoBox .fLogo {
	width: 9.5rem;
	position: relative;
}
#gFooter .fBox .logoBox .fLogo::before {
	margin-top: -0.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -2.2rem;
	width: 2rem;
	height: 2rem;
	background: url(../img/common/icon07.png) no-repeat left top / 100%;
	content: '';
}
#gFooter .fBox .logoBox .logo {
	width: 31rem;
}
#gFooter .fBox .smallText {
	margin-bottom: 5.5rem;
	color: #FFF;
	font-size: 1.2rem;
	text-align:  center;
}
#gFooter .fBox address {
	padding: 0.7rem 0 1.2rem;
	background: #1a1a1a;
	color: #FFF;
	font-size: 1.1rem;
	text-align: center;
}
@media all and (max-width: 960px) {
	#gFooter {
		padding-top: 6.2rem;
	}
	#gFooter .snsBox {
		margin: 0 0 3.1rem;
		max-width: inherit;
	}
	#gFooter .snsBox .textImg {
		margin: 0 auto;
		width: auto;
		max-width: 35.5rem;
	}
	#gFooter .snsBox .title {
		margin-bottom: 2.2rem;
		font-size: 3.5rem;
	}
	#gFooter .snsBox .text {
		margin-bottom: 2.3rem;
	}
	#gFooter .snsBox .en {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	#gFooter .fBox {
		padding-top: 2.1rem;
	}
	#gFooter .fBox .logoBox {
		margin-bottom: 1.5rem;
		gap: 2.8rem;
	}
	#gFooter .fBox .logoBox .fLogo {
		margin-top: 0.1rem;
		width: 8.6rem;
	}
	#gFooter .fBox .logoBox .fLogo::before {
		margin-top: -0.2rem;
		right: -2rem;
		width: 1.8rem;
		height: 1.8rem;
	}
	#gFooter .fBox .logoBox .logo {
		width: 9.6rem;
	}
	#gFooter .fBox .outLogo {
		margin: 0 auto 2.2rem;
		width: 17rem;
	}
	#gFooter .fBox .smallText {
		margin-bottom: 1.8rem;
		line-height: 1.67;
	}
	#gFooter .fBox address {
		padding: 0.7rem 0 1.1rem;
	}
}