@charset "utf-8";

/* トップページ通常見出し */
.topHeadlineInner {
	position: relative;
	top: -5px;
	z-index: 10;
	font-size: 16px;
	padding: 0 6px 0 6px;
	color: #d36985;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
	line-height: 52px;
	background: #FFFFFF;
	border-top: 1px solid #BFB9B0;
	border-bottom: 2px solid #BFB9B0;
}
.topHeadlineInner:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #d36985;
	vertical-align: -2px;
	margin-right: 7px;
	border-radius: 4px;
}
.topHeadlineInnerText {
	font-size: 14px;
}
.topHeadline2 {
	font-size: 14px;
	color: #656565;
	margin: 0 8px;
	line-height: 27px;
}

.topHeadlineRecommend {
	position: relative;
	z-index: 10;
	background-color: rgba(255, 55, 71, .2);
	-webkit-transform: rotate(.5deg);
	padding: 1px 5px;
	margin: 0 5px;
	-webkit-box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, .05);
}
.topHeadlineRecommend:before {
	content: '★';
	position: absolute;
	bottom: 12px;
	right: 18px;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-size: 18px;
	color: #554411;
	-webkit-transform: rotate(50deg);
	opacity: .3;
}
.topHeadlineRecommend:after {
	content: '★';
	position: absolute;
	bottom: 12px;
	right: 40px;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-size: 11px;
	color: #554411;
	-webkit-transform: rotate(50deg);
	opacity: .3;
}
.topHeadlineRecommendInner {
	position: relative;
	background-color: rgba(245, 66, 69, .2);
	-webkit-transform: rotate(-1.5deg);
	-webkit-box-shadow: -3px 6px 6px 0 rgba(0, 0, 0, .05);
}
.topHeadlineRecommendInner:before {
	content: '★';
	position: absolute;
	bottom: 10px;
	right: 54px;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-size: 8px;
	color: #554411;
	-webkit-transform: rotate(50deg);
	opacity: .3;
}
.topHeadlineRecommendInnerText {
	font-size: 14px;
	-webkit-transform: rotate(1deg);
	padding: 8px;
	color: #48332F;
}
.verticalLinkListRecommend {
	position: relative;
	margin-top: -10px;
}
.recommendLinkBorder {
	border:1px solid #BFB9B0;
}
.verticalLinkListRecommend > .normalSplitLineT {
	position: relative;
	background-color: #FFFEFE;
	-webkit-box-sizing: border-box;
	/*border-bottom: 1px solid #999966;*/
	/*margin-bottom: 1px;*/
}
.verticalLinkListRecommend > .normalSplitLineT:first-child {
	border-top: 0;
}
.verticalLinkListRecommend > .normalSplitLineT:last-child {
	margin-bottom: 0;
	border-bottom: solid 2px #bfb9b0;
}
.RecomendListContainer > .normalSplitLineT:last-child {
	border-bottom: 2px solid #BFB9B0 !important;
}
.verticalLinkListRecommend > .normalSplitLineT > a,
.verticalLinkListRecommend > .normalSplitLineT > span {
	display: block;
	padding: 8px 30px 8px 10px;
	text-decoration: none !important;
	color: #666666 !important;
}
.verticalLinkListRecommend > .normalSplitLineT > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 13px;
	line-height: 1;
	margin-top: -6.5px;
	right: 10px;
	color: #7C7C7C;
	font-weight: bold;
	background: url(/CSP/img/bt/smb/icons/icn_link.gif?switch=2026042211) no-repeat 0 0;
}
.verticalLinkListRecommend input[type="checkbox"] {
	margin-right: 5px;
}


.verticalLinkListEtc {
	position: relative;
	margin-top: -16px;
}
.verticalLinkListEtc > .normalSplitLineT {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #bfb9b0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFF;
}
.verticalLinkListEtc > .normalSplitLineT:last-child {
	border-bottom: 1px solid #BFB9B0;
}
.verticalLinkListEtc > .normalSplitLineT > a,
.verticalLinkListEtc > .normalSplitLineT > span {
	display: block;
	padding: 5px 30px 5px 20px;
	text-decoration: none !important;
	color: #333333 !important;
}
.verticalLinkListEtc > .normalSplitLineT > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 9px;
	height: 14px;
	line-height: 1;
	margin-top: -6.5px;
	right: 10px;
	color: #7C7C7C;
	font-weight: bold;
	background: url(/CSP/img/bt/smb/icons/icn_link.gif?switch=2026042211) no-repeat 0 0;
	-webkit-background-size: 9px 14px;
	background-size: 9px 14px;
}

/* 検索エリア */
.topHeadlineSearch {
	position: relative;
	top: -5px;
	z-index: 10;
	font-size: 16px;
	padding: 0 6px 0 6px;
	color: #d36985;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	-webkit-box-sizing: border-box;
	height: 52px;
	line-height: 52px;
	background: #FFFFFF;
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
}
.topHeadlineSearch:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #d36985;
	vertical-align: -2px;
	margin-right: 7px;
	border-radius: 4px;
}
.topHeadlineSearchBottom {
	position: relative;
	bottom: -5px;
	margin-top: 10px;
	font-size: 10px;
	color: #FFFFFF;
	height: 28px;
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#CD4D72),
		to(#93323F),
		color-stop(.15, #9D3748),
		color-stop(.5, #B94460),
		color-stop(.7, #CD4D72),
		color-stop(.85, #CD4D72)
	);
	margin-left: 30px;
	border-bottom-right-radius: 10px 3px;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .3);
}
.topHeadlineSearchBottom:after {
	content: '';
	position: absolute;
	top: 0;
	left: -14px;
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #CD4D72;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #CD4D72;
	border-left: 14px solid transparent;
}
.salonSearchList {
	text-align: center;
}
.salonSearchList > li {
	display: inline-block;
	margin: 0 5px;
}
.salonSearchList > li > a {
	display: table-cell;
	width: 80px;
	height: 70px;
	vertical-align: middle;
	text-decoration: none !important;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #666666 !important;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#FFFFFF),
		to(#DEDEDE),
		color-stop(0.6, #FFFFFF)
	);
	border: 3px solid #D46B86;
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, .6),
						inset -1px -1px 0 0 rgba(0, 0, 0, .3),
						2px 2px 6px 0 rgba(0, 0, 0, .2);
	border-radius: 12px;
}

/*  リラクゼーション切り替えエリア */
.toRelaxArea {
	position: relative;
	padding: 15px 10px 0;
}
.toRelaxWrapper {
	display: block;
	text-decoration: none !important;
	color: #666666 !important;
	background-color: rgba(143, 115, 172, .5);
	padding: 10px;
}
.relaxImageList {
	text-align: center;
}
.relaxImageList > li {
	display: inline-block;
	width: 65px;
	overflow: hidden;
	margin-right: 4px;
}
.relaxImageList > li:last-child {
	margin-right: 0;
}
.relaxImageList > li > img {
	width: 65px;
	height: 91px;
}
.btnToRelax {
	position: relative;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#FFFFFF),
		to(#DEDEDE),
		color-stop(0.6, #FFFFFF)
	);
	border: 3px solid rgba(124, 38, 129, .6);
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, .5),
						inset -1px -1px 0 0 rgba(0, 0, 0, .2);
	border-radius: 12px;
}
.toRelaxCopy {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	background-color: rgba(255, 255, 255, .8);
	font-size: 14px;
	line-height: 1.3;
	border-top: 1px solid #C6BFD3;
	border-bottom: 1px solid #C6BFD3;
	-webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05),
						 inset 0 -2px 2px 0 rgba(0, 0, 0, .05);
}

/* アプリをインストール */
.nativeAppliArea .topHeadline2 {
	line-height: 20px;
}
.nativeAppliWrapper {
	padding: 18px 10px 24px;
	background-color: #DEDEDE;
	border-bottom: solid 1px #BFB9B0;
}

.verticalLinkListNativeApp {
	position: relative;
	margin-top: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #CCC;
}
.verticalLinkListNativeApp > .normalSplitLineT {
	position: relative;
	background-color: #FFFEFE;
	-webkit-box-sizing: border-box;
	/*border-bottom: 1px solid #999966;*/
	/*margin-bottom: 1px;*/
}
.verticalLinkListNativeApp > .normalSplitLineT:first-child {
	border-top: 0;
}
.verticalLinkListNativeApp > .normalSplitLineT:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.verticalLinkListNativeApp > .normalSplitLineT > a,
.verticalLinkListNativeApp > .normalSplitLineT > span {
	display: block;
	padding: 8px 30px 8px 10px;
	text-decoration: none !important;
	color: #666666 !important;
}
.verticalLinkListNativeApp > .normalSplitLineT > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 13px;
	line-height: 1;
	margin-top: -6.5px;
	right: 10px;
	color: #7C7C7C;
	font-weight: bold;
	background: url(/CSP/img/bt/smb/icons/icn_link.gif?switch=2026042211) no-repeat 0 0;
}
.verticalLinkListNativeApp input[type="checkbox"] {
	margin-right: 5px;
}

.verticalLinkListNativeApp.altered > .normalSplitLineT:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.verticalLinkListNativeApp.altered > .normalSplitLineT:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



/* お知らせ差し込み枠 */
.informationArea {
	padding-left: 10px;
	padding-right: 10px;
}
.informationListWrapper {
	margin-top: 12px;
}
.informationListWrapper > .bdTitle {
	color: #D36985;
}
.informationListWrapper > .bdTitle::before {
	background-color: #D36985;
}
.informationList {
	background-color: #FFFFFF;
	border: 1px solid #E0E1E2;
	border-radius: 8px;
	margin: 12px 16px 20px;
}
.informationList > li {
	padding: 0 8px 0 24px;
}
.informationList > li + li {
	border-top: 1px solid #E0E1E2;
}
.informationList > li > a {
	display: inline-block;
	padding: 9px 0;
	position: relative;
	word-break: break-word;
}
.informationList > li > a::before {
	background: url(/CSP/img/svg/sp/icon_triangle_right_bt.svg?switch=2026042211) no-repeat center / contain;
	content: "";
	height: 12px;
	left: -16px;
	pointer-events: none;
	position: absolute;
	top: 12px;
	width: 12px;
}

.searchSubHeadline {
	padding: 6px 8px;
	color: #FFFFFF;
	background-color: #988989;
	font-size: 13px;
	font-weight: bold;
}

.verticalLinkListPrejudice {
	border-bottom: 1px solid #BFB9B0;
}
.verticalLinkListPrejudice li {
	border-top: 1px solid #BFB9B0;
}
.verticalLinkListPrejudice .lnkListArrowR,
.lnkListRecommend .lnkListArrowR {
	color: #666666;
	text-decoration: none;
}
.verticalLinkListPrejudice input[type="checkbox"] {
	margin-right: 5px;
}

.lnkListRecommend {
	border: 1px solid #BFB9B0;
	word-break: break-all;
}

.lnkListRecommend li {
	border-bottom: 1px solid #BFB9B0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
}
.lnkListRecommend li img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	width: 42px;
}
.lnkListRecommend li:nth-child(odd) {
	border-right: 1px solid #BFB9B0;
}

.lnkListRecommend li:nth-last-child(1),
.lnkListRecommend li:nth-last-child(2) {
	border-bottom: 0;
}
.lnkListRecommend li:nth-last-child(2):nth-child(even) {
	border-bottom: 1px solid #BFB9B0;
}

.lnkListRecommend .lnkListArrowR {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
}
.topHeadlineTitle {
	background: #FFFFFF;
	color: #D36985;
	font-size: 14px;
	height: 32px;
	line-height:32px;
	padding: 0 8px 0 8px;
	position: relative;
	z-index: 10;
}
.topHeadlineTitleShadow {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #BFB9B0;
}
.topHeadlineTitle:before {
	background: #D36985;
	border-radius: 5px;
	content: "";
	display: inline-block;
	height: 20px;
	vertical-align: -4px;
	width: 5px;
	margin-right: 6px;
}
.topHeadlineWrapper {
 padding-bottom: 10px;
}
.topHeadlineWrapper > .topHeadlineTitle {
 height: 52px;
 line-height: 52px;
 border-bottom: 2px solid #BFB9B0;
 font-size:14px;
}
.bdts1px{
	border-top: solid 1px #bfb9b0;
}
.bdts2px{
	border-top: solid 2px #bfb9b0;
}
.bdts3px{
	border-top: solid 3px #bfb9b0;
}

.selectedNowArea {
	font-weight: bold;
	padding: 5px 90px 5px 8px;
	position: relative;
}
.dateSearchKV {
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 150px;
	height: 150px;
	position: relative;
}
@media (max-width: 374px) {
	.dateSearchKV {
		background-position: right -20px center; /* 374px以下のデバイス幅は右に20pxインデント */
	}
}
.dateSearchKV.is_background_hair_f1 {
	background-color: #F3E9EB;
}
.dateSearchKV.is_background_hair_f2 {
	background-color: #F7F3EF;
}
.dateSearchKV.is_background_hair_m {
	background-color: #E7F2F8;
}
.ttlDateSearch {
	background: -webkit-linear-gradient(
	left,
	rgba(255, 255, 255, 0.8) 0%,
	rgba(255, 255, 255, 0) 50%
	);
	background: linear-gradient(
	to right,
	rgba(255, 255, 255, 0.8) 0%,
	rgba(255, 255, 255, 0) 50%
	);
	color: #837373;
	font-size: 12px;
	padding: 8px 0 3px 8px;
	text-shadow: 0 0 5px #FFFFFF;
}
.ttlDateSearch:before {
	background-position: -95px 0;
	height: 20px;
	width: 22px;
	display: inline-block;
	margin-right: 5px;
}
.lnkDateSearch {
	width: 70%;
}
.lnkDateSearch li {
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.lnkDateSearch .btnDateSearch {
	background-color: #FFFFFF;
	border: solid 2px #D36985;
	border-radius: 5px;
	color: #665555;
	display: table-cell;
	height: 40px;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	width: 90px;
}
.lnkAreaSearch {
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 4px 13px;
	text-align: center;
	width: 100%;
}
.lnkAreaSearch > li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	float: left;
	height: 68px;
	padding: 0 4px;
	vertical-align: middle;
	width: 25%;
}
.btnSaTopSearch {
	background-color: #FFFFFF;
	border: solid #AAA399;
	border-radius: 8px;
	border-width: 1px 1px 2px 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	font-size: 10px;
	line-height: 1.2;
	padding: 35px 3px 3px 3px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: inherit;
}
.btnSaTopSearch:before {
	display: block;
	height: 26px;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	top: 6px;
	width: 26px;
}
.btnStationSearch:before {
	background-position: 0 -40px;
}
.btnHereSearch:before {
	background-position: 0 -80px;
}
.btnMapSearch:before {
	background-position: -1px -120px;
}
.lnkAreaSearch li .btnSaTopSearch {
	color: #837373;
}
.iconSaTopSearch {
	padding-top: 10px;
	padding-bottom: 10px;
}
.iconSaTopSearch:before {
	display: inline-block;
	height: 20px;
	margin-left: 1px;
	margin-right: 9px;
	vertical-align: middle;
	width: 22px;
}
.iconRsrvHistory:before {
	background-position: -120px 0;
}
.iconBookmark:before {
	background-position: -120px -25px;
}
.iconCoupon:before {
	background-position: -149px 0;
}
.iconStylist:before {
	background-position: -149px -26px;
}

/* 日時選択カレンダーボタン */
.btnCalDateSearch {
	background-color: #FFFFFF;
	border: solid 2px #AAA399;
	border-radius: 5px;
	color: #665555 !important;
	display: table-cell;
	font-weight: bold;
	height: 40px;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	width: 90px;
}
.btnCalDateSearch:before {
	background: url(/CSP/img/common/smb/icon_calendar.png?switch=2026042211) no-repeat;
	background-repeat: no-repeat;
	background-size: 22px auto;
	content: "";
	display: inline-block;
	height: 22px;
	margin-right: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	width: 22px;
}

/* 日時選択カレンダー */
.topCalModal {
	background-color: #FFFFFF;
	display: none;
	left: 0;
	min-height: 100%;
	position: fixed;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	width: 100%;
	z-index: 1000;
}
.topCalModal.isDisplay {
	/* 性別選択、新着メールモーダルが
	カレンダーモーダルの上に重ならないようにrelativeを設定 */
	position: relative;
}

.topCalModal.isOpened,
.topCalModal.isClosed {
	display: block;
}
.topCalModal.isOut {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
.topCalModal.isOpened {
	-webkit-animation: slideIn 0.3s linear 0.1s;
	animation: slideIn 0.3s linear;
}
.topCalModal.isClosed {
	-webkit-animation: slideOut 0.3s linear;
	animation: slideOut 0.3s linear;
}
@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes slideIn {
	0% {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes slideOut {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}
@keyframes slideOut {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}
.topCalArea {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}
.topCalTtl {
	background-color: #BE3C5F;
	color: #FFFFFF;
	font-size: 16px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}
.topCalWrap {
	width: 100%;
	margin: 18px auto 0;
	position: relative;
}
.topCalInner {
	transition: transform 0.3s linear;
	width: 400%;
}
.topCalInner.isFirstMonth {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.topCalInner.isSecondMonth {
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}
.topCalInner.isThirdMonth {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.topCalSlideContainer {
	box-sizing: border-box;
	padding: 0 10px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.topCalSlideItemPrev {
	float: left;
}
.topCalPrevBtn,
.topCalNextBtn {
	background-position: center;
	background-size: contain;
	height: 24px;
	position: absolute;
	width: 24px;
}
.topCalPrevBtn {
	background-image: url(/CSP/img/svg/sp/icon_arrow_left_gray.svg?switch=2026042211);
	left: 16px;
}
.topCalSlideItemNext {
	float: right;
}
.topCalNextBtn {
	background-image: url(/CSP/img/svg/sp/icon_arrow_right_gray.svg?switch=2026042211);
	right: 16px;
}
.topCalPrevBtn::before,
.topCalNextBtn::before {
	content: "";
	height: 44px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
}
.btnSlideTopCal {
	line-height: 1;
	opacity: 1;
	padding: 4px 0 6px;
	width: 60px;
}
.topCalPrevBtn.isDisabled,
.topCalNextBtn.isDisabled {
	opacity: 0.3;
}
.topCalPeriod {
	color: #665555;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.topCalSingleTblWrap {
	box-sizing: border-box;
	float: left;
	padding: 0 16px;
	width: 25%;
}
.topCalSingleTbl {
	margin-top: 16px;
	width: 100%;
}
.topCalSingleTbl th,
.topCalSingleTbl td {
	background: #FFFFFF;
	border-bottom: 1px solid #E0E1E2;
	text-align: center;
}
.topCalSingleTbl th {
	background-color: #988989;
	border-color: #E0E1E2;
	border-style: solid;
	border-width: 1px 1px 0 0;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
}
.topCalSingleTbl th:first-child {
	border-left: 1px solid #E0E1E2;
	border-top-left-radius: 6px;
}
.topCalSingleTbl th:last-child {
	border-top-right-radius: 6px;
}
.topCalSingleTbl tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}
.topCalSingleTbl tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}
.topCalSingleTbl td {
	border-right: 1px solid #E0E1E2;
	font-size: 18px;
	height: 46px;
	line-height: 1;
}
.topCalSingleTbl td:first-child {
	border-left: 1px solid #E0E1E2;
}
.topCalSingleTbl td.sat label {
	color: #1565C0;
}
.topCalSingleTbl td.sun label {
	color: #CC0000;
}
.topCalSingleTbl td.ago label {
	background-color: #EEEEEE;
	color: #909090;
}
.topCalSingleTbl label {
	color: #333333;
	display: block;
	padding: 14px 0;
}
.topCalSingleTbl input[type="radio"] {
	display: none;
	margin: 0;
}
.topCalSingleTbl input[type="radio"]:checked + label {
	background-color: #D36985;
	color: #FFFFFF;
	font-weight: bold;
}

/* 時間選択セレクトボックス */
.topCalTimeSelectList {
	margin-top: 32px;
	padding: 0 16px 76px;
	width: 280px;
}
.topCalTimeSelectMsg {
	color: #6D6D6D;
	font-size: 11px;
	margin-top: 10px;
	padding-left: 16px;
}
.topCalTimeSelectMsg.isError {
	color: #CC0000;
	margin-top: 8px;
	padding-left: 0;
}
.topCalTimeSelect {
	margin-top: 12px;
}
.topCalTimeSelect.isDisabled {
	opacity: 0.3;
}
.topCalTimeSelectTtl {
	color: #666666;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.topCalTimeSelect {
	align-items: center;
	color: #333333;
	display: flex;
}
.topCalTimeSelect.dn {
	display: none;
}
.topCalTimeSelect > select {
	appearance: none;
	background: url(/CSP/img/svg/sp/icon_arrow_down_gray.svg?switch=2026042211) top 7px right 8px / 20px no-repeat;
	border: 1px solid #E0E1E2;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333333;
	padding: 8px;
	width: 95px;
}
.topCalTimetoTxt {
	font-size: 12px;
	margin: 0 8px;
}
.topCalTimeSelect > select.isError {
	background-color: #FFF0F0;
	border: 2px solid #CC0000;
	padding: 7px;
}

/* 日時選択アクションエリア */
.topCalChangeBtnList {
	display: flex;
	justify-content: space-between;
}
.topCalChangeBtnList > li:nth-child(1) {
	width: calc(36% - 4px);
}
.topCalChangeBtnList > li:nth-child(2) {
	width: calc(64% - 4px);
}

/* SAMATOP_おすすめのサロン */
.recommendSalonList {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.recommendSalonList > li {
	align-items: flex-start;
	border-top: 1px solid #BFB9B0;
	display: flex;
	padding: 16px 30px 16px 10px;
	position: relative;
	text-decoration: none;
}
.recommendSalonList > li:last-child {
	border-bottom: 1px solid #BFB9B0;
}
.recommendSalonList > li::after {
	border: solid #AB9C84;
	border-width: 0 3px 3px 0;
	content: "";
	display: block;
	height: 6px;
	line-height: 1;
	margin-top: -6.5px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(-45deg);
	width: 6px;
}
.recommendSalonImg {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 98px;
}
.recommendSalonImg::before {
	border: 1px solid #E0E1E2;
	border-radius: 4px;
	box-sizing: border-box;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.recommendSalonImg > img {
	width: 100%;
}
.recommendSalonInfo {
	flex: 1;
	margin-left: 12px;
	width: calc(100% - 148px); /* overflow-wrap有効化のための指定（148px: クーポン要素以外の領域の幅） */
}
.recommendSalonName {
	-webkit-box-orient: vertical;
	color: #333333;
	display: -webkit-box;
	font-size: 11px;
	font-weight: bold;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.recommendSalonAccess {
	color: #6D6D6D;
	font-size: 11px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recommendSalonAccess::before {
	background: url(/CSP/img/common/smb/sprites/icon_salon_detail.png?switch=2026042211) 2px -26px / 16px auto;
	content: "";
	display: block;
	float: left;
	height: 16px;
	margin-right: 4px;
	width: 16px;
}
.recommendSalonCoupon {
	align-items: center;
	background-color: #F6F6F6;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	padding: 8px 12px;
}
.recommendSalonCouponName {
	-webkit-box-orient: vertical;
	color: #333333;
	display: -webkit-box;
	font-size: 11px;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	overflow: hidden;
}
.recommendSalonCouponPrice {
	color: #C43357;
	font-weight: bold;
	margin-left: 8px;
	white-space: nowrap;
}
.recommendSalonLink {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}