
input{
	width: 17px;
}


label {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	width: fit-content;
}


section{
	width: 96%;
	margin: 5px auto;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}
section h2 {
	font-size: 14px;
	font-weight: normal;
}
section h3 {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #23c5e3;
	padding-inline-start: 4px;
	padding: 3px;
}


section.kv {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0 20px;
	background-size: cover;
	border-radius: 0;
}
section.kv h1{
	width: 80%;
	padding: 0 0 0 7px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	font-weight: normal;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	color: #fff;
}
.kv p {
	color: #fff;
	font-size: 10px;
	padding-inline-start: 7px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.checkBox {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 20px;
	margin: 10px 0;
}
.checkBox div {
	display: flex;
	align-items: center;
}

.selectArea {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.btnCommit{
	width: 170px;
	margin: 10px auto;
	text-align: center;
	background: #23c5e3;
	padding: 10px 0;
	color: #fff;
	border-radius: 5px;
}


.price {
	font-size: 27px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
}
.price::before {
	content: "¥";
	font-size: 17px;
	margin: 0 4px;
	font-weight: bold;
}




.priceListCardArea {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 5px;
}
.priceListCard {
	width: 49%;
}

.priceTable {
	font-size: 10px;	/* width: 49%; */
	margin: 5px 0 0 0;
	background: none;
}

.priceTable td{
	background: #fff;
	padding: 1px 4px;
	text-align: right;
}
td.head {
	width: 75px;
}
td.point {
	text-align: center;
	width: 19px;
}
.priceTable .price{
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
}
.priceTable .price::before {
	content: "¥";
	font-size: 8px;
	margin: 0 1px;
	font-weight: normal;
}


.businessHourList p {
	font-size: 10px;
	padding: 1px 5px;
}



.priceConfirmText {
	font-size: 10px;
	text-align: right;
}



/*------------------------------------------------------------ 
予約するボタン
------------------------------------------------------------*/ 
#paymentMethodBtns{
	display: none;
}
.paymentMethodBtns {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 10px 0;
}
.payBtn {
	font-size: 10px;
	width: 210px;
	margin: 0;
	padding-left: 26px;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 12px center;

}
.payBtn.card{
	background-color: #0098ff;
	background-image: url(../img/icon/credit_white.png);
}
.payBtn.paypay{
	background-color: #ff0033;
	background-image: url(../img/icon/paypay_white.png);
}


/*------------------------------------------------------------ 
認証へ進むボタン
------------------------------------------------------------*/ 
.credit3DBtn {
	display: block;
	width: 100%;
	margin: 13px 0 10px 0;
	padding: 5px 10px;
	text-align: center;
	background: #0098ff;
	border-radius: 5px;
	color: #fff;
}





/*------------------------------------------------------------ 
カード入力エリア
------------------------------------------------------------*/ 
#inputCardArea_noRegist{
	display: none;
}
.acceptableCardArea {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 10px;
}
.creditCard{
	width: 44px;
	height: 28px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.creditCard.visa  {background-image: url(../img/icon/credit_card/visa.png);}
.creditCard.amex  {background-image: url(../img/icon/credit_card/amex.png);}
.creditCard.master{background-image: url(../img/icon/credit_card/master.png);}
.creditCard.jcb   {background-image: url(../img/icon/credit_card/jcb.png);}
.creditCard.diners{background-image: url(../img/icon/credit_card/diners.png);}

.cardInputArea {
	display: flex;
	flex-direction: column;
	gap: 0px;
	width: 100%;
	margin: 20px auto;
}
.cardInputArea input[type="text"] {
	width: 100%;
	padding: 2px 10px;
	margin: 0;
	font-size: 23px;
	letter-spacing: 2px;
	line-height: 15px;
	border: 0;
	border-radius: 0;
	background: none;
}
.cardInputArea select {
	width: 56px;
	font-size: 23px;
	color: #737876;
	background: none;
	border: 0;
	padding: 2px 3px;
	text-align: center;
	margin: 0;
}
.cardInputArea label {
	font-size: 11px;
	display: block;
	border: 0;
	padding: 0;
	margin: 7px 0 2px 0;
	line-height: normal;
}

.cardInputArea .col2 {
	display: flex;
	gap: 20px;
}
.expireYM {
	display: flex;
	align-items: center;
	width: fit-content;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background: #fff;
}
.expireYM input {
	width: 50px;
	padding: 2px 2px;
	text-align: center;
}

.inputOuter {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background: #fff;
}

.cardErr {
	display: none;
	font-size: 11px;
	color: #dc2727;
}

.cardNumberInput{
/*
	background-image: url(../../../cmmn/img/icon/credit_card/amex.png);
*/
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: 97%;
}

section.cardDispArea {
	margin: 20px 0 0 0;
	padding: 0 10px;
}
.cardDispArea h2 {
	margin: 0 0 5px 3px;
	font-size: 15px;
}


.btnDelete {
	width: 100%;
	font-size: 12px;
	background: #5bcaba;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 60px 9px;
}

.inputCardWindow .btnReserve{
	background: #23c5e3;
	width: 100%;
	margin: 0 auto 20px auto;
}
.inputCardWindow .btnClose{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background-image: url(../../../cmmn/img/icon/ui/cancel_cross.svg);
	background-color: #de0000;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center;
}



/*------------------------------------------------------------ 
エラーウィンドウ
------------------------------------------------------------*/ 
.errWindow .btnArea {
	display: flex;
	gap: 5px;
	margin: 10px auto 0px auto;
}
.errWindow h2 {
	text-align: center;
}

.errWindow .btn_reload{
	background: #23c5e3;
}
.errWindow .btn_close{
	background: #23c5e3;
}

.errWindow .btnArea a {
	width: 100%;
	text-align: center;
	padding: 5px 0;
	border-radius: 5px;
	color: #fff;
}
.btnArea .btn_toRegist{
	background: #ffae4f;
}
.btnArea .btn_toLogin{
	background: #8dc8ae;
}