@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", 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: #231815;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
}
a:active {
	color: #231815;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #231815;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1.7rem 3.5rem 0.1rem 2rem;
	z-index: 100;
	background: #231815;
}
#gHeader h1 a {
	display: block;
	color: #fff;
	font-size: 2.6rem;
	letter-spacing: 0.04em;
}
#gHeader h1 img {
	margin-right: 2.3rem;
}
#gHeader .menuBox {
	flex: 1;
}
#gNavi {
	margin-top: 0.3rem;
	flex: 1;
	width: 100%;
}
#gNavi ul {
	justify-content: flex-end;
}
#gNavi li {
	margin-left: 3.2rem;
}
#gNavi a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
/*
#gNavi .liStyle a:after {
	position: absolute;
	min-width: 8.8rem;
	width: 8.8rem;
	height: 2.1rem;
	left: 50%;
	background: url(../img/common/coming_img01.png) no-repeat left top/100% auto;
	transform: translateX(-50%);
	bottom: -1.5rem;
	content: "";
}
*/

.dnone:after {
  display: none;
}
#gNavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1330px) {
	#gNavi li {
		margin-left: 2.8rem;
	}
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		display: block;
		justify-content: space-between;
	}
	#gHeader .hInner {
		position: relative;
		z-index: 101;
		background: #231815;
	}
	#gHeader h1 {
		margin: 2.1rem 0 0 1.5rem;
	}
	#gHeader h1 a {
		font-size: 1.8rem;
	}
	#gHeader h1 img {
		margin-right: 1.2rem;
		width: 13.9rem;
	}
	#gHeader .menu {
		width: 6.4rem;
		cursor: pointer;
	}
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0 2.7rem;
		height: 100%;
		overflow-y: auto;
		background-color: #fff;
		z-index: 99;
	}
	.menuBox .ttl {
		margin: 9.1rem 0 1.8rem;
		font-weight: 400;
		letter-spacing: 0.06em;
	}
	.menuBox .close {
		position: absolute;
		right: 2.9rem;
		top: 9.3rem;
		width: 2rem;
		cursor: pointer;
	}
	#gNavi {
		margin: 0 0 4rem;
		flex: auto;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin: 0;
		border-top: 1px solid #c3c3c3;
	}
	#gNavi a {
		display: block;
		padding: 2.05rem;
		color: #00a740;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		font-weight: 400;
		text-align: center;
		font-family: "Noto Sans JP", serif;
	}
	#gNavi .liStyle a:after {
		left: auto;
		right: 0.2rem;
		bottom: 2.4rem;
		transform: none;
		background-image: url(../img/common/coming_img01_sp.png);
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: -1.7rem;
	display: flex;
	flex-wrap: wrap;
}
#pagePath li {
	margin-right: 0.9rem;
	padding-right: 1.8rem;
	color: #fff;
	font-size: 1.6rem;
	background: url(../img/common/arrow01.png) no-repeat right 0.7rem/0.7rem auto;
}
#pagePath li:last-child {
	background: none;
}
#pagePath a {
	color: #fff;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.2rem 2rem 6.2rem;
	background: #fff;
}
#gFooter .pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 80;
	width: 5.7rem;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .content {
	max-width: 120rem;
}
#gFooter .fLogo a {
	display: block;
	color: #fff;
	font-size: 2.6rem;
	letter-spacing: 0.04em;
}
#gFooter .fLogo img {
	margin-right: 2.1rem;
	vertical-align: -2.5rem;
}
#gFooter .rBox {
	margin-top: 0.6rem;
	flex: 1;
	text-align: right;
}
#gFooter .fNavi {
	margin-bottom: 2.8rem;
	justify-content: flex-end;
}
#gFooter .fNavi li {
	margin-left: 2.5rem;
}
#gFooter .fNavi a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0;
}

/*
#gFooter .fNavi .liStyle a:after {
	position: absolute;
	min-width: 8.8rem;
	width: 8.8rem;
	left: 50%;
	height: 2.1rem;
	background: url(../img/common/coming_img01.png) no-repeat left top/100% auto;
	transform: translateX(-50%);
	bottom: -1.5rem;
	content: "";
}
*/
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fLink {
	margin-bottom: 2rem;
	align-items: center;
	justify-content: flex-end;
}
#gFooter .fLink li {
	margin-left: 2.3rem;
}
#gFooter .fLink img {
	height: 4rem;
}
#gFooter .fLink li:first-child {
	margin-right: 1rem;
}
#gFooter .fLink li:first-child img {
	height: 4.5rem;
}
#gFooter .fLink a:hover {
	opacity: 0.7;
}
#gFooter address {
	color: #fff;
	font-size: 1.1rem;
	font-family: "Josefin Sans", sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 2.2rem 0 4.5rem;
	}
	#gFooter .content {
		margin: 0 2.4rem;
		display: block;
	}
	#gFooter .fLogo a {
		font-size: 1.6rem;
		letter-spacing: 0.04em;
	}
	#gFooter .fLogo img {
		margin-right: 1rem;
		vertical-align: -1.5rem;
		width: 15.8rem;
	}
	#gFooter .rBox {
		margin-top: 1.1rem;
		text-align: center;
	}
	#gFooter .fNavi {
		margin: 0 auto 1.5rem;
		max-width: 26.3rem;
		justify-content: space-between;
	}
	#gFooter .fNavi li {
		margin: 0 0 0.8rem;
		width: 57%;
		text-align: left
	}
	#gFooter .fNavi li:nth-child(2n) {
		width: auto;
		flex: 1;
		margin: 0 -3rem 0 1.5rem;
	}
	#gFooter .fNavi a {
		padding-left: 1.5rem;
		position: relative;
		font-size: 1.6rem;
		display: inline-block;
		font-weight: 400;
	}
	#gFooter .fNavi a:before {
		position: absolute;
		left: 0.3rem;
		top: 1rem;
		width: 0.7rem;
		height: 0.7rem;
		border-radius: 50%;
		background-color: #fff;
		content: "";
	}
	#gFooter .fNavi .liStyle a:after {
		bottom: -1.2rem;
		left: 6.7rem;
	}
	#gFooter .fNavi .liStyle01 a:after {
		left: 10.3rem;
	}
	#gFooter .fLink {
		margin-bottom: 2.8rem;
		justify-content: center;
	}
	#gFooter .fLink li {
		margin: 0 0.4rem;
	}
	#gFooter .fLink li:first-child {
		margin-right: 0.5rem;
	}
	#gFooter .fLink li:first-child img {
		height: 4rem;
	}
	#gFooter address {
		color: #b4b4b4;
	}
}