.store-single .bottom-link {
	/* 	flex-direction: column; */
	align-items: center;

/* 	max-width: 62.4375vw; */
	max-width: 66rem;
	margin: 0 auto;
	margin-bottom: 2.9125vw;
}
.store-single .bottom-link a {
	font-size: 16px;
	margin-right: 0;
	margin-left: 0;
}

.store-single .bottom-link,
.store-single .line-guidance {
	text-align: center;
	/* margin-bottom: 0.9125vw; */
}
@media screen and (max-width: 768px) {
	.store-single .bottom-link {
		margin: 0 auto;
		margin-bottom: 0;
	}
}


/* お店を探す */
.store .under-mv {
	background-image: url(../img/under-mv3.png);
}
@media (max-width: 768px) {
	.store .under-mv {
		background-image: url(../img/under-mv3sp.png);
	}
}
/* アーカイブページ */
.store-search {
	margin-bottom: 8rem;
}
.store-search__bg {
	background: url(../img/about-top-bg@2x.png) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 3rem 0;
}
.store-search__bg h1 {
	font-size: 1.4rem;
	font-weight: 500;
	margin: 2rem 0 3rem;
}
.store-archive {
	margin-bottom: 10rem;
}
.store-archive__list__wrap {
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	border-bottom: 1px dashed #cdcdcd;
}
.store-archive__list__wrap h2 {
	font-size: 3rem;
	font-weight: 700;
	color: #484848;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 3rem;
	position: relative;
}
.store-archive__list__wrap 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);
}
.store-archive__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.store-archive__list__content {
	width: calc((100% - 40px * 3) / 4);
	margin-left: 40px;
}
.store-archive__list__content:nth-of-type(4n+1) {
	margin-left: 0;
}
.store-archive__list__content:nth-of-type(n+5) {
	margin-top: 60px;
}
.store-archive__list__content a h3 {
	font-size: 1.8rem;

/* 	font-weight: 700; */
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	color: #484848;
	margin-bottom: 1rem;
}
.store-archive__list__content__adress {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.store-archive__list__content__adress p {
	font-size: 1.4rem;
	line-height: 1.3;
}
.store-archive__list__content__adress p.red {
	color: #ef857d;
	margin-top: 1rem;
}
.store-image {
	display: block;
}
@media (min-width: 769px) {
	.store-image {
		height: 0;
		padding-top: 62.5%;
		position: relative;
	}
	.store-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
	}
}


@media (max-width: 768px) {
	.store-archive {
		margin-bottom: calc((100 / 750) * 100vw);
	}
	.store-search {
		margin-bottom: calc((100 / 750) * 100vw);
	}
	.store-search__bg {
		padding: calc((30 / 750) * 100vw) 0 calc((60 / 750) * 100vw);
	}
	.store-search__bg h1 {
		font-size: calc((22 / 750) * 100vw);
		margin: calc((20 / 750) * 100vw) 0 calc((60 / 750) * 100vw);
	}
	.store-archive__list__wrap {
		margin-bottom: calc((100 / 750) * 100vw);
		padding-bottom: 0;
		border-bottom: none;
	}
	.store-archive__list__wrap h2 {
		font-size: calc((50 / 750) * 100vw);
		margin-bottom: calc((30 / 750) * 100vw);
	}
	.store-archive__list__wrap h2::after {
		width: calc((20 / 750) * 100vw);
		height: calc((20 / 750) * 100vw);
		right: calc((-25 / 750) * 100vw);
	}
	.store-archive__list {
		flex-direction: column;
	}
	.store-archive__list__content {
		width: 100%;
		margin-top: 0px!important;
		margin-bottom: 20px;
		margin-left: 0px!important;
	}
	.store-archive__list__content a {
		display: flex;
		column-gap: calc((30 / 750) * 100vw);
		align-items: center;
		flex-wrap: wrap;
	}
	.store-archive__list__content a img {
		flex-shrink: 0;
		width: calc((261 / 750) * 100vw);
		height: calc((151 / 750) * 100vw);
		object-fit: cover;
	}
	.store-archive__list__content a h3 {
		font-size: calc((28 / 750) * 100vw);
		width: 100%;
		margin-bottom: calc((14 / 750) * 100vw);
		padding-bottom: calc((10 / 750) * 100vw);
		border-bottom: calc((2 / 750) * 100vw) dashed #cdcdcd;
	}
	.store-archive__list__content__adress {
		flex: 1;
		margin-top: 0;
		margin-bottom: 0;
	}
	.store-archive__list__content__adress p {
		font-size: calc((26 / 750) * 100vw);
		line-height: 1.4;
	}
	.store-archive__list__content__adress p.red {
		margin-top: calc((10 / 750) * 100vw);
	}
}

/* シングルページ */
/* .store-single__content h2 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	padding: 2.5rem 3.4rem;
	background-color: #F7F6F0;
} */
.store-single__content__slide__wrap {
	margin-bottom: 5rem;
}
.store-single__content__slide {
	margin-bottom: 1.4rem;
}
.store-single__content__slide__wrap img {
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1.634 / 1;
}
.store-single__content__thumbnail__img {
	width: 5rem !important;
	height: 5rem;
	margin: 0 1rem;
	cursor: pointer;;
}
.slick-prev,
.slick-next {
	background-color: #fff;
	width: 3.2rem;
	height: 3.2rem;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.3s ease-out;
}
.slick-prev:hover,
.slick-next:hover {
	background-color: #fff;
	opacity: 0.8;
}
.slick-prev {
	left: 1.6rem;
}
.slick-next {
	right: 1.6rem;
}
.slick-prev::before,
.slick-next::before {
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	opacity: 1;
	border-bottom: 2px solid #d0b8b8;
	border-left: 2px solid #d0b8b8;
	position: absolute;
}
.slick-prev::before {
	top: 55%;
	left: 1.2rem;
	transform: rotate(45deg) translate(-50%,-50%);
}
.slick-next::before {
	top: 10%;
	right: 1.2rem;
	transform: rotate(-135deg) translate(-50%,-50%);
}
.store-single__content__flex {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2.6rem;
	padding-bottom: 2.6rem;
	border-bottom: 1px solid #777;
}
.store-single__content__flex__left {
	width: 50%;
	max-width: 50rem;
	height: 30.8rem;
}
.store-single__content__flex__right {
	margin-left: 1.7rem;
}
.store-single__content__flex__right__adress {
	margin-bottom: 2.2rem;
}
.store-single__content__flex__right__adress span {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2;
}
.store-single__content__flex__right__adress p {
	font-size: 1.6rem;
	line-height: 2;
}
.store-single__content__flex__right__station__flex {
	display: flex;
}
.store-single__content__flex__right__station__flex {
	margin-bottom: 5px;
}
.store-single__content__flex__right__station__flex span {
	font-size: 1.6rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12.1rem;
	height: 3.7rem;
	margin-right: 2.5rem;
	border: 1px solid #d6d6d6;
}
.store-single__content__flex__right__station__flex p {
	font-size: 1.6rem;
	line-height: 2;
}
.store-single__content__bottom {
	margin-bottom: 3rem;
}
.store-single__content__bottom span {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2;
}
.store-single__content__bottom p {
	font-size: 1.6rem;
	line-height: 2;
}
.store-single__more {
	text-align: center;
	margin-bottom: 5rem;
}
.store-single__more a {
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 310px;
	height: 5.8rem;
	margin: 0 auto;
	border: 2px solid #444;
	border-radius: 3rem;
}
.store-single__faq {
	margin-bottom: 2.7rem;
}
.store-single__faq .l-accordion__header__inner__text {
	font-weight: 500;
}

@media (max-width: 768px) {
	/* 	.store-single__content h2 {
		font-size: calc((16 / 375) * 100vw);
		line-height: 2;
		padding: calc((10 / 375) * 100vw);
	} */
	.store-single__content__slide__wrap {
		margin-bottom: calc((27 / 375) * 100vw);
	}
	.store-single__content__slide {
		margin-bottom: calc((7 / 375) * 100vw);
	}
	.store-single__content__slide__wrap img {
		aspect-ratio: 1.634 / 1;
	}
	.store-single__content__thumbnail__img {
		width: calc((25 / 375) * 100vw) !important;
		height: calc((25 / 375) * 100vw);
		margin: 0 calc((2.5 / 375) * 100vw);
	}
	.slick-prev,
	.slick-next {
		width: calc((22 / 375) * 100vw);
		height: calc((22 / 375) * 100vw);
	}
	.slick-prev {
		left: calc((-10 / 375) * 100vw);
	}
	.top-mv .slick-prev {
		left: calc((5 / 375) * 100vw);
	}
	.slick-next {
		right: calc((-10 / 375) * 100vw);
	}
	.top-mv .slick-next {
		right: calc((5 / 375) * 100vw);
	}
	.slick-prev::before,
	.slick-next::before {
		width: calc((9 / 375) * 100vw);
		height: calc((9 / 375) * 100vw);
	}
	.slick-prev::before {
		top: 58%;
		left: calc((7.5 / 375) * 100vw);
		transform: rotate(45deg) translate(-50%,-50%);
	}
	.slick-next::before {
		top: 0;
		right: calc((7.5 / 375) * 100vw);
		transform: rotate(-135deg) translate(-50%,-50%);
	}
	.slick-slider .slick-list {
		padding: 0 !important;
	}
	.slick-track {
		display: flex;
	}
	.store-single__content__flex {
		flex-direction: column;
		margin-bottom: calc((20 / 375) * 100vw);
		padding-bottom: calc((16 / 375) * 100vw);
	}
	.store-single__content__flex__left {
		width: 100%;
		max-width: none;
		height: calc((207 / 375) * 100vw);
		margin-bottom: calc((13 / 375) * 100vw);
	}
	.store-single__content__flex__right {
		margin-left: 0;
	}
	.store-single__content__flex__right__adress {
		margin-bottom: calc((11 / 375) * 100vw);;
	}
	.store-single__content__flex__right__adress span {
		font-size: calc((16 / 375) * 100vw);
	}
	.store-single__content__flex__right__adress p {
		font-size: calc((16 / 375) * 100vw);
		line-height: 1.75;
	}
	.store-single__content__flex__right__station__flex {
		margin-bottom: calc((4 / 375) * 100vw);
	}
	.store-single__content__flex__right__station__flex span {
		font-size: calc((15 / 375) * 100vw);
		width: calc((92 / 375) * 100vw);
		height: calc((28 / 375) * 100vw);
		margin-right: calc((18 / 375) * 100vw);
	}
	.store-single__content__flex__right__station__flex p {
		font-size: calc((15 / 375) * 100vw);
	}
	.store-single__content__bottom {
		margin-bottom: 3rem;
	}
	.store-single__content__bottom span {
		font-size: calc((16 / 375) * 100vw);
	}
	.store-single__content__bottom p {
		font-size: calc((16 / 375) * 100vw);
	}
	.store-single .guidance__link-btn {
		width: calc((620 / 750) * 100vw);
		margin: 0 0 calc((22 / 750) * 100vw) !important;
	}
	.store-single__more {
		margin-bottom: calc((62 / 750) * 100vw);
	}
	.store-single__more a {
		font-size: calc((26 / 750) * 100vw);
		width: 290px;
		height: calc((83 / 750) * 100vw);
	}
	.u-mw.store-single__faq {
		max-width: 89.33333vw;
		/* 		width: 100%; */
	}
	.store-single__faq {
		margin-bottom: calc((42 / 750) * 100vw);
	}
}
/* .store-single__content__thumbnail.slick-slider .slick-track {
	transform:unset!important;
} */

/* singlestore */
.store-single__content {
	color: #212121;
}

.store-single__content__ttl {
	border-bottom: 1px dashed #cdcdcd;
}
@media screen and (min-width: 767px) {
	.store-single__content__ttl {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__ttl {
		margin-bottom: 1.25vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__ttl {
		margin-bottom: 3.2vw;
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__ttl p {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.7857142857;
		letter-spacing: 0.08em;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__ttl p {
		font-size: 0.875vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__ttl p {
		font-size: calc((22 / 750) * 100vw);
		font-weight: 500;
		line-height: 1.1363636364;
		letter-spacing: 0.08em;
	}
}
.store-single__content__ttl h1 {
	color: #ef857d;
}
@media screen and (min-width: 767px) {
	.store-single__content__ttl h1 {
		font-size: 34px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 2;
		letter-spacing: 0.08em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__ttl h1 {
		font-size: 2.125vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__ttl h1 {
		font-size: calc((34 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 2;
		letter-spacing: 0.08em;
		/*     font-weight: 700; */
	}
}

.store-single__content__banner {
	color: #bfbfbf;
	background-color: #f7f7f7;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 767px) {
	.store-single__content__banner {
		height: 43px;
		margin-bottom: 23px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__banner {
		height: 2.6875vw;
		margin-bottom: 1.4375vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__banner {
		height: 8vw;
		margin-bottom: 2.6666666667vw;
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__banner p {
		font-size: 20px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.04em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__banner p {
		font-size: 1.25vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__banner p {
		font-size: calc((26 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.04em;
		/*     font-weight: 700; */
	}
}
.store-single__campaign-wrap {
	margin: 0 auto;
}
.campaign-area {
	background: url("../img/canpaign-bg.png") no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;

/* 	padding: 46px 138px 70px; */
	padding: 2.3vw 7.1vw 3.6vw;
	position: relative;
	z-index: 2;
}
.campaign-title-small {
	font-size: 1.6rem;
	color: #fff;
}
h2.campaign-title-big {
	/* 	font-size: 3.6rem; */
	font-size: clamp(2.2rem, 1.8vw,3.6rem);
	color: #fff;
	background: transparent;
	padding: 0 0 20px;
}
.campaign-detail {
	background-color: #fff;
	margin-bottom: 35px;

/* 	padding: 50px 112px; */
	padding: 2.6vw 3.8vw;
	border-radius: 32px;
}
.campaign-detail__line {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.campaign-detail__line dt {
	/* 	font-size: 22.4px; */
	font-size: clamp(12px, 1.1vw, 22.4px);
	background-color: #eaf4ff;
	width: 25%;

/* 	padding: 11px 22px; */
	padding: 0.5vw 1.1vw;
}
.campaign-detail__line dd {
	/* 	font-size: 27px; */
	font-size: clamp(14px, 1.2vw,23px);
}
.campaign-detail__line dd:nth-child(2) {
	text-align: left;
	width: 30%;
	margin-left: 16px;
}
.campaign-detail__line dd:nth-child(3) {
	width: 7%;
}
.campaign-detail__line dd:nth-child(4) {
	font-weight: 600;
	color: #ef6a24;
	width: 40%;
	margin-left: 8px;
}
.inline__tax {
	/* 	font-size: 18px; */
	font-size: clamp(10px,0.9vw,18px);
}
.admission-zero {
	/* 	font-size: 75px; */
	font-size: clamp(26px,3.9vw,75px);
}
.campaign-arrow-fat {
	width: 70px;
	margin: 20px 0;
}
.campaign-detail__main {
	/* 	font-size: 38px; */
	font-size: clamp(18px,1.9vw,38px);
	font-weight: 600;
}
.campaign-detail__main span {
	/* 	font-size: 82.5px; */
	font-size: clamp(26px,4.2vw,82.5px);
	color: #ef6a24;
	vertical-align: -15%;
	letter-spacing: -0.06em;
}
.campaign-pariod p {
	font-size: 28px;
	color: #fff;
}

.campaign-text-inner p {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.campaign-area {
		background: url("../img/campaign-bg-sp.png") no-repeat;
		background-position: center;
		background-size: cover;
		padding: 46px 8vw 40px;
	}
	h2.campaign-title-big {
		/* 		font-size: 2.2rem; */
		padding: 0 0 6px;
	}
	.campaign-detail {
		margin-bottom: 12px;
		padding: 15px 4vw;
		border-radius: 12px;
	}
	.campaign-detail__line {
		align-items: center;
	}
	.campaign-detail__line dt {
		width: 25%;

/* 		font-size: 12px; */
		padding: 4px 0px;
	}
	.campaign-detail__line dd {
		/* 		font-size: 14px; */
	}
	.campaign-detail__line dd:nth-child(2) {
		width: 40%;
		margin-left: 4px;
	}
	.campaign-detail__line dd:nth-child(3) {
		width: 7%;
	}
	.campaign-detail__line dd:nth-child(4) {
		letter-spacing: -0.03em;
		width: 36%;
		margin-left: 4px;
	}
	.inline__tax {
		/* 		font-size: 10px; */
	}
	.admission-zero {
		font-size: 26px;
	}
	.campaign-arrow-fat {
		width: 36px;
		margin: 8px 0;
	}
	.campaign-detail__main {
		/* 		font-size: 18px; */
	}
	.campaign-detail__main span {
		vertical-align: -8%;

/* 		font-size: 26px; */
		letter-spacing: -0.06em;
	}
	.campaign-pariod p {
		font-size: 16px;
	}
}

.campaign-img {
	position: relative;
	z-index: 2;
}
.campaign-btn-block {
	position: relative;
}
.campaign-btn {
	background-color: #fff;
	text-align: center;
	width: 6.155rem;
	height: 6.153rem;
	border: 2px solid #3392ff;
	border-radius: 31px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}
.campaign-btn-arrow {
	color: #3392ff;
	vertical-align: 8px;
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 3px solid #3392ff;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
	.campaign-btn {
		width: 5.155rem;
		height: 5.153rem;
	}
	.campaign-btn-arrow {
		width: 20px;
		height: 20px;
	}
}
.on .campaign-btn-arrow {
	transform: translateY(50%) rotate(-45deg);
}
.campaign-text-wrap {
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: center;
	display: none;
}
.campaign-text-inner {
	background-color: #eaf4ff;
	padding: 50px 5vw;
}
.campaign-text__title {
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	/* 	font-weight: 900; */
}
.campaign-text__notis {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.campaign-text__title {
		width: 95%;
		margin: 0 auto;
	}
}

.store-single__content__bottom {
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #f6655a;
}
@media screen and (min-width: 767px) {
	.store-single__content__bottom {
		max-width: 999px;
		margin-bottom: 22px;
		padding: 30px 45px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__bottom {
		max-width: 62.4375vw;
		margin-bottom: 1.375vw;
		padding: 1.875vw 2.8125vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__bottom {
		max-width: 89.3333333333vw;
		margin-bottom: 5.3333333333vw;
		padding: 4vw 4.6666666667vw;
	}
}
.store-single__content__bottom span {
	color: #f6655a;
	display: block;
}
@media screen and (min-width: 767px) {
	.store-single__content__bottom span {
		font-size: 18px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.5;
		letter-spacing: 0.04em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__bottom span {
		font-size: 1.125vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__bottom span {
		font-size: calc((28 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.2853571429;
		letter-spacing: 0.04em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__bottom p {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.875;
		letter-spacing: 0.06em;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__bottom p {
		font-size: 0.875vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__bottom p {
		font-size: calc((28 / 750) * 100vw);
		font-weight: 500;
		line-height: 1.7857142857;
		letter-spacing: 0.06em;
	}
}

.store-single__content__price__bg {
	background-color: #ffe6e4;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 767px) {
	.store-single__content__price__bg {
		column-gap: 213px;
		height: 68px;
		margin-bottom: 16px;
		padding-left: 80px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__price__bg {
		column-gap: 13.3125vw;
		height: 4.25vw;
		margin-bottom: 1vw;
		padding-left: 5vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__price__bg {
		column-gap: 12.1333333333vw;
		height: 12vw;
		margin-bottom: 3.3333333333vw;
		padding-left: 3.7333333333vw;
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__price__bg .ttl {
		font-size: 14px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.04em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__price__bg .ttl {
		font-size: 0.875vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__price__bg .ttl {
		font-size: calc((28 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.04em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__price__bg .desc {
		font-size: 22.5px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__price__bg .desc {
		font-size: 1.40625vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__price__bg .desc {
		font-size: calc((30 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__price__bg .desc .small {
		font-size: 16.5px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0em;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__price__bg .desc .small {
		font-size: 1.03125vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__price__bg .desc .small {
		font-size: calc((22 / 750) * 100vw);
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0em;
	}
}

.store-single__content__price {
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 767px) {
	.store-single__content__price {
		max-width: 999px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__price {
		max-width: 62.4375vw;
		margin-bottom: 1.875vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__price {
		max-width: 89.3333333333vw;
		margin-bottom: 3.7333333333vw;
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__price p {
		font-size: 11px;
		font-weight: 500;
		line-height: 2;
		letter-spacing: 0em;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__price p {
		font-size: 0.6875vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__price p {
		font-size: calc((22 / 750) * 100vw);
		font-weight: 500;
		line-height: 1.9090909091;
		letter-spacing: 0em;
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__price p {
		padding-left: 80px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__price p {
		padding-left: 5vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__price p {
		padding-left: 3.7333333333vw;
	}
}

.store-single__content__table__wrap {
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 767px) {
	.store-single__content__table__wrap {
		max-width: 999px;
		margin-bottom: 90px;
		padding-left: 80px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__table__wrap {
		max-width: 62.4375vw;
		margin-bottom: 5.625vw;
		padding-left: 5vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__table__wrap {
		max-width: 89.3333333333vw;
		margin-bottom: 8.9333333333vw;
		padding-left: 3.7333333333vw;
	}
}

.store-single__content__table th {
	text-align: left;
	vertical-align: middle;
}
@media screen and (min-width: 767px) {
	.store-single__content__table th {
		font-size: 14px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.9285714286;
		letter-spacing: 0.04em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__table th {
		font-size: 0.875vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__table th {
		font-size: calc((28 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.2857142857;
		letter-spacing: 0.04em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__table th {
		width: 250px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__table th {
		width: 15.625vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__table th {
		width: 24vw;
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__table td {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.8214285714;
		letter-spacing: 0em;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__table td {
		font-size: 0.875vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__table td {
		font-size: calc((28 / 750) * 100vw);
		font-weight: 500;
		line-height: 1.2142857143;
		letter-spacing: 0em;
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__table td {
		padding: 18px 0;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__table td {
		padding: 1.125vw 0;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__table td {
		padding: 3.3333333333vw 0;
	}
}
@media screen and (min-width: 767px) {
	.store-single__content__table img {
		width: 33px;
		height: 33px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__table img {
		width: 2.0625vw;
		height: 2.0625vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__table img {
		width: 5.8666666667vw;
		height: 5.8666666667vw;
	}
}

@media screen and (min-width: 767px) {
	.store-single__content__map {
		height: 407px;
		margin-bottom: 58px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__map {
		height: 25.4375vw;
		margin-bottom: 3.625vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__map {
		height: 54.2666666667vw;
		margin-bottom: 5.7333333333vw;
	}
}
.store-single__content__map iframe {
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.store-single__staff {
	background-color: #ffeeeb;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.store-single__staff {
		margin: 21px 0 35px;
		padding: 42px 0;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__staff {
		margin: 1.3125vw 0 2.1875vw;
		padding: 2.625vw 0;
	}
}
@media screen and (max-width: 766px) {
	.store-single__staff {
		margin: 4.2666666667vw 0 7.3333333333vw;
		padding: 7.3333333333vw 0;
	}
}
.store-single__staff__btn {
	color: #ff7c7c;
	background-color: #fff;
	display: flex;
	column-gap: 8px;
	align-items: center;
	justify-content: center;
	width: 415px;
	height: 62px;
	margin: 0 auto;
	border: 4px solid #ff7c7c;
	border-radius: 10px;
	position: relative;
}
.store-single__staff__btn::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: solid 2px #ff7c7c;
	border-right: solid 2px #ff7c7c;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translatey(-50%) rotate(45deg);
}
.store-single__staff__btn span {
	font-size: 17.66px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	font-weight: 700;
	letter-spacing: 0.09em;
}
.store-single__staff__btn img {
	width: 18px;
	height: 18px;
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__staff__btn {
		column-gap: 0.5vw;
		width: 25.93vw;
		height: 3.875vw;
		border: 0.25vw solid #ff7c7c;
		border-radius: 0.625vw;
	}
	.store-single__staff__btn::after {
		width: 0.75vw;
		height: 0.75vw;
		right: 1.25vw;
	}
	.store-single__staff__btn span {
		font-size: 1.10375vw;
	}
	.store-single__staff__btn img {
		width: 1.125vw;
		height: 1.125vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__staff__btn {
		column-gap: 1vw;
		width: 75.866667vw;
		height: 11.8666667vw;
		border: 0.533333vw solid #ff7c7c;
		border-radius: 1.33333vw;
	}
	.store-single__staff__btn::after {
		width: 2vw;
		height: 2vw;
		right: 4vw;
	}
	.store-single__staff__btn span {
		font-size: 3.2vw;
	}
	.store-single__staff__btn img {
		width: 3.2vw;
		height: 3.2vw;
	}
}


/* 検索 */
@media screen and (min-width: 767px) {
	.store-search__pref dt {
		font-size: 14px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.02em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-search__pref dt {
		font-size: 0.875vw;
	}
}
@media screen and (max-width: 766px) {
	.store-search__pref dt {
		font-size: calc((28 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.02em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.store-search__pref dt {
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-search__pref dt {
		margin: 0 0 1.25vw;
	}
}
@media screen and (max-width: 766px) {
	.store-search__pref dt {
		margin: 0 0 4.2666666667vw;
	}
}

.store-search__pref__item {
	display: flex;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 767px) {
	.store-search__pref__item {
		column-gap: 16px;
		align-items: center;
		width: 500px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-search__pref__item {
		column-gap: 1vw;
		width: 31.25vw;
	}
}
@media screen and (max-width: 766px) {
	.store-search__pref__item {
		row-gap: 1.3333333333vw;
		align-items: flex-start;
		flex-direction: column;
		width: 89.3333333333vw;
	}
}
@media screen and (min-width: 767px) {
	.store-search__pref__item.mb {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-search__pref__item.mb {
		margin-bottom: 3.125vw;
	}
}
@media screen and (max-width: 766px) {
	.store-search__pref__item.mb {
		margin-bottom: 4vw;
	}
}
.store-search__pref__item h2 {
	color: #484848;
}
@media screen and (min-width: 767px) {
	.store-search__pref__item h2 {
		font-size: 13px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.02em;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-search__pref__item h2 {
		font-size: 0.8125vw;
	}
}
@media screen and (max-width: 766px) {
	.store-search__pref__item h2 {
		font-size: calc((24 / 750) * 100vw);
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.02em;
	}
}
.store-search__pref__item ul {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 767px) {
	.store-search__pref__item ul {
		column-gap: 16px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-search__pref__item ul {
		column-gap: 1vw;
	}
}
@media screen and (max-width: 766px) {
	.store-search__pref__item ul {
		column-gap: 3.2vw;
	}
}
.store-search__pref__item ul li:not(:last-of-type) {
	position: relative;
}
.store-search__pref__item ul li:not(:last-of-type)::after {
	content: "";
	background-color: #e97f77;
	display: block;
	width: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
	.store-search__pref__item ul li:not(:last-of-type)::after {
		height: 11px;
		right: -8px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-search__pref__item ul li:not(:last-of-type)::after {
		height: 0.6875vw;
		right: -0.5vw;
	}
}
@media screen and (max-width: 766px) {
	.store-search__pref__item ul li:not(:last-of-type)::after {
		height: 2.6666666667vw;
		right: -1.6vw;
	}
}
.store-search__pref__item ul span,
.store-search__pref__item ul a {
	white-space: nowrap;
}
@media screen and (min-width: 767px) {
	.store-search__pref__item ul span,
	.store-search__pref__item ul a {
		font-size: 13px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.02em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-search__pref__item ul span,
	.store-search__pref__item ul a {
		font-size: 0.8125vw;
	}
}
@media screen and (max-width: 766px) {
	.store-search__pref__item ul span,
	.store-search__pref__item ul a {
		font-size: calc((24 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.02em;
		/*     font-weight: 700; */
	}
}
.store-search__pref__item ul span {
	color: #fff;
}
.store-search__pref__item ul a {
	color: #e97f77;
}

.manager-comment__btn-wrap {
	text-align: center;
	padding-top: 16px;
}
.manager-comment__btn {
	font-size: 1.2rem;
	font-weight: 500;
	color: #f6655a;
	padding: 4px 16px 4px 32px;
	border: 2px solid #f6655a;
	border-radius: 30px;
	position: relative;
}
.manager-comment__btn::before {
	content: "";
	background-color: #f6655a;
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.manager-comment__btn.on::before {
	height: 0;
}
.manager-comment__btn::after {
	content: "";
	background-color: #f6655a;
	width: 12px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.manager-comment__text {
	overflow: hidden;
	max-height: 0;
}
.manager-comment__text.on {
	max-height: 300px;
}

.t-sns__flex {
	display: flex;
	align-items: center;
	justify-content: start;
}
.t-sns__flex p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-left: 4px;
	padding-left: 20px;
	position: relative;
}
.t-sns__flex p::before {
	content: "←";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
}
.t-color__pink {
	font-size: 14px;
	font-weight: bold;
	color: #f6655a;
}

/*  盛山追記 キャンペーン画像エリア */
.campaign-area-image {
	background-color: #ffeeeb;
	padding: 20px 30px;
}
.campaign-area-image {
	background-color: #ffeeeb;
	text-align: center;
	margin: 14px 0px 1rem;
	padding: 2% 2% 4%;
}
.campaign-area-image p img {
	max-width: 600px;
}
.campaign-area-image p {
	margin-top: 15px;
}

/*  盛山追記 会津入会ボタン調整 */
@media (min-width: 769px) {
	.membership-btn {
		width: 90% !important;
		max-width: 450px;
	}
}

/* 新店舗デザイン追加css2023/01/16 */
.bottom-link.t-flex {
	display: flex;
	column-gap: 32px;
	justify-content: center;
}
.store-single__content__menu {
	padding: 20px 0;
	box-shadow: 0 0 16px #e7e7e7;
}
.single__content__menu__list {
	display: flex;
	column-gap: 80px;
	align-items: center;
	justify-content: center;
}
.single__content__menu__list li:not(:last-of-type) {
	position: relative;
}
.single__content__menu__list li:not(:last-of-type)::after {
	content: "";
	background-color: #bfbfbf;
	display: block;
	width: 1px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translatey(-50%);
}
.single__content__menu__list a,
.single__content__menu__list span {
	font-size: 15px;
	color: #545454;
	letter-spacing: 0.06em;
}
.single__content__menu__list span {
	color: #d8d8d8;
}
.store-single__content__campaign__bg {
	background-color: #ffeeeb;
	padding: 44px 0 10px;
}
.store-single__content__campaign__flex {
	display: flex;
	column-gap: 16px;
	align-items: flex-start;
	justify-content: center;
	max-width: 1480px;
	margin: auto;
	margin-bottom: 32px;
}
.store-single__content__campaign__flex span {
	display: block;
}
.store-single__content__campaign__flex img {
	width: 624px;
	max-width: 100%;
	height: auto;
}
.store-single__content__about__bg {
	background: url(../img/about-top-bg@2x.png) no-repeat;
	background-size: cover;
	padding: 46px 0 32px;
}
.store-single__content__about__flex {
	display: flex;
	justify-content: space-between;
}
.store-single__content__about__text img {
	display: block;
	width: 250px;
	height: 37px;
	margin-bottom: 16px;
}
.store-single__content__about__text p {
	font-size: 14px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	line-height: 2.14;
	letter-spacing: 0.11em;
}
.store-single__content__about__text p span {
	color: #f85b4f;
}
.store-single__content__about__img {
	display: flex;
	column-gap: 14px;
	align-items: center;
}
.store-single__content__about__img img {
	width: 180px;
	height: auto;
}
.store-single__content__about__bg .caution {
	font-size: 11px;
	color: #6f6f6f;
	text-align: right;
	margin-top: 10px;
}
.store-single__moreImg {
	margin-top: 70px;
	margin-bottom: 23px;
}
.store-single__moreImg a {
	display: flex;
	justify-content: center;
}
.store-single__moreImg img {
	width: 999px;
}
.store-single__content__insta {
	padding: 60px 0 45px;
}
.store-single__content__insta__inner {
	max-width: 900px;
	margin: 0 auto;
}
.store-single__subttl__wrap {
	text-align: center;
}
.store-single__subttl {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}
.store-single__subttl .u-en {
	font-size: 37.85px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: rotate(-8.75deg) translate(-50%,-80%);;
}
.store-single__subttl .u-ja {
	font-size: 30px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	letter-spacing: 0.02em;
	position: relative;
	z-index: 2;
}
.store-single__subttl__wrap p,
.store-single .line-guidance {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}
.store-single__content__insta__img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.store-single__content__insta__img img {
	width: 208px;
	height: 208px;
	object-fit: cover;
}
.store-single__content__insta__link {
	display: flex;
	column-gap: 16px;
	align-items: center;
	justify-content: center;
}
.store-single__content__insta__link p {
	font-size: 17.74px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	letter-spacing: 0.06em;
	display: flex;
}
.store-single__content__insta__link a {
	font-size: 16px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	color: #fff;
	background-image: -moz-linear-gradient( -163deg, rgb(242,163,81) 0%, rgb(230,65,65) 26%, rgb(195,42,114) 51%, rgb(172,48,140) 77%, rgb(82,70,154) 100%);
	background-image: -webkit-linear-gradient( -163deg, rgb(242,163,81) 0%, rgb(230,65,65) 26%, rgb(195,42,114) 51%, rgb(172,48,140) 77%, rgb(82,70,154) 100%);
	background-image: -ms-linear-gradient( -163deg, rgb(242,163,81) 0%, rgb(230,65,65) 26%, rgb(195,42,114) 51%, rgb(172,48,140) 77%, rgb(82,70,154) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 175px;
	height: 34px;
	border-radius: 17px;
	box-shadow: 3px 0 6px #dadada;
}
.store-single__content__flow {
	margin-bottom: 30px;
}
.store-single__content__flow__bg {
	background-color: #ffeeeb;
	text-align: center;
	padding: 60px 0;
}
.store-single__content__flow__flow {
	display: flex;
	column-gap: 36px;
	justify-content: center;
	margin-bottom: 24px;
}
.store-single__content__flow__flow p {
	font-size: 25px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	line-height: 1.4;
	color: #fff;
	background-color: #f99;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 230px;
	border-radius: 50%;
}
.font-size-smoll {
	font-size: max(1.3vw, 10px) !important;
}
.store-single__content__flow__flow p:not(:last-of-type) {
	color: #ff8787;
	background-color: #fff;
	position: relative;
}
.store-single__content__flow__flow p:not(:last-of-type)::after {
	content: "";
	border: 16px solid transparent;
	border-left: 24px solid #fff;
	position: absolute;
	top: 50%;
	left: 98%;
	transform: translatey(-50%);
}
.store-single__content__flow__text .large {
	font-size: 20px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	color: #ff8787;
	letter-spacing: 0.025em;
	margin-bottom: 8px;
}
.store-single__content__flow__text .small {
	font-size: 14px;
	color: #ff8787;
	margin-top: 10px;
}
.store-single__content__flow__text .small a {
	text-decoration: underline;
}

@media screen and (max-width: 1600px) and (min-width: 767px) {
	.bottom-link.t-flex {
		column-gap: 2vw;
	}
	.store-single__content__menu {
		padding: 1.25vw 0;
	}
	.single__content__menu__list {
		column-gap: 5vw;
	}
	.single__content__menu__list li:not(:last-of-type)::after {
		height: 1.3125vw;
		right: -2.5vw;
	}
	.single__content__menu__list a {
		font-size: 0.9375vw;
	}
	.store-single__content__campaign__bg {
		padding: 2.75vw 0 0.625vw;
	}
	.store-single__content__campaign__inner {
		padding: 0 16px;
	}
	.store-single__content__campaign__flex {
		column-gap: 1vw;
		margin-bottom: 2vw;
	}
	.store-single__content__campaign__flex img {
		width: 39vw;
	}
	.store-single__content__about__bg {
		padding: 2.875vw 0 2vw;
	}
	.store-single__content__about__bg .u-mw {
		max-width: 62.4375vw;
		margin: 0 auto;
	}
	.store-single__content__about__text img {
		width: 15.625vw;
		height: 2.3125vw;
		margin-bottom: 1.111111vw;
	}
	.store-single__content__about__text p {
		font-size: 0.875vw;
	}
	.store-single__content__about__img {
		column-gap: 0.875vw;
	}
	.store-single__content__about__img img {
		width: 11.25vw;
	}
	.store-single__content__about__bg .caution {
		font-size: 0.6875vw;
		margin-top: 0.625vw;
	}
	.store-single__moreImg {
		margin-top: 4.375vw;
		margin-bottom: 1.4375vw;
	}
	.store-single__moreImg img {
		width: 62.4375vw;
	}
	.store-single__content__insta {
		padding: 3.75vw 0 2.8125vw;
	}
	.store-single__content__insta__inner {
		max-width: 56.25vw;
	}
	.store-single__subttl {
		margin-bottom: 1.25vw;
	}
	.store-single__subttl .u-en {
		font-size: 2.365625vw;
	}
	.store-single__subttl .u-ja {
		font-size: 1.875vw;
	}
	.store-single__subttl__wrap p,
	.store-single .line-guidance {
		font-size: 0.875vw;
		margin-bottom: 1.25vw;
	}
	.store-single__content__insta__img {
		margin-bottom: 1vw;
	}
	.store-single__content__insta__img img {
		width: 13vw;
		height: 13vw;
	}
	.store-single__content__insta__link {
		column-gap: 1vw;
	}
	.store-single__content__insta__link p {
		font-size: 1.10875vw;
	}
	.store-single__content__insta__link a {
		font-size: 1vw;
		width: 10.9375vw;
		height: 2.125vw;
		border-radius: 1.0725vw;
	}
	.store-single__content__flow {
		margin-bottom: 1.875vw;
	}
	.store-single__content__flow__bg {
		padding: 3.75vw 0;
	}
	.store-single__content__flow__flow {
		column-gap: 2.25vw;
		margin-bottom: 1.5vw;
	}
	.store-single__content__flow__flow p {
		font-size: 1.5625vw;
		width: 14.375vw;
		height: 14.375vw;
	}
	.font-size-smoll {
		font-size: 1.2625vw !important;
	}
	.store-single__content__flow__flow p:not(:last-of-type)::after {
		border: 1vw solid transparent;
		border-left: 1.5vw solid #fff;
	}
	.store-single__content__flow__text .large {
		font-size: 1.25vw;
		margin-bottom: 0.5vw;
	}
	.store-single__content__flow__text .small {
		font-size: 0.875vw;
	}
}
@media screen and (max-width: 766px) {
	.bottom-link.t-flex {
		flex-direction: column;
	}
	.store-single__content__menu {
		padding: 2.4vw 0;
	}
	.single__content__menu__list {
		column-gap: 12vw;
	}
	.single__content__menu__list li:not(:last-of-type)::after {
		height: 4.8vw;
		right: -6vw;
	}
	.single__content__menu__list a {
		font-size: 2.93333vw;
	}
	.store-single__content__campaign__bg {
		padding: 3.73333vw 0 0.5vw;
	}
	.store-single__content__campaign__flex {
		row-gap: 2vw;
		column-gap: 0;
		align-items: center;
		flex-flow: column;
		margin-bottom: 3.6vw;
	}
	.store-single__content__campaign__flex img {
		width: 95vw;
	}
	.store-single__content__about__flex {
		row-gap: 3vw;
		align-items: center;
		flex-direction: column;
	}
	.store-single__content__about__bg {
		text-align: center;
		padding: 7.2vw 0;
	}
	.store-single__content__about__text img {
		width: 39.73333vw;
		height: 5.8666667vw;
		margin: 0 auto 4vw;
	}
	.store-single__content__about__text p {
		font-size: 3.2vw;
	}
	.store-single__content__about__img {
		column-gap: 3.2vw;
	}
	.store-single__content__about__img img {
		width: 24vw;
	}
	.store-single__moreImg {
		margin-top: 0;
		margin-bottom: 4vw;
	}
	.store-single__moreImg img {
		width: 89.33333vw;
	}
	.store-single__content__insta {
		padding: 10vw 0 12vw;
	}
	.store-single__content__insta__inner {
		max-width: 86.6666667vw;
	}
	.store-single__subttl {
		margin-bottom: 4vw;
	}
	.store-single__subttl .u-en {
		font-size: 5.0466667vw;
	}
	.store-single__subttl .u-ja {
		font-size: 5.0666667vw;
	}
	.store-single__subttl__wrap p,
	.store-single .line-guidance {
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}
	.store-single__content__insta__img {
		row-gap: 2.13333vw;
		flex-wrap: wrap;
		margin-bottom: 4vw;
		;
	}
	.store-single__content__insta__img img {
		width: 42.4vw;
		height: 42.4vw;
	}
	.store-single__content__insta__link {
		row-gap: 2.666667vw;
		column-gap: 0;
		align-items: cell;
		flex-direction: column;
	}
	.store-single__content__insta__link p {
		font-size: 3.2vw;
	}
	.store-single__content__insta__link a {
		font-size: 3.376vw;
		width: 60.8vw;
		height: 10.533333vw;
		border-radius: 5.2vw;
	}
	.store-single__content__flow {
		margin-bottom: 5.33333vw;
	}
	.store-single__content__flow__bg {
		padding: 10vw 0;
	}
	.store-single__content__flow__flow {
		column-gap: 2.8vw;
		margin-bottom: 6.666667vw;
	}
	.store-single__content__flow__flow p {
		font-size: 2.933333vw;
		width: 28vw;
		height: 28vw;
	}
	.font-size-smoll {
		font-size: max(2.3vw, 10px) !important;
	}
	.store-single__content__flow__flow p:not(:last-of-type)::after {
		border: 1.5vw solid transparent;
		border-left: 2.25vw solid #fff;
	}
	.store-single__content__flow__text .large {
		font-size: 4.533333vw;
		line-height: 1.5588;
		margin-bottom: 0.5vw;
	}
	.store-single__content__flow__text .small {
		font-size: 2.6666667vw;
		line-height: 1.75;
	}
}
.store-single__content__option__bg {
	background-image: url(../img/gyms/bg-pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 80px;
}
.store-single__content__option__inner {
	max-width: 999px;
	margin: 0 auto;
}
.store-single__content__option__content {
	display: flex;
	row-gap: 20px;
	column-gap: 20px;
	align-items: flex-start;
	flex-wrap: wrap;
}
.store-single__content__option__content__item {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	border-radius: 8px;
}
.store-single__content__option__content__item.small {
	width: 234px;
}
.store-single__content__option__content__item.large {
	width: 489px;
}
.store-single__content__option__content__item__ttl {
	font-size: 14px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	color: #fff;
	background-color: #2b2b2b;
	background-image: -moz-linear-gradient( -60deg, rgb(86,76,62) 0%, rgba(138,117,87,0.66) 50%, rgba(190,157,111,0.65) 52%, rgba(146,119,85,0.5) 74%, rgba(99,79,57,0.06) 97%, rgba(7,0,2,0.01) 99%, rgb(7,0,2) 100%);
	background-image: -webkit-linear-gradient( -60deg, rgb(86,76,62) 0%, rgba(138,117,87,0.66) 50%, rgba(190,157,111,0.65) 52%, rgba(146,119,85,0.5) 74%, rgba(99,79,57,0.06) 97%, rgba(7,0,2,0.01) 99%, rgb(7,0,2) 100%);
	background-image: -ms-linear-gradient( -60deg, rgb(86,76,62) 0%, rgba(138,117,87,0.66) 50%, rgba(190,157,111,0.65) 52%, rgba(146,119,85,0.5) 74%, rgba(99,79,57,0.06) 97%, rgba(7,0,2,0.01) 99%, rgb(7,0,2) 100%);
	text-align: center;
	letter-spacing: 0.02em;
	padding: 8px 0;
}
.store-single__content__option__content__item__price {
	text-align: center;
	height: 100%;
}
.store-single__content__option__content__item.small .store-single__content__option__content__item__price {
	background-color: #fff;
	padding: 20px 0 16px;
}
/* .store-single__content__option__content__item.large .store-single__content__option__content__item__price {
	padding: 12px 0 0;
} */
.store-single__content__option__content__item__price .large {
	font-size: 23px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
}
.store-single__content__option__content__item__price .large2 {
	font-size: 33px;
	font-family: din-2014, sans-serif;
}
.store-single__content__option__content__item__price .normal {
	font-size: 12px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	line-height: 1.416667;
}
.store-single__content__option__content__item__price .small {
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.02em;
}
.store-single__content__option__content__item__price .pink,
.store-single__content__option__content__item__price .normal a {
	color: #ff7c7c;
}
.store-single__content__option__content__item__price img {
	/* margin-top: 12px; */
	height: 235px;
	object-fit: cover;
}
.store-single__content__option__content__item__price__flex {
	background-color: #fff;
	display: flex;
	column-gap: 90px;
	justify-content: center;
	width: 100%;
	padding: 12px 0;
}
.store-single__content__option__content__item__price__flex__item:not(:last-of-type) {
	position: relative;
}
.store-single__content__option__content__item__price__flex__item:not(:last-of-type)::after {
	content: "";
	display: block;
	width: 0;
	height: 58px;
	border-right: 2px dashed #dedede;
	position: absolute;
	top: 50%;
	right: -44px;
	transform: translatey(-50%);
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__option__bg {
		padding: 4.375vw 0 5vw;
	}
	.store-single__content__option__inner {
		max-width: 62.4375vw;
	}
	.store-single__content__option__content {
		row-gap: 1.25vw;
		column-gap: 1.25vw;
	}
	.store-single__content__option__content__item {
		border-radius: 0.5vw;
	}
	.store-single__content__option__content__item.small {
		width: 14.625vw;
	}
	.store-single__content__option__content__item.large {
		width: 30.5625vw;
	}
	.store-single__content__option__content__item__ttl {
		font-size: 0.875vw;
		padding: 0.5vw 0;
	}
	.store-single__content__option__content__item.small .store-single__content__option__content__item__price {
		padding: 1.25vw 0 1vw;
	}
	/* .store-single__content__option__content__item.large .store-single__content__option__content__item__price {
		padding: 0.75vw 0 0;
	} */
	.store-single__content__option__content__item__price .large {
		font-size: 1.4375vw;
	}
	.store-single__content__option__content__item__price .large2 {
		font-size: 2.0625vw;
	}
	.store-single__content__option__content__item__price .normal {
		font-size: 0.75vw;
	}
	.store-single__content__option__content__item__price .small {
		font-size: 0.75vw;
	}
	.store-single__content__option__content__item__price img {
		height: 14.6875vw;
		/* margin-top: 0.75vw; */
	}
	.store-single__content__option__content__item__price__flex {
		column-gap: 5.625vw;
		padding: 0.75vw 0;
	}
	.store-single__content__option__content__item__price__flex__item:not(:last-of-type)::after {
		height: 3.625vw;
		right: -2.75vw;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__option__bg {
		background-image: url(../img/gyms/bg-sp.jpg);
		padding: 11.2vw 0 9.6vw;
	}
	.store-single__content__option__inner {
		max-width: 89.33333vw;
	}
	.store-single__content__option__content {
		row-gap: 3.2vw;
	}
	.store-single__content__option__content__item {
		border-radius: 1vw;
	}
	.store-single__content__option__content__item.small {
		width: 100%;
	}
	.store-single__content__option__content__item.large {
		width: 100%;
	}
	.store-single__content__option__content__item__ttl {
		font-size: 3.733333vw;
		padding: 1.6vw 0;
	}
	.store-single__content__option__content__item.small .store-single__content__option__content__item__price {
		display: flex;
		column-gap: 2vw;
		align-items: center;
		justify-content: center;
		padding: 3vw 0;
	}
	.store-single__content__option__content__item.large .store-single__content__option__content__item__price {
		/* padding: 2vw 0 0; */
		display: flex;
		column-gap: 2vw;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.store-single__content__option__content__item__price .large {
		font-size: 4.533333vw;
	}
	.store-single__content__option__content__item__price .large2 {
		font-size: 7.15vw;
	}
	.store-single__content__option__content__item__price .normal {
		font-size: 2.933333vw;
	}
	.store-single__content__option__content__item__price .small {
		font-size: 2.6666667vw;
		line-height: 1;
		padding-top: 1vw;
	}
	.store-single__content__option__content__item__price img {
		width: 100%;
		height: 43vw;
		/* margin-top: 2vw; */
	}
	.store-single__content__option__content__item__price__flex {
		column-gap: 13vw;
		padding: 2vw 0;
	}
	.store-single__content__option__content__item__price__flex__item {
		display: flex;
		align-items: flex-end;
		flex-direction: column;
	}
	.store-single__content__option__content__item__price__flex__item:not(:last-of-type)::after {
		height: 10.4vw;
		right: -6.4vw;
	}
}

.store-single__content__facility__bg {
	background-color: #fff4f3;
	padding: 60px 0;
}
.store-single__content__facility__inner {
	max-width: 800px;
	margin: 0 auto;
}
.store-single__content__facility__text .large {
	font-size: 13px;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.09em;
}
.store-single__content__facility__text .small {
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}
.store-single__content__facility__subttl {
	font-size: 16px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	color: #ff7c7c;
	background-color: #ffe2e2;
	text-align: center;
	margin-bottom: 20px;
	padding: 6px;
}
.store-single__content__facility__subttl.mb {
	margin-bottom: 10px;
}
.store-single__content__facility__box__inner {
	background-color: #fff;
	display: flex;
	column-gap: 50px;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	padding: 30px 0;
	border: 2px solid #ff7c7c;
	border-radius: 15px;
}
.store-single__content__facility__box__left {
	display: flex;
	column-gap: 15px;
	align-items: flex-start;
}
.store-single__content__facility__box__left .ttl {
	font-size: 18px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	color: #fff;
	background-color: #ff7c7c;
	margin-top: 6px;
	padding: 6px 35px;
	border-radius: 15px;
}
.store-single__content__facility__box__left .price {
	text-align: center;
}
.store-single__content__facility__box__left .price .normal {
	font-size: 20px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	letter-spacing: 0.01em;
}
.store-single__content__facility__box__left .price .large {
	font-size: 35.97px;
	font-family: din-2014, sans-serif;
	letter-spacing: 0.02em;
}
.store-single__content__facility__box__left .price .small {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.01em;
}
.store-single__content__facility__box__right {
	display: flex;
	row-gap: 12px;
	flex-direction: column;
}
.store-single__content__facility__box__right__item {
	display: flex;
	column-gap: 12px;
	align-items: center;
}
.store-single__content__facility__box__right__item .ttl {
	font-size: 14.76px;
	background-color: #f4f4f4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 161px;
	height: 33px;
	border-radius: 16.5px;
}
.store-single__content__facility__box__right__item .price {
	display: flex;
	column-gap: 8px;
	align-items: center;
}
.store-single__content__facility__box__right__item .price .normal {
	font-size: 17.89px;
	letter-spacing: 0.01em;
}
.store-single__content__facility__box__right__item .price .large {
	font-size: 24.7px;
	font-family: din-2014, sans-serif;
}
.store-single__content__facility__box__right__item .price .small {
	font-size: 12px;
	letter-spacing: 0.01em;
}
.store-single__content__facility__box__text {
	font-size: 17px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 36px;
}
.store-single__content__facility__box__text a {
	color: #ff5959;
	text-decoration: underline;
}
.store-single__content__facility__service__list {
	display: flex;
	row-gap: 26px;
	flex-wrap: wrap;
	margin-bottom: 34px;
}
.store-single__content__facility__service__list li {
	display: flex;
	column-gap: 12px;
	align-items: center;
	width: 25%;
}
.store-single__content__facility__service__list img {
	width: 64px;
	height: 64px;
}
.store-single__content__facility__service__list span {
	font-size: 12px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	line-height: 1.5;
}
.store-single__content__facility__service__banner {
	display: flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.store-single__content__facility__service__banner img {
	width: 383px;
}
.store-single__content__facility__service__banner p {
	font-size: 1rem;
	line-height: 1.5;
	width: 100%;
	margin-top: 10px;
}
.store-single__content__facility__machine__list {
	display: flex;
	row-gap: 8px;
	column-gap: 1.33%;
	flex-wrap: wrap;
}
.store-single__content__facility__machine__list li {
	font-size: 14px;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	color: #ff7c7c;
	background-color: #fff;
	text-align: center;
	width: 24%;
	padding: 10px 0;
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.store-single__content__facility__bg {
		padding: 3.75vw 0;
	}
	.store-single__content__facility__inner {
		max-width: 50vw;
	}
	.store-single__content__facility__text .large {
		font-size: 0.8125vw;
	}
	.store-single__content__facility__text .small {
		font-size: 0.75vw;
		margin-bottom: 1.25vw;
	}
	.store-single__content__facility__subttl {
		font-size: 1vw;
		margin-bottom: 1.25vw;
		padding: 0.375vw;
	}
	.store-single__content__facility__subttl.mb {
		margin-bottom: 0.625vw;
	}
	.store-single__content__facility__box__inner {
		column-gap: 3.125vw;
		margin-bottom: 1vw;
		padding: 1.875vw 0;
		border-radius: 0.9375vw;
	}
	.store-single__content__facility__box__left {
		column-gap: 0.9375vw;
	}
	.store-single__content__facility__box__left .ttl {
		font-size: 1.125vw;
		margin-top: 0.375vw;
		padding: 0.375vw 2.1875vw;
		border-radius: 0.9375vw;
	}
	.store-single__content__facility__box__left .price .normal {
		font-size: 1.25vw;
	}
	.store-single__content__facility__box__left .price .large {
		font-size: 2.248125vw;
	}
	.store-single__content__facility__box__left .price .small {
		font-size: 1vw;
	}
	.store-single__content__facility__box__right {
		row-gap: 0.75vw;
	}
	.store-single__content__facility__box__right__item {
		column-gap: 0.75vw;
	}
	.store-single__content__facility__box__right__item .ttl {
		font-size: 0.9225vw;
		width: 10.0625vw;
		height: 2.0625vw;
		border-radius: 1.03125vw;
	}
	.store-single__content__facility__box__right__item .price {
		column-gap: 0.5vw;
	}
	.store-single__content__facility__box__right__item .price .normal {
		font-size: 1.118125vw;
	}
	.store-single__content__facility__box__right__item .price .large {
		font-size: 1.54375vw;
	}
	.store-single__content__facility__box__right__item .price .small {
		font-size: 0.75vw;
	}
	.store-single__content__facility__box__text {
		font-size: 1.0625vw;
		margin-bottom: 2.25vw;
	}
	.store-single__content__facility__service__list {
		row-gap: 1.625vw;
		margin-bottom: 2.125vw;
	}
	.store-single__content__facility__service__list li {
		column-gap: 0.75vw;
	}
	.store-single__content__facility__service__list img {
		width: 4vw;
		height: 4vw;
	}
	.store-single__content__facility__service__list span {
		font-size: 0.75vw;
	}
	.store-single__content__facility__service__banner {
		margin-bottom: 2.5vw;
	}
	.store-single__content__facility__service__banner img {
		width: 23.9375vw;
	}
	.store-single__content__facility__machine__list {
		row-gap: 0.5vw;
	}
	.store-single__content__facility__machine__list li {
		font-size: 0.875vw;
		padding: 0.625vw 0;
	}
}
@media screen and (max-width: 766px) {
	.store-single__content__facility__bg {
		padding: 8vw 0;
	}
	.store-single__content__facility__inner {
		max-width: 89vw;
	}
	.store-single__content__facility__text .large {
		font-size: 3.2vw;
		line-height: 1.75;
		margin-bottom: 1vw;
	}
	.store-single__content__facility__text .small {
		font-size: 2.6666667vw;
		margin-bottom: 5vw;
	}
	.store-single__content__facility__subttl {
		font-size: 4.1333333vw;
		width: 100vw;
		margin: 0 calc(50% - 50vw) 6.133333vw;
		padding: 3vw;
	}
	.store-single__content__facility__box__inner {
		row-gap: 4vw;
		column-gap: 0;
		flex-direction: column;
		margin-bottom: 3vw;
		padding: 7.4666667vw 7vw;
		border-radius: 2vw;
	}
	.store-single__content__facility__box__left {
		column-gap: 3.733333vw;
	}
	.store-single__content__facility__box__left .ttl {
		font-size: 4.368vw;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 29.866667vw;
		height: 7.773333vw;
		margin-top: 2vw;
		padding: 0;
		border-radius: 1.74vw;
	}
	.store-single__content__facility__box__left .price .normal {
		font-size: 4.8533333vw;
	}
	.store-single__content__facility__box__left .price .large {
		font-size: 8.728vw;
	}
	.store-single__content__facility__box__left .price .small {
		font-size: 3.88266667vw;
	}
	.store-single__content__facility__box__right {
		row-gap: 2.133333vw;
		align-items: flex-start;
	}
	.store-single__content__facility__box__right__item {
		column-gap: 4.8vw;
	}
	.store-single__content__facility__box__right__item .ttl {
		font-size: 3.0893333vw;
		width: 29.8666667vw;
		height: 6.9333333vw;
		border-radius: 1.79466667vw;
	}
	.store-single__content__facility__box__right__item .price {
		column-gap: 1.33333vw;
	}
	.store-single__content__facility__box__right__item .price .normal {
		font-size: 3.744vw;
	}
	.store-single__content__facility__box__right__item .price .large {
		font-size: 5.1693333vw;
	}
	.store-single__content__facility__box__right__item .price .small {
		font-size: 2.6666667vw;
		padding-top: 1vw;
	}
	.store-single__content__facility__box__text {
		font-size: 3.733333vw;
		letter-spacing: 0;
		margin-bottom: 8vw;
	}
	.store-single__content__facility__service__list {
		row-gap: 6.66667vw;
		margin-bottom: 6.4vw;
	}
	.store-single__content__facility__service__list li {
		text-align: center;
		row-gap: 3.2vw;
		column-gap: 0;
		flex-direction: column;
		width: 50%;
	}
	.store-single__content__facility__service__list img {
		width: 23.866667vw;
		height: 23.866667vw;
	}
	.store-single__content__facility__service__list span {
		font-size: 4vw;
	}
	.store-single__content__facility__service__banner {
		row-gap: 3.8666666vw;
		flex-direction: column;
		margin-bottom: 5.33333vw;
	}
	.store-single__content__facility__service__banner img {
		width: 100%;
	}
	.store-single__content__facility__machine__list {
		row-gap: 2.533333vw;
	}
	.store-single__content__facility__machine__list li {
		font-size: 3.4666667vw;
		width: 100%;
		padding: 2.4vw 0;
	}
}
/* --------追加------------------------------- */
.store-archive__list__wrap h2 {
	text-decoration: none;
	border-bottom: 2px solid #484848;
}
.search-btn form {
	box-shadow: 0 0 12px 8px rgba(110, 110, 110, 0.49);
}
@media screen and (min-width: 767px) {
	.store-search__pref__item.mb {
		margin-bottom: 25px;
	}
}
.store-search__pref {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin: 0 auto;
}
.store-search__pref__item {
	width: 100%;
}

/* ------------------------------
2023.07 fix
------------------------------ */
.store-archive__list__content__adress p.red + p {
	margin-top: 1rem;
}
:not(.top-about) > .top-voice {
	margin-bottom: 0;
}

/* ------------------------------
2023.02 fix
------------------------------ */
.personalBanner {
	margin-bottom: 40px;
	padding: 0;
}