@charset "UTF-8";
.calendarSection{
  margin-bottom: 32px;
}
.calendarSection .inner{
  display: flex;
  justify-content: space-between;
}
.calendarSection form,
.calendarSection .inner .user_edit{
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.calendarSection form.yearMonthSelectForm{
  flex-direction: row;
}

.reservationType{
  margin: 0;
  align-self: flex-start;
}

/* select */
/*.calendarSection select{
  font-weight: normal;
  font-family: inherit;
}*/
.decorated_select{
  position:relative;
  display: flex;
  align-items: center;
  width: 120px;
  margin-bottom: 0;
}
.decorated_select.year{
  width: 120px;
}
.decorated_select.month{
  width: 100px;
}
/*.decorated_select::before{
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 24px;
  content: "\f107";
  z-index: 1;
  position: absolute;
  top: 2px;
  right: 24px;
  color: #000;
  pointer-events: none;
  line-height: 1;
}
.decorated_select select{
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 0 8px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #999;
  color: #444;
}
.decorated_select select::-ms-expand{
  display: none;
}
select.decorated_select option{
  background-color: #fff;
  color: #333;
}*/
/* //select */

/* submit */
/*.calendarSection .yearMonthSelectForm input[type="submit"]{
  margin: 0 0 0 8px;
  padding: 0 16px;
  font-size: 16px;
  width: auto;
}*/
/* //submit */

/* monthNav */
.monthNav{
  margin-bottom: 30px;
  width: 100%;
}
.monthNav ul{
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.monthNav ul .emptyNav{
  width: 108px;
}
.monthNav ul .thisYearMonth{
  font-size: 20px;
  font-weight: bold;
}
.monthNav ul li a{
  color: #000;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 8px;
  display: flex;
  transition: .2s;
}
.monthNav ul li a:hover{
  color: #666;
  background-color: #ddd;
  text-decoration: none;
}
.monthNav ul li a:first-of-type::before,
.monthNav ul li a:last-of-type::after{
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #aaa;
  transition: .2s;
}
.monthNav ul li:first-of-type a::before{
  content: "\f104";
  margin-right: 4px;
}
.monthNav ul li:last-of-type a::after{
  content: "\f105";
  margin-left: 4px;
}
/* //monthNav */

/* table */
.calendarSection table{
  table-layout:fixed;
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border: none;
  width:100%;
}
.calendarSection th{
  background-color: #000;
  border: none;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  padding: 8px 0;
}

/* checkTable のthの処理 */
.calendarSection .checkTable th{
  position: relative;
}
.calendarSection .checkTable th label{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.calendarSection .checkTable th label::before{
  margin: 0;
}
.calendarSection .checkTable th label.allDayCheck{
  top: 0;
  left: 2px;
  height: 24px;
}
.calendarSection td,
.calendarSection td.blank_td.checked{
  border: 1px solid #bbb;
  padding: 10px;
  position: relative;
  color: #000;
}
.calendarSection td.reservable{
  background-color: #ffecdb;
  padding: 8px;
}
.calendarSection td.isToday{
  border: 3px solid #1375ba;
  padding: 8px;
}
.calendarSection td.reserved{
  border: 3px solid #13ba28;
  padding: 8px;
}
.calendarSection td.checked{
  border: 3px solid #b91358;
  padding: 8px;
}
.calendarSection td .tdContentWrap{
  height: 80px;
}
.calendarSection td .dayNumber{
  font-size: 12px;
  display: block;
  text-align: center;
}
.calendarSection td .dayName{
  display: none;
}
.calendarSection td .reserveLink{
  width: 100%;
  background-color: #fff;
}
.calendarSection td .reserveLink span,
.calendarSection td .reserveLink a{
  width: 100%;
  display: block;
  padding: 0;
  text-align: center;
}
.calendarSection td .reserveLink span{
  color: #bbb;
}
.calendarSection td .reserveLink a{
  border: 1px solid #673f1c;
  color: #673f1c;
  transition: .3s;
}
.calendarSection td .reserveLink a:hover{
  background-color: #673f1c;
  color: #fff;
}
/* //table */
/* //calendarSection */

/* optionSelect */
.optionSelectDIV{
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  margin: 0 auto 32px;
}
.optionSelectDIV h1{
  font-size: 24px;
  margin-bottom: 32px;
}
.optionSelectDIV h1 .reserveDate{
  font-size: 16px;
}
.optionSelectDIV form{
  width: 100%;
}
.unreservable_p{
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}
.unselectable_span{
  color: #666;
  width: 48px;
  display: block;
}
/* //optionSelect */

/* timeSelect */
.reserveName_h1,
.reserveDate{
  text-align: center;
  display: block;
}
.timeSelectDIV{
  width: 784px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.timeSelectDIV ul.timeUL{
  width: 480px;
}
.timeSelectDIV ul.staffUL{
  width: 256px;
}
.timeSelectDIV.unreservable ul{
  display: none;
}
.timeSelectDIV ul li{
  display: flex;
  margin-bottom: 8px;
}
.timeSelectDIV ul li a,
.timeSelectDIV ul li span.out,
.timeSelectDIV .staffUL li.selectedStaff{
  width: 100%;
  display: block;
  text-align: center;
  transition: 0;
  padding: 8px;
  font-size: 20px;
  border-width: 1px;
  border-style: solid;
}
.timeSelectDIV ul.staffUL li a,
.timeSelectDIV ul.staffUL li a,
.timeSelectDIV ul.staffUL li span.out,
.timeSelectDIV ul.staffUL li.selectedStaff{
  font-size: 16px;
}
.timeSelectDIV ul.staffUL li.selectedStaff a{
  color: #FFF;
}
.timeSelectDIV ul.staffUL .staffNamePhonetic{
  display: block !important;
  font-size: 12px !important;
}
.timeSelectDIV ul.staffUL .staffNamePhonetic:before{
  content: "(";
}
.timeSelectDIV ul.staffUL .staffNamePhonetic:after{
  content: ")";
}
.timeSelectDIV ul li a:hover{
  transition: .3s;
}
.timeSelectDIV .timeUL li a.ok{
  border-color: #00f;
  color: #00f;
}
.timeSelectDIV .timeUL li a.ok:hover{
  background-color: #00f;
  color: #fff;
}
.timeSelectDIV .timeUL li a.danger{
  border-color: #ff6e00;
  color: #ff6e00;
}
.timeSelectDIV .timeUL li a.danger:hover{
  background-color: #ff6e00;
  color: #fff;
}
.timeSelectDIV .timeUL li span.out{
  border-color: #707070;
  background-color: #c4c4c4;
  color: #707070;
}

.timeSelectDIV .staffUL li{
  display:flex;
}
.timeSelectDIV .staffUL li a{
  border-color: #707070;
  color: #707070;
}
.timeSelectDIV .staffUL li.selectedStaff,
.timeSelectDIV .staffUL li a:hover{
  background-color: #707070;
  color: #fff;
}
/* //timeSelect */

/* prevNextLink */
.prevNextLink.return_link{
  width: 480px;
  display: flex;
  justify-content: space-between;
}
.prevNextLink.return_link a:hover{
  text-decoration: underline;
}
/* //prevNextLink */

/* neverLetMeGo */
/*.to_reservation_list{
  padding-top: 16px;
  margin-bottom: 16px;
}
.to_reservation_list:hover{
  text-decoration: underline;
}*/
/* //neverLetMeGo */

@media screen and (max-width: 767px){
		/* calendarSection */
		/* table */
		.calendarSection .inner .reserveMain,
		.calendarSection .inner .reserveNav,
		.globalNavi,
		.calendarSection,
		.optionSelectDIV,
		.prevNextLink.return_link,
		.timeSelectDIV,
		.timeSelectDIV ul.timeUL,
		.timeSelectDIV ul.staffUL{
			width: 100%;
		}
	 .calendarSection{
			font-size: 16px;
			padding: 0 16px;
			margin-bottom: 0;
		}
		.calendarSection .inner{
			flex-direction: column;
		}
	/*  .globalNavi{
			display: flex;
			flex-wrap: wrap;
		}*/
		.calendarSection table{
			border-collapse: collapse;
			border-spacing: 0;
		}
		.calendarSection table tr{
			display: flex;
			flex-direction: column;
		}
		.calendarSection table tr.dayName_tr{
			display: none;
		}
		.reservation_index_table .date_name_th,
		.blank_td{
			display: none;
		}
		.calendarSection td .tdContentWrap{
			display: flex;
			justify-content: center;
			align-items: center;
			height: auto;
		}
		.calendarSection td .dayNumber{
			font-size: 16px;
			display: inline-block;
			text-align: left;
			width: 4em;
		}
		.calendarSection td .dayName{
			display: inline-block;
		}
		.calendarSection td .dayName::before{
			content: "(";
		}
		.calendarSection td .dayName::after{
			content: ")";
		}
		.calendarSection td .reserveLink{
			width: auto;
		}
		.calendarSection td{
			padding: 0 0 0 4px;
		}
		.timeSelectDIV{
			/*flex-direction: column;*/
			flex-direction: column-reverse;
		}
		.timeSelectDIV ul.staffUL{
			margin-bottom: 64px;
		}
		/* //table */
		/* //calendarSection */
		.calendarSection .inner .reserveNav{
			display: flex;
			justify-content: flex-end;
		}
	.monthNav ul .thisYearMonth {
		font-size: 15px;
		display: flex;
		align-items: center;
	}
	.stylistProfile {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}	
	.stylistProfile img {
		margin: 0 auto;
	}
	.stylistProfile ul {
		justify-content: center;
	}	
}

@media screen and (max-width: 340px){
	.calendarSection {
		font-size: 13px;
	}
	.monthNav ul .thisYearMonth {
		font-size: 10px;
	}
}











