@charset "utf-8";
body{
	background: #F5F3F1;
	color:#333;
}

.header #nav-drawer {
  position: relative;
  top: -2px;
  left: 10px;
}
.header {
display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow:0;

  margin-bottom: 15px;
  height: 50px;
  padding: 0 0;
	box-shadow: 0 0 0 0 #fff;
	border-bottom:1px solid #eee;
}

.main {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 40px;
	width:90%;
	overflow:hidden;
}
.main section{
	background:#fff;
	padding-bottom:20px;
	
}

.main .container {
  padding: 0 10px;
}
.main .select-content{

	font-size:12px;
	border:0;
  border-bottom: solid 1px #eee;
  padding: 10px;
}
.main h2 {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 12px;
}
.main h3 {
  background-color: #000;
  color: #fff;
  margin-bottom: 15px;
  padding: 7px 15px;
}

.top .salon-info h3 {
  color: #fff;
	font-weight:normal;
}
.main .flow .flow-item.current {
  color: #000;
}

.main .flow.menu .flow-item:first-child.current {
  background-image: none;
}
.main .flow.menu .flow-item:nth-child(3) {
   background-image: none;
}

.main .flow.customer-info .flow-item:first-child.current {
  background-image: none;
}
.main .flow.customer-info .flow-item:nth-child(3){
  background-image: none;
}
.main .flow.menu .flow-item:first-child {
  background-image: none;
}

.coupon .coupon-inner .coupon-detail-wrapper {
  padding: 0;
}

.coupon .coupon-inner .coupon-detail-text p .price {
  color: #f90c0c;
  font-weight: normal;
}
.flow .flow-item {
  position: relative;
  padding: 5px 10px 5px 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #ccc;
  line-height: 1.4;
}


.stylist-content .img {
  text-align: right;
  min-width: 150px;
  padding-right: 15px;
}

button[type="submit"] {
  border: 0;
  width: auto;
	min-width:100px;
	
}

.stylist-content .stylist-item {
 
  padding: 15px 5px 15px 0px;

}
button{
	border: none;
	outline: none;
	background: #9771BD;
}

button[type=submit]{
	border: none;
	outline: none;
	background: #9771BD;
}
.container.btn-container {
	display:flex;
  margin-right: 0;
  margin-left: 0;
	justify-content: center;
}

.btn-main {
  background-color: #666;
}

.btn {
	margin:0;
	font-size:12px;
	line-height:1.6;
	padding:10px;
	width:100%;
}
.select-date-cal-title .btn{
	width:100px;
}
body.menu_2 .btn-container .with-icon{
	display:flex;
	justify-content: center;
}

.select_date .select-date-cal .select-date-cal-title h3{
	color:#000;
}
.select-date-cal table{
	font-size:12px;
	font-weight:normal;
}

.select_date .select-date-cal table th{
	font-weight:normal;
}

.select_date .select-date-cal table td {
  font-size: 2rem;
  font-weight: 200;
}

.select_date .select-date-cal table td .cross {
  background-color: #fff;
}

button[type="submit"][name=proc_finish],
button[type="submit"][name=proc_userinfo],
button[type="submit"][name=proc_confirm]{
	display:block;
	width:100%;
	margin:0 auto 30px auto;
}

button[type="submit"][name="proc_finish"]{

}

.btn-coupon, .btn-stylist {
  padding: 10px 35px;
  background-color:#9771BD;
  max-width: 100%;
}
.no-member {
	border:0;
}
.no-member .btn {
	margin:0 auto;
}

.has-error{
	ccolor: #f90c0c;
}
.has-error .control-label{
	display:block;
	margin-bottom:10px;
	text-align:center;
}
.select-date-cal h3{
	text-align:center;
}