@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);
	}
}
@media all and (min-width: 897px) and (max-width: 1080px) {
	html {
		font-size: calc(1000vw / 1080);
	}
}
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 {
	color: #333;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.5;
	font-feature-settings: "palt";
	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.35rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	width: 12.2rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 2.8rem 0 2.4rem;
	align-items: center;
	max-width: 100.5rem;
}
#gNavi ul {
	justify-content: right;
}
#gNavi ul li {
	min-width: 9.7rem;
}
#gNavi ul li:not(:first-child) {
	margin-left: 0.5rem;
}
#gNavi ul a {
	font-weight: 700;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.4em;
}
#gNavi ul a:hover {
	opacity: 0.7;
}
/* subHeader */
#gHeader.subHeader .hBox {
	padding: 1.9rem 0 1.4rem;
}
#gHeader.subHeader #gNavi ul li {
	min-width: fit-content;
}
#gHeader.subHeader #gNavi ul li:not(:first-child) {
	margin-left: 2.5rem;
}
@media all and (min-width: 897px) {
	.menuBox {
		flex: 1;
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		margin-top: 1.1rem;
		width: 12.9rem;
	}
	#gHeader .hBox {
		padding: 0 0 0 2.4rem !important;
		align-items: center;
		max-width: 100%;
	}
	#gHeader .btn {
		width: 7.5rem;
		height: 7.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		background-color: #333;
	}
	#gHeader .btn a {
		padding-top: 0.8rem;
		display: block;
		color: #fff;
		font-size: 1.25rem;
		font-weight: 400;
		letter-spacing: 0.12em;
	}
	#gHeader .btn img {
		display: block;
		margin: 0 auto 0.5rem;
		width: 2.8rem;
	}	
	#gNavi {
		margin: 2rem 0 8rem;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi ul li {
		min-width: 100% !important;
	}
	#gNavi ul li:not(:first-child) {
		margin-left: 0 !important;
	}
	#gNavi ul a {
		border-bottom: 1px solid #C9C9C9;
		display: block;
		padding: 1.95rem 0;
		font-weight: 400;
		font-size: 1.35rem;
		letter-spacing: 0.1em;
		font-family: "Noto Sans JP", sans-serif;
		background: url(../img/common/icon06.png) no-repeat right center / 0.8rem;
	}
	#gNavi ul li:first-child a {
		border-top: 1px solid #C9C9C9;
	}
	#gHeader .rBox {
		flex: 1;
		justify-content: right;
		align-items: center;
	}
	.menu {
		margin-right: 1rem;
		width: 5rem;
		height: 4rem;
		position: relative;
		z-index: 11;
	}
	.menu .line {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 4rem;
		height: 1px;
		background-color: #808080;
	}
	.menu .text {
		position: absolute;
		z-index: 1;
		top: 3.5rem;
		left: 0;
		width: 100%;
		color: #808080;
		font-size: 0.95rem;
		letter-spacing: 0.36em;
	}
	.menu .line:nth-of-type(1) {
		top: 1rem;
	}
	.menu .line:nth-of-type(2) {
		top: 2rem;
		width: 3rem;
	}
	.menu .line:nth-of-type(3) {
		top: 3rem;
		width: 3rem;
	}
	.menu.on .line:nth-of-type(1) {
		transform: translateY(1rem) rotate(-45deg);
	}
	.menu.on .line:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on .line:nth-of-type(3) {
		transform: translateY(-1rem) rotate(45deg);
	}
	.menu.on {
		position: absolute;
		top: 2.1rem;
		right: -0.2rem;
		margin: 0;
	}
	.menu.on .line {
		width: 2.6rem;
		height: 0.2rem;
		background-color: #333;
	}
	.menu.on .text {
		display: none;
	}
	.menuBox { 
		padding: 2.3rem 2.4rem 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox .hLogo {
		width: 12.9rem;
	}
	.menuBox .hLogo a {
		display: block;
	}
	.menuBox .image {
		margin: 0 auto 2.5rem;
		width: 17.2rem;
	}
	.menuBox .snsList {
		margin-bottom: 3.9rem;
	}
	.menuBox .snsList li {
		text-align: center;
		font-size: 1.35rem;
		letter-spacing: 0.06em;
	}
	.menuBox .snsList img {
		margin-right: 1.7rem;
		display: inline-block;
		width: 1.8rem;
	}
	.menuBox .linkBox {
		margin: 0 auto;
		width: 32.7rem;
	}
	.menuBox .linkBox a {
		padding: 1.8rem 0;
		display: block;
		text-align: center;
		font-size: 2rem;
		font-weight: 400;
		letter-spacing: 0.12em;
		color: #fff;
		background-color: #333;
	}
	.menuBox .linkBox span {
		padding-left: 6rem;
		background: url(../img/common/icon05.png) no-repeat left top calc(50% + 0.3rem) / 2.8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	padding: 5.8rem 0 5.3rem;
	background-color: #333;
}
#gFooter .content {
	align-items: center;
}
#gFooter .fLogo {
	width: 12.2rem;
}
#gFooter .fLogo a {
	display: block;
}
#gFooter .fBox {
	margin-right: -0.5rem;
	width: calc(100% - 27.5rem);
}
#gFooter .fBox .fNavi {
	margin-bottom: 1.6rem;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid #fff;
}
#gFooter .fBox .fNavi li {
	margin-right: 1.7rem;
	min-width: 9rem;
}
#gFooter .fBox .fNavi a {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	letter-spacing: 0.32em;
}
#gFooter .fBox .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fBox .fNavi .li01 a {
	padding-right: 2rem;
	background: url(../img/common/icon03.png) no-repeat right center / 1.4rem;
}
#gFooter .lBox {
	flex: 1;
}
#gFooter .lBox .image {
	margin-right: 6.8rem;
	width: 14rem;
}
#gFooter .lBox .snsList {
	/*margin-top: -0.3rem;*/
}
#gFooter .lBox .snsList a {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.059em;
}
#gFooter .lBox .snsList a:hover {
	opacity: 0.7;
}
#gFooter .lBox .snsList img {
	margin-right: 1.5rem;
	vertical-align: -0.4rem;
	display: inline-block;
	width: 1.6rem;
}
#gFooter address {
	text-align: right;
	font-size: 1rem;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.pageTop {
	width: 4.3rem;
	position: absolute;
	z-index: 5;
	top: -1.7rem;
	right: 2.7rem;
}
.pageTop a {
	display: block;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 0 3rem;
	}
	#gFooter .content {
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 auto 3rem;
		width: 13rem;
	}
	#gFooter .fLogo a {
		display: block;
	}
	#gFooter .fBox {
		margin-right: 0;
		width: auto;
	}
	#gFooter .fBox .fNavi {
		margin-bottom: 6rem;
		padding-bottom: 1.1rem;
		display: block;
		border-bottom: 0;
	}
	#gFooter .fBox .fNavi li {
		margin-right: 0;
		min-width: 100%;
	}
	#gFooter .fBox .fNavi a {
		padding: 2rem 2rem 1.9rem 0.3rem;
		display: block;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1em;
		border-top: 1px solid #666;
		background: url(../img/common/icon07.png) no-repeat right 0.5rem center / 0.8rem !important;
	}
	#gFooter .fBox .fNavi li:last-child a {
		border-bottom: 1px solid #666;
	}
	#gFooter .subBox {
		display: block;
	}
	#gFooter .lBox {
		display: block;
	}
	#gFooter .lBox .image {
		margin: 0 auto 3.8rem;
		width: 19rem;
	}
	#gFooter .lBox .snsList {
		margin: 0 0 5.5rem;
	}
	#gFooter .lBox .snsList li {
		padding-right: 2rem;
		margin: 0 auto;
		width: fit-content;
	}
	#gFooter .lBox .snsList a {
		font-size: 1.5rem;
	}
	#gFooter .lBox .snsList img {
		margin-right: 2rem;
		width: 2rem;
	}
	#gFooter address {
		text-align: center;
		letter-spacing: 0.18em;
	}
	.pageTop {
		width: 4.7rem;
		top: -2.3rem;
		right: 1.7rem;
	}
}