@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: 427px) {
	html {
		font-size: calc(1000vw / 428);
	}
}
@media all and (min-width: 897px) and (max-width: 1800px) {
	html {
		font-size: min(62.5%,calc(1000vw / 1400));
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Maru Gothic", sans-serif;
}
.notoSans {
	font-family: "Noto Sans JP", sans-serif;
}
.notoSerif {
	font-family: "Noto Serif JP", serif;
}
.zenKaku {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.kanit {
	font-family: "Kanit", sans-serif;
}
.zenMaru {
	font-family: "Zen Maru Gothic", sans-serif;
}
.mPlus {
	font-family: "M PLUS Rounded 1c", 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: #060706;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #060706;
}
a:hover {
	color: #060706;
}
a:active {
	color: #060706;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1330px;
	color: #060706;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url(../images/common/bg01.jpg) repeat left top / 2.8rem;
}
.mfp-zoom-out-cur {
	overflow-y: scroll;
}
#container {
	text-align: left;
    word-break: break-word;
	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 {
		font-size: 1.4rem;
		min-width: inherit;
		background: url(../images/common/bg01_sp.jpg) repeat left top / 0.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 7rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
#gHeader .hInner {
	margin: 0 auto;
	align-items: center;
	padding: 0 1.5rem;
	max-width: 116.3rem;
	box-sizing: content-box;
	position: relative;
}
#gHeader h1 {
	width: 26.7rem;
}
#gHeader .hBox {
	padding: 2.0rem 0 1.9rem;
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#gHeader .hBox .jsBox {
	display: none;
	position: absolute;
	top: 100%;
	left: -3.7rem;
	width: 127.1rem;
	border-radius: 1.4rem;
	z-index: 1000;
	background-color: #FFF8FF;
	border: 1px solid #9E0036;
}
#gHeader .hBox .jsBoxSub {
	display: flex;
	min-height: 36.8rem;
	align-items: center;
}
#gHeader .hBox .jsBox .jsBoxInner {
	padding: 2rem 2rem;
	width: 100%;
	max-width: 89rem;
	margin: 0 auto;
	align-items: center;
}
#gHeader .hBox .jsBox .textImg {
	width: 21rem;
	margin-right: 11rem;
}
#gHeader .hBox .jsBox .jsSub {
	flex: 1;
}
#gHeader .hBox .jsBox .subList {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#gHeader .hBox .jsBox .subList li {
	width: calc((100% + 16rem) / 2);
	margin-bottom: 0.4rem;
}
#gHeader .hBox .jsBox .subList li:nth-child(2n) {
	margin-right: -5rem;
	width: calc((100% - 10rem) / 2);
}
#gHeader .hBox .jsBox .subList li a {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #707070;
	display: inline-block;
	position: relative;
}
#gHeader .hBox .jsBox .subList li a:after {
	width: 12px;  
	height: 2px;
	background-color: #BC2E80;
	position: absolute;  
	bottom: 0;
	left: 0;
	content: ""; 
	transition: 0.3s;
}
#gHeader .hBox .rBox {
	width: 15.6rem;
	margin-left: 2.3rem;
}
#gHeader .hBox .rBox ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#gHeader .hBox .rBox a {
	min-height: 7.7rem;
	width: 7.3rem;
	border-radius: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.2rem 1rem 1rem;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	background-color: #3EBE38;
}
#gHeader .hBox .rBox a:hover {
	opacity: 0.7;
}
#gHeader .hBox .rBox .txtSpan {
	margin-bottom: 0.4rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	color: #FFF500;
	line-height: 1.2;
}
#gHeader .hBox .rBox .item a {
	background-color: #1F2AB2;
}
#gHeader .hBox .lBox .sub {
	margin: -0.2rem 0 2.7rem;
	display: flex;
	justify-content: flex-end;
	gap: 0 4rem;
}
#gHeader .hBox .lBox .linkUl {
	display: flex;
	gap: 0 3rem;
}
#gHeader .hBox .lBox .linkUl a {
	color: #707070;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 5px;
}
#gHeader .snsUl {
	display: flex;
	align-items: center;
	gap: 0 1rem;
}
#gHeader .snsUl li {
	width: 2.9rem;
	position: relative;
}
#gHeader .snsUl a:after {
	background-color: rgba(255, 255, 255, 0);
	position: absolute;  
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ""; 
	z-index: 1;
}
#gHeader .naviList {
	display: flex;
}
#gHeader .snsUl li img {
	transition: .3s;
}
#gHeader .naviList > li {
	padding: 0 1.4rem;
	border-left: 3px solid #707070;
}
#gHeader .naviList > li.on > .jsLink {
	color: #BC2E80;
}
#gHeader .naviList > li:last-child {
	padding-right: 0;
}
#gHeader .naviList > li:first-child {
	border-left: none;
}
#gHeader .naviList a {
	font-weight: 900;
	color: #707070;
}

@media all and (min-width: 897px) {
	#gHeader .naviList a:hover,
	#gHeader .hBox .lBox .linkUl a:hover {
		color: #BC2E80;
	}
	#gHeader .snsUl a:hover img {
		transform: scale(0.8);
	}
	#gHeader .snsUl a:hover::after {
		background-color: rgba(255, 255, 255, 0.5);
	}
	#gHeader .hBox .jsBox .subList li a:hover {
		color: #BC2E80;
	}
	#gHeader .hBox .jsBox .subList li a:hover:after {
		width: 100%;
	}
	.menuBox {
		display: block !important;
	}
	
}

@media all and (max-width: 896px) {
	#gHeader .hInner {
		padding: 0;
		min-height: 7rem;
		display: block;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1001;
		height: 100%;
		color: #fff;
		overflow-y: auto;
		background-color: #CB0194;
	}
	#gHeader .hInnerBox {
		height: 7rem;
		flex-wrap: nowrap;
	}
	#gHeader h1 {
		width: 18.9rem;
	}
	#gHeader h1 a {
		min-height: 100%;
		align-items: center;
		display: flex;
		background-color: #D6036C;
	}
	#gHeader h1 img {
		margin: 0 auto;
		width: 14.7rem;
	}
	#gHeader .spList {
		display: flex;
		width: calc(100% - 18.9rem - 8rem);
	}
	#gHeader .spList li {
		width: 50%;
	}
	#gHeader .spList a {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		color: #fff;
		text-align: center;
		font-size: 0.9rem;
		font-weight: 600;
		letter-spacing: 0.03em;
		height: 100%;
		line-height: 1.11;
		background-color: #36C4B9;
	}
	#gHeader .spList .item02 a {
		background-color: #ED5E80;
	}
	#gHeader .spList .listImg {
		margin: 0 auto;
		width: 3.2rem;
		min-height: 3.3rem;
	}
	#gHeader .menu {
		cursor: pointer;
		width: 8rem;
		display: flex;
		padding-top: 0.3rem;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		color: #1D1D1D;
	}
	#gHeader .menuImg {
		width: 3.2rem;
		margin: 1.2rem auto 0.8rem;
	}
	#gHeader .txtSpan {
		font-size: 0.9rem;
		font-weight: 600;
		letter-spacing: 0;
		min-height: 2.2rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#gHeader .hBox {
		padding: 6rem 7.2rem;
		display: block;
	}
	#gHeader .hBox .lBox .sub {
		display: none;
	}
	#gHeader .hBox .logo {
		width: 24.7rem;
		margin: 0 auto 6.7rem;
	}
	#gHeader .naviList {
		margin-bottom: 3.8rem;
		display: block;
	}
	#gHeader .naviList > li {
		padding: 0;
		border: none;
	}
	#gHeader .naviList a {
		color: #fff;
		font-size: 1.8rem;
		padding: 0.95rem 0;
		display: block;
		font-weight: 900;
		letter-spacing: 0.06em;
	}
	#gHeader .naviList > li > a {
		background: url(../images/common/icon28.png) no-repeat right 2.3rem center;
		background-size: 0.4rem auto;
	}
	#gHeader .naviList > li > .jsLink {
		background-image: url(../images/common/icon26.png);
		background-size: 1.7rem auto;
		background-position: right 1.7rem center;
	}
	#gHeader .naviList > li > .jsLink.on {
		background-image: url(../images/common/icon27.png);
	}
	#gHeader .hBox .rBox {
		width: auto;
		margin: 0 0 4.8rem;
	}
	#gHeader .hBox .rBox ul {
		flex-direction: column;
		justify-content: center;
		gap: 1.7rem 0;
	}
	#gHeader .hBox .rBox .item {
		order: -1;
	}
	#gHeader .hBox .rBox a {
		width: calc(15.7rem * 1.15);
		margin: 0 auto;
		letter-spacing: 0.06em;
		color: #707070 !important;
		font-weight: 900;
		border-radius: 0;
		border: calc((2px * 1.15)) solid #E6CF17 !important;
		background-color: #fff !important;
		font-size: calc(1.6rem * 1.15) !important;
		min-height: calc(4.2rem * 1.15) !important;
		padding: 0.5rem;
	}
	#gHeader .hBox .rBox .txtSpan {
		font-size: calc(1.6rem * 1.15) !important;
		color: #707070 !important;
		font-weight: 900;
		letter-spacing: 0.06em;
		padding-top: 0.2rem;
	}
	#gHeader .hBox .tel {
		margin-bottom: 3rem;
		text-align: center;
	}
	#gHeader .hBox .tel a {
		color: #fff;
		font-size: min(2rem * 1.15);
		font-weight: 700;
		letter-spacing: 0.06em;
	}
	#gHeader .hBox .tel small {
		font-size: min(1.5rem * 1.15);
	}
	#gHeader .snsUl {
		justify-content: center;
	}
	#gHeader .snsUl li {
		width: 3.4rem;
	}
	.menuBox .close {
		cursor: pointer;
		text-align: center;
		width: 5.6rem;
		margin: 2.1rem auto 0;
	}
	.menuBox .close span {
		display: block;
		padding-top: 5.8rem;
		color: #fff;
		font-size: calc(0.9rem * 1.15);
		letter-spacing: 0.06em;
		background: url(../images/common/close02.png) no-repeat center top;
		background-size: 5.4rem auto;
	}
	#gHeader .hBox .jsBox {
		padding-top: 0.7rem;
		margin-bottom: 0.8rem;
		position: static;
		width: auto;
		border: none;
		background-color: transparent;
	}
	#gHeader .hBox .jsBoxSub {
		display: block;
		min-height: inherit;
	}
	#gHeader .hBox .jsBox .jsBoxInner {
		max-width: inherit;
		margin: 0;
		padding: 0;
	}
	#gHeader .hBox .jsBox .textImg {
		display: none;
	}
	#gHeader .hBox .jsBox .subList {
		display: block;
	}
	#gHeader .hBox .jsBox .subList li {
		width: auto !important;
		margin: 0.2rem 0;
	}
	#gHeader .hBox .jsBox .subList li a {
		font-size: calc(1.4rem * 1.15);
		font-weight: 500;
		letter-spacing: 0.06em;
		color: #fff;
		display: block;
		padding: 0.1rem 0 0.2rem 4rem;
	}
	#gHeader .hBox .jsBox .subList li a::after {
		width: calc(1.7rem * 1.15);
		height: 1px;
		left: 0;
		top: 50%;
		background-color: #fff;
		transform: translateY(-50%);
	}
	#gHeader .naviList > .color > a {
		color: #F2E905;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 19.6rem;
}
#gFooter .fInner {
	position: relative;
	z-index: 1;
	padding: 0 1.5rem 4.8rem;
}
#gFooter .fInner .content {
	padding: 3.5rem 6rem 5.2rem;
	max-width: 132rem;
	box-sizing: border-box;
	border-radius: 1.9rem;
	background: #ed5e80;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}
#gFooter .fInner .list {
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fInner .list li {
	width: calc(100% / 3);
	position: relative;
}
#gFooter .fInner .list li::before {
	width: 3px;  
	background-color: #fff;
	position: absolute;  
	top: 9.3rem;
	left: 0;
	bottom: 0;  
	content: ""; 
}
#gFooter .fInner .list li:last-child:after {
	width: 3px;  
	background-color: #fff;
	position: absolute;  
	top: 9.3rem;
	right: 0;
	bottom: 0;  
	content: ""; 
}
#gFooter .fInner .list .photo {
	min-height: 31rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#gFooter .fInner .list .item01 .photo {
	position: relative;
	padding-bottom: 3rem;
}
#gFooter .fInner .list .item02 .photo {
	padding-top: 5rem;
}
#gFooter .fInner .list .item03 .photo {
	padding-top: 2rem;
}
#gFooter .fInner .list .photo .txtSpan {
	padding: 1.5rem 4rem 2.5rem;
	min-width: 24.3rem;
	display: block;
	width: fit-content;
	margin: 0 auto -5.5rem;
	color: #fff;
	font-weight: 900;
	background: url(../images/common/line01.png) no-repeat left center,url(../images/common/line02.png) no-repeat right center;
	background-size: 4.7rem auto;
}
#gFooter .fInner .list .link {
	margin: -3rem 1.4rem 0;
	position: relative;
}
#gFooter .fInner .list .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem;
	border: 3px solid #fff;
	background-color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	color: #707070;
	line-height: 1.61;
	min-height: 10.9rem;
}
#gFooter .fBox {
	position: relative;
	z-index: 1;
	margin-bottom: 4rem;
	background: url(../images/common/f_bg.png) no-repeat center;
	background-size: 100% 100%;
}
#gFooter .fBox .fPhoto {
	width: 34.4rem;
	margin: 0 auto 4rem;
}
#gFooter .fBox .content {
	max-width: 100rem;
}
#gFooter .fBox .naviList {
	margin-bottom: 3.7rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fBox .naviList > li {
	padding-right: 1rem;
	width: calc((100% / 2) - 3rem);
}
#gFooter .fBox .naviList > li:first-child {
	width: calc((100% / 2) + 3rem);
}
#gFooter .fBox .naviList .subUl {
	display: flex;
}
#gFooter .fBox .naviList .subUl:first-child {
	width: 53rem;
}
#gFooter .fBox .naviList .subUl:nth-child(2) {
	flex: 1;
}
#gFooter .fBox .naviList .subUl .item01 {
	width: 32rem;
}
#gFooter .fBox .naviList .subUl .item03 {
	width: 24rem;
}
#gFooter .fBox .naviList .subUl .item02,
#gFooter .fBox .naviList .subUl .item04 {
	flex: 1;
}
#gFooter .fBox .naviList .ttl {
	margin-bottom: 1.3rem;
	padding: 0 0 0.4rem;
	font-size: 2rem;
	font-weight: 900;
	color: #CB0194;
	position: relative;
}
#gFooter .fBox .naviList .ttl:after {
	width: 8888px;  
	height: 1px;
	background-color: #CB0394;
	position: absolute;  
	bottom: 0;
	left: 0;
	content: ""; 
}
#gFooter .fBox .naviList .subList li {
	margin-bottom: 0.7rem;
}
#gFooter .fBox .naviList .subList a {
	font-size: 1.3rem;
	font-weight: 500;
	color: #707070;
}
#gFooter .fBox .naviList .item01 .ttl {
	padding-left: 11rem;
}
#gFooter .fBox .naviList .item01 .subList {
	padding-left: 11rem;
}
.pageTop {
	margin: 0 auto;
	width: 6.1rem;
}
.pageTop a:hover {
	opacity: 0.7;
}
.fInner02 {
	position: relative;
	z-index: 1;
	padding: 5.1rem 0 1rem;
	color: #fff;
	background-color: #CB0194;
}
.fInner02 .content {
	max-width: 100rem;
}
.fInner02 .fLogo {
	margin-bottom: 1.2rem;
}
.fInner02 .subBox {
	margin-bottom: 0.3rem;
	display: flex;
	gap: 0 3rem;
	align-items: center;
}
.fInner02 .snsUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.95rem;
}
.fInner02 .snsUl li {
	height: 2.7rem;
	width: 2.7rem;
	transition: .3s;
	background-color: rgba(255, 255, 255, 0);
}
.fInner02 .snsUl li img {
	transition: .3s;
}
.fInner02 .googleLink {
	display: block;
	width: 15.3rem;
}
.fInner02 .googleLink a {
	color: #060706;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	align-items: center;
	min-height: 3.5rem;
	border: 2px solid #060706;
	border-radius: 1.2rem;
	font-size: 1rem;
	letter-spacing: 0.06em;
	font-weight: 500;
	background: url(../images/common/icon01.png) no-repeat left 1.1rem top calc(50% + 0.1rem) #fff;
	background-size: 1.4rem auto;
}
.fInner02 p {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	font-weight: 500;
}
.fInner02 p a {
	color: #fff;
}
.fInner02 p a:hover {
	opacity: 0.7;
}
.fInner02 p .telSpan {
	margin-left: 3rem;
	font-size: 2.5rem;
	line-height: 1;
}
.fInner02 p .telSpan a {
	color: #fff;
}
.fInner02 p .telSpan small {
	font-size: 1.5rem;
}
.fInner02 p .txtSpan {
	margin-left: 2.7rem;
}
.fInner02 p .txtSpan small {
	font-size: 1.2rem;
	margin-left: 1.5rem;
}
address {
	margin-top: 3.2rem;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}

@media all and (min-width: 897px) {
	#gFooter .fInner .list .link a:hover {
		background-color: #CB0194;
		color: #fff;
	}
	#gFooter .fBox .naviList .subList a:hover {
		color: #CB0194;
	}
	.fInner02 .snsUl li:hover {
		background-color: rgba(255, 255, 255, 0.5);
	}
	.fInner02 .snsUl a:hover img {
		transform: scale(0.8);
	}
	.fInner02 .googleLink a:hover {
		background-color: #FFF500;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 6.6rem;
	}
	.pageTop {
		position: relative;
		z-index: 1;
		margin-bottom: 2.1rem;
	}
	#gFooter .fInner {
		padding: 0 0 2rem;
	}
	#gFooter .fInner .content {
		border-radius: 0;
		padding: 0;
		box-shadow: none;
	}
	#gFooter .fInner .list {
		flex-direction: column;
	}
	#gFooter .fInner .list li {
		position: relative;
		padding: 0 1rem;
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		min-height: 10rem;
		justify-content: space-between;
	}
	#gFooter .fInner .list .bigLink {
		position: absolute;
		inset: 0;
	}
	#gFooter .fInner .list .photo {
		padding: 0 !important;
		min-height: inherit;
		width: 15rem;
		margin: -1rem 0.3rem -1rem 0;
	}
	#gFooter .fInner .list li::before {
		display: none;
	}
	#gFooter .fInner .list .item01 {
		background-color: #00D694;
		order: 1;
	}
	#gFooter .fInner .list .item03 {
		background-color: #fff;
		order: 2;
	}
	#gFooter .fInner .list .item03 .sub img {
		width: 7.5rem;
	}
	#gFooter .fInner .list .item01 .sub img {
		width: 13rem;
	}
	#gFooter .fInner .list .link {
		margin: 0;
		flex: 1;
	}
	#gFooter .fInner .list .link a {
		padding: 0;
		justify-content: flex-start;
		min-height: inherit;
		border: none;
		color: #fff;
		text-align: left;
		line-height: 1.33;
		background-color: transparent;
	}
	#gFooter .fInner .list li:last-child::after {
		display: none;
	}
	#gFooter .fInner .list .item03 .link a {
		color: #707070;
	}
	#gFooter .fBox {
		margin-bottom: 0;
		padding: 3rem 0 3.7rem;
		margin-top: -2.1rem;
		background: #FFF0FB;
	}
	#gFooter .fBox .ttl {
		margin: 0 -1.5rem 3.4rem;
		font-size: 2.1rem;
		font-weight: 700;
		color: #CB0194;
		overflow: hidden;
		letter-spacing: 0.06em;
		text-align: center;
	}
	#gFooter .fBox .ttl span {
		padding: 0 1rem;
		display: inline-block;
		position: relative;
	}
	#gFooter .fBox .ttl span:after {
		width: 88888px;  
		height: 1px;
		background-color: currentColor;
		position: absolute;  
		top: calc(50% + 0.2rem);
		transform: translateY(-50%);
		right: 100%;  
		content: ""; 
	}
	#gFooter .fBox .ttl span::before {
		width: 88888px;  
		height: 1px;
		background-color: currentColor;
		position: absolute;  
		top: calc(50% + 0.2rem);
		transform: translateY(-50%);
		left: 100%;  
		content: ""; 
	}
	#gFooter .fBox .naviList {
		margin-bottom: 0;
		padding: 0 2rem 0 4rem;
	}
	#gFooter .fBox .naviList .ttl {
		font-size: 1.3rem;
		font-weight: 900;
		margin: 0 0 1rem;
		color: #1D1D1D;
		padding: 0 !important;
		text-align: left;
	}
	#gFooter .fBox .naviList .ttl::after {
		display: none;
	}
	#gFooter .fBox .naviList .subList a {
		font-size: 1.1rem;
		color: #1D1D1D;
		position: relative;
		display: inline-block;
		padding-left: 2.8rem;
	}
	#gFooter .fBox .naviList .subList a::before {
		width: 1.4rem;  
		height: 1px;
		background-color: #1D1D1D;
		position: absolute;  
		top: 0.8rem;
		left: 0;
		content: ""; 
	}
	#gFooter .fBox .naviList > li:first-child .subList {
		padding-left: 0;
	}
	#gFooter .fBox .naviList .subList li {
		margin-bottom: -0.1rem;
	}
	#gFooter .fBox .naviList .subUl {
		width: auto !important;
		display: block;
	}
	#gFooter .fBox .naviList .subUl > li {
		margin-bottom: 1.5rem;
		width: auto !important;
	}
	#gFooter .fBox .naviList .subUl > li:last-child {
		margin-bottom: 0;
	}
	.fInner02 {
		padding: 5.8rem 2rem 1.6rem;
		text-align: center;
	}
	.fInner02 .fLogo {
		margin-bottom: 2rem;
	}
	.fInner02 p {
		margin-bottom: 1.6rem;
		line-height: 1.67;
	}
	.fInner02 .googleLink {
		margin: 0.5rem auto 1.7rem;	
	}
	.fInner02 p .telSpan {
		display: block;
		margin: 0;
		letter-spacing: 0.06em;
	}
	.fInner02 p .txtSpan {
		display: block;
		margin: 1rem 0 0;
	}
	.fInner02 p .txtSpan small {
		display: block;
		margin: -0.2rem 0 0;
	}
	.fInner02 .snsUl {
		margin-top: 4.5rem;
		justify-content: center;
	}
	address {
		margin-top: 2.3rem;
	}
}