@charset "utf-8";

/* accordion */
.accordion2col {
	border-top: 1px solid #E0E1E2;
	display: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.accordion2col > .inner2col {
	border-top: 0;
}
.inner2col {
	box-sizing: border-box;
	float: left;
	width: 50%;
}
.inner2col:nth-child(odd) {
	clear: left;
}
.inner2col:nth-child(odd) > .navLink {
	border-right: 1px solid #E0E1E2;
}
.inner2col:nth-child(even) .accordionCnt2col {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.inner2col > .navLink {
	border-bottom: 1px solid #E0E1E2;
	font-size: 12px;
}
.inner2col > .navLink::after {
	background-image: url(/CSP/img/svg/sp/icon_arrow_down_gray.svg?switch=2026062410);
}
.inner2col > .navLink.isOpened::after {
	background-image: url(/CSP/img/svg/sp/icon_arrow_up_gray.svg?switch=2026062410);
}
.inner2col:nth-last-child(1) > .navLink,
.inner2col:nth-last-child(2) > .navLink {
	border-bottom: 0;
}
.inner2col:nth-last-child(2):nth-child(even) > .navLink {
	border-bottom: 1px solid #E0E1E2;
}
.inner2col:nth-last-child(1) .accordionCnt2col > li,
.inner2col:nth-last-child(2) .accordionCnt2col > li {
	border-bottom: 0;
	border-top: 1px solid #E0E1E2;
}
.inner2col:nth-last-child(2):nth-child(even) .accordionCnt2col > li {
	border-bottom: 1px solid #E0E1E2;
	border-top: 0;
}
.accordionCnt2col {
	background-color: #FFFFFF;
	display: none;
	width: 200%;
}
.accordionCnt2col > li {
	border-top: 0;
	border-bottom: 1px solid #E0E1E2;
}
.accordionCnt2col .navLink {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.photoSpecial > img {
	border: 1px solid #E0E1E2;
	border-radius: 4px;
	box-sizing: border-box;
	height: 32px;
	width: 32px;
}
.labelSpecial {
	min-width: 0;
	padding-left: 12px;
}
.labelSpecial > span {
	display: inline-block;
}

/* ヘアスタイルから探す・ネイルデザインから探す */
.o0 {
	opacity: 0;
}
.moreLinkSearch > a {
	border-bottom: 1px solid #BFB9B0;
	border-top: 1px solid #BFB9B0;
	color: #666666!important;
	display: block;
	height: 44px;
	line-height: 44px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.moreLinkSearch > a:after {
	border-color: #AB9C84;
	border-style: solid;
	border-width: 0 3px 3px 0;
	content: "";
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 7px;
}

.topSearchStyle {
	border-top: 1px solid #BFB9B0;
}
.topSearchStyleTtl {
	font-weight: bold;
	text-align: center;
}
.topSearchStyleHead {
	color: #665555;
	font-weight: bold;
	margin-left: 10px;
}
.topSearchStyleHeadWithHelpLink {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-right: 10px;
}

.topSearchStyleWrap {
	-webkit-transition: opacity 0.6s linear;
	transition: opacity 0.6s linear;
}
.topSearchStyleCnt {
	padding: 20px 0;
}

/* topRankingStyleList */
.topRankingStyleList {
	overflow-y: hidden;
}
.topRankingStyleList > ul {
	margin-top: 15px;
	padding-left: 36px;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 320px) {
	.topRankingStyleList > ul {
		padding-left: 13px;
	}
}
.topRankingStyleList > ul > li {
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
	vertical-align: top;
	white-space: normal;
	width: 90px;
}
.topRankingStyleList > ul > li:last-child {
	margin-right: 36px;
}
@media screen and (max-width: 320px) {
	.topRankingStyleList > ul > li:last-child {
		margin-right: 13px;
	}
}
.topRankingStyleLink {
	display: block;
	font-size: 10px;
	position: relative;
	text-decoration: none;
}
.topStyleImgWrap {
	border: 1px solid #D5C6C7;
	box-sizing: border-box;
	display: block;
	height: 120px;
	position: relative;
}
.topStyleImg {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.topStyleImg img {
	width: 88px;
}
.topRankingListHead {
	color: #333333;
	font-family: Century,"Times New Roman";
	font-size: 20px;
	line-height: 1;
	margin: 0 auto;
	padding: 4px 0 2px 27px;
	width: 28px;
}
.topRankingListRank {
	font-size: 14px;
	margin-left: 1px;
}
.icnCrown1,
.icnCrown2,
.icnCrown3 {
	background-position: 0 1px;
	background-repeat: no-repeat;
	background-size: 26px 21px;
}
.icnCrown1 {
	background-image: url(/CSP/img/hc/smb/icons/icon_crown1.png?switch=2026062410);
}
.icnCrown2 {
	background-image: url(/CSP/img/hc/smb/icons/icon_crown2.png?switch=2026062410);
}
.icnCrown3 {
	background-image: url(/CSP/img/hc/smb/icons/icon_crown3.png?switch=2026062410);
}
.icnCrownOther {
	background-image: url(/CSP/img/hc/smb/icons/icon_crown_other.png?switch=2026062410);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 20px 22px;
	padding-left: 21px;
}
.topRankingListCaption {
	display: block;
	padding: 3px;
	text-align: left;
}

/* topNewStyleList */
.topNewStyleList > ul {
	padding-left: 56px;
	margin-top: 10px;
}
@media screen and (max-width: 320px) {
	.topNewStyleList > ul {
		padding-left: 26px;
	}
}
.topNewStyleList > ul > li {
	width: 81px;
}
.topNewStyleList > ul > li:last-child {
	margin-right: 56px;
}
@media screen and (max-width: 320px) {
	.topNewStyleList > ul > li:last-child {
		margin-right: 26px;
	}
}
.topNewStyleList .topStyleImgWrap {
	height: 108px;
}
.topNewStyleList .topStyleImg img {
	width: 79px;
}

/* topRankingNaildesign  */
.topRankingNaildesign > ul > li,
.topNewNailDesign > ul > li {
	margin-right: 3px;
	width: 99px;
}
.topRankingNaildesign .topStyleImgWrap,
.topNewNailDesign .topStyleImgWrap {
	height: 99px;
	width: 99px;
}
.topRankingNaildesign .topStyleImg img,
.topNewNailDesign .topStyleImg img {
	max-width: 97px;
	max-height: 97px;
	width: auto;
}
@media screen and (max-width: 320px) {
	.topRankingNaildesign > ul,
	.topNewNailDesign > ul {
		padding-left: 5px;
	}
}
@media screen and (max-width: 320px) {
	.topRankingNaildesign > ul > li:last-child,
	.topNewNailDesign > ul > li:last-child {
		margin-right: 5px;
	}
}

/* レディース・メンズ切り替え */
.switchPanel {
	text-align: center;
	width: 290px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}
.narrowDownButtonWrapper > li {
	display: inline-block;
	height: 30px;
	width: 95px;
	border: 1px solid #978486;
	border-right-width: 0;
	vertical-align: middle;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, to(#E1E1E1), color-stop(.25, white));
}
.narrowDownButtonWrapper > li > a {
	display: block;
	width: 100%;
	height: 100%;
	color: #5B5A5A;
	text-decoration: none;
}
.narrowDownButtonWrapper > li > a.current {
	background-color: #BFB9B0;
	color: #FFFFFF;
}
.narrowDownButtonWrapper > li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.narrowDownButtonWrapper > li:last-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-right-width: 1px;
}

/* twoColumnLink */
.twoColumnLinkWrap {
	padding: 10px 10px 0;
}
.twoColumnLink {
	border-top: 1px solid #BFB9B0;
	box-sizing: border-box;
	width: 100%;
}
.twoColumnLink > li {
	border-bottom: 1px solid #BFB9B0;
	border-right: 1px solid #BFB9B0;
	box-sizing: border-box;
	display: table;
	float: left;
	font-size: 12px;
	height: 44px;
	position: relative;
	width: 50%;
}
.twoColumnLink > li:nth-child(odd) {
	border-left: 1px solid #BFB9B0;
}
.twoColumnLink > li a {
	color: #333333;
	display: table-cell;
	font-weight: bold;
	padding: 0 19px 0 10px;
	text-decoration: none;
	vertical-align: middle;
}
.twoColumnLink > li a:after {
	border-color: #AB9C84;
	border-style: solid;
	border-width: 0 3px 3px 0;
	content: "";
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 7px;
}
.twoColumnLink > li a.isDisabled {
	color: #CCCCCC;
}
.twoColumnLink > li a.isDisabled:after {
	border-color: #CCCCCC;
}

.topImgCopyGuardWrap {
	position: relative;
	display: inline-block;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.topImgCopyGuardCover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/************************************************************
 * サロンの全国TOPページ
 ************************************************************/

/* 画像のコピーブロック */
.listImgCopyGuardWrap {
	display: inline-block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.listImgCopyGuardCover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* SA選択モーダル */
.wrapper.isFixed {
	position: fixed !important;
	width: 100%;
}
.areaSelectModal,
.areaSelectModalBg {
	bottom: 0;
	display: none;
	left: 0;
	right: 0;
	top: 0;
}
.areaSelectModal {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	padding: 70px 12px 20px;
	position: absolute;
}
.areaSelectModalBg {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
}
.areaSelectModalContentArea {
	background-color: #FFFFFF;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 295px;
	padding: 30px 0 40px;
	position: relative;
}
.areaSelectModalTxt {
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	text-align: center;
}
.areaSelectModalList {
	font-size: 0;
	margin-top: 20px;
	padding: 0 40px;
}
.areaSelectModalList > li {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	width: calc(50% - 5px);
}
.areaSelectModalList > li:nth-child(even) {
	margin-left: 10px;
}
.areaSelectModalList > li:nth-child(n + 3) {
	margin-top: 10px;
}
.areaSelectModalList > li a {
	border: 1px solid #BFB9B0;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #BFB9B0;
	color: #666666;
	display: block;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
}
.areaSelectModalCloseBtn {
	position: absolute;
	right: -32px;
	top: -70px;
}
.areaSelectModalCloseBtn a {
	box-sizing: border-box;
	display: block;
	height: 56px;
	padding: 20px;
	position: relative;
	width: 56px;
}
.areaSelectModalCloseBtn a::before,
.areaSelectModalCloseBtn a::after {
	background-color: #FFFFFF;
	border-radius: 1px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 20px;
}
.areaSelectModalCloseBtn a::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.areaSelectModalCloseBtn a::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 320px) {
	.areaSelectModalContentArea {
		padding: 20px 0;
	}
	.areaSelectModalList {
		padding: 0 20px;
	}
	.areaSelectModalCloseBtn {
		right: -12px;
	}
}
@media (min-width: 375px) {
	.areaSelectModalCloseBtn {
		right: -40px;
	}
}
@media (min-width: 414px) {
	.areaSelectModalCloseBtn {
		right: -59px;
	}
}

/* ロゴ */
.kvLogo {
	position: relative;
}
.kvLogo a {
	display: block;
	padding: 10px;
	width: 88px;
}
.kvLogo img {
	width: 100%;
}

/* ハンバーガーメニュー */
.kvHamburger {
	position: absolute;
	right: 0;
	top: 0;
}
.kvHamburger a {
	display: block;
	height: 49px;
	position: relative;
	width: 60px;
}
.kvHamburger a::before,
.kvHamburger a::after,
.kvHamburger span {
	background-color: #AD2F5B;
	display: block;
	height: 3px;
	left: 15px;
	position: absolute;
	width: 30px;
}
.kvHamburger a::before,
.kvHamburger a::after {
	content: "";
}
.kvHamburger a::before {
	top: 15px;
}
.kvHamburger span {
	top: 23px;
}
.kvHamburger a::after {
	top: 31px;
}

.wrapper {
	height: 100%;
}

/* メニューボタン */
.menuBtnList {
	bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% - 30px);
}
.menuBtnList > li {
	width: calc((100% - 10px) / 2);
}
.menuBtnList > li:nth-child(n + 3) {
	margin-top: 10px;
	width: calc((100% - 20px) / 3);
}
.menuBtnList > li a {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 2px 0 0 #B0B0B0;
	box-sizing: border-box;
	color: #666666;
	display: flex;
	height: 67px;
	justify-content: center;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.menuBtnList > li span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}
.menuBtnList > li a::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	margin-right: 10px;
}
.menuBtnList > li:nth-child(n + 3) a {
	display: block;
}
.menuBtnList > li:nth-child(n + 3) a::before {
	background-position: 0 10px;
	height: 46px;
	margin: 0 auto;
}
.menuBtnList > li.hair a::before {
	background-image: url(/CSP/img/top/icons/icn_mv_hair.png?switch=2026062410);
	width: 32px;
}
.menuBtnList > li.nail a::before {
	background-image: url(/CSP/img/top/icons/icn_mv_nail.png?switch=2026062410);
	width: 38px;
}
.menuBtnList > li.relax a::before {
	background-image: url(/CSP/img/top/icons/icn_mv_relax.png?switch=2026062410);
	width: 52px;
}
.menuBtnList > li.esthe a::before {
	background-image: url(/CSP/img/top/icons/icn_mv_esthe.png?switch=2026062410);
	background-position: 0 4px;
	width: 38px;
}
.menuBtnList > li.clinic a::before {
	background-image: url(/CSP/img/top/icons/icn_mv_clinic.png?switch=2026062410);
	width: 40px;
}
@media (max-width: 320px) {
	.menuBtnList > li.clinic span {
		font-size: 12px;
	}
}

/* マイページボタン */
.myPageBtn {
	margin: 0 auto;
	width: 290px;
}
.myPageBtn a {
	border: 1px solid #BFB9B0;
	border-radius: 4px;
	box-shadow: 0 2px 0 0 #BFB9B0;
	box-sizing: border-box;
	color: #666666!important;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
}

/* ジャンルアイコン */
.reservationSalonLabel {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.reservationSalonLabel > li {
	color: #FFFFFF;
	font-size: 12px;
	height: 16px;
	padding: 0 8px;
}
.reservationSalonLabel > li.btGenreGR01 {
	background-color: #E87492;
}
.reservationSalonLabel > li.krGenreGR01 {
	background-color: #94CDAD;
}
.reservationSalonLabel > li.krGenreGR02 {
	background-color: #94CDAD;
}
.reservationSalonLabel > li.krGenreGR03 {
	background-color: #94CDAD;
}
.reservationSalonLabel > li.krGenreGR04 {
	background-color: #F5BCD5;
}
.reservationSalonLabel > li.krGenreGR05 {
	background-color: #F5BCD5;
}
.reservationSalonLabel > li.krGenreGR06 {
	background-color: #C49BC2;
}
.reservationSalonLabel > li.krGenreGR07 {
	background-color: #94CDAD;
}
.reservationSalonLabel > li.krGenreGR08 {
	background-color: #94CDAD;
}
.reservationSalonLabel > li.krGenreGR09 {
	background-color: #94CDAD;
}

/* 現在予約しているサロン */
.nowReservationSalonList > li {
	border: 1px solid #E0E1E2;
	border-radius: 4px;
	padding: 16px;
}
.nowReservationSalonList > li + li {
	margin-top: 12px;
}
.nowReservationSalon2colBlock {
	display: flex;
	margin-top: 12px;
	position: relative;
}
.nowReservationSalonImg {
	border-radius: 4px;
	flex-shrink: 0;
	height: 75px;
	overflow: hidden;
	position: relative;
	width: 100px;
}
.nowReservationSalonImg::after {
	border: 1px solid #E0E1E2;
	border-radius: 4px;
	box-sizing: border-box;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.nowReservationSalonImg img {
	pointer-events: none;
	width: 100%;
}
.nowReservationSalonInfo {
	margin-left: 12px;
	min-width: 0;
	overflow-wrap: break-word;
	padding-right: 32px;
}
.nowReservationSalonName {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
}
.nowReservationSalonStatus {
	align-items: center;
	display: flex;
}
.nowReservationSalonTime {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-left: 8px;
}
.nowReservationSalonBox {
	background-color: #F6F6F6;
	border-radius: 4px;
	margin-top: 12px;
	padding: 12px;
}
.nowReservationSalonBoxPayment {
	color: #333333;
	display: flex;
}
.nowReservationSalonBoxPayment dt {
	font-weight: bold;
}
.nowReservationSalonListLink {
	background: url(/CSP/img/svg/sp/icon_arrow_right_gray.svg?switch=2026062410) right center / 24px auto no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
}
/* ラベル */
.nowReservationSalonListLabel {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	line-height: 1;
	padding: 0 12px;
}
.nowReservationSalonListLabel.confirmed {
	background-color: #C43357;
	color: #FFFFFF;
}
.nowReservationSalonListLabel.temporaryReserved {
	background-color: #FADCE3;
	color: #C43357;
}
.arrowRightLink {
	background: url(/CSP/img/svg/sp/icon_arrow_right_navy.svg?switch=2026062410) right / 14px no-repeat;
	display: inline-block;
	font-weight: bold;
	padding-right: 16px;
	position: relative;
	text-decoration: none;
}
.arrowRightLink::after {
	content: "";
	display: block;
	height: 44px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
/* 過去予約したことのあるサロン */
.pastReservationHistory {
	display: flex;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
.pastReservationHistoryList {
	display: flex;
	padding: 0 10px;
}
.pastReservationHistoryWrap {
	box-sizing: border-box;
	display: flex;
	padding-right: 32px;
	position: relative;
	width: 100%;
}
.pastReservationHistoryList > li {
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 16px;
	width: calc(100vw - 44px);
}
.pastReservationHistoryList > li:only-child {
	width: calc(100vw - 20px);
}
.pastReservationHistoryList > li:not(:only-child) {
	margin-bottom: 16px;
}
.pastReservationHistoryList > li + li {
	margin-left: 12px;
}
.pastReservationHistoryImg {
	border-radius: 4px;
	display: inline-block;
	flex-shrink: 0;
	height: 75px;
	overflow: hidden;
	position: relative;
	width: 100px;
}
.pastReservationHistoryImg::after {
	border: 1px solid #E0E1E2;
	border-radius: 4px;
	box-sizing: border-box;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.pastReservationHistoryImg img {
	pointer-events: none;
	width: 100%;
}
.pastReservationHistoryInfo {
	font-size: 11px;
	margin-left: 10px;
	min-width: 0;
	word-wrap: break-word;
}
.pastReservationHistoryName {
	-webkit-box-orient: vertical;
	color: #333333;
	display: -webkit-box;
	font-size: 12px;
	font-weight: bold;
	-webkit-line-clamp: 3;
	margin-top: 4px;
	overflow: hidden;
	overflow-wrap: break-word;
}
.pastReservationHistoryCatch {
	-webkit-box-orient: vertical;
	color: #6D6D6D;
	display: -webkit-box;
	font-size: 12px;
	-webkit-line-clamp: 2;
	margin-top: 8px;
	overflow: hidden;
	overflow-wrap: break-word;
}
.pastReservationHistoryLink {
	background: url(/CSP/img/svg/sp/icon_arrow_right_gray.svg?switch=2026062410) right center / 24px auto no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pastReservationHistoryMoreBtn {
	padding-bottom: 16px;
	padding-right: 10px;
}
.pastReservationHistoryMoreBtn a {
	align-items: center;
	border: 1px solid #D36985;
	border-radius: 8px;
	box-sizing: border-box;
	color: #C43357 !important;
	display: flex;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	text-decoration: none;
	width: calc(138 / 375 * 100vw);
}
.arrowCircleLinkBt {
	align-items: end;
	background: url(/CSP/img/svg/sp/icon_arrow_circle_bt.svg?switch=2026062410) top center / 24px no-repeat;
	display: flex;
	height: 49px;
	justify-content: center;
	width: 70px;
}
/* カタログ */
.catalogList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 394px;
}
.catalogList > li {
	width: calc(50% - 5px);
}
.catalogList > li {
	height: calc(162 / 375 * 100vw);
	max-height: 179px;
}
.catalogList > li a {
	background: center / cover no-repeat;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: relative;
}
.catalogList > li span {
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 0;
	color: #666666;
	display: block;
	font-size: 12px;
	font-weight: bold;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.catalogList > li span {
	line-height: 30px;
}
.catalogList > li.hair a {
	background-image: url(/CSP/img/top/smb/img_catalog_hair.jpg?switch=2026062410);
}
.catalogList > li.nail a {
	background-image: url(/CSP/img/top/smb/img_catalog_nail.jpg?switch=2026062410);
}

/* 求人導線 */
.kyujinArea {
	margin: 0 auto;
	max-width: 394px;
}
.kyujinArea > a {
	display: block;
}
.kyujinArea > a img {
	width: 100%;
}

/* Ponta枠 */
.pontaArea {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 394px;
}
.pontaArea a {
	display: block;
}
.pontaArea img {
	width: 100%;
}

/* ヘアスタイル動画 */
.styleVideoTime {
	align-items: center;
	background-color: rgba(51,51,51,0.8);
	border-radius: 2px;
	bottom: 4px;
	color: #FFFFFF;
	display: flex;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 4px;
	position: absolute;
	right: 4px;
}
.styleVideoTime::before {
	background: url(/CSP/img/svg/sp/icon_play_white.svg?switch=2026062410) center / contain;
	content: "";
	height: 12px;
	margin-right: 2px;
	width: 12px;
}
/* 吹き出し キャンペーンラベル XXポイント還元 */
.nowReservationSalonReturnLabel {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #FADCE3;
	border-radius: 20px;
	color: #C43357;
	display: inline-flex;
	font-size: 10px;
	height: 18px;
	margin-bottom: 9px;
	padding: 0 8px;
	position: relative;
	white-space: nowrap;
}
.nowReservationSalonReturnLabel::before {
	background: url(/CSP/img/svg/sp/icon_balloonFrameBtm_cpn.svg?switch=2026062410) center / contain no-repeat;
	bottom: -6px;
	content: "";
	height: 6px;
	left: 12px;
	position: absolute;
	width: 7px;
}

/* TOP上部追従APPバナー */
body.oh .appInstallBannerUpper {
	z-index: 0;  /* .sideMenu.isOpened + .wrapper(default)より下の設定値 */
}
.appInstallBannerUpper {
	background: #FBF0F3;
	display: none;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100; /* genderSelectModalより下、KVより上の設定値 */
}
.appInstallBannerUpper.isActive {
	display: flex;
}
.appInstallBannerUpperCloseButton {
	background: #FBF0F3;
	border: none;
	flex-shrink: 0;
	width: 36px;
}
.appInstallBannerUpperCloseButton::before {
	background: url(/CSP/img/svg/sp/icon_close_gray.svg?switch=2026062410) center / contain no-repeat;
	content: "";
	display: inline-block;
	height: 14px;
	width: 14px;
}
.appInstallBannerUpperContent {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 8px 0;
	text-decoration: none;
	width: 100%;
}
.appInstallBannerUpperIcon > img {
	height: 40px;
	width: 40px;
}
.appInstallBannerUpperInfo {
	margin-left: 8px;
	width: 100%;
}
.appInstallBannerUpperTitle,
.appInstallBannerUpperDescription {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.appInstallBannerUpperTitle > span {
	color: #C43357;
	font-size: 16px;
}
.appInstallBannerUpperButtonWrap {
	display: flex;
	gap: 4px;
	height: 28px;
	margin: 0 12px 0 4px;
}
.appInstallBannerUpperButtonWrap > div {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 6px 12px;
	white-space: nowrap;
}
.appInstallBannerUpperButton {
	background-color: #D36985;
	border-radius: 40px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.appInstallBannerUpperButtonLabel {
	background-color: #FFFFFF;
	border: solid 1px #D36985;
	border-radius: 36px;
	color: #C43357;
	font-size: 11px;
	font-weight: bold;
}

/* TOP下部APPバナーのモーダル */
.appInstallBannerModal {
	background-color: rgba(51, 51, 51, 0.8);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100; /* pageTopより下、KVより上の設定値 */
}
.appInstallBannerModal.isActive {
	display: flex;
}

/* TOP下部追従APPバナー */
.appInstallBannerBottom.isFixed {
	position: fixed;
}
.appInstallBannerBottom {
	background-color: #FBF0F3;
	bottom: 0;
	display: none;
	position: sticky;
	width: 100%;
}
.appInstallBannerBottom.isActive {
	display: flex;
	z-index: 1000;  /* topCalModal(1000)より下,.sideMenu(3001)より下,.pageTopImg(999)より上の設定値 */
}
body.oh .appInstallBannerBottom.isActive {
	z-index: 19; /* .sideMenu.isOpened + .wrapper .wrapperCover(20)より下の設定値 */
}
.appInstallBannerBottomContent {
	margin: 16px;
	text-align: center;
	width: 100%;
}
.appInstallBannerBottomInfo {
	margin-top: 12px;
}
.appInstallBannerBottomInfo > div + div {
	margin-top: 8px;
}
.appInstallBannerBottomTitle {
	color: #665555;
	font-size: 16px;
	font-weight: bold;
}
.appInstallBannerBottomIcon > img {
	height: 40px;
	width: 40px;
}
.appInstallBannerBottomDescription {
	align-items: center;
	color: #333333;
	display: flex;
	justify-content: center;
}
.appInstallBannerBottomDescription::before {
	background-image: url(/CSP/img/svg/sp/icon_check_bt.svg?switch=2026062410);
	background-size: 20px 20px;
	content: "";
	height: 20px;
	margin-right: 4px;
	width: 20px;
}
.appInstallBannerBottomButtonWrap {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 12px;
	width: 100%;
}
.appInstallBannerBottomButtonWrap > button,
.appInstallBannerBottomButtonWrap > a {
	height: 44px;
}
.appInstallBannerBottomCloseButton {
	background-color: #FFFFFF;
	border: solid 1px #E0E1E2;
	border-radius: 24px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 12px;
	width: 30%;
}
.appInstallBannerBottomButton {
	align-content: center;
	background-color: #D36985;
	border-radius: 36px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 70%;
}
.appInstallBannerBottomButton:link,
.appInstallBannerBottomButton:visited {
	color: #FFFFFF;
}

