@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.rubik {
	font-family: "Rubik", sans-serif;
}

.noto {
	font-family: "Noto Sans JP", sans-serif;
}

.inter {
	font-family: "Inter", 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: #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.4rem;
	line-height: 1.5;
	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;
}
.fax,
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main {
	padding-top: 19.1rem;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding-top: 6.32rem;
	}
}

@media all and (max-width: 429px) {
	html {
		font-size: 2.3vw;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#gHeader::after {
	width: 100%;  
	height: 100%;
	background-color: #fff;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
	opacity: 0;
	z-index: -1;
}
#gHeader.on::after {
	opacity: 1;
}
#gHeader .hInner {
	padding: 2.9rem 6.2rem 1.9rem 6.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-radius: 0 0 10rem 10rem; 
	background-color: #fff;
	box-shadow: 0.5rem 0 2rem 0 rgba(0, 0, 0, 0.15); 
}
#gHeader .header_logo {
	margin-right: 5.4rem;
}
#gHeader .header_logo img {
	vertical-align: 0;
}
#gHeader .lBox {
	margin-top: -0.4rem;
	display: flex;
	align-items: center;
}
#gHeader .snsUl {
	padding-top: 0.3rem;
	display: flex;
}
#gHeader .snsUl li {
	margin-right: 0.85rem;
}
#gHeader .snsUl a:hover img {
	opacity: 0.7;
}
#gHeader .rBox {
	display: flex;
	align-items: center;
}
#gHeader .naviUl {
	display: flex;
}
#gHeader .naviUl > li {
	margin-left: 1.55rem;
}
#gHeader .naviUl > li > a {
	font-size: 1.4rem;
	font-weight: 700;
}
#gHeader .naviUl a:hover {
	opacity: 0.7;
}
#gHeader .naviUl .jsBox {
	display: none;
	padding-top: 2rem;
	position: absolute;
	top: 9rem;
	max-height: calc(100vh - 9rem);
	left: 0;
	overflow-y: auto;
	width: 100%;
	z-index: 100;
	z-index: -1;
	background-color: #fff;
}
#gHeader .naviUl .subJsBox {
	padding: 2rem 2rem 2.6rem;
	background-color: #fff;
}
#gHeader .naviUl .jsBox .sub {
	max-width: 85.2rem;
	margin: 0 auto;
	padding: 0.6rem 0;
}
#gHeader .naviUl .jsBox ul {
	margin: 0 -3.5rem 0 -2.5rem;
	display: flex;
	flex-wrap: wrap;
}
#gHeader .naviUl .jsBox li {
	width: calc(25% - 5rem);
	margin: 0 2.5rem 1rem;
}
#gHeader .naviUl .jsBox li a {
	display: block;
}
#gHeader .naviUl .jsBox li a:hover {
	opacity: 0.7;
}
#gHeader .naviUl .jsBox li .photo {
	margin-bottom: 1rem;
	overflow: hidden;
	border-radius: 1.2rem;
}
#gHeader .naviUl .jsBox li .txtSpan {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 1.4rem 3rem 1.4rem 0;
	background: url(../img/common/icon03.webp) no-repeat right center;
	background-size: 3.2rem auto;
}
#gHeader .naviUl .jsBox li .noallow{
	background: none;
}
#gHeader .linkUl {
	padding-left: 0.8rem;
	display: flex;
}
#gHeader .linkUl li {
	width: 12.4rem;
	margin-left: 1.1rem;
}
#gHeader .linkUl a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5rem;
	min-height: 3.8rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	background-color: #0079D8;
}
#gHeader .linkUl a:hover {
	opacity: 0.7;
}
#gHeader .linkUl span {
	padding-left: 2.2rem;
	display: inline-block;
	background: url(../img/common/icon01.webp) no-repeat left center;
	background-size: 1.2rem auto;
}
#gHeader .linkUl .contactLink a {
	background-color: #E84466;
}
#gHeader .linkUl .contactLink span {
	background-image: url(../img/common/icon02.webp);
	background-size: 1.4rem auto;
}
.cover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -2;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

@media all and (min-width: 897px) {
	.menuBox {
		flex: 1;
		display: flex !important;
		padding-left: 2rem;
		justify-content: flex-end;
	}
}


@media all and (max-width: 896px) {
	#gHeader {
	}
	.cover {
		z-index: 999;
	}
	#gHeader .hInner {
		border-radius: 0;
		padding: 1rem 2rem;
		display: block;
		box-shadow: none;
	}
	#gHeader .lBox {
		margin: 0;
		display: block;
	}
	#gHeader h1 {
		width: 5.5rem;
	}
	.menu {
		position: absolute;
		top: 2rem;
		right: 3rem;
		z-index: 1101;
		cursor: pointer;
	}
	.menu.on {
		background: url(../img/common/close02.webp) no-repeat left top;
		background-size: 2rem auto;
	}
	.menu.on img {
		visibility: hidden;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 5.4rem;
		height: 100%;
		overflow-y: auto;
		width: calc(100% - 5.4rem);
		/* padding-left: 5.4rem; */
		background-color: #fff;
		z-index: 1100;
	}
	/* .menuBox:after {
		width: 5.4rem;  
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		position: absolute;  
		top: 0;
		left: 0;  
		overflow-y: auto;
		content: ""; 
	} */
	#gHeader .rBox {
		overflow: hidden;
		padding-bottom: 4rem;
		display: block;
		min-height: 100%;
	}
	#gHeader .naviUl {
		display: block;
	}
	#gHeader .naviUl > li {
		margin: 0;
	}
	#gHeader .snsUl {
		margin-bottom: 4rem;
		justify-content: center;
	}
	#gHeader .snsUl li {
		margin: 0 1.2rem;
	}
	#gHeader .snsUl li img {
		width: 4.4rem;
	}
	#gHeader .linkUl {
		padding: 0;
		margin: 0 -1rem;
		justify-content: center;
	}
	#gHeader .linkUl li {
		width: 16.1rem;
		margin: 0 1rem;
	}
	#gHeader .naviUl {
		margin-bottom: 3.2rem;
		padding-top: 1.2rem;
	}
	#gHeader .naviUl > li {
		position: relative;
		border-bottom: 0.1rem solid #C8C8C8;
	}
	#gHeader .naviUl > li > a {
		position: relative;
		padding: 2.1rem 5rem 2rem 2rem;
		display: block;
		font-size: 1.6rem;
		font-weight: 700;
	}
	#gHeader .naviUl .jsIco {
		position: absolute;
		top: 1.8rem;
		right: 1rem;
		display: block;
		padding: 1rem;
		cursor: pointer;
		pointer-events: all;
	}
	#gHeader .naviUl .jsIco .close {
		display: none;
	}
	#gHeader .naviUl .jsIco.on .close {
		display: block;
	}
	#gHeader .naviUl .jsIco.on .open {
		display: none;
	}
	#gHeader .naviUl .jsBox {
		position: static;
		max-height: inherit;
		padding: 0;
	}
	#gHeader .naviUl .subJsBox {
		padding: 0;
	}
	#gHeader .naviUl .jsBox .sub {
		max-width: inherit;
		padding: 0;
	}
	#gHeader .naviUl .jsBox ul {
		display: block;
		margin: 0;
		border-top: 0.1rem solid #C8C8C8;
	}
	#gHeader .naviUl .jsBox li {
		width: auto;
		margin: 0;
		border-bottom: 0.1rem solid #C8C8C8;
	}
	#gHeader .naviUl .jsBox li:last-child {
		border: none;
	}
	#gHeader .naviUl .jsBox li .photo {
		display: none;
	}
	#gHeader .naviUl .jsBox li .txtSpan {
		background: none;
		padding: 2rem 5rem 2rem 5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #fff;
	background-color: #272621;
}
.fInner {
	margin: 0 auto;
	padding: 5.3rem 2rem 2.2rem;
	max-width: 126rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fInner .lBox {
	padding: 1rem 0 0 13rem;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.fInner .fLogo {
	margin: 0.5rem 3.9rem 0 0;
}
.fInner .lBox .sub {
	margin-top: -0.5rem;
	padding-left: 4.3rem;
	border-left: 0.1rem solid #fff;
}
.fInner .lBox .sub p {
	margin: -0.9rem 0 2.5rem;
	line-height: 2.5;
	font-weight: 500;
}
.fInner .linkUl {
	display: flex;
	flex-wrap: wrap;
}
.fInner .linkUl li {
	margin-right: 1rem;
	width: 12.4rem;
}
.fInner .linkUl a {
	padding: 0.3rem;
	font-weight: 700;
	min-height: 3.8rem;
	background-color: #fff;
	border-radius: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #0079D8;
}
.fInner .linkUl a:hover {
	opacity: 0.7;
}
.fInner .linkUl span {
	padding-left: 2.2rem;
	display: inline-block;
	background: url(../img/common/icon04.webp) no-repeat left center;
	background-size: 1.2rem auto;
}
.fInner .linkUl .liStyle span {
	color: #E84466;
	padding-bottom: 0.3rem;
	background-image: url(../img/common/icon05.webp);
	background-size: 1.4rem auto;
}
.fInner .rBox {
	width: 27.2rem;
	padding-left: 3rem;
}
.fInner .rBox .ttl {
	font-size: 1.6rem;
	font-weight: 900;
	margin-bottom: 1.3rem;
}
.fInner .naviUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fInner .naviUl > li {
	width: 62.5%;
}
.fInner .naviUl > li:first-child {
	width: 27%;
}
.fInner .naviUl a {
	font-weight: 500;
	color: #fff;
	line-height: 1.55;
}
.fInner .naviUl a:hover {
	opacity: 0.7;
}
address{
	padding:1.5rem 1rem 1.7rem 13rem;
	font-size: 1.2rem;
	color: #949494;
	text-align: center;
	background-color: #000000;
}
@media all and (max-width: 896px) {
	.fInner {
		padding: 5rem 0 1.5rem;
		max-width: inherit;
		display: block;
	}
	.fInner .lBox {
		padding: 0 1rem 5.4rem;
		display: block;
		text-align: center;
	}
	.fInner .fLogo {
		margin: 0 0 3.7rem;
	}
	.fInner .lBox .sub {
		margin: 0;
		padding: 0;
		border: none;
	}
	.fInner .linkUl {
		justify-content: center;
	}
	.fInner .linkUl li {
		margin: 0 0.5rem;
	}
	.fInner .linkUl .liStyle a {
		background-color: #E84466;
	}
	.fInner .linkUl .liStyle span {
		color: #fff;
		background-image: url(../img/common/icon02.webp);
	}
	.fInner .rBox {
		width: auto;
		padding: 0;
	}
	.fInner .rBox .ttl {
		display: none;
	}
	.fInner .naviUl {
		display: block;
		font-family: "Inter", sans-serif;
	}
	.fInner .naviUl > li {
		width: auto !important;
	}
	.fInner .naviUl ul li {
		border-bottom: 0.1rem solid #4F4F4F;
	}
	.fInner .naviUl > li:last-child ul li:last-child {
		border: none;
	}
	.fInner .naviUl a {
		font-size: 1.6rem;
		display: block;
		font-weight: 400;
		padding: 1.7rem 2rem 1.6rem 4.9rem;
	}
	address {
		padding-left: 1rem;
		padding-bottom: 1.6rem;
	}
}

#pagePath {
	margin-bottom: 1.4rem;
	padding: 0 2.5rem 0 0;
	text-align: right;
	position: relative;
	z-index: 1;
}
#pagePath li {
	margin-right: 1rem;
	font-size: 1.4rem;
	color: #9A9A9A;
	letter-spacing: 0.021rem;
	display: inline;
}
#pagePath li:last-child {
	margin-right: 0;
}
#pagePath a {
	padding-right: 2.2rem;
	display: inline-block;
	background: url(../img/common/icon09.webp) no-repeat right center;
	background-size: 0.9rem auto;
}
#pagePath a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#pagePath {
		padding-right: 0;
	}
}

@media all and (min-width: 897px) and (max-width: 1200px) {
	html {
		font-size: 0.8vw;
	}
	#gHeader .naviUl .jsBox li {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}
