@charset "utf-8";

.reserve_cmt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/** 予約モーダル **/
#modal,
#offer_modal,
#regist_modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0,0,0,0.7);
	text-align: center;
}

#modal .inner,
#offer_modal .inner,
#regist_modal .inner {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1000px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	text-align: left;
}



#reserve_tbl {
	overflow: hidden;
	float: left;
	border-collapse: separate;
	margin:0 15px 40px 0;
	width:90%;
}

#reserve_tbl th {
	padding: 12px 20px;
	border: 1px solid #e1e0de;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
}
#reserve_tbl td {
	border: 1px solid #e2e2e2;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
}

#reserve_tbl thead th:not(:first-child) {
	padding: 5px 0;
	width: 95px;
}


#reserve_tbl td {
	position: relative;
}
#reserve_tbl td a {
	display: block;
	padding: 12px 20px;
}
#reserve_tbl th {
	background: #ffeef7;
	width: 125px;
}
#reserve_tbl td.sp01 {
	background: #eb68b2 !important;
}
#reserve_tbl td.sp01 a,
#reserve_tbl td.sp02 a  {
	color: #fff;
	text-decoration: none;
}
#reserve_tbl td.sp02 {
	background: #c4a126 !important;
	border-color: #c4a126 !important;
}
#reserve_tbl td.sp03 {
	background: #bcffc4;
}
#reserve_tbl td.tel {
	background: #83c6fc;
}

#reserve_tbl td.sp03 a {
	color: #333;
	text-decoration: none;
}

#reserve_tbl td.stop {
	background: #eeedec;
}

#reserve_tbl td small {
	display: none;
	position: absolute;
	top: -38px;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 85%;
	white-space: nowrap;
}

#reserve_tbl td small::before {
	content: "";
	display: none;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid transparent;
}

#reserve_tbl td.sp01 small {
	background: #71099c;
}
#reserve_tbl td.sp01 small::before {
	border-top-color: #71099c;
}

#reserve_tbl td.sp02 small {
	background: #fe001c;
}
#reserve_tbl td.sp02 small::before {
	border-top-color: #fe001c;
}

#reserve_tbl td:hover > small,
#reserve_tbl td:hover > small::before {
	display: block;
}



#modal_lady_list {
	overflow: hidden;
}
.flexwrap li.flexList.ladyFlex {
	width: 225px;
}
.flexwrap li.ladyFlex:nth-child(4n) {
	margin-right: 0;
}
#modal_lady_list li figure {
	max-height: 230px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#modal_lady_list li figure .icon {
	margin: 0;
	padding: 3px 5px;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #e2e2e2;
	position: absolute;
	right: 0;
	bottom: 6px;
}
#modal_lady_list li figure .icon.sp01 {
	color: #000000;
	background: #fffac7;
}
#modal_lady_list li figure .icon.sp02 {
	background: #eb68b2;
}
#modal_lady_list li .profile {
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}
#modal_lady_list li .profile a:hover {
	text-decoration: underline;
}
.rsv_btn.regist,
.rsv_btn.member {
	display: block;
	color: #ea4e77;
	font-size: 116%;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	background: #ffe6ec;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
	border: solid 1px #ffcbdb;
}
.profile a {
	font-size: 14px;
	color: #ea4e77;
}
#modal_lady_list li .rsv_btn:hover {
	opacity: 0.6;
}
.legend {
    overflow: hidden;
    position: absolute;
    /* top: 95px; */
    /* right: 0; */
    width: 80px;
}
.leg_area {
    overflow: hidden;
    float: left;
    position: relative;
    width: 80px;
    height: 80px;
}
.legend li {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
	text-align: center;
}

.legend li.sp01 {
	background: #eb68b2;
	color: #fff;
}

.legend li.sp02 {
    background: #FF5722;
    border-color: #FF5722;
    color: #fff;
}
.legend li.sp03 {
    background: #9baaff;
    border-color: #9baaff;
    color: #fff;
}




.formarea .attention {
	padding: 10px;
	margin-bottom: 20px;
	background: #f00;
	color: #fff;
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
}

.formarea .note {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #e5cf00;
	background: #fffac3;
	font-size: 108%;
}

.formarea .note strong {
	font-weight: bold;
	color: #f00;
}

.formarea .lead {
	margin-bottom: 20px;
	font-size: 116%;
}

.formarea li {
	margin: 0 0 15px;
}

.formarea li label {
	font-size: 116%;
	vertical-align: middle;
}
.formarea li:not([class*="alignC"]) label {
	display: inline-block;
	width: 30%;
}

.formarea li input[type="text"], .formarea li input[type="password"] {
	width: 400px;
}


.btn a, .btn input[type="submit"] {
	display: inline-block;
}

.btn.clr02 a, .btn.clr02 input[type="submit"] {
	margin: 0;
}

#info {
/*	position: relative;*/
}
.lady_date {
	margin:0 0 5px 0;
}
.rsvpossible {
	background: #bcffc4;
}
.lady_data_btn {
    display: block;
	border: 1px solid #f6f6e3 !important;
	padding: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    clear: both;
}
.lady_data_btn li {
	display: block;
	margin: 0 0 10px 0;
}
.lady_data_btn em {
	font-style: normal;
	font-weight: bold;
}
.lady_data_btn span {
	border: 1px solid #f6f6e3 !important;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #fffac8;
	font-style: normal;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.lady_data_btn span {
    background: #eb68b2;
	color: #fff;
}
.lady_data_btn span.info01 {
    background: #c4a126;
	color: #fff;
}
.lady_data_btn span.info02 {
    background: #bcffc4;
	color: #333;
}
.lady_data_btn span.info03 {
    background: #eeedeb;
	color: #333;
}
.lady_data_btn span.info04 {
    background: #FFF;
	color: #333;
}
/*20170906追加*/

.btnarea_webreserve .btn.clr02 input {
	width: 100%;
}
ul.form_list {
    margin: 20px 0;
}

.btnarea_webreserve {
    text-align: center;
    margin-bottom: 20px;
}
.modal_form {
    margin: 0 20px 0 0;
}
.hopeGril {
	text-align: center;
}
#modal_lady_list li:hover > .profile a, #modal_lady_list li:hover > a {
	text-decoration: underline;
}
/*------------------------------モーダル---------------------------*/



#reserve_ajax .ladyListbt {
	border-top: none;
}