@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 (min-width: 897px) and (max-width: 1159px) {
	html {
		font-size: calc(1000vw / 1160);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Shippori Mincho B1", 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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.7rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	padding-top: 7.6rem;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
html {
    scroll-padding-top: 7.6rem;
}
@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;
	}
	#container {
		padding-top: 5rem;
	}
	html {
		scroll-padding-top:  5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #91F56C;
	z-index: 99;
}
#gHeader .hBox {
	width: 100%;
	padding: 1.1rem 6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .logo {
	margin-top: 0.5rem;
	width: 9.4rem;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .hBtn a {
	padding-bottom: 0.2rem;
	color: #fff;
	width: 18rem;
	height: 5.4rem;
	background-color: #000;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
}
#gHeader .hBtn .en {
	margin-bottom: 0.3rem;
	font-size: 1.6rem;
	display: block;
}
#gHeader .hBtn .inner {
	width: 100%;
	display: block;
}
@media all and (min-width: 897px) {
	#gHeader .hBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 0 0 0 2rem;
		min-height: 5rem;
	}
	#gHeader .hBtn a {
		padding-bottom: 0.1rem;
		height: 5rem;
		width: 15rem;
	}
	#gHeader .hBtn .en {
		margin-bottom: 0.5rem;
	}
	#gHeader.style .hBox {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#gHeader.style .spTxt {
		padding: 0.9rem 0;
		text-align: center;
		font-size: 1.38rem;
	}
}


#gNavi {
	margin-top: -0.2rem;
}
.naviUl {
	display: flex;
}
.naviUl li {
	position: relative;
}
.naviUl li::before {
	width: 1px;
	height: 3rem;
	position: absolute;
	top: -0.1rem;
	left: 0;
	background-color: #000;
	content: "";
}
.naviUl a {
	min-width: 16.1rem;
	font-size: 0.8rem;
	display: block;
	text-align: center;
	line-height: 1;
}
.naviUl .en {
	margin-bottom: 0.3rem;
	display: block;
	font-weight: 600;
	font-size: 1.6rem;
}
@media all and (min-width: 897px) {
	.naviUl a:hover {
		opacity: 0.7;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 10.1rem 0;
	margin-top: 15rem;
	color: #fff;
	background-color: #000;
	text-align: center;
}
#gFooter address {
	margin-top: 0.2rem;
	text-align: center;
	font-size: 1rem;
}
#gFooter .fLogo img {
	width: 9.2rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 14rem;
	}
	#gFooter address {
		margin-top: 0.6rem;
	}
}