@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);
	}
}
@font-face {
	font-family: "lineseedjp";
	font-weight: 700;
	src: url("../font/lineseedjp_a_bd.woff2");
}
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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
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.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.1rem 3.6rem;
	position: relative;
}
#gHeader .logo {
	width: 40.8rem;
}
#gHeader .hLink {
	position: absolute;
	right: 3.6rem;
	top: 2.2rem;
	width: 26.5rem;
}
#gHeader .hLink a {
	height: 5.2rem;
	padding: 0 0 0.3rem 2.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	background: #008C3F url(../img/common/icon01.png) no-repeat left 3.8rem center;
	background-size: 2.6rem auto;
	border-radius: 5rem;
}
#gHeader .hLink a:hover {
	opacity: 0.7;
}
#gHeader .hText {
	position: absolute;
	right: 32.1rem;
	top: 2.3rem;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.056rem;
}
#gHeader .hText .tel {
	padding: 0 0 0.9rem 2.7rem;
	display: block;
	background: url(../img/common/icon03.png) no-repeat left top 0.2rem;
	background-size: 2rem auto;
}
#gHeader .hText .time {
	padding: 0 0 0.5rem 2.7rem;
	display: block;
	background: url(../img/common/icon02.png) no-repeat left top 0.2rem;
	background-size: 2rem auto;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#container {
		padding-top: 7.2rem;
	}
	#gHeader {
		height: 7.2rem;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		padding: 2.3rem 1.6rem;
		background-color: #fff;
		z-index: 99;
	}
	#gHeader .logo {
		width: 22.6rem;
	}
	.menu {
		width: 4rem;
		height: 4rem;
		position: absolute;
		right: 1.6rem;
		top: 1.6rem;
		background-color: #ED4F44;
		border-radius: 0.4rem;
	}
	.menu span {
		width: 1.8rem;
		height: 0.2rem;
		position: absolute;
		top: 1rem;
		left: 1.1rem;
		background: #fff;
		transition: all .35s ease;
	}
	.menu span:nth-of-type(2) {
		top: 1.8rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.6rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(1rem) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.6rem) translateX(0) rotate(-45deg);
	}
	.menuBox {
		position: fixed;
		right: 0;
		top: 7.2rem;
		width: 18rem;
		max-height: calc(100% - 7.2rem);
		background-color: #fff;
		z-index: 99;
		display: none;
		overflow-y: auto;
	}
	.menuBox .menuInfo {
		padding: 0 0 4rem;
	}
	.menuBox .menuList {
		margin-bottom: 1.1rem;
	}
	.menuBox .menuList a {
		padding: 0.35rem 0 0.4rem;
		display: block;
		text-align: center;
		letter-spacing: 0.015rem;
		border-bottom: 1px solid #ED4F44;
	}
	#gHeader .hLink {
		position: static;
		width: 17.2rem;
		margin: 0 auto 1.1rem;
	}
	#gHeader .hLink a {
		height: 3.6rem;
		padding: 0 0 0.2rem 2.5rem;
		font-size: 1.2rem;
		background-position: left 2rem center;
		background-size: 1.7rem auto;
		border-radius: 0.5rem;
	}
	#gHeader .hText {
		width: 17.2rem;
		margin: 0 auto 1.1rem;
		position: static;
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: 0.01rem;
		font-family: "lineseedjp","Noto Sans JP", sans-serif;
	}
	#gHeader .hText a {
		padding: 0.1rem 0 0 4.2rem;
		height: 3.6rem;
		color: #fff;
		display: block;
		background: #008C3F url(../img/common/icon12.png) no-repeat left 1.7rem center;
		background-size: 1.7rem auto;
		border-radius: 0.5rem;
	}
	#gHeader .hText .tel {
		padding: 0;
		font-size: 1.2rem;
		letter-spacing: 0;
		background: none;
	}
	#gHeader .hText .time {
		padding: 0;
		background: none;
	}
	#gHeader .menuBtn {
		width: 17.2rem;
		margin: 0 auto;
	}
	#gHeader .menuBtn a {
		padding: 0.8rem 0 0 3.3rem;
		height: 3.6rem;
		color: #fff;
		display: block;
		font-size: 1.2rem;
		background: #008C3F url(../img/common/icon13.png) no-repeat left 0.8rem center;
		background-size: 1.7rem auto;
		border-radius: 0.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 14.4rem 0 3.1rem;
}
#gFooter .fList {
	max-width: 103.6rem;
	margin: 0 auto;
}
#gFooter .fList li {
	margin-bottom: 2rem;
	width: 50.6rem;
}
#gFooter .fList a {
	height: 10.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	letter-spacing: 0.02rem;
	border-radius: 8rem;
	border: 0.2rem solid #323232;
}
#gFooter .fList a:hover {
	opacity: 0.7;
}
#gFooter .fList span {
	margin-right: 1.7rem;
	flex-shrink: 0;
	width: 5.8rem;
}
#gFooter .fList span.sml {
	width: 3.8rem;
}
#gFooter .fLogo {
	width: 37.1rem;
	margin: 0 auto 1.3rem;
}
#gFooter address {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 0 5.7rem;
	}
	#gFooter .fList {
		margin-bottom: 3.2rem;
		max-width: inherit;
		display: block;
	}
	#gFooter .fList li {
		margin: 0 auto 1.6rem;
		width: 30.3rem;
	}
	#gFooter .fList a {
		height: 7.2rem;
		padding: 0 0 0.2rem 2.1rem;
		justify-content: flex-start;
		font-size: 1.5rem;
		line-height: 1.2;
		letter-spacing: 0.015rem;
	}
	#gFooter .fList span {
		margin-right: 1.6rem;
		width: 2.4rem;
	}
	#gFooter .fList span.sml {
		width: 2.7rem;
	}
	#gFooter .fList span.sml01 {
		width: 2.8rem;
	}
	#gFooter .fLogo {
		width: 27.9rem;
		margin: 0 auto 2.6rem;
	}
}