.bx-custom-pager{bottom: -80px !important;}
.bx-custom-pager .bx-pager-item{
	}
.bx-pager-item{
	}
.bx-pager-item img{
	margin-right: 10px;
	border: 3px solid #EBEBEB;
}
.bx-pager-item .active img{
	opacity: 0.5;
}

#salon .logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#salon #box {
	margin-bottom: 30px;
	clear: both;
	margin-top: 150px;
}
#salon #box .clm_l {
	/*float: left;*/
	width: 430px;
	margin-right: 50px;
}

#salon #box .clm_l dl {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px dotted #6D4E3C;
	padding-bottom: 8px;
	text-align: left;
}
#salon #box .clm_l dl dt {
	font-weight: bold;
	float: left;
	width: 80px;
	padding-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#salon #box .clm_l dl dd {
	letter-spacing: 1px;
}
#salon #box .clm_l .free   {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

#salon #box .clm_c {
	/*float: left;*/
	margin-right: 50px;
	width: 200px;
}
#salon #box .clm_c .month{
	font-size: 15px;
	font-family: helvetica, arial;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#salon #box .clm_c ul {
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 200px;
	display: block;
	list-style: none;
	font-family: georgia;
	font-size: 13px;
	text-align: center;
}
#salon #box .clm_c li {
	width: 24px;
	height: 24px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	float: left;
	font-family: georgia;
	padding-top: 5px;
	border-radius: 12px;
}
#salon #box .clm_c{
    counter-reset: days;
}
#salon #box .clm_c li.days{
    position: relative;
}
#salon #box .clm_c li.days::after{
    counter-increment: days;
    content: counter(days, decimal);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#salon #box .clm_c .week{
	font-size: 10px;
	font-family: helvetica, arial;
	text-align: center;
	width: 28px;
	height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#salon #box .clm_c .holiday{
	background-color: #DED4C5;
}
#salon #box .clm_c .att span {
	color: #DED4C5;
}
#salon #box .clm_c .att_s {
	font-size: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
	line-height: 13px;
}


#salon #box .clm_r {
	/*float: left;*/
}
#salon #box .calendarbox {
	display: flex;
	justify-content: center;
	margin: 60px 0 20px;
}
#salon #box .calendarbox .clm_c {
	float: none;
	padding: 0 30px;
}
#salon #box .map {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 1px #E0E0E0;
	box-shadow: 0px 0px 5px 1px #E0E0E0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}