/* CSS Document */
@media screen and (max-width:767px){
	select, input[type="text"], textarea{
		font-size:1.6rem;
	}
}

#contWrap input[type="submit"]{
	padding:10px 20px;
	font-size:1.8rem;
}

.reserveCommentBox{
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  margin: 0 0 30px;
  width:100%;
  padding: 20px;
  text-align:center;
  line-height:2rem;
}
.reserveCommentBox strong{
	margin:10px 0;
}

#resAttention, #resAttentionToday{
	background:#e5e5e5;
}

#resAttention dd li, #resAttentionToday dd li{
	font-size:1.2rem;
	line-height:1.6rem;
	margin-bottom:10px;
	padding-left:1em;
	text-indent:-1em;
}

.resFormDl{
	width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:20px;
	background:#ffffff;
}

.resFormDl p{
	font-size:1.2rem;
	margin-bottom:10px;
	line-height:1.4rem;
}

.resFormDl p:last-child {
	margin-top:10px;
}

.resFormDl p a{
	font-size:1.2rem;
	margin-left:10px;
}

#resFormDiscount{
	background:#fbf3f1;
}


#resFormDiscount dd{
	margin:10px;
}

@media screen and (max-width:767px){
	#resFormDiscount dd{
		margin:0;
	}
}

#reserveDiscountBox{
	padding: 10px 0;
}

.resFormDl dt{
	font-size:1.8rem;
	font-weight:bold;
	position: relative;
	margin-bottom:10px;
	padding-top:4px;
}

.resFormDl dd{
	padding:10px;
}

@media screen and (max-width:767px){
	.resFormDl dd{
		padding: 10px 0 0;
	}
}

.resDtSquare{
	content:'';
	height: 22px;
	width: 3px;
	background: #e02d8f;
	font-size:2.2rem;
	margin: 0 8px;
	display:inline-block;
	vertical-align: -17%;
}

.resToggleBtn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #b2b2b2;
	padding: 5px 10px;
	position:absolute;
	top:2px;
	right:2px;
	cursor:pointer;
	text-align:center;
}

.resToggleBtn li{
	font-weight:normal;
	font-size:1.2rem;
}

.resToggleBtn i {
	vertical-align: middle;
}

.resToggleOpen{
	display:none;
}

.resToggleBtn li i{
	font-size:2.2rem;
	margin-left:4px;
}

.resFormDl dd .resFormIn:last-child .resFormItemIn{
	border-bottom:none;
}

.resFormItem, .resFormPrice{
	float:left;
	box-sizing:border-box;
}

.resFormItem{
	width:80%;
	border-right:1px dotted #797979;
	margin-right:5%;
	line-height:2.2rem;
}

@media screen and (max-width:767px){
	.resFormItem{
		width:70%;
	}
}

.resFormItemIn{
	border-bottom:1px dotted #797979;
	padding:10px;
	margin-right:20px;
}
@media screen and (max-width:767px){
	.resFormItemIn{
		padding:0 0 10px;
	}
}

#resFormDiscount .resFormItemIn{
	border-bottom: none;
	color: #e13c45;
	font-size:1.6rem;
}

.resFormPrice{
	width:15%;
	height:100%;
	padding:10px 10px 10px 0;
	text-align:right;
	font-weight:bold;
	font-size:1.6rem;
}

@media screen and (max-width:767px){
	.resFormPrice{
		width:25%;
		white-space:nowrap;
		padding:10px 0 10px;
	}
}

.resFormGirlPanel li{
	float:left;
	margin-right:10px;
	line-height:1.6rem;
	font-size:1.2rem;
}

.resFormGirlPanel li > select{
	width: 115px;
}

.resFormGirlPanel li:first-child{
	padding:10px;
	margin-bottom:10px;
	background:#f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.resgirlPicWrap{
	display:inline-block;
	min-height:120px;
	min-width:80px;
	vertical-align:top;
	margin-right:4px;
}

.resgirlPicWrap a{
	text-align:center;
	display:inline-block;
}

.resgirlPicWrap a img{
	border: solid 1px #fff;
	margin-bottom: 5px;
}

.resgirlProfWrap{
	display:inline-block;
	margin-top:40px;
	min-height:131px;
	min-width:48px;
	vertical-align:top;
}

.resgirlPicWrap select{
	display:block;
	margin-bottom:8px;
}

.resFormOpCheck label{
	display:block;
	width:50%;
	float:left;
	margin: 0 0 15px 0;
}


@media screen and (max-width:767px){
	.resFormOpCheck label{
		width:100%;
	}
}

.resFormCosRadio label{
	display:block;
	width:50%;
	float:left;
}

@media screen and (max-width:767px){
	.resFormCosRadio label{
		width:100%;
	}
}

.resFormImageRadio label{
	display:block;
	width:50%;
	float:left;
}

@media screen and (max-width:767px){
	.resFormImageRadio label{
		width:100%;
	}
}

.resCustomerLine{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.resCustomerName, .resCustomerValue {
	box-sizing:border-box;
	margin-bottom:30px;
}

.resCustomerName{
	font-weight:bold;
	width:28%;
	margin-right:2%;
	text-align:right;
}

.resCustomerValue .girlReserveLink{
	margin:25px 0px 5px;
}

@media screen and (max-width:479px){
	.resCustomerName{
		font-size:1.2rem;
	}
}


.resCustomerValue{
	width:70%;
}

.resCustomerValue textarea{
	width:100%;
}

.resCustomerValue p{
	font-size:1.2rem;
	line-height:1.6rem;
	margin-bottom:5px;
}

.resDetWrap{
	border-top:1px dotted #797979;
	display:table;
	width:100%;
}

@media screen and (max-width:767px){
	.resDetWrap{
		font-size:1.2rem;
	}
}

.topBorderNone{
	border-top:none;
}

.resDetWrap:first-child{
	border-top:none;
}

.resDetWrap div{
	display:inline-block;
	box-sizing:border-box;
	border-right: 1px dotted #797979;
	height:100%;
	display:table-cell;
	padding:10px;
}

.resDetCat{
	background: #f4f4f4;
}

@media screen and (max-width:767px){
	.resDetWrap div{
		padding: 0 5px 10px;
	}
	.resDetWrap div:first-child{
		padding-left:0;
		padding-top:10px;
	}
}

.resDetWrap div:last-child {
	border-right:none;
}

.resDetWrap .resDetCat{
	width:25%;
}

.resDetWrap .resDetItem{
	width:50%;
}

.resDetWrap .resDetPrice{
	width:20%;
	text-align:right;
	padding:10px 10px 10px 0;
	text-align:right;
	font-weight:bold;
	font-size:1.6rem;
	min-height:20px;
}

@media screen and (max-width:767px){
	.resDetWrap .resDetPrice{
		width:25%;
		white-space:nowrap;
		padding:10px 0 10px;
	}
}

#resFormDetail{
	padding:0;
}

#resFormDetail dt{
	padding:10px;
}

@media screen and (max-width:767px){
	#resFormDetail dt{
		padding-top: 18px;
		margin-bottom:10px;
	}
}

#resFormDetail .resToggleBtn {
	top:12px;
	right:12px;
}

#resFormDetail dd{
	padding:20px;
}

@media screen and (max-width:767px){
	#resFormDetail dd{
		padding:10px;
	}
}

#resFormDetail dd:last-child{
	background:#ffd4d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:5px;
}

.resSubmitPriceWrap{
	background:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.resSubmitPriceWrap div{
	box-sizing:border-box;
}

.resSubmitNameWrap{
	display: flex;
	width:30%;
	border:5px solid #ffffff;
	box-sizing:border-box;
	background:#dc3f44;
	min-height:100%;
	color:#ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;	
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.resSubmitName span{
	font-size:2.2rem;
	font-weight:bold;
	line-height:2.4rem;
}

.resSubmit .resSubmitPrice{
	width:100%;
	/*width:70%;*/
	font-size:3.4rem;
	font-weight:bold;
	text-align:right;
	padding:10px;
	letter-spacing: 0.05em;
}

@media screen and (max-width:479px){
	.resSubmitNameWrap{
		width: 40%;
	}
	.resSubmit .resSubmitPrice{
		width: 60%;
	}
}

.resSubmitBtn{
	text-align:center;
	width:100%;
	letter-spacing:-.40em;
}

.resSubmitBtn > div{
	border:2px solid #e1e1e1;
	width:45%;
	margin: 20px 2.5%;
	padding:10px 0;
	letter-spacing: normal;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	border:1px solid #ffffff;
	font-weight:bold;
	color:#ffffff;
	font-size:2.2rem;
	cursor:pointer;
}

.resSubmitBtn div i {
	margin-right:4px;
}

.resSubmitBtn div div {
	display:inline-block;
}

.resSubmitBtn div div span {
	display:block;
}

.resSubmitBtn div div span:first-child {
	font-size:1.4rem;
	margin-bottom:2px;
}

#todayButton{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ff45aa;
	background: -moz-linear-gradient(top,  #ff45aa 0%, #e02d8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff45aa), color-stop(100%,#e02d8f));
	background: -webkit-linear-gradient(top,  #ff45aa 0%,#e02d8f 100%);
	background: -o-linear-gradient(top,  #ff45aa 0%,#e02d8f 100%);
	background: -ms-linear-gradient(top,  #ff45aa 0%,#e02d8f 100%);
	background: linear-gradient(to bottom,  #ff45aa 0%,#e02d8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff45aa', endColorstr='#e02d8f',GradientType=0 );
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	border:1px solid #e02d8f;
}

#tommorowButton{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #4faae8;
	background: -moz-linear-gradient(top,  #4faae8 0%, #368fc9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4faae8), color-stop(100%,#368fc9));
	background: -webkit-linear-gradient(top,  #4faae8 0%,#368fc9 100%);
	background: -o-linear-gradient(top,  #4faae8 0%,#368fc9 100%);
	background: -ms-linear-gradient(top,  #4faae8 0%,#368fc9 100%);
	background: linear-gradient(to bottom,  #4faae8 0%,#368fc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4faae8', endColorstr='#368fc9',GradientType=0 );
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	border: 1px solid #368fc9;
}

#todayButton:hover, #tommorowButton:hover{
	opacity: 0.7;
}

.discountBox .resFormItemIn {
	padding:10px 0;
}

#reserveDiscountBox .resFormItemIn ,#reserveDiscountBoxMore .resFormItemIn {
	padding:0;
}

.discountBox .resFormPrice {
	padding-top:23px;
}

#reserveDiscountBox .resFormPrice {
	padding-top:14px;
}

.discountBox label{
	background:#fbf3f1;
	width:100%;
	display:inline-block;
	padding:10px;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.discountBox .disabled{
	color:#cccccc;
}

#reserveDiscountBoxMore{
	margin-top:20px;
	padding-top:20px;
	padding-bottom:10px;
	border-top:1px dotted #acacac;
}

#reserveDiscountBoxMore > span{
	margin-bottom:5px;
	display:inline-block;
}

#reserveDiscountBoxMore .resFormItem{
	margin-right: 0;
    width: 100%;
	border-right:none;
}

#reserveDiscountBoxMore .resFormPrice{
	display:none;
}

#reserveDiscountBoxMore .discountBox label {
    padding: 5px 10px 0;
}

/* price template */
#discountTemplate, #subPriceTemplate, .tommorowBox, .todayBox{
	display:none;
}

#reserveCodeWrap{
	text-align:center;
	margin:20px 0;
}

#reserveCodeWrap i{
	margin: 0 4px;
	font-size:1.8rem;
	vertical-align:middle;
}

#reserveCode{
	padding:20px;
	text-align:center;
	margin:0 auto;
	font-size:4.8rem;
	background: #f4f4f4;
	color:#ea2437;
	display:inline-block;
}

#reserveCode small{
	margin:10px 0 0;
	font-size:10px;
	display:block;
	color:#555;
}

#reserveShopTel{
	font-size:4.8rem;
	text-align:center;
	margin-bottom: 40px;
	color:#ef9393;
}

#reserveShopTel i{
	margin-right:4px;
}

@media screen and (max-width:479px){
	#reserveShopTel{
		font-size:3.0rem;
	}
}



.resConfListWrap{
	text-align:center;
	padding: 30px 10px;
}

.resConfListWrap table{
	border-collapse:separate;
    border-spacing: 1px;	
}


.resConfList{
	text-align:left;
	line-height:1.8rem;
	margin: 0 auto 20px;
	background:#ccc;
}


.resConfList td{
	background:#fff;
	padding:4px;
}

.resConfList .resConfTitle{
	font-size:1.2rem;
	width:124px;
	background:#FFF1EC;
	white-space:nowrap;
	overflow:visible;
}

.resConfListWrap form{
	display:inline-block;
	margin-top:20px;
}

.resConfListWrap input{
	height:44px;
}

.resDiscountAttention div{
	text-align:center;
	width:100%;
}

.memberPageLink {
	font-size: 1.2rem;
	margin: 10px auto;
	width: 98%;
	text-align: right;
	letter-spacing: -1px;
}

.memberPageLink i {
	display: inline-block;
	padding: 0 1% 0 0;
}

/*ポイント*/
.urPt span {
	font-size: 20px;
	color: #e02d8f;
	padding: 0 3px;
	font-weight: bold;
}

.ptNote { line-height: 1.8rem !important; }

.mainBnr { margin: 0 0 30px 0; }