@charset "utf-8";

/************************************************************
 * CLASSES（コンポーネント）
 ************************************************************/

/* salonHeader */
.rsvSalonHeader {
	background-color: #F4F4F4;
}
.rsvType {
	background-color: #7A4BA1;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	line-height: 26px;
	width: 80px;
	text-align: center;
	margin-right: 8px;
}
.rsvTypeLead {
	color: #7A4BA1;
	font-weight: bold;
	overflow: hidden;
	line-height: 26px;
}
.rsvSalonNameWrap {
	color: #665555;
	padding: 15px 15px 10px;
}
.rsvSalonName {
	font-size: 18px;
	font-weight: bold;
}
.trialTypeLead {
	color: #7A4BA1;
	font-size: 11px;
	font-weight: bold;
	padding: 0 15px 10px;
}

/* 矢羽根 */
.rsvStepList {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	line-height: 1;
	overflow: hidden;
	width: 100%;
}
.rsvStepList > li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #999999;
	display: table-cell;
	font-size: 13px;
	font-weight: bold;
	height: 42px;
	position: relative;
	vertical-align: middle;
}
.rsvStepList > li > span {
	display: block;
	font-size: 10px;
	margin-bottom: 4px;
}
.rsvStepList > li > span:before,
.rsvStepList > li > span:after {
	border-style: solid;
	content: "";
	display: block;
	position: absolute;
}
.rsvStepList > li > span:before {
	border-color: transparent transparent transparent #CBC4C4;
	border-width: 22px 0 22px 13px;
	right: 0;
	top: -1px;
}
.rsvStepList > li > span:after {
	border-color: transparent transparent transparent #FFFFFF;
	border-width: 22px 0 22px 13px;
	right: 1px;
	top: -1px;
}
.rslStep1 {
	padding-left: 46px;
	width: 234px;
}
.rslStep2 {
	padding-left: 46px;
	width: 171px;
}
.rslStep3 {
	padding-left: 10px;
	width: 134px;
}
.rslStep4 {
	padding-left: 10px;
	width: 134px;
}
.rslStepEnd {
	line-height: 42px;
	text-align: center;
	width: 90px;
}
.rslStep1:before,
.rslStep2:before {
	background-image: url(/CSP/img/common/sprites/icon_reserve.png?switch=2025062510);
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: absolute;
}
.rslStep1:before {
	height: 20px;
	left: 10px;
	top: 11px;
	width: 30px;
}
.rslStep2:before {
	background-position: 0 -90px;
	height: 30px;
	left: 10px;
	top: 5px;
	width: 30px;
}
.rsvStepList > .active	{ color: #7030A0; }
.rsvStepList > .passive	{ color: #CCCCCC; }
.rslStep1.active:before	{ background-position: 0 -30px; }
.rslStep1.passive:before	{ background-position: 0 -60px; }
.rslStep2.active:before	{ background-position: 0 -170px; }
.rslStep2.passive:before	{ background-position: 0 -210px; }

/* 見出し */
.title {
	background-color: #E8E8E2;
	border: #A6A6A6 solid 1px;
	display: block;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.titleLeft {
	width: 135px;
}

.reserveTitleOuter {
	background-position: -3060px top;
	background-repeat: no-repeat;
	background-color: #A6A39B;
	position: relative;
	zoom: 1;
}

.reserveTitleInner {
	background-position: -3825px bottom;
	background-repeat: no-repeat;
	color: white;
	font-size: 14px;
	padding: 6px 10px;
}

.rsvTitle {
	color: #665555;
	font-size: 16px;
	font-weight: bold;
}
.rsvSubTitleWrap {
	border-top: 1px solid #BFB4AB;
	color: #665555;
	padding-top: 15px;
	line-height: 1;
}
.rsvSubTitle {
	font-size: 14px;
	font-weight: bold;
}

/* フォーム系 */
.tfFR {
	border-top: 1px solid #8E8E8E;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #8E8E8E;
	line-height: 1;
	padding: 4px 2px;
}

/* ヘッダー・フッター */
#wrapperMini {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	width: 805px;
}

.titleMini {
	background-color: #E8E8E2;
	border: 1px solid #A6A6A6;
	display: block;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

#copyrightMini {
	position: absolute;
	top: 10px;
}

/* お客様情報入力 */
.rsvCustomerTelInput {
	border: 1px solid #E0E1E2;
	border-radius : 4px;
	padding: 4px 2px;
	width: 110px;
}
/* サロンからの確認事項入力 */
.rsvReplyStoreQuestionInputTextArea {
	border: 1px solid #E0E1E2;
	border-radius : 4px;
	height: 50px;
	width: 560px;
}
/* 詳細要望入力 */
.moreDetailRequestInput {
	position: relative;
	display: block;
	padding: 6px 10px;
	border: 1px dotted #CCCCCC;
	margin-top: 20px;
	text-decoration: none !important;
	overflow: hidden;
	zoom: 1;
}
.moreDetailRequestInput:hover .moreDetailRequestInputText {
	text-decoration: underline;
}
.moreDetailRequestInputArea {
	position: relative;
	height: 0;
	overflow: hidden;
	zoom: 1;
}
.moreDetailRequestInputAreaInner {
	overflow: hidden;
}
.moreDetailRequestInputTextArea {
	box-sizing: border-box;
	border: 1px solid #E0E1E2;
	border-radius : 4px;
	height: 81px;
	width: 100%;
}
.mmSettingBox {
	background-color: #F6F6F6;
	padding: 10px 10px 0;
}
.mmSettingHeadline {
	color: #333333;
	font-weight: bold;
	padding: 0 10px;
}
.mmSettingBody {
	padding: 10px;
}
.mmSettingBody + .mmSettingBody {
	border-top: 1px solid #E0E1E2;
}
.mmSettingBody label {
	line-height: 1.5;
}
.mmSettingBodyNotes {
	font-size: 11px;
	padding-left: 23px;
}

/* 第2希望日時入力 */
.secondPreferredDateInputTextArea {
	border: 1px solid #E0E1E2;
	border-radius: 4px;
	box-sizing: border-box;
	height: 61px;
	width: 100%;
}

/* タブエリア */
.titleBottom {
	border-bottom: 2px solid #BFBFBF;
}

/* クーポン */
.couponMenuName {
	color: #665555;
	word-wrap: break-word;
}
.couponSecline {
	padding-right: 18px;
	position: relative;
}
.couponSecline:after {
	background: #CCCCCC;
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 10px;
	margin-top: 3px;
	position: absolute;
	width: 1px;
}
.couponTbl {
	border: solid 1px #CCCCCC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
}
.cpnTypeTxt + .icnCouponType {
	margin-left: 20px;
}
.icnCouponType {
	border: solid 1px #CCCCCC;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 10px;
	line-height: 1;
	margin-right: 5px;
	padding: 3px 6px;
	text-align: center;
}
.couponLabelCT02,
.couponLabelCT01,
.couponLabelCT03 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	padding: 0 7px 0 6px;
	text-align: center;
	width: 14px;
}
.cpnTypeCT02, .couponLabelCT02 { background-color: #9966CC; color: #FFFFFF; }
.cpnTypeCT01, .couponLabelCT01 { background-color: #DEB8F0; color: #9965CD; }
.cpnTypeCT03, .couponLabelCT03 { background-color: #EFDCEF; color: #9965CD; }
.cpnTypeTxt {
	float: left;
	font-size: 10px;
	line-height: 18px;
}
.couponImgWrap {
	text-align: center;
	width: 97px;
}
.couponImgWrap img {
	max-height: 97px;
	max-width: 97px;
}
.btnAddMenuReserve:before {
	background-position: -190px -6568px;
	height: 14px;
	width: 10px;
}
.couponAnnotationTxt {
	color: #909090;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 2px;
}
.couponAnnotationTxt::before {
	content: "\203B";
}

/* 行揃え用 */
.chkboxIndent { padding-left: 25px !important; text-indent:-23px; }

/* タブエリア */
.tabBottom {
	border-bottom: 3px solid #D1B8EF;
}

/* 表説明エリア*/
.topTable {
	background-color: #EEECE1;
	border: #BCBCBC solid 1px;
	display: block;
	line-height: 20px;
	padding: 5px;
}

.whiteTable {
	background-color: #FFFFFF;
	border: #BCBCBC solid 1px;
	display: block;
	padding: 5px 5px 5px 15px;
	line-height: 25px;
}

/* 表エリア */
.coverTable {
	background-color: #F5F3EF;
	border-bottom: #DDDDDD solid 1px;
	border-left: #DDDDDD solid 1px;
	border-right: #DDDDDD solid 1px;
	display: block;
	padding: 5px;
}
.timeCell {
	background-color: #F6F6F6;
	border-top: 1px solid #BFB9B0;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
	width: 100%;
}
.weekPaging {
	background-color: #FFFFFF;
	border: solid #BFB9B0;
	border-width: 1px 0 2px 0;
	font-weight: bold;
	text-align: center;
	width: 87px;
}
.monthCell {
	border-top: 1px solid #BFB9B0;
	box-sizing: border-box;
	height: 38px;
	text-align: center;
}
.timeTableLeft .timeCell {
	text-align: right;
	padding-right: 15px;
}
.timeTableRight .timeCell {
	text-align: left;
	padding-left: 15px;
}
.reserveConditionTable td.closed,
.reserveConditionTable td.open,
.reserveConditionTable td.tel {
	border: solid #BFB9B0;
	border-width: 1px 0 0 0;
	height: 35px;
	text-align: center;
	width: auto;
}
.reserveConditionTable td.tel {
	font-size: 11px;
}
.reserveConditionTable td.open {
	background-color: #FFFFFF;
	-webkit-transition: background-color 0.1s;
	transition: background-color 0.1s;
}
.reserveConditionTable td.closed {
	background-color: #EEEEEE;
}
.dayCell,
.sat,
.sun {
	border: solid #BFB9B0;
	border-width: 1px 0 2px 1px;
	box-sizing: border-box;
	height: 45px;
	text-align: center;
	width: 42px;
}
.sat {
	background-color: #D9E3EC;
	color: #4466BB;
}

.sun {
	background-color: #EEDDD9;
	color: #BB5555;
}
.telColText,
.closeColText {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-writing-mode: bt-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.telColText {
	letter-spacing: 2px;
	top: calc(50% + 1px); /* letter-spacingが文字下部に2pxつくため、半分の1px分を下にずらすことで上下中央寄せにする */
}
.closeColText {
	letter-spacing: 10px;
	top: calc(50% + 5px); /* letter-spacingが文字下部に10pxつくため、半分の5px分を下にずらすことで上下中央寄せにする */
}
.moreInnerTable tr:first-child > th,
.moreInnerTable tr:first-child > td {
	border-top: none;
}
.moreInnerTable tr:not(:first-child) > .timeSharpLine {
	border-top : 2px solid #BFB9B0;
}
.timeCell.timeSharpLine {
	font-size: 13px;
}
.moreInnerTable tr:last-child > .timeCell {
	border-bottom : none;
}
.reserveConditionTable td.open > a,
.reserveConditionTable td.open > span {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: auto;
}
.reserveConditionTable td.open > a::before,
.reserveConditionTable td.open > a::after,
.reserveConditionTable td.open > span::before,
.reserveConditionTable td.open > span::after {
	border: 1px solid #CC4466;
	border-radius: 100px;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
}
.reserveConditionTable td.open > a::before,
.reserveConditionTable td.open > span::before {
	height: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
}
.reserveConditionTable td.open > a::after,
.reserveConditionTable td.open > span::after {
	height: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.temporaryReserve td.open > a::after,
.temporaryReserve td.open > span::after {
	display: none;
}
.reserveConditionTable td.open > a:hover,
.reserveConditionTable td.open > span:hover {
	background-color: #FCDBE3;
	text-decoration: none;
}
.reserveConditionTable td.open > span:hover {
	background-color: #FFFFFF;
}
.reserveConditionTable td.closed > span::before,
.reserveConditionTable td.closed > span::after {
	background: #333333;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 16px;
	width: 10px;
}
.reserveConditionTable td.closed > span {
	display: block;
	line-height: 35px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: auto;
}
.reserveConditionTable td.closed > span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.reserveConditionTable td.closed > span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 行揃え用 */
.pL1e	{ padding-left: 1em; }
.txt1e	{ text-indent: -1em; }

/* ×マーク */
.batsu {
	margin-top: -5px;
}

.separate {
	height:  3px;
	border:  solid 0px;
	background-color: #FFFFFF;
	padding: 0px;
}
/* フォーム */
textarea	{ height:55px; }

/* 表エリア */
.pCellV5H5 th,
.pCellV5H5 td {
	padding: 5px;
}

/* 予約フロー遷移図 */
.flow {
	background-color: #F2F2F2;
	border: #C9C4A9 solid 1px;
	display: block;
	line-height: 20px;
	padding: 10px;
}

/* 表エリア */
.pCellV5H12 th,
.pCellV5H12 td {
	padding: 5px 12px;
}

/* タブエリア */
.tabBottom2 {
	border-bottom: 3px solid #7030A0;
}

/* 表下部ボタンエリア*/
.submitArea {
	background-color: #F5F3EF;
	display: block;
	line-height: 20px;
	padding: 10px;
}

.submitArea2 {
	background-color: #CCC1DA;
	display: block;
	line-height: 20px;
	padding: 10px;
}

.submitArea3 {
	display: block;
	line-height: 20px;
	padding: 10px;
}

/************************************************************
 * CLASSES(プロパティ)
 ************************************************************/

/* WIDTH */
.w35	{ width: 35px; }
.w46	{ width: 46px; }
.w55	{ width: 55px; }
.w90	{ width: 90px; }
.w100	{ width: 100px; }
.w105	{ width: 105px; }
.w110	{ width: 110px; }
.w115	{ width: 115px; }
.w120	{ width: 120px; }
.w130	{ width: 130px; }
.w140	{ width: 140px; }
.w150	{ width: 150px; }
.w160	{ width: 160px; }
.w170	{ width: 170px; }
.w180	{ width: 180px; }
.w190	{ width: 190px; }
.w200	{ width: 200px; }
.w201	{ width: 201px; }
.w205	{ width: 205px; }
.w238	{ width: 238px; }
.w256	{ width: 256px; }
.w260	{ width: 260px; }
.w285	{ width: 285px; }
.w290	{ width: 290px; }
.w295	{ width: 295px; }
.w310	{ width: 310px; }
.w330	{ width: 330px; }
.w335	{ width: 335px; }
.w340	{ width: 340px; }
.w360	{ width: 360px; }
.w393	{ width: 393px; }
.w400	{ width: 400px; }
.w425	{ width: 425px; }
.w465	{ width: 465px; }
.w470	{ width: 470px; }
.w485	{ width: 485px; }
.w490	{ width: 490px; }
.w500	{ width: 500px; }
.w520	{ width: 520px; }
.w550	{ width: 550px; }
.w560	{ width: 560px; }
.w580	{ width: 580px; }
.w590	{ width: 590px; }
.w600	{ width: 600px; }
.w605	{ width: 605px; }
.w610	{ width: 610px; }
.w615	{ width: 615px; }
.w639	{ width: 639px; }
.w648	{ width: 648px; }
.w667	{ width: 667px; }
.w715	{ width: 715px; }
.w730	{ width: 730px; }

/* HEIGHT */
.h32	{ height: 32px; }
.h45	{ height: 45px; }
.h50	{ height: 50px; }
.h55	{ height: 55px; }
.h106	{ height: 106px; }
.h114	{ height: 114px;_height: 109px; }
.h113	{ height: 113px; }
.h135	{ height: 135px;_height: 130px; }
.h152	{ height: 152px; }
.h157	{ height: 157px;_height: 152px; }
.h179	{ height: 179px;_height: 174px; }

/* MARGIN */
.mT7	{ margin-top: 7px; }
.mT80	{ margin-top: 80px; }

.mR20	{ _margin-right:10px; }
.mR50	{ margin-right: 50px; }

.mL70	{ margin-left: 70px; }
.mL100	{ margin-left: 100px; }
.mL135	{ margin-left: 135px; }
.mL245	{ margin-left: 245px; }
.mL390	{ margin-left: 390px; }

/* PADDING */
.pV2	{ padding-top: 2px; padding-bottom: 2px; }
.pR3	{ padding-right: 3px; }
.pR6	{ padding-right: 6px; }
.pR7	{ padding-right: 7px; }
.pL390  { padding-Left: 390px; }

/* 左の縦邱・*/
.boL	{ border-left: 1px solid #E6E6E6; }
.boLgray	{ border-left: 1px solid #A6A6A6; }

/* 右の縦邱・*/
.boRgray	{ border-right: 1px solid #A6A6A6; }

/* 下の罫線 */
.boBgray { border-bottom: 1px solid #A6A6A6; }

/* 予約機能の使い方ボタンIE調整*/
.top5	{ _top:5px;}

/* 要素・非表示 */
.imageHide		{ display:none; }

/* タイトル 非即時・仮予約時 */
/* .dummyFlg	{ height: 35px; margin-left: 100px; } */
.dummyFlg	{ height: 35px; }
.wTitle		{ width: 739px; }

/* テキストエリア表示強制改行(IE) */
.wordBreak {
	word-break:break-all;
}
.calTab {
	border-bottom: 2px solid #BFB4AB;
	font-size: 0;
	padding-left: 10px;
	position: relative;
}
.calTab > li {
	background-color: #FFFFFF;
	border: solid #CCCCCC;
	border-radius: 4px 4px 0 0;
	border-width: 1px 1px 0 1px;
	color: #666666;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	min-width: 185px;
	text-align: center;
}
.calTab > li.noNomination {
	border: none;
	color: #333333;
	font-weight: normal;
}
.calTab > li.isCurrent {
	border-color: #BFB4AB;
	border-width: 2px 2px 0 2px;
	bottom: -1px;
	position: relative;
}
.calTab > li.isCurrent::before {
	background-color: #FFFFFF;
	bottom: -1px;
	content: " ";
	display: block;
	height: 2px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.calTab > li + li {
	margin-left: 4px;
}
.calTab span,
.calTab a {
	display: block;
	width: 185px;
	text-align: center;
	font-weight: bold;
}
.detailTitle,
.detailTitle a {
	color: #333333 !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 18px;
}
.calTab > li > a,
.calTab > li > span {
	outline: 0 none;
	background-position: -110px 0;
	color: #666666 !important;
	text-decoration: none !important;
}
.calTab .isCurrent a:hover {
	opacity:1;
}

.calTab > li > a:hover {
	opacity: 0.7;
}
.oNextRes {
	background-position: -1880px -270px;
	height: 30px;
	width: 120px;
}
.oNextRes:hover {
	background-position: -1880px -300px;
}
.reserveConditionTable {
	margin-top: 15px;
	position: relative;
	z-index: 1;
}
.underTabContents {
	margin-top: 15px;
	position: relative;
	z-index: 0;
}
.titleLine {
	border-bottom: 3px solid #e4e0d9;
	padding: 5px 9px 6px;
	margin-bottom: 17px;
}

.selectBtn 		{ background: url(/CSP/img/kr/icons_buttons/select2.gif?switch=2025062510) no-repeat 0 0; width: 80px; height: 24px; display: block; text-indent: -9999px; }
.selectBtn:hover{ background-position: 0 -24px; }


.bdCell3 {
	border-top: 1px solid #A6A6A6;
	border-left: 1px solid #A6A6A6;
}
.bdCell3 th,
.bdCell3 td {
	border-right: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
}

.innerTable {
	border: solid #BFB9B0;
	border-spacing: 0;
	border-width: 0 1px 1px 1px;
	width: 100%;
}
.innerTable > tbody > tr > th + th {
	border-left: 1px solid #BFB9B0;
}
.telCol {
	background-color: #FFFFFF;
}
.closeCol {
	background-color: #EEEEEE;
}
.innerCol,
.telCol,
.closeCol {
	box-sizing: border-box;
	text-align: center;
	width: 42px;
}
.moreInnerTable {
	border: 0 none;
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0;
	height: 230px;
	position: relative;
}
.weekPaging > .arrowPagingWeekROff,
.weekPaging > .arrowPagingWeekR,
.weekPaging > .arrowPagingWeekLOff,
.weekPaging > .arrowPagingWeekL {
	position: relative;
}
.weekPaging > .arrowPagingWeekROff,
.weekPaging > .arrowPagingWeekLOff {
	color: #CCCCCC;
}
.weekPaging > .arrowPagingWeekROff:before,
.weekPaging > .arrowPagingWeekR:before,
.weekPaging > .arrowPagingWeekLOff:before,
.weekPaging > .arrowPagingWeekL:before {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	width: 0;
	height: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.weekPaging > .arrowPagingWeekROff:before {
	border-left: 4px solid #CCCCCC;
	right: 0;
}
.weekPaging > .arrowPagingWeekR:before {
	border-left: 4px solid #8C61B8;
	right: 0;
}
.weekPaging > .arrowPagingWeekLOff:before {
	border-right: 4px solid #CCCCCC;
	left: 0;
}
.weekPaging > .arrowPagingWeekL:before {
	border-right: 4px solid #8C61B8;
	left: 0;
}

/* BORDER */
.bdGray2		{ border: 1px solid #A6A6A6; }

/* BACKGROUND */
.bgThNml th	{ background-color: #E6E6E6; }
.bgLGray2	{ background-color: #D9D9D9; }

/* 選択不可時の文字色 */
.charOff {
	color:#999999;
	padding-left:9px;
}

/* CAPポイントインフォメーション色 */
.fgCapInfoBlue		{ color: #6397CC; }

/************************************************************
 * IME-MODE
 ************************************************************/

.imeOn {
	ime-mode: active;
}

.imeOff {
	ime-mode: inactive;
}

/* 予約入力・確認 */
#reserveHeaderWrapper	{
	width: 765px;
	margin: 0 auto;
}
#reserveHeaderWrapper #header	{
	width: 765px;
}
#reserveHeaderWrapper #logo	{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 11px;
	padding-left: 8px;
	z-index: 1;
}

#reserveWrapper	{
	width: 765px;
	margin: 0 auto;
}

#reserveContents	{
	padding-top: 5px;
}

#smallLogoNavi	{
	height: 62px;
	position: relative;
	z-index: 0;
}

/* recommended */
.recommendSlnWrap {
	margin-top: 10px;
	position: relative;
}
.recommendList {
	margin: 0 56px;
	overflow: hidden;
	padding-top: 12px;
}

.recommendSlnLabel {
	background-color: #FFFFFF;
	border: 1px solid #978888;
	border-radius: 4px;
	color: #665555;
	font-size: 11px;
	left: 0;
	line-height: 1;
	padding: 4px 8px;
	position: absolute;
	top: -12px;
}
.recommendSlnLabel::before {
	background: url(/CSP/img/svg/pc/icon_balloonFrameBtm.svg?switch=2025062510) center / contain no-repeat;
	bottom: -7px;
	content: "";
	height: 8px;
	left: 7px;
	position: absolute;
	width: 8px;
}
.recommendListInner {
	display: flex;
	transition-duration: 0.2s;
}
.recommendCarouselListItem {
	display: flex;
	flex-shrink: 0;
	position: relative;
	width: calc((100% - (3px * 2)) / 3);
}
.recommendListInner > li + li {
	margin-left: 3px;
}
.recommendSlnArrows > li {
	background: center / 20px 20px no-repeat;
	border: 1px solid #E0E1E2;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}
.recommendSlnArrows > li:first-child {
	background-image: url(/CSP/img/svg/pc/icon_arrow_left_bt.svg?switch=2025062510);
	left: 4px;
}
.recommendSlnArrows > li:last-child {
	background-image: url(/CSP/img/svg/pc/icon_arrow_bt.svg?switch=2025062510);
	right: 0;
}
.recommendSlnArrows > li.isDisabled {
	opacity: 0.3;
	pointer-events: none;
}
.recommendListItemLink > a {
	display: block;
}
.recommendListItemLink > a > img {
	overflow: hidden;
	pointer-events: none;
	width: 100%;
}
.recommendListItemLink > a > span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.recommendAccessTxt {
	color: #666666;
	flex: 1;
	font-size: 10px;
	margin-top: 5px;
}
.recommendListItemCoupon {
	background-color: #F6F6F6;
	margin-top: 10px;
	padding: 5px;
}
.recommendCouponName {
	color: #4C4C80 !important;
}
.recommendLimitedCouponList {
	display: flex;
	flex-wrap: wrap;
}
.recommendLimitedCouponList > li {
	box-sizing: border-box;
	font-size: 10px;
	line-height: 1;
	margin: 0 4px 4px 0;
	padding: 3px;
}
.recommendedGenreHeadlineWrapper	{
	background: none !important;
}
.recommendedHeadingSalon	{
	background-image: none;
	float: none;
	text-indent: 0;
	color: #444444;
	background-color: #F0EDDD;
	font-weight: bold;
	font-size: 14px;
	padding:3px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', arial, sans-serif, verdana, Helvetica;
}
.recommendListItemInner {
	border: 1px solid #DDDDDD;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 4px;
	padding: 6px;
}
.CouponMark {
	margin: 3px 10px 0 0;
}
.couponMenuIcon {
	background-color: #FF8A90;
}
.couponNoMenuIcon {
	background-color: #ADADAC;
	color: #FFFFFF;
}
.moreDetailRequestInput {
	position: relative;
	display: block;
	padding: 6px 10px;
	border: 1px dotted #CCCCCC;
	margin-top: 20px;
	text-decoration: none !important;
	overflow: hidden;
	zoom: 1;
}

.designListWrap {
	width: 560px;
	overflow: hidden;
	padding-bottom: 30px;
}
.designListWrap > table {
	width: 100%;
}
.designListWrap > table td {
	border-left: solid 1px #DDDDDD;
}
.designListWrap > table > tbody > tr:first-child > td > div {
	width: 153px;
}
.designListWrap > table td:first-child {
	border-left: 0;
}
.designListWrap > table td > div {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.designListWrap > table td > div a {
	margin: 10px auto 0;
}
.designListWrap > table tr:first-child > td > div {
	margin-top: 0;
}
.wordBreak {
	word-break: break-all;
}
.separateLine {
	border-top: 1px solid #DDDDDD;
	height: 1px;
	overflow: hidden;
	margin: 30px 0;
}

/************************************************************
 * 1095_キレイサロンダイレクト
 ************************************************************/
#headerWrapperSD {
	border-top: 16px solid #BFB4AB;
	zoom: 1;
}
#headerSD {
	width: 765px;
	margin: 0 auto;
	position: relative;
}
#headSummary {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 18px;
	margin-top: -16px;
	position: absolute;
}
.detailHeader {
	margin-bottom: 20px;
	background-color: #F7F6EA;
}
.detailTitle, .detailTitle a {
	font-size: 18px;
	font-weight: bold;
	color: #333333 !important;
	text-decoration: none !important;
}
.headerLogoInner {
	background: url("/CSP/img/common/logo/b_logo_GR.png?switch=2025062510") no-repeat 0 0;
	width: 88px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

.secondHeading {
	height: 15px;
	background: url(/CSP/img/bt/icons/icon_heading.png?switch=2025062510) no-repeat 0 1px;
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #444444;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', arial, sans-serif, verdana, Helvetica;
}
.slcClassIcn {
	margin: -5px -5px 0 0;
}
.slcClassIcn > li {
	border-radius: 4px;
	float: left;
	font-size: 10px;
	margin: 5px 5px 0 0;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}
/* staffDetailModal */
.staffPic {
	display: block;
}
.staffPic img:hover {
	opacity: 0.7;
}
.stylePageTitleOuter {
	border-bottom: 3px solid #E4E0D9;
	padding: 0 0 8px 10px;
}
.staffTitle {
	color: #7030A0;
	font-size: 10px;
	font-weight: bold;
}
.staffName {
	display: inline-block;
	font-size: 16px;
}
.staffDetailContentsWrap {
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 11;
}
.staffDetailContents {
	background: #FFFFFF;
	border: 1px solid #A6A39B;
	box-sizing: border-box;
	opacity: 0;
	padding: 30px 10px 20px;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 767px;
}
.sdcInner {
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.sdcStaffPic {
	float: left;
	text-align: center;
	width: 224px;
}
.sdcRight {
	float: right;
	width: 501px;
}
.sdcCatch {
	color: #7030A0;
	font-size: 14px;
	font-weight: bold;
}
.sdcDescription {
	margin-top: 10px;
}
.privateContents {
	margin-bottom: -30px;
}
.privateContents > li {
	float: left;
	margin-bottom: 30px;
	width: 240px;
}
.privatePhoto {
	float: left;
	width: 89px;
}
.privatePhotoDetail {
	float: right;
	min-height: 119px;
	position: relative;
	width: 151px;
}
.privatePhotoDetailTxt {
	bottom: 0;
	font-size: 10px;
	left: 0;
	margin-left: 10px;
	margin-right: 20px;
	position: absolute;
}
.staffStatus {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 100%;
}
.staffStatus th {
	background-color: #E6E6E6;
	width: 120px;
}
.staffStatus th,
.staffStatus td {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	padding: 5px;
}
.staffDetailBg {
	background: #8C867C;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.staffDetailClose {
	background-color: #FFFFFF;
	background-image: url(/CSP/img/common/icon/icon_close.png?switch=2025062510);
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid #A6A39B;
	border-radius: 15px;
	cursor: pointer;
	height: 26px;
	overflow: hidden;
	position: absolute;
	right: -13px;
	text-indent: -9999px;
	top: -13px;
	width: 26px;
}
.staffDetailClose:hover {
	background-color: #EEEEEE;
}
/* rsvSelectedTbl */
.rsvSelectedTbl {
	width: 100%;
}
.rsvSelectedTbl th,
.rsvSelectedTbl td {
	padding: 5px;
}
.rsvSelectedTbl th {
	background-color: #F2F2F2;
	color: #665555;
}
.rsvSelectedHead {
	color: #9966CC !important;
}
.rsvSelectedMenuWrap {
	color: #632523;
}
.rsvSelectedTbl .rsvSelectedCoupon {
	padding: 10px;
	width: 484px;
}
.rsvSelectedTotalTime {
	background-color: #F2F2F2;
	color: #333333;
	font-weight: bold;
	width: 110px;
	word-break: break-all;
}
.rsvSelectedTbl .selectColor {
	background-color: #F3EBFF;
}

/* rsvSelectTbl */
.rsvSelectTbl {
	color: #665555;
	margin-top: 15px;
	width: 100%;
}
.rsvSelectTbl th {
	background-color: #E6E6E6;
}
.rsvSelectTbl label {
	cursor: pointer;
	display: block;
	line-height: 1.5;
	padding: 8px;
}
.rsvSelectTbl label.isDisabled,
.rsvSelectMenuChkbox:disabled {
	cursor: default;
}
.rsvSelectTbl label:hover,
.rsvSelectMenuChkbox:hover + label {
	background-color: #F3EBFF;
}
.rsvSelectMenuChkbox:hover:disabled + label {
	background-color: transparent;
}
.rsvSelectTbl .isDisabled {
	color: #CCCCCC;
}
.rsvSelectTbl .isDisabled:hover {
	background-color: transparent;
}
.rsvSelectMenuCategory {
	background-color: #F5F3F1;
	padding: 8px;
}
.rsvSelectSetMenuIcon {
	font-size: 10px;
	padding-right: 10px;
	width: 501px;
}
.rsvSelectSetMenuIcon > li {
	margin-top: 5px;
}
.rsvSelectMenuDtl {
	width: 519px;
	word-break: break-all;
}
.rsvSelectMenuName,
.rsvSelectMenuNameFn,
.rsvSelectMenuPrice,
.rsvSelectMenuTime {
	font-size: 12px;
	vertical-align: top;
	word-break: break-all;
}
.rsvSelectMenuName {
	display: inline-block;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 10px;
	width: 484px;
}
.rsvSelectMenuNameFn {
	display: block;
}
.rsvSelectMenuPrice,
.rsvSelectMenuTime {
	display: inline-block;
	padding-left: 10px;
}
.rsvSelectMenuPrice {
	width: 104px;
}
.rsvSelectMenuTime {
	width: 107px;
}
.rsvSelectMenuChkbox,
.rsvSelectMenuRdobox {
	cursor: pointer;
	left: 5px;
	position: absolute;
	top: 8px;
	z-index: 1;
}
.rsvSelectMenuChkbox:checked + label,
.rsvSelectMenuRdobox:checked + label {
	background-color: #F3EBFF;
}
.rsvSelectedPrice,
.rsvSelectedTime,
.rsvSelectedCouponName,
.rsvSelectedCouponTxt {
	color: #665555;
	word-break: break-all;
}
.rsvSelectedPrice {
	width: 100px;
}
.rsvSelectedTime {
	width: 110px;
}
.rsvSelectedCouponName {
	font-weight: bold;
}
.postList {
	border-top: 2px solid #D9D9D9;
	overflow: hidden;
	padding: 10px 0 0;
}

/* 予約導線　選択済みクーポン */
.rsvSelectedConfirmWrap {
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 8px 10px 0;
}
.rsvSelectedConfirmTitle {
	color: #9966CC;
	font-weight: bold;
	line-height: 1.4;
}
.rsvSelectedConfirmList {
	margin-top: 5px;
	padding: 0 5px 5px;
}
.rsvSelectedConfirmList > li {
	font-size: 0;
	padding: 8px 0;
}
.rsvSelectedConfirmList > li + li {
	border-top: 1px dotted #CCCCCC;
}
.rsvSelectedConfirmIcon {
	background-color: #9966CC;
	color: #FFFFFF;
	display: inline-block;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	width: 30px;
}
.rsvRecommendLimitedCouponIcon {
	background: #FFFFFF;
	border: 1px solid #CCBBBB;
	color: #665555;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	margin: 3px 10px 0 0;
	padding: 1px 1px 0px;
}
.rsvSelectedConfirmName,
.rsvSelectedConfirmPrice,
.rsvSelectedConfirmTime {
	display: inline-block;
	vertical-align: middle;
	word-break: break-all;
}
.rsvSelectedConfirmName {
	color: #665555;
	font-size: 13px;
	font-weight: bold;
	width: 540px;
}
.rsvSelectedConfirmIcon + .rsvSelectedConfirmName {
	margin-left: 10px;
	width: 500px;
}
.rsvSelectedConfirmPrice {
	color: #CC4466;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	width: 110px;
}
.rsvSelectedConfirmTime {
	color: #665555;
	font-size: 11px;
	text-align: right;
	width: 80px;
}
.rsvSelectedRepeatCoupon {
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-top: 15px;
	table-layout: fixed;
	width: 100%;
}
.rsvSelectedRepeatCouponLabel {
	background-color: #9966CC;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 13px;
}
.rsvSelectedRepeatCouponName {
	color: #555555;
	font-weight: bold;
	padding-top: 5px;
	word-break: break-all;
}
.rsvSelectedRepeatCouponText {
	padding-top: 5px;
	word-break: break-all;
}
.rsvSelectedRepeatMenu {
	box-sizing: border-box;
	margin-top: 5px;
	width: 100%;
}
.rsvSelectedRepeatCoupon + .rsvSelectedRepeatMenu {
	border-top: 1px dotted #CCCCCC;
	margin-top: 0;
}
.rsvSelectedRepeatMenu > li {
	padding-bottom: 10px;
	padding-top: 10px;
}
.rsvSelectedRepeatMenu > li + li {
	border-top: 1px dotted #CCCCCC;
}
.rsvSelectedRepeatNameWrap {
	display: inline-block;
	vertical-align: middle;
	width: 628px;
	word-break: break-all;
}
.rsvSelectedRepeatName {
	display: inline-block;
	padding-top: 5px;
}
.rsvSelectedRepeatPriceWrap {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 110px;
	word-break: break-all;
}
.rsvSelectedRepeatPrice {
	color: #CC4466;
	font-size: 13px;
	font-weight: bold;
}
.rsvSelectedRepeatTime {
	color: #665555;
}
.rsvCouponCondition {
	font-size: 10px;
	margin-top: 5px;
}
.rsvCouponCondition > dt {
	color: #8A2B86;
	display: inline;
}
.rsvCouponCondition > dd {
	border-right: 1px solid #CCCCCC;
	color: #666666;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
}
.rsvCouponCondition > dd:last-child {
	border: none;
}

/* 施術時間合計 */
.rsvRequiredTotalWrap {
	border: 1px solid #CCCCCC;
}
.rsvRequiredTotalTimeTtl,
.rsvRequiredTotalTime {
	color: #665555;
	float: left;
	font-size: 12px;
}
.rsvRequiredTotalTimeTtl {
	background-color: #F4F4F4;
	border-right: 1px solid #CCCCCC;
	padding: 6px 20px;
}
.rsvRequiredTotalTime {
	font-weight: bold;
	padding: 6px 25px;
}
.rsvInfoOutputWrap {
	border: 1px solid #CCCCCC;
}
.rsvInfoOutputTtl,
.rsvInfoOutputDtl {
	color: #665555;
	float: left;
	font-size: 12px;
}
.rsvInfoOutputTtl {
	background-color: #F4F4F4;
	border-right: 1px solid #CCCCCC;
	padding: 6px 20px;
}
.rsvInfoOutputDtl {
	font-weight: bold;
	padding: 6px 25px;
}

/* 「指名する/指名しない」 */

.rsvChooseAppointWrap {
	margin-top: 20px;
	color: #665555;
	line-height: 20px;
}
.rsvChooseAppointWrap > dt {
	float: left;
}
.rsvChooseAppointWrap > dd {
	overflow: hidden;
}
.rsvChooseAppointList {
	margin-left: 7px;
}
.rsvChooseAppointList > li {
	display: inline-block;
	position: relative;
}
.rsvChooseAppointList > li + li {
	margin-left: 15px;
}

/* coupon filter */
.couponFilterBox {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	width: 100%;
}
.couponFilterBox th {
	background: #F5F3F1;
	border-radius: 4px 0 0 4px;
	box-sizing: border-box;
	color: #665555;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	width: 110px;
}
.couponFilterBox tr + tr > th,
.couponFilterBox tr + tr > td {
	border-top: 1px solid #E6E6E6;
}
.couponFilterBox tr + tr > th {
	border-radius: 0 0 0 4px;
}
.couponFilterGenreList {
	box-sizing: border-box;
	display: table;
	padding: 20px 0 20px 20px;
	width: 100%;
}
.couponFilterGenreList > li {
	display: table-cell;
	min-width: 100px;
	vertical-align: top;
}
.couponFilterGenreList > li + li {
	padding-left: 10px;
}
.couponFilterGenreList > li > label {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.couponFilterGenreNumber {
	color: #666666;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	margin-left: -4px;
}
.couponFilterMenu {
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
}
.couponFilterModalTrigger:after {
	content: url("/CSP/img/common/icon/icon_area_select.png?switch=2025062510");
    margin: -2px 0 0 3px;
    position: absolute;
}
.couponFilterSubmit {
	background: #F4F4F4;
	border-radius: 0 4px 4px 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 110px;
}
.btnCouponFilterSubmit {
	cursor: pointer;
	height: 34px;
	width: 90px;
}
/* ジャンルが4つの場合 */
.couponFilter4Column .couponFilterGenreList > li > label {
	font-size: 13px;
}
/* ジャンルが2つの場合 */
.couponFilter2Column .couponFilterTitle {
	width: 100px;
}
.couponFilter2Column .couponFilterGenreList {
	padding-left: 40px;
}
.couponFilter2Column .couponFilterMenu {
	padding-left: 40px;
}

/* ジャンルが1つの場合 */
.couponFilter1Column .couponFilterSearchList {
	border: none;
	box-sizing: border-box;
	padding: 15px 0 0 15px;
}
.couponFilter1Column .couponFilterSearchList > li {
	box-sizing: border-box;
	padding: 0 0 15px;
}
.couponFilter1Column .couponFilterSearchList > li:nth-child(-n+3) {
	padding-top: 0;
}

/* ジャンルが1つ(ネイル)の場合 */
.couponFilterMenuNail .couponFilterSearchList > li {
	width: 25%;
}
.couponFilterMenuNail .couponFilterSearchList > li:nth-child(3n+1) {
	clear: none;
}
.couponFilterMenuNail .couponFilterSearchList > li:nth-child(4n+1) {
	clear: left;
}
.couponTypeFilter > li {
	display: table;
	float: left;
}
.couponTypeFilter > li + li {
	margin-left: 10px;
}
.btnCouponTypeFilter {
	background-color: #FFFFFF;
	border: solid #CCCCCC;
	border-radius: 4px;
	border-width: 1px 1px 3px 1px;
	box-sizing: border-box;
	display: table-cell;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	width: 140px;
}
a.btnCouponTypeFilter {
	color: #988989;
	text-decoration: none;
}
a.btnCouponTypeFilter:hover {
	opacity: 0.7;
}
.btnCouponTypeFilter.isCr {
	background-color: #BEB4AB;
	border: 0;
	color: #FFFFFF;
}
.btnCouponTypeFilter.isDisabled {
	border-color: #EEEEEE;
	color: #CCCCCC;
}

.couponNumber {
	border-bottom: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 0 10px 5px;
	position: relative;
}

.couponFilterModalOverlay {
	background: url("/CSP/img/common/bg_over_layer.png?switch=2025062510") repeat;
	box-sizing: border-box;
	display: table;
	height: 100%;
	left: 0;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	width: 100%;
	z-index: 1000;
}
.couponFilterModalWrap {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.couponFilterSearchModal {
	background: #FFFFFF;
	border: 1px solid #999999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	left: 50%;
	padding: 15px;
	top: 50%;
	z-index: 1001;
}
.couponFilterModal:link {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.couponFilterSearchDesignList {
	background-color: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	margin-top: 15px;
	text-align: left;
	width: 760px;
}
.couponFilterSearchDesignList th {
	background-color: #F5F3F1;
	border-top: solid 1px #CCCCCC;
	box-sizing: border-box;
	color: #665555;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0 0 10px;
	text-align: left;
	vertical-align: top;
	width: 110px;
}
.couponFilterSearchDesignList th + td,
.couponFilterSearchDesignList td:first-child {
	padding-left: 10px;
	padding-right: 10px;
}
.couponFilterSearchDesignList th,
.couponFilterSearchDesignList th ~ td {
	border-top: solid 1px #CCCCCC;
}
.couponFilterSearchDesignList td {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0 0;
}
.couponFilterSearchDesignList th,
.couponFilterSearchDesignList td {
	font-size: 12px;
}
.couponFilterSearchList {
	border-top: 1px dotted #CCCCCC;
	display: table;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
.couponFilterSearchList > li {
	display: table-cell;
	float: left;
	padding: 0 0 15px;
	width: 33.33333%;
}
.couponFilterSearchList > li:nth-child(3n+1) {
	clear: left;
}
.couponFilterSearchList > li:nth-child(-n+3) {
	padding-top: 10px;
}
.couponFilterSearchModalSubmit {
	background-color: #F5F3EF;
	margin-top: 7px;
	padding: 8px 0;
}
.btnCouponFilterSearchModalSubmit {
	cursor: pointer;
	height: 34px;
	width: 220px;
}
.couponFilterSearchDesignListNumber {
	color: #666666;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	margin-left: -4px;
}
.couponFilterModal:before {
	background-position: -184px -6085px;
	height: 15px;
	margin-right: 5px;
	width: 16px;
}

.filteringCondition {
	margin-top: 10px;
	font-weight: bold;
}
.filteringCondition > dt {
	color: #665555;
	float: left;
	font-size: 11px;
	line-height: 18px;
	width: 84px;
}
.filteringCondition > dd {
	color: #7030A0;
	font-size: 12px;
	overflow: hidden;
}

/* Radio, Checkbox */
/* 予約導線はglobal.cssを読んでいない為記述。 */
.basicRadio,
.basicCheck {
	padding-right: 5px;
	vertical-align: middle;
}
.basicRadio,
.basicCheck,
.basicRadio + label,
.basicCheck + label {
	cursor: pointer;
}
.basicRadio[disabled] + label,
.basicCheck[disabled] + label {
	color: #CCCCCC;
}
.basicRadio[disabled],
.basicCheck[disabled],
.basicRadio[disabled] + label,
.basicCheck[disabled] + label {
	cursor: default;
}

@media (min-width: 1px) {
	.basicRadio,
	.basicCheck {
		display: none;
		margin: 0;
	}
	.basicRadio + label,
	.basicCheck + label {
		display: inline-block;
		padding: 0 0 0 19px;
		position: relative;
	}
	.basicRadio + label:before,
	.basicCheck + label:before {
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
		display: block;
		height: 14px;
		left: 0;
		position: absolute;
		width: 14px;
	}
	.basicRadio + label:before,
	.basicRadio + label:after,
	.basicCheck + label:before,
	.basicCheck:checked + label:after {
		top: -1px;
	}
	.basicRadio + label:before {
		border-radius: 30px;
	}
	.basicCheck + label:before {
		border-radius: 4px;
	}
	.basicRadio + label:after,
	.basicCheck:checked + label:after {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
		display: block;
		margin-top: 3px;
		position: absolute;
	}
	.basicRadio + label:after {
		background-color: #CCCCCC;
		border-radius: 8px;
		height: 8px;
		left: 3px;
		width: 8px;
	}
	.basicCheck:checked + label:after {
		border-color: #FFFFFF;
		border-style: solid;
		border-width: 0 0 2px 2px;
		height: 6px;
		left: 3px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 8px;
	}
	.basicRadio:disabled + label:before,
	.basicCheck:disabled + label:before,
	.basicRadio:checked:disabled + label:before,
	.basicCheck:checked:disabled + label:before {
		background-color: #FFFFFF;
		border-color: #E6E6E6;
	}
	.basicRadio:checked:disabled + label:after,
	.basicRadio:disabled + label:after {
		background-color: #E6E6E6;
	}
	.basicCheck:checked:disabled + label:after {
		content: none;
	}
}

/*　「指名する/指名しない」 Radio調整　*/
.rsvRadio + label {
	padding-left: 25px;
}
.rsvChooseAppointLabel {
	font-weight: bold;
	min-height: 20px;
	line-height: 20px;
}
.rsvRadio + label:before {
	border: 2px solid #CCCCCC;
	display: inline-block;
	height: 20px;
	top: 0;
	width: 20px;
	z-index: 1;
}
.rsvRadio + label:after {
	content: none;
}
.rsvRadio:checked + label:after {
	content: "";
	height: 10px;
	left: 5px;
	top: 2px;
	width: 10px;
	z-index: 2;
}

/* スタッフカセット */
.rsvStaffTbl {
	border-bottom: 1px solid #BFB4AB;
	color: #665555;
	font-size: 11px;
	padding-bottom: 20px;
	table-layout: fixed;
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.rsvStaffTbl + .rsvStaffTbl {
	margin-top: 20px;
}
.rsvStaffTbl td {
	padding: 0 15px;
	vertical-align: top;
}

/* 追加メニュー選択 */
.rsvSelectAnnotationList {
	color: #909090;
}
.rsvSelectAnnotationList > li::before {
	content: "\203B";
}

/* ボタン */
.rsvCompleteBtn {
	box-sizing: border-box;
	color: #666666 !important;
	display: inline-block;
	font-size: 14px;
	padding: 3px 0 2px;
	width: 180px;
}
.rsvCompleteBtn + .rsvCompleteBtn {
	margin-left: 15px;
}
.rsvCompleteBtnWrap {
	margin-top: 30px;
	text-align: center;
}
.rsvCompleteBtnInner {
	display: inline-block;
}
.rsvCompleteBtnDetail {
	display: block;
	float: left;
}

/* 予約完了テキスト */
.rsvCompleteMessage {
	color: #7030A0;
	font-size: 18px;
	font-weight: bold;
}
.rsvCompleteSubMessage {
	color: #665555;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

/* メールアドレス入力フォーム */
.rsvCompleteCnt {
	margin-top: 25px;
}
.rsvCompleteError {
	margin-top: 35px;
	padding-bottom: 20px;
}
.rsvCompleteDescription {
	color: #665555;
	font-size: 14px;
}
.rsvCompleteSubDescription {
	color: #665555;
	font-size: 10px;
}
.rsvCompleteDescriptionList {
	color: #665555;
}
.rsvDescriptionList {
	color: #665555;
	font-size: 14px;
	margin-top: 10px;
}
.sendAddressForm {
	margin-top: 10px;
}

/* キャンセル可能期限 */
.periodTxt {
	color: #CC0000;
	font-weight: bold;
	padding-left: 5px;
}
.rsvCancellationPeriod {
	align-items: center;
	border: solid 1px #CCCCCC;
	box-sizing: border-box;
	color: #333333;
	display: flex;
	font-size: 12px;
}
.rsvCancellationPeriod > dt {
	background-color: #F2F2F2;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	box-sizing: border-box;
	font-weight: bold;
	padding: 5px;
	width: 180px;
}
.rsvCancellationPeriod > dd {
	padding: 14px 5px;
}
/* レコメンド */
.recommendSlnTtl {
	background-color: #F5F3F1;
	color: #665555;
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
	padding: 6px 6px 6px 15px;
}
.recommendSln {
	margin-top: 10px;
}
.recommendedSlnLink {
	float: right;
	font-size: 13px;
	line-height: 20px;
	padding-left: 8px;
	position: relative;
}
.recommendedSlnLink::before {
	border: 4px solid transparent;
	border-left-color: #D36985;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.recommendedSlnLink + .recommendedSlnLink {
	margin-right: 20px;
}

/* メール不達メッセージ */
.rsvMailNondelivery {
	color: #CC0000;
	font-size: 13px;
	margin-top: 20px;
}
.rsvMailNondeliveryTxt {
	font-size: 14px;
	font-weight: bold;
	padding-left: 27px;
	position: relative;
}
.rsvMailNondeliveryTxt::before {
	border: 2px solid #CC0000;
	border-radius: 50%;
	color: #CC0000;
	content: "!";
	font-size: 16px;
	font-weight: bold;
	height: 18px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 18px;
}
.rsvMailNondeliverySubTxt {
	margin: 5px 0 0 27px;
}
/* 予約メール不達メッセージ */
.rsvCompleteMailNondelivery {
	color: #CC0000;
	font-size: 14px;
	margin-top: 30px;
}
.rsvCompleteMailNondeliveryTxt {
	font-weight: bold;
	padding-left: 29px;
	position: relative;
}
.rsvCompleteMailNondeliveryTxt::after {
	background: url(/CSP/img/svg/pc/icon_exclamation.svg?switch=2025062510) center / contain;
	content: "";
	left: 0;
	padding: 12px;
	position: absolute;
	top: 0;
}
.rsvCompleteMailNondeliverySubTxt {
	margin: 4px 0 0 32px;
}
/* メールアドレス送信確認モーダル */
.rsvModalOverlay {
	background: rgba(0,0,0,0.7);
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 100;
}
.rsvModalOverlay.isOpened {
	opacity: 1;
}
.rsvModalCloseBtn {
	cursor: pointer;
	display: block;
}
.rsvModalCloseBtn {
	float: left;
	padding: 5px 0 4px;
	width: 140px;
}

/* ギフト券 */
.rsvGiftMenuList + .rsvGiftMenuList {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
}
.rsvGiftMenuLabel {
	display: inline-block;
	line-height: 18px;
	padding-left: 25px;
	position: relative;
	width: 85%;
}
.rsvGiftMenuLabel.isDisabled {
	opacity: 0.5;
}
.rsvGiftMenuInput {
	left: 0;
	position: absolute;
}

/* ギフト券詳細モーダル */
.rsvGiftDetailModalArea {
	background-color: #FFFFFF;
	border: 2px solid #988989;
	border-radius: 4px;
	left: 0;
	margin: auto;
	opacity: 0;
	padding: 20px 20px 15px;
	position: absolute;
	right: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	width: 630px;
	z-index: 1001;
}
.rsvGiftDetailModalArea.isOpened {
	opacity: 1;
}
.rsvGiftDetailModalContents {
	color: #666666;
	padding-top: 10px;
}
.rsvGiftDetailModalHeader {
	background-color: #F2F2F2;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
}
.rsvGiftDetailModalHeaderCloseBtn {
	display: block;
	height: 30px;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 30px;
	z-index: 1001;
}
.rsvGiftDetailModalHeaderCloseBtn::before,
.rsvGiftDetailModalHeaderCloseBtn::after {
	background-color: #333333;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.rsvGiftDetailModalHeaderCloseBtn::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rsvGiftDetailModalHeaderCloseBtn::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rsvGiftDetailModalContentsBox + .rsvGiftDetailModalContentsBox {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
}
.rsvGiftDetailModalContentsHeader {
	color: #505050;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.rsvGiftDetailModalContentsTtl {
	float: left;
	width: 28%;
}
.rsvGiftDetailModalContentsLists {
	float: left;
	width: 72%;
}
.rsvGiftDetailModalContentsList + .rsvGiftDetailModalContentsList {
	margin-top: 5px;
}
.rsvGiftDetailModalContentsLink {
	text-decoration: underline;
}
.rsvGiftDetailModalOpenBtn {
	background: #FFFFFF;
	border: 2px solid #988989;
	border-radius: 10px;
	bottom: 0;
	box-sizing: border-box;
	color: #988989 !important;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 16px;
	margin: auto;
	padding-top: 1px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 0;
	width: 20px;
	z-index: 1;
}
.rsvGiftDetailModalOpenBtn:hover {
	text-decoration: none;
}
.rsvGiftDetailOverlay {
	background: #000000;
	height: 152%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	width: 100%;
	z-index: 1000;
}
.rsvGiftDetailOverlay.isOpened {
	opacity: 0.6;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.rsvGiftDetailOverlay.isClosed {
	opacity: 0;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

/* 利用ポイント */
.rsvFormSelectPoint {
	width: 170px;
}
.rsvFormSelectPoint.isDisabled {
	opacity: 0.5;
}

/* 料金欄 */
.rsvPaymentFormWrapper + .rsvPaymentFormWrapper {
	border-top: 1px dotted #E0E1E2;
	margin-top: 10px;
	padding-top: 10px;
}
.rsvPaymentReTotalBox {
	border-top: 2px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
}
.monthCell,
.dayCell {
	background-color: #FFFFFF;
}
.innerTable > thead > tr:first-child > th + th {
	border-left: 1px solid #BFB9B0;
}
.innerTable > thead > tr > th {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
}
.innerTable > thead > tr:first-child > th {
	top: 0;
}
.innerTable > thead > .dayCellContainer > th {
	top: 38px;
}
.timeTableLeft,
.timeTableRight {
	width: 87px;
}
.cloneHead {
	border: solid #BFB9B0;
	border-width: 0 1px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 765px;
	z-index: 1;
}

/* ポイント連携解除モーダル */
.pointModalWrap {
	background-color: rgba(51,51,51,0.8);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}
.pointModal {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}
.pointModalCnt {
	background-color: #FFFFFF;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333333;
	font-size: 14px;
	padding: 40px;
	text-align: center;
	width: 440px;
}
.pointModalCloseBtn {
	margin: 20px auto 0;
}
.pointModalCloseBtn:hover {
	opacity: 0.7;
}
.pointModalCloseBtn > a {
	border: 1px solid #E0E1E2;
	border-radius: 8px;
	box-sizing: border-box;
	color: #333333;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	padding: 12px 0;
	text-decoration: none;
	width: 170px;
}

/* slnCouponLabelList */
.slnCouponLabelList {
	display: flex;
	flex-wrap: wrap;
}
.slnCouponLabelList > li {
	font-size: 10px;
	line-height: 1;
	margin-bottom: 5px;
}
.slnCouponLabelList > li:not(:last-child) {
	margin-right: 5px;
}
.slnCouponLabelCTKr {
	background-color: #C982EA;
	color: #FFFFFF;
}
.slnCouponLabelCT01 {
	background-color: #FADCE3;
	color: #C43357;
	padding: 3px;
}
.slnCouponLabelCT02 {
	background-color: #D97791;
	color: #FFFFFF;
	padding: 3px;
}
.slnCouponLabelCT03 {
	background-color: #FCECF0;
	border: 1px solid #F3D6DE;
	color: #C43357;
	padding: 2px;
}
.slnLimitedCouponLabel {
	background-color: #FFFFFF;
	border: 1px solid #CCBBBB;
	color: #665555;
	padding: 2px;
}

/* ボタン */
.rsvGradationBtn {
	-webkit-appearance: none;
	appearance: none;
	background: #8A5DB7 linear-gradient(180deg, #AD7EDB 0%, #8A5DB7 75%, #7F51AC 100%);
	border: 1px solid #B386E0;
	border-radius: 4px;
	box-shadow: inset 1px 1px 3px #D9BFF0, inset -1px -1px 3px #A781CC;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 0 8px;
}
.rsvGradationBtn:hover {
	background: #A17DC5 linear-gradient(180deg, #BD98E2 0%, #A17DC5 75%, #9772BB 100%);
}

/* エラーメッセージ */
.rsvErrorMsg {
	background-color: #FFF0F0;
	border: 1px solid #CC0000;
	border-radius: 4px;
	padding: 16px;
}
.rsvErrorMsgTxt {
	background: url(/CSP/img/svg/pc/icon_exclamation.svg?switch=2025062510) 0 -1px / 20px no-repeat;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 24px;
}

/* ヘルプリンク */
.rsvHelpLinkKr {
	background: url(/CSP/img/svg/pc/icon_help_kr.svg?switch=2025062510) 0 0 / 14px no-repeat;
	color: #7030A0 !important;
	display: inline-block;
	font-size: 11px;
	padding-left: 18px;
	white-space: nowrap;
}
.rsvHelpLinkKr:hover {
	text-decoration: none;
}

/* キャンセル規定 */
.rsvCancelRegList {
	display: table;
}
.rsvCancelRegListItem {
	display: table-row;
}
.rsvCancelRegListItem > dt,
.rsvCancelRegListItem > dd {
	display: table-cell;
}
.rsvCancelRegListItem > dt > span {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}
.rsvCancelRegListItem > dt > span::after {
	content: "\FF1A";
}

/* 注意事項 */
.rsvNotesList {
	margin-top: 8px;
}
.rsvNotesList > li + li {
	margin-top: 5px;
}

/* ボタン */
.rsvBtnFilled,
.rsvBtnOutlined,
.rsvBtnOutlinedNegative {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Hiragino Kaku Gothic Pro', arial, sans-serif, verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	outline: none;
	padding: 0 32px;
}
.rsvBtnFilled:hover,
.rsvBtnOutlined:hover,
.rsvBtnOutlinedNegative:hover {
	opacity: 0.8;
	transition: opacity 0.15s ease-in-out;
}
.rsvBtnFilled {
	background-color: #8C61B8;
	border-color: #8C61B8;
	color: #FFFFFF !important;
}
.rsvBtnOutlined {
	background-color: #FFFFFF;
	border-color: #E0E1E2;
	color: #7030A0 !important;
}
.rsvBtnOutlinedNegative {
	background-color: #FFFFFF;
	border-color: #E0E1E2;
	color: #333333 !important;
}

/* ラジオボタンリスト */
.pCellV5H5 .rsvRadioBtnList {
	padding: 11px;
}
.rsvRadioBtnList > li {
	display: flex;
}
.rsvRadioBtnList > li + li {
	margin-top: 16px;
}
.rsvRadioBtnList input[type="radio"] {
	height: 18px;
	margin: 0 5px 0 0;
}
.rsvRadioBtnList input[type="radio"]:disabled,
.rsvRadioBtnList input[type="radio"]:disabled + .rsvRadioBtnLabelWrap > label,
.rsvRadioBtnList input[type="radio"]:disabled + .rsvRadioBtnLabelWrap > .rsvRadioOnlineLabelTxt {
	opacity: 0.3;
}
#online:disabled + .rsvRadioBtnLabelWrap > .creditCardEntryAreaWrap,
.creditCardErrorTxtWrap {
	display: none;
}
#online:disabled + .rsvRadioBtnLabelWrap > .creditCardErrorTxtWrap {
	display: block;
}
.rsvRadioBtnLabelWrap {
	flex: 1;
}
.rsvRadioOnlineLabelTxt {
	color: #6D6D6D;
	font-size: 11px;
	margin-top: 4px;
}
.rsvPaymentLabel {
	line-height: 18px;
}

/* クレジットカード登録フォーム */
.creditCardEntryArea {
	display: none;
	margin-bottom: -4px;
}
.creditCardEntryForm {
	background-color: rgba(51, 51, 51, 0.8);
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 40px;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
	z-index: 1;
}
.creditCardEntryForm.isOpened {
	opacity: 1;
	visibility: visible;
}
.creditCardEntryForm a {
	text-decoration: underline;
}
.creditCardEntryFormBody {
	background-color: #FFFFFF;
	border: 1px solid #F6F6F6;
	border-radius: 8px;
	box-sizing: border-box;
	color: #665555;
	margin: auto;
	padding: 32px;
	position: relative;
	width: 670px;
}
.creditCardEntryFormBtns {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.creditCardEntryFormBtns > button {
	padding: 0;
	width: 176px;
}
.creditCardEntryFormBtns > button + button {
	margin-left: 16px;
}
.creditCardEntryFormCloseIcn {
	cursor: pointer;
	height: 24px;
	left: -1px;
	position: absolute;
	top: -33px;
	width: 24px;
}
.creditCardEntryFormCloseIcn::before,
.creditCardEntryFormCloseIcn::after {
	background-color: #FFFFFF;
	border-radius: 1px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
}
.creditCardEntryFormCloseIcn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.creditCardEntryFormCloseIcn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.creditCardEntryFormErrorNote {
	color: #CC0000;
	display: none;
	font-size: 11px;
	margin-left: auto;
	margin-top: 8px;
	padding-left: 24px;
	width: 192px;
}
.creditCardEntryFormErrorNote.isShow {
	display: block;
	margin-top: 8px;
}
.creditCardEntryFormErrorNote.isShow + .creditCardEntryFormErrorNote.isShow {
	margin-top: 4px;
}
.creditCardEntryFormHead {
	font-size: 18px;
	font-weight: bold;
}
.creditCardEntryFormInner {
	display: flex;
}
.creditCardEntryFormInput {
	background-color: #FFFFFF;
	border: 1px solid #E0E1E2;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 14px;
	height: 44px;
	padding: 0 12px;
	width: 192px;
}
.creditCardEntryFormInput.isError {
	background-color: #FFF0F0;
	border: 2px solid #CC0000;
}
.creditCardEntryFormInput::placeholder {
	color: #909090;
}
.creditCardEntryFormInputName {
	text-transform: uppercase;
}
.creditCardEntryFormInputHelpIcn {
	-webkit-appearance: none;
	appearance: none;
	background: transparent url(/CSP/img/svg/pc/icon_help_gray.svg?switch=2025062510) 50% 50% / 20px no-repeat;
	border: none;
	cursor: pointer;
	height: 44px;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
}
.creditCardEntryFormItems {
	margin-top: 16px;
}
.creditCardEntryFormItems > div + div {
	margin-top: 16px;
}
.creditCardEntryFormItem {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.creditCardEntryFormItem > dd {
	margin-left: 24px;
}
.creditCardEntryFormNote {
	color: #6D6D6D;
	font-size: 11px;
}
.creditCardEntryFormSubHead {
	font-weight: bold;
	white-space: nowrap;
}
.creditCardEntryFormSubHead.isRequired::after {
	background-color: #E53B4E;
	border-radius: 2px;
	color: #FFFFFF;
	content: "\5FC5\9808";
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	margin-left: 4px;
	padding: 0 5px;
}
.creditCardHelpPopupWrap:hover > .creditCardHelpPopup {
	opacity: 1;
	visibility: visible;
}
.creditCardHelpPopup {
	border-radius: 8px;
	box-shadow: 0 0 8px 0 #CCCCCC;
	box-sizing: border-box;
	opacity: 0;
	padding: 16px;
	position: absolute;
	right: -18px;
	top: 42px;
	transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out;
	visibility: hidden;
	width: 312px;
	z-index: 1;
}
.creditCardEntryForm .creditCardHelpPopup {
	left: 18px;
	right: auto;
}
.creditCardHelpPopup::before,
.creditCardHelpPopup::after {
	background-color: #FFFFFF;
	content: "";
	position: absolute;
}
.creditCardHelpPopup::before {
	box-shadow: 0 0 8px 0 #CCCCCC;
	height: 10px;
	right: 31px;
	top: -5px;
	transform: rotate(45deg);
	width: 10px;
}
.creditCardEntryForm .creditCardHelpPopup::before {
	left: 50%;
	right: auto;
	transform: translateX(-50%) rotate(45deg);
}
.creditCardHelpPopup::after {
	border-radius: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.creditCardHelpPopupBody {
	position: relative;
	z-index: 1;
}
.creditCardHelpPopupHead {
	color: #665555;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.creditCardHelpPopupTxt.isCsc {
	background: url(/CSP/img/kr/img_creditCardHelp_csc_140.png?switch=2025062510) right bottom / 70px no-repeat;
	line-height: 18px;
	padding: 8px 86px 1px 0;
}
.creditCardHelpPopupTxt.isExp {
	background: url(/CSP/img/kr/img_creditCardHelp_exp_140.png?switch=2025062510) right bottom / 70px no-repeat;
	padding: 9px 86px 5px 0;
}
.creditCardList > li {
	background-color: #FFFFFF;
	border: 1px solid #E0E1E2;
	border-radius: 8px;
	color: #333333;
	padding: 16px;
}
.creditCardList > li + li {
	margin-top: 12px;
}
.creditCardList + .creditCardNoEntryAlert,
.creditCardListAddBtnWrap,
.creditCardListOverTxtWrap {
	display: none;
}
.creditCardList ~ .creditCardListAddBtnWrap,
.creditCardList + .creditCardListOverTxtWrap {
	display: block;
}
.creditCardListOverTxtWrap a {
	text-decoration: underline;
}
.creditCardList > li.isUnusable {
	background-color: #F6F6F6;
	padding-left: 35px;
}
.creditCardListAddBtn {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	color: #7030A0;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	outline: none;
	padding: 0;
}
.creditCardListItem {
	align-items: center;
	display: flex;
	height: 44px;
	position: relative;
}
.creditCardList > li.isUnusable .creditCardListItem {
	height: auto;
	opacity: 0.3;
}
.creditCardListLabel {
	display: block;
}
.creditCardListPseudoInput {
	border: 1px solid #848484;
	border-radius: 50%;
	bottom: 0;
	box-sizing: border-box;
	height: 14px;
	left: -19px;
	margin: auto 0;
	margin-right: 5px;
	position: absolute;
	top: 0;
	width: 14px;
}
.creditCardListPseudoInput::before {
	background-color: #848484;
	border-radius: 1px;
	content: "";
	height: 1px;
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 16px;
}
.creditCardSecurityCode {
	align-items: center;
	display: flex;
	margin-left: auto;
	opacity: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
}
.creditCardSecurityCode.isActive {
	opacity: 1;
	visibility: visible;
}
.creditCardSecurityCodeInput {
	border: 1px solid #E0E1E2;
	border-radius: 8px;
	box-sizing: border-box;
	height: 44px;
	padding: 0 12px;
	width: 87px;
}
.creditCardSecurityCodeInput::placeholder {
	color: #909090;
}
.creditCardUsableBrandListWrap {
	border-left: 1px solid #E0E1E2;
	margin-left: 32px;
	padding-left: 32px;
}
.creditCardUsableBrandList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
	width: 183px;
}
.creditCardUsableBrandList > li {
	align-items: center;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 61px;
}
.creditCardUsableBrandList > li.isVisa img {
	width: 45px;
}
.creditCardUsableBrandList > li.isMastercard img {
	width: 41px;
}
.creditCardUsableBrandList > li.isJcb img {
	width: 39px;
}
.creditCardUsableBrandList > li.isAmex img {
	width: 32px;
}
.creditCardUsableBrandList > li.isDinersclub img {
	width: 44px;
}
/* スマート支払いとはバナー */
.smartPaymentBnr {
	margin-top: 11px;
	text-align: center;
}
.smartPaymentBnr > img {
	width: 548px;
}
.smartPaymentBnr + .rsvRadioBtnList {
	margin-top: 5px;
}
/* 還元ポイントの表記 */
.pointReturnLabelWrap {
	margin-top: 4px;
}
.pointReturnLabel {
	background-color: #EEEEEE;
	border-radius: 10px;
	color: #333333;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 4px 8px;
}
.onlinePayAnnotationList {
	color: #666666;
	font-size: 11px;
}
.onlinePayAnnotationList + .onlinePayAnnotationList,
.onlinePayAnnotationList > li + li {
	margin-top: 4px;
}
.pointReturnAnnotationTxt {
	color: #6D6D6D;
	font-size: 11px;
	margin-top: 5px;
}
.pointReturnAnnotationTxt a {
	text-decoration: underline;
}
/* 加算予定ポイント欄 */
.rsvAddPointList {
	display: flex;
}
.rsvAddPointList + .rsvAddPointList {
	margin-top: 5px;
}
.rsvAddPointList > dt {
	position: relative;
	width: 133px;
}
.rsvAddPointList > dd {
	font-weight: bold;
	padding-left: 5px;
}
.rsvAddPointList > dt::after {
	content: "\FF1A";
	position: absolute;
	right: 0;
	top: 0;
}
.linkTxt {
	text-decoration: underline !important;
}
.linkTxt:hover {
	text-decoration: none !important;
}
