/* リニューアル時に移植または削除予定 */
:root {
	scroll-padding: 70px;
}

/* 店舗詳細アンカー */
.store-single__content__menu {
	margin-top: 40px;
}
/* CTAボタン */
.guidance__link-btn.bottom-link__admission.membership-btn {
	background: linear-gradient(90deg, #ec675e 0, #e9b081 100% )!important;
}
.guidance__link-btn.bottom-link__admission.t-btn.membership-btn {
	background: linear-gradient(180deg, #474746 0, #5b6063 100% )!important;
}
.bottom-link .guidance__link-btn.t-btn,
.guidance__link-btn.bottom-link__admission.membership-btn {
	color: #fff!important;
	border: none!important;
	position: relative;
}
.store-single .bottom-link {
	max-width: 100%!important;
}
.bottom-link.t-flex p.is-sp {
	width: 72%;
	margin: 28px auto 12px;
}
@media screen and (min-width: 768px) {
	.bottom-link .guidance__link-btn.t-btn,
	.guidance__link-btn.bottom-link__admission.membership-btn {
		font-size: 2rem;
		max-width: 485px!important;
		padding-right: 20px;
		box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25)!important;
	}
	.bottom-link__admission {
		line-height: 92px!important;
		border-radius: 99px!important;
	}
	.bottom-link .guidance__link-btn.t-btn::after,
	.guidance__link-btn.bottom-link__admission.membership-btn::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 12px solid #fff;
		position: absolute;
		top: 50%;
		right: 36px;
		transform: translateY(-50%);
	}
	.bottom-link.t-flex {
		display: none!important;
		margin-bottom: 0!important;
		position: fixed;
		right: 0;
		bottom: 20px;
		left: 0;
		z-index: 9;
	}
	.bottom-link.t-flex.pc-active {
		display: flex!important;
	}
}
@media screen and (max-width: 767px) {
	.bottom-link .guidance__link-btn.t-btn,
	.guidance__link-btn.bottom-link__admission.membership-btn {
		font-size: 1.6rem;
	}
}
/* 設備 */
.store-single__content__facility__service__banner p {
	margin-top: 20px!important;
}
@media screen and (min-width: 768px) {
	.store-single__content__facility__service__banner img:nth-of-type(n+3) {
		margin-top: 20px!important;
	}
}


/* 一時的に上書き（MEMO: 引き継ぐかどうかは要件等！！） */
/* about */
.about__other-option-item {
	border-width: 1px!important;
}
.about__institution h2,
.about__institution__box > h3 {
	background-color: #f5f5f5!important;
}

@media screen and (min-width: 768px) {
	.about-page__container-s {
		margin-top: 120px!important;
	}
	.about-page__container-s + .scroll-images {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.about-page__container-s {
		margin-top: 60px!important;
	}
	.about__other-option {
		padding: 0 20px!important;
	}
	.about-page__container-s + .scroll-images {
		margin: 40px 0;
	}
}
.about__institution__box > h3 {
	font-size: 1.2rem!important;
}



/* -- Parts
-------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.is-sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.is-pc {
		display: none;
	}
}





/* -- list -- */
.note-list {
	font-size: 1rem;
	line-height: 1.5;
	color: #545353;
	margin-top: 12px;
}
.note-list li {
	text-indent: -1em;
	padding-left: 1em;
}

/* -- picture box -- */
.pic-box {
	background-color: #fff;
	text-align: left;
	display: flex;
	position: relative;
}
.pic-box .sub_title i {
	font-size: 2rem;
}
.pic-box-txt p {
	font-size: 1.2rem;
	line-height: 1.83;
}
.pic-box.type-personal[id] {
	margin-bottom: 40px;
	border: solid 1px var(--main-color);
	border-radius: 12px;
}

@container (min-width: 760px) {
	.pic-box-txt {
		flex: 1;
		order: 1;
		width: 47.6%;
		padding: 0 60px 60px;
	}
	.pic-box-img {
		order: 2;
		width: 52.4%;
	}
	.pic-box.type-personal[id] {
		align-items: center;
	}
	.pic-box.type-personal[id] .sub_title {
		margin-top: 0;
	}
	.pic-box.type-personal[id] figure {
		width: 48%;
	}
}

@container (max-width: 759px) {
	.pic-box {
		flex-direction: column;
	}
	.pic-box-txt {
		width: 100%;
		padding: 20px 28px 20px;
	}
	.pic-box-img {
		width: 100%;
	}
	.pic-box.type-personal .sub_title {
		margin: 0;
		position: absolute;
		top: 0;
	}
	.pic-box.type-personal .pic-box-img {
		margin-top: 60px;
	}
	.pic-box.type-personal[id] .sub_title {
		top: 24px;
	}
	.pic-box.type-personal[id] .pic-box-txt {
		padding: 20px 0 0;
	}
}



/* -- Title
-------------------------------------------------------------------------------- */
.sec_title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 28px;
}
.sub_title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.07em;
	margin: 12px 0 18px;
}
[class$="_title"] span:lang(en),
[class$="_title"] i {
	font-size: 1.2rem;
	font-style: normal;
	color: var(--main-color);
	letter-spacing: 0.08em;
	display: block;
	margin-bottom: 4px;
}
.sub_title span:lang(en) {
	margin-bottom: 12px;
}



/* -- Button
-------------------------------------------------------------------------------- */
/* -- button common -- */
a[class^="btn_"],
input[class^="btn_"],
button[class^="btn_"] {
	text-align: center;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	margin: auto;
	cursor: pointer;
	border-radius: 99px;
	position: relative;
}
#hdContact .btn_hd-navi {
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	background-color: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 40px;
}
#hdContact .btn_hd-navi i {
	margin-left: 4px;
}
.btn_white {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	color: var(--main-color);
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	border: solid 1px var(--main-color);
}
.btn_white::before {
	content: "";
	background: url(../img/re/slider_arrow.png) no-repeat right center / 28px 8px;
	display: block;
	width: 12px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	transition: all 0.3s ease;
}
.btn_white:hover::before {
	right: 12px;
}

@media screen and (min-width: 768px) {
	#hdContact .btn_hd-navi {
		font-size: 1.2rem;
		width: 186px;
		height: 40px;
	}
}

@media screen and (max-width: 767px) {
	#hdContact .btn_hd-navi {
		font-size: 1rem;
		width: 108px;
		height: 26px;
	}
}



/* -- Banner CTA
-------------------------------------------------------------------------------- */
@media (max-width: 1400px) {
	#bannerCTA {
		display: flex;
		column-gap: 8px;
		justify-content: space-between;
	}
}
#bannerCTA a[class^="bnr-CTA-"] {
	text-align: center;
	letter-spacing: 0.15em;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#bannerCTA a[class^="bnr-CTA-"] span {
	color: #fff;
	letter-spacing: 0.15em;
	display: inline-block;
}
a.bnr-CTA-visit {
	background: linear-gradient(180deg, #474746 0, #5b6063 100% );
}
a.bnr-CTA-join {
	background: linear-gradient(180deg, #ec675e 0, #e9b081 100% );
}

@media screen and (min-width: 1401px) {
	#bannerCTA a[class^="bnr-CTA-"] {
		width: 74px;
		margin: 16px 0;
		padding: 36px 0;
		border-radius: 10px 0 0 10px;
	}
	#bannerCTA a[class^="bnr-CTA-"] span {
		font-size: 1.8rem;
		writing-mode: vertical-rl;
	}
}

@media (max-width: 1400px) {
	#bannerCTA a[class^="bnr-CTA-"] {
		height: 60px;
		border-radius: 10px;
	}
	#bannerCTA a.bnr-CTA-visit {
		width: 58%;
	}
	#bannerCTA a.bnr-CTA-join {
		width: 42%;
	}
	#bannerCTA a[class^="bnr-CTA-"] span {
		font-size: 1.2rem;
	}
}

#pageBannerCTA {
	max-width: 840px;
	margin: 20px auto;
	padding: 0 20px;
}
#pageBannerCTA a {
	display: block;
}



/* -- Animation
-------------------------------------------------------------------------------- */
/* -- swiper -- */
.slide-wrapper {
	text-align: center;
	position: relative;
}
span[class^="swiper-button-"] {
	display: block;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	margin: 0 15px;
	border: solid 1px var(--main-color);
	border-radius: 50%;
	position: relative;
	z-index: 0;
	inset: 0;
}
[class^="swiper-button-"]::after {
	content: "";
	background: url(../img/re/slider_arrow.png) no-repeat center center / 28px 8px;
	display: block;
	width: 28px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	transition: all 0.3s ease;
}
.swiper-button-prev::after {
	left: 50%;
	transform: rotate(180deg);
}
.swiper-button-next::after {
	right: 50%;
}
.swiper-button-prev:hover::after {
	left: 30%;
}
.swiper-button-next:hover::after {
	right: 30%;
}
.swiper-pagination {
	color: var(--main-color);
	padding: 0 20px;
	position: relative;
	inset: 0;
}
.progressbar {
	background: #dadada;
	overflow: hidden;
	height: 2px;
	border-radius: 1px;
}
.progressbar span {
	background: var(--main-color);
	display: inline-block;
	width: 100%;
	border-radius: 7px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition-timing-function: linear;
}

@container (min-width: 760px) {
	.slider-control {
		display: flex;
		align-items: center;
		position: absolute;
		bottom: 0;
		left: 45px;
		z-index: 1;
	}
	.progressbar {
		width: calc(47.6% - 120px);
		position: absolute;
		bottom: 45px;
		left: 60px;
		z-index: 1;
	}
}

@container (max-width: 759px) {
	.slider-control {
		display: inline-flex;
		align-items: center;
	}
	.progressbar {
		margin: 0 30px 12px;
		position: relative;
	}
}

/* -- Scroll images -- */
/* .scroll-images::after {
	content: "";
	display: block;
	margin-top: 16px;
}

@container (min-width: 1000px) {
	.scroll-images::after {
		background: url(../img/re/slider_PC.png) repeat-x left 0 bottom 0 / 3516px 232px;
		padding-bottom: 232px;
		animation: bgScroll_PC 120s linear infinite;
	}
	@keyframes bgScroll_PC {
		from {
			background-position: left 0 bottom 0;
		}
		to {
			background-position: left -3516px bottom 0;
		}
	}
}

@container (max-width: 999px) {
	.scroll-images::after {
		background: url(../img/re/slider_SP_01.png) repeat-x left 0 top 0, url(../img/re/slider_SP_02.png) repeat-x left 0 bottom 0;
		background-size: 877px 116px, 882px 116px;
		padding-bottom: 240px;
		animation: bgScroll_SP 60s linear infinite;
	}
	@keyframes bgScroll_SP {
		from {
			background-position: left 0 top 0, left 0 bottom 0;
		}
		to {
			background-position: left -877px top 0, left 882px bottom 0;
		}
	}
} */




/* -- Home
-------------------------------------------------------------------------------- */
/* -- key visual -- */
#kv {
	position: relative;
}
#kv::before {
	content: "";
	background: rgba(218, 218, 218, 0.3);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
#kv h2 {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
}
#kvMovie {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#kvMovie img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
#kv p[class^="kv-"] {
	position: absolute;
	z-index: 4;
}
#kvAfterText {
	background-color: #f6f6f6;
	text-align: center;
	height: 40px;
	padding-top: 12px;
	position: relative;
}
#kvAfterText::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 15px solid #f6f6f6;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	z-index: 1;
}
#kvAfterText p {
	font-size: 1.4rem;
}

@container (min-width: 1000px) {
	#kv .kv-icon {
		width: 294px;
		bottom: 36px;
	}
	@container (max-width: 1200px) {
		#kv .kv-icon {
			width: 30%;
		}
	}
}

@container (max-width: 999px) {
	#kv .kv-icon {
		width: 162px;
		bottom: 60px;
	}
}

@media screen and (min-width: 768px) {
	#kv {
		aspect-ratio: 360 / 163;
	}
	#kv h2 img {
		width: auto;
		height: 100%;
	}
	#kv::after {
		content: "";
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
		display: block;
		width: 15%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 19.5%;
		z-index: 1;
	}
	#kv.store-kv {
		margin-top: -45px;
	}
	#kvMovie {
		height: 100%;
		aspect-ratio: 16 / 9;
	}
	#kvAfterText {
		margin-top: 20px;
		margin-bottom: 36px;
	}
	#kv .kv-icon {
		right: 94px;
	}
	#kv .kv-note {
		width: 189px;
		right: 94px;
		bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	#kv {
		aspect-ratio: 442 / 648;
	}
	#kv.store-kv {
		margin-top: calc((-45 / 750) * 100vw);
	}
	#kvMovie {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#kvAfterText {
		max-width: initial;
		margin: 10px 0 28px;
	}
	#kv h2 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#kv .kv-icon {
		right: 6px;
	}
	#kv .kv-note {
		width: 112px;
		right: 12px;
		bottom: 28px;
	}
}

@container (max-width: 759px) {
	#personal .pic-box.type-personal .pic-box-img {
		padding-right: 28px;
		padding-left: 28px;
	}
}

/* -- anchor navi -- */
#anchorNavi {
	max-width: 1040px;
	margin: 20px auto 0;
	padding: 0 20px;
}
#anchorNavi ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#anchorNavi ul::after {
	content: "";
	display: block;
	height: 1px;
}
#anchorNavi ul li {
	padding-bottom: 16px;
}
#anchorNavi ul li a {
	font-size: 1.2rem;
	background-color: #f5f5f5;
	text-align: center;
	display: block;
	height: 68px;
	padding: 28px 20px 0 0;
	border-radius: 99px;
	position: relative;
}
#anchorNavi ul li i {
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}
#anchorNavi ul li a:hover i {
	transform: translateY(0);
}

@container (min-width: 1000px) {
	#anchorNavi ul li,
	#anchorNavi ul:after {
		width: calc(20% - 16px);
	}
}

@container (min-width: 640px) and (max-width: 999px) {
	#anchorNavi ul li,
	#anchorNavi ul:after {
		width: calc(33.333% - 16px);
	}
}

@container (max-width: 639px) {
	#anchorNavi ul li,
	#anchorNavi ul:after {
		width: calc(50% - 16px);
	}
}

/* -- About -- */
#about {
	max-width: 1000px;
	margin: 80px auto;
}
#aboutSlideWrap .pic-box .sub_title i {
	font-size: 2rem;
}

/* -- personal -- */
#personal {
	max-width: 1000px;
	margin: 80px auto;
}
#personal .btn_box {
	margin-top: 28px;
}



/* -- Store archive
-------------------------------------------------------------------------------- */
#storeArchive {
	max-width: 1080px;
	margin: 80px auto;
	padding: 0 40px;
}
#storeArchive h2 {
	font-weight: 700;
	color: #484848;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 3rem;
	position: relative;
}
#storeArchive h2::after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-top: solid 3px #484848;
	border-right: solid 3px #484848;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	right: -2.5rem;
	transform: translatey(-50%) rotate(45deg);
}
.pref_wrap {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #cdcdcd;
}
.store_list {
	display: flex;
	row-gap: 40px;
	column-gap: 48px;
	flex-flow: row wrap;
}
.store_list li a {
	display: block;
}
.store_list li h3 {
	font-weight: 700;
	text-decoration: underline;
}
.store_list li figure {
	overflow: hidden;
	margin: 12px 0;
	aspect-ratio: 24 / 16;
}
.store_list li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.store_list li p {
	font-size: 1.4rem;
	line-height: 1.5;
}
.store_list li p b {
	color: var(--main-color);
}

@container (min-width: 480px) {
	#storeArchive h2 {
		font-size: 3rem;
	}
	.store_list li h3 {
		font-size: 1.8rem;
	}
	.store_list li {
		width: calc(50% - 24px);
	}
}

@container (max-width: 479px) {
	#storeArchive h2 {
		font-size: 2rem;
	}
	.store_list li h3 {
		font-size: 1.6rem;
	}
	.store_list li {
		width: 100%;
	}
}



/* -- Store single
-------------------------------------------------------------------------------- */
@container (min-width: 760px) {
	#storeSinglePersonal {
		align-items: center;
		padding: 32px 48px;
	}
	#storeSinglePersonal .pic-box-txt {
		padding: 0 28px 0 0;
	}
}

@container (max-width: 759px) {
	#storeSinglePersonal {
		padding: 24px 36px;
	}
}



/* -- About
-------------------------------------------------------------------------------- */
#aboutLead {
	text-align: center;
	padding: 52px 0 0;
}
#aboutLead p {
	font-size: 1.2rem;
	line-height: 1.83;
	letter-spacing: 0.175em;
	margin-bottom: 40px;
}
#aboutLead strong {
	color: var(--main-color);
}

@container (min-width: 760px) {
	.about-wrap {
		max-width: 1080px;
		margin: 60px auto;
		padding: 0 40px;
	}
	.about-wrap:nth-last-of-type(2n) .pic-box-txt {
		order: 3;
	}
}

@container (max-width: 759px) {
	.about-wrap {
		margin: 40px auto;
	}
	.about-wrap .about__institution {
		margin: 0 28px;
	}
	.about-wrap .pic-box-txt {
		order: 0;
		padding-top: 0;
	}
	.about-wrap .pic-box-img {
		order: 1;
	}
}

































@container (min-width: 760px) {
	#aboutPersonal {
		padding: 44px 68px;
	}
	#aboutPersonal .pic-box-txt {
		padding: 0 92px 0 0;
	}
}

@container (max-width: 759px) {
	#aboutPersonal {
		margin: 0 20px;
		padding: 24px 36px;
	}
}
