@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: #262B2E;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #262B2E;
}
a:hover {
	color: #262B2E;
}
a:active {
	color: #262B2E;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #262B2E;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#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.4rem;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.6rem 6.4rem;
	position: relative;
}
#gHeader .logo {
	width: 12rem;
}
#gNavi {
	position: absolute;
	right: 6.4rem;
	top: 2.4rem;
}
#gNavi ul {
	justify-content: flex-end;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.048rem;
}
#gNavi li:not(:first-child) {
	margin-left: 3.2rem;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	#container {
		padding-top: 6.4rem;
	}
	#gHeader {
		height: 6.4rem;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		padding: 1.6rem 2rem;
		background-color: #fff;
		z-index: 99;
	}
	#gHeader .logo {
		width: 9.6rem;
	}
	#gNavi {
		display: none;
	}
	.menu {
		width: 4.8rem;
		position: absolute;
		right: 2rem;
		top: 0.8rem;
	}
	.menuBox {
		position: fixed;
		right: 0;
		top: 6.4rem;
		width: 18rem;
		max-height: calc(100% - 6.4rem);
		background-color: #fff;
		z-index: 99;
		display: none;
		overflow-y: auto;
	}
	.menuBox .menuInfo {
		padding: 0 0 4rem;
	}
	.menuBox .menuList {
		margin-bottom: 2rem;
	}
	.menuBox .menuList a {
		padding: 0.35rem 0 0.4rem;
		display: block;
		color: #333;
		font-weight: 700;
		font-size: 1.5rem;
		text-align: center;
		letter-spacing: 0.015rem;
		border-bottom: 1px solid #ED4F44;
	}
	.menuBox .menuUl li {
		width: 17.2rem;
		margin: 0 auto 1.1rem;
	}
	.menuBox .menuUl a {
		height: 3.6rem;
		display: block;
		padding: 0.8rem 0 0 4.4rem;
		font-size: 1.2rem;
		font-weight: 700;
		color: #fff;
		border-radius: 0.5rem;
		background: #ED4F44 url(../img/common/icon13.png) no-repeat left 1.8rem center;
		background-size: 1.7rem auto;
	}
	.menuBox .menuUl .mail a {
		padding-left: 3.2rem;
		background-image:  url(../img/common/icon15.png);
		background-position: left 0.7rem center;
	}
	.menuBox .menuUl .tel a {
		padding: 0.1rem 0 0 4.1rem;
		font-size: 1rem;
		letter-spacing: 0.01rem;
		background-image:  url(../img/common/icon14.png);
		background-position: left 1.6rem center;
		font-family: "lineseedjp","Noto Sans JP", sans-serif;
	}
	.menuBox .menuUl .tel span {
		display: block;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.4rem 0 1.9rem;
}
#gFooter .fLogo {
	width: 32.2rem;
	margin: 0 auto 1.7rem;
}
#gFooter address {
	text-align: center;
	color: #333;
	font-weight: 700;
	letter-spacing: 0.045rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 6.7rem 0 1.9rem;
	}
	#gFooter .fLogo {
		width: 33.6rem;
	}
	#gFooter address {
		font-size: 1.5rem;
	}
}