@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&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%;
}
@media all and (max-width: 389px) {
	html {
		font-size: 58%;
	}
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', 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: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
a,
a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-image: url("../../img/common/haikei_.jpg");
	background-size:100%;
}
#container {
	text-align: left;
	position: relative;
}
#main {
	display: block;
}
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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 33px 0 51px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
}
#gHeader::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../img/common/bg.png) repeat-x left bottom;
	background-size: auto 100%;
	content: "";
	opacity: 0.55;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 1060px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
#gHeader .logo {
	margin: -17px 0 0 -6px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#gHeader .telTxt {
	margin-bottom: 7px;
}

/* gNavi */
#gNavi ul a {
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.02em;
}
#gNavi ul {
	display: flex;
}
@media all and (min-width: 897px) {
	#gNavi ul li {
		margin-right: 104px;
	}
	#gNavi ul li:nth-child(2) {
		margin-right: 92px;
	}
	#gNavi ul li:nth-child(3) {
		margin-right: 265px;
	}
	#gNavi ul li:nth-child(5) {
		margin-right: 95px;
	}
	#gNavi ul li:last-child {
		margin-right: 0;
	}
	#gNavi a:hover {
		text-decoration: underline;
	}
	#gNavi {
		display: block;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 13px 0 12px;
		background-color: #000000;
		position: relative;
		top: auto;
		left: auto;
	}
	#gHeader::after {
		display: none;
	}
	#gNavi {
		padding: 15px 20px;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #000000;
		display: none;
		box-sizing: border-box;
	}
	#gNavi .telTxt {
		margin-top: 30px;
		text-align: center;
	}
	#gNavi .telTxt a {
		color: #000000;
		display: inline-block;
		background-color: #fff;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi ul li {
		border-bottom: 1px solid #fff;
	}
	#gNavi ul a {
		padding: 13px 0;
		display: block;
	}
	#gHeader .logo {
		margin: 0;
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		text-align: center;
	}
	#gHeader .logo img {
		width: 36px;
	}
}


/* menu */
.menu {
	position: absolute;
	top: 20px;
	right: 17px;
	height: 32px;
	width: 37px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.active .top {
	-webkit-transform: translateY(15px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(15px) translateX(0) rotate(-45deg);
	transform: translateY(15px) translateX(0) rotate(-45deg);
	background: #fff;
}
.menu.active .middle {
	opacity: 0;
	background: #fff;
}
.menu.active .bottom {
	-webkit-transform: translateY(-15px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-15px) translateX(0) rotate(45deg);
	transform: translateY(-15px) translateX(0) rotate(45deg);
	background: #fff;
}
.menu span {
	background: #fff;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 15px;
}
.menu span:nth-of-type(3) {
	top: 30px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 38px;
	background-color: #6f4d3e;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 20px 0 37px;
	max-width: 1180px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#gFooter .fLogo {
	width: 88px;
}
#gFooter .leftBox {
	margin-top: 7px;
	width: 354px;
	display: flex;
	justify-content: space-between;
}
#gFooter .leftBox .innerBox {
	margin-left: 20px;
	flex: 1;
}
#gFooter .rightBox {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#gFooter .logoUl {
	padding-right: 4px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	box-sizing: border-box;
}
#gFooter .logoUl li {
	margin-left: 34px;
	position: relative;
}
#gFooter .logoUl li:first-child {
	margin-left: 0;
}
#gFooter .logoUl li::after {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -17px;
	background-color: #fff;
	content: "";
}
#gFooter .logoUl li:last-child::after {
	display: none;
}
#gFooter .logoUl img {
	height: 32px;
}
#gFooter .fNavi {
	margin: -12px -45px 30px 0;
	width: 510px;
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#gFooter .fNavi li {
	margin-top: 12px;
	width: 25%;
}
#gFooter .copyright {
	padding: 19px 0;
	color: #808080;
	font-size: 1.2rem;
	font-style: normal;
	text-align: center;
	background-color: #000;
	display: block;
	letter-spacing: 0.11em;
}
#gFooter .telTxt {
	margin-bottom: 32px;
	text-align: left;
}
#gFooter .telTxt a {
	color: #000;
	background-color: #fff;
}
#gFooter .addressTxt {
	line-height: 1.28;
	letter-spacing: 0.08em;
}
@media all and (min-width: 897px) {
	#gFooter .logoUl a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi li a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 27px 24px 8px;
		display: block;
	}
	#gFooter .leftBox {
		margin: 0 auto;
		padding-right: 5px;
		width: auto;
		max-width: 360px;
		box-sizing: border-box;
	}
	#gFooter .rightBox{
		display: block;
	}
	#gFooter .fNavi {
		margin: 18px -8px 28px;
		width: auto;
		font-size: 1.43rem;
		justify-content: flex-start;
		text-align: center;
	}
	#gFooter .fNavi li {
		margin-top: 10px;
		width: 33.33%;
	}
	#gFooter .fNavi li:first-child {
		width: 100%;
	}
	#gFooter .logoUl {
		margin: 0 16px;
		padding: 12px 0 0 0;
		width: auto;
		border-top: 1px solid #fff;
		justify-content: center;
	}
	#gFooter .logoUl li {
		margin: 0 0 15px;
		justify-content: flex-start;
		width: 33.3%;
		text-align: center;
	}
	#gFooter .logoUl li::after {
		display: none;
	}
	#gFooter .telTxt a {
		width: auto;
		display: block;
	}
	#gFooter .telTxt {
		margin-bottom: 31px;
	}
	#gFooter .addressTxt {
		margin-right: -10px;
		letter-spacing: 0;
	}
	#gFooter .logoUl img {
		height: 29px;
	}
	#gFooter .copyright {
		padding: 10px 0;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fBox {
		padding: 27px 18px 8px;
	}
	#gFooter .fLogo {
		width: 74px;
	}
	#gFooter .addressTxt {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#gFooter .leftBox .innerBox {
		margin-left: 10px;
	}
	#gFooter .telTxt {
		margin-bottom: 15px;
	}
	#gFooter .logoUl {
		margin: 0 6px;
	}
	#gFooter .copyright {
		letter-spacing: 0.05em;
		font-size: 1.1rem;
	}
}