@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%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@media all and (max-width: 896px) {
	html {
		font-size: calc(1000vw / 414);
	}
}
@media all and (min-width: 897px) {
	html {
		font-size: calc(1000vw / 1400);
	}
}
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;
	width: 100%;
}
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;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	position: relative;
	padding-top: 6.3rem;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.gHeader {
	width: 100%;
	height: 6.3rem;
	left: 0;
	top: 0;
	padding: 2.7rem 3.4rem;
	box-sizing: border-box;
	z-index: 109;
}
.gHeader01 {
	position: absolute;
}
.gHeader02 {
	position: fixed;
	transform: translateY(-101%);
}
.gHeader.slide-down {
	animation-name: slideDown;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50% 0px;
	animation-duration: .5s;
	transform: translateY(0);
}
@keyframes slideDown {
	0% {
		transform: translateY(-101%);
	}
	100% {
		transform: translateY(0);
	}
}
.gHeader.slide-up {
	animation-name: slideUp;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50%  0px;
	animation-duration: .5s;
   transform: translateY(-101%);
}
@keyframes slideUp {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-101%);
	}
}
.gHeader .logo {
	width: 31.5rem;
}
.menu {
	width: 6.3rem;
	height: 6.3rem;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	cursor: pointer;
	transition: .3s;
}
.menu span {
	width: 1.3rem;
	height: 0.1rem;
	position: absolute;
	top: 2.7rem;
	left: 2.5rem;
	background: #fff;
	transition: all .35s ease;
}
.menu span:nth-of-type(2) {
	top: 3.6rem;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(0.4rem) translateX(0) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	transform: translateY(-0.5rem) translateX(0) rotate(45deg);
}
.menuBox {
	position: fixed;
	left: 0;
	top: 6.3rem;
	width: 100%;
	height: calc(100% - 6.3rem);
	box-sizing: border-box;
	background-color: #F7F7F7;
	z-index: 101;
	overflow-y: auto;
	display: none;
}
@media all and (min-width: 897px) {
	.menu:hover {
		background-color: #6bdb57;
	}
	.gHeader .logo a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.gHeader {
		height: 4.3rem;
		padding: 1.4rem 1.4rem;
	}
	.gHeader .logo {
		width: 29.8rem;
	}
	.menu {
		width: 4.3rem;
		height: 4.3rem;
	}
	.menu span {
		width: 1rem;
		top: 1.7rem;
		left: 1.7rem;
	}
	.menu span:nth-of-type(2) {
		top: 2.5rem;
	}
	.menu.on span:nth-of-type(2) {
		transform: translateY(-0.4rem) translateX(0) rotate(45deg);
	}
	.menuBox {
		top: 4.3rem;
		height: calc(100% - 4.3rem);
	}
	.menuBox .comNavi {
		padding-top: 5rem;
		font-size: 1.6rem;
		line-height: 1.375;
	}
	.menuBox .comNavi::before {
		top: 5.2rem;
		bottom: 7.5rem;
	}
	.menuBox .comNavi .listUl > li {
		margin-bottom: 4.1rem;
	}
	.menuBox .comNavi p {
		margin-bottom: 1.9rem;
	}
	.menuBox .comNavi .linkList {
		margin-right: -2rem;
	}
	.menuBox .comNavi .linkList li:not(:last-child) {
		margin-bottom: 0.5rem;
	}
	.menuBox .comNavi .linkUl {
		margin-top: 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBg {
	padding: 6.1rem 12rem 4.9rem;
	position: relative;
	background-color: #F7F7F7;
}
#gFooter .fLogo {
	margin-bottom: 5.2rem;
	width: 39rem;
}
#gFooter .fLogo a:hover {
	opacity: 0.7;
}
#gFooter .fBg p {
	font-size: 1.6rem;
}
#gFooter .fBg p span {
	margin-top: 0.5rem;
	display: block;
}
#gFooter .fList {
	position: absolute;
	right: 11.9rem;
	top: 4.8rem;
}
#gFooter .fList a {
	display: block;
}
#gFooter .fList img {
	width: auto;
	height: 8.5rem;
}
#gFooter .fList a:hover {
	opacity: 0.7;
}
#gFooter address {
	position: absolute;
	right: 12.4rem;
	bottom: 4.9rem;
	font-weight: 300;
	font-size: 1.1rem;
}
@media all and (max-width: 896px) {
	#gFooter .fBg {
		padding: 5.1rem 2.5rem 2.5rem;
	}
	#gFooter .fLogo {
		margin-bottom: 2rem;
		width: 36.6rem;
	}
	#gFooter .fBg p {
		font-size: 1.5rem;
		line-height: 1.38;
	}
	#gFooter .fBg p span {
		margin-top: 0.3rem;
	}
	#gFooter .fList {
		margin: 7.7rem 0 0.9rem;
		position: static;
	}
	#gFooter .fList img {
		height: 8rem;
	}
	#gFooter address {
		position: static;
		font-size: 1rem;
	}
}