@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: 390px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.bodyFixed {
	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.4rem;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#container {
		padding-top: 7.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 10rem;
	padding: 2rem 10.1rem;
	align-items: center;
	transition: .3s;
	z-index: 100;
}
#gHeader.fix {
	background-color: rgba(255, 255, 255, 0.9);
}
#gHeader h1 {
	width: 11.7rem;
}
#gHeader .menuBox {
	display: flex;
	justify-content: flex-end;
	gap: 0 1.7rem;
	align-items: center;
	flex: 1;
}
#gHeader .menuList {
	gap: 0 1.6rem;
	justify-content: flex-end;
}
#gHeader .menuList a {
	display: inline-block;
	padding-bottom: 0.1rem;
	color: #111;
	font-size: 1.4rem;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}
#gHeader .btn a {
	padding: 1.1rem 1.8rem;
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	border-radius: 4rem;
	background: #f15353;
	border: 1px solid #f15353;
	overflow: hidden;
}
#gHeader .btn a:after {
	background: #ff8d8d;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}
@media all and (min-width: 897px) {
	#gHeader .menuList a:hover {
		color: #9c7f5a;
		border-bottom-color: #9c7f5a;
	}
	#gHeader .menuBox {
		display: flex !important;
	}
	#gHeader .btn a:hover::after {
		opacity: 1;
		transform: translateY(-50%) scale(1.1);
		transition-delay: 0s;
		transition: opacity .8s, transform .6s ease-in-out;
	}
}
@media all and (min-width: 897px) and (max-width: 1360px) {
	#gHeader {
		padding: 2rem 4vw;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 0;
		position: static;
		height: auto;
		padding: 0;
	}
	#gHeader .hInner {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		padding: 2rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		transition: .3s;
		height: 72px;
		z-index: 100;
	}
	#gHeader.fix .hInner {
		background-color: rgba(255, 255, 255, 0.9);
	}
	#gHeader.bgWhite .hInner {
		background-color: rgba(255, 255, 255, 1);
	}
	#gHeader h1 {
		width: 8rem;
	}
	#gHeader .menu {
		width: 4.8rem;
		cursor: pointer;
	}
	#gHeader .menu .close {
		display: none;
	}
	#gHeader .menu.on .close {
		display: block;
	}
	#gHeader .menu.on .open {
		display: none;
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background: #000;
		z-index: 99;
	}
	#gHeader .menuList {
		margin: 10.5rem 4.1rem 3rem;
		display: block;
		border-top: 1px solid #B2B2B2;
	}
	#gHeader .menuList li {
		border-bottom: 1px solid #B2B2B2;
	}
	#gHeader .menuList a {
		padding: 1.3rem 4rem 1.5rem 1.8rem;
		display: block;
		background: url(../img/common/icon08.png) no-repeat right 1.9rem center/1.5rem;
		color: #fff;
	}
	#gHeader .linkBox {
		margin: 0 auto 7rem;
		width: 31.8rem;
	}
	#gHeader .btn {
		margin-bottom: 1.2rem;
	}
	#gHeader .btn a {
		padding: 1.7rem 1.9rem 2rem;
		color: #ff;
		font-size: 2rem;
		text-align: center;
		background: #f15353;
	}
	#gHeader .snsLink {
		display: flex;
		justify-content: space-between;
	}
	#gHeader .snsLink li {
		width: 49%;
	}
	#gHeader .snsLink a {
		padding: 1.2rem 0.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 600;
		border-radius: 0.4rem;
		background: #919191;
	}
	#gHeader .snsLink img {
		width: 2rem;
		margin-right: 1rem;
	}
	#gHeader .snsLink .text {
		line-height: 1;
		padding: 0.5rem 0 0.6rem 0.9rem;
		border-left: 1px solid #fff;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 7.1rem;
	padding: 0.9rem 0 1.1rem;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}
#pagePath ul {
	margin: 0 auto;
	max-width: 100.8rem;
}
#pagePath li {
	display: inline;
	font-size: 1.4rem;
	letter-spacing: 0.056rem;
}
#pagePath a {
	margin-right: 0.4rem;
}
#pagePath a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 6rem;
		padding: 1.5rem 2rem 1.7rem;
		line-height: 1.25;
	}
	#pagePath li {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#pagePath a {
		margin-right: 0.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #141414;
}
#gFooter .fBox {
	padding: 11.9rem 0 1.8rem;
	margin: 0 auto;
	max-width: 124rem;
	position: relative;
}
.pageTop {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pageTop a {
	min-width: 13rem;
	padding: 0.9rem 0.5rem 0.7rem;
	display: block;
	color: #111;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	border-radius: 1.4rem 1.4rem 0 0;
	background-color: #FFF;
}
.pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fInner {
	max-width: 113.2rem;
	margin: 0 auto 13.2rem;
}
#gFooter .fLogo {
	width: 24.1rem;
	margin-top: 0.1rem;
}
#gFooter .rBox {
	width: 66.7rem;
}
#gFooter .fNavi {
	width: 45rem;
}
#gFooter .fNavi ul {
	padding-right: 1rem;
	width: 47.3%;
}
#gFooter .fNavi li {
	margin-bottom: 2.8rem;
}
#gFooter .fNavi li:last-child {
	margin-bottom: 0;
}
#gFooter .fNavi li a {
	color: #FFF;
	font-weight: 600;
}
#gFooter .linkBox {
	margin-top: 0.1rem;
	width: 20rem;
	order: 1;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .linkBox .fLink {
	margin-bottom: 0.9rem;
}
#gFooter .linkBox .fLink a {
	padding: 1rem 1rem 1rem;
    color: #fff;
	min-height: 4.8rem;
	position: relative;
	z-index: 1;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 5rem;
	background-color: #f15353;
	overflow: hidden;
}
#gFooter .linkBox .fLink a:after {
	background: #ff8d8d;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}
#gFooter .linkBox .snsLink li:not(:last-child) {
	margin-bottom: 0.9rem;
}
#gFooter .linkBox .snsLink li a {
	padding: 0.5rem 1rem 0.5rem 2rem;
	min-height: 4.8rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 0.4rem;
	background-color: #919191;
}
#gFooter .linkBox .snsLink li .icon {
	width: 2rem;
	display: block;
}
#gFooter .linkBox .snsLink li .text {
	padding: 0.3rem 0 0.3rem 2rem;
	display: block;
	width: calc(100% - 3.9rem);
	border-left: 1px solid #FFF;
}
#gFooter address {
	color: #FFF;
	font-size: 1.2rem;
	font-style: normal;
	text-align: center;
}
@media all and (min-width: 897px) {
	#gFooter .linkBox .fLink a:hover {
		opacity: 1;
	}
	#gFooter .linkBox .fLink a:hover:after {
		 opacity: 1;
		 transform: translateY(-50%) scale(1.1);
		 transition-delay: 0s;
		 transition: opacity .8s, transform .6s ease-in-out;
	}
	#gFooter .linkBox .snsLink a:hover {
		background: #06c755;
	}
	#gFooter .linkBox .snsLink .ins a {
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	#gFooter .linkBox .snsLink .ins a:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
		transition: .3s;
		z-index: -1;
		background: linear-gradient(90deg, #E46904 0%, #DA416B 49.86%, #D019D3 100%);
		opacity: 0;
	}
	#gFooter .linkBox .snsLink .ins a:hover:after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 6rem 3rem 2.7rem;
	}
	.pageTop {
		display: none;
	}
	#gFooter .fInner {
		margin-bottom: 6rem;
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 auto 6rem;
	}
	#gFooter .rBox {
		width: auto;
	}
	#gFooter .fNavi {
		margin: 0 1rem;
		width: calc(100% - 2rem);
		display: block;
		border-top: 1px solid #B2B2B2;
	}
	#gFooter .fNavi ul {
		padding-right: 0;
		width: auto;
	}
	#gFooter .fNavi li {
		margin-bottom: 0;
		border-bottom: 1px solid #B2B2B2;
	}
	#gFooter .fNavi li a {
		padding: 1.3rem 4rem 1.65rem 1.9rem;
		display: block;
		background: url(../img/common/icon08.png) no-repeat right 1.9rem center/1.5rem;
	}
	#gFooter .linkBox {
		margin: 0 auto 4rem;
		width: 31.8rem;
		order: 0;
	}
	#gFooter .linkBox .fLink {
		margin-bottom: 1.2rem;
	}
	#gFooter .linkBox .fLink a {
		padding: 1rem 1rem 1rem;
		min-height: 6rem;
		font-size: 2rem;
	}
	#gFooter .linkBox .snsLink {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#gFooter .linkBox .snsLink li:not(:last-child) {
		margin-bottom: 0;
	}
	#gFooter .linkBox .snsLink li a {
		padding: 0.5rem 1rem 0.5rem;
		width: 15.6rem;
		justify-content: center;
	}
	#gFooter .linkBox .snsLink li .icon {
		width: 2rem;
		display: block;
	}
	#gFooter .linkBox .snsLink li .text {
		margin-left: 1rem;
		padding: 0.25rem 0 0.25rem 1rem;
		width: auto;
	}
	#gFooter address {
		font-size: 1.1rem;
	}
}