#reservation_main{
  display:none;
  position:relative;
  letter-spacing: 0;
}

#reservation_main *{
  text-decoration:none;
  box-sizing: content-box;
}

#reservation_main a{}

.reservation_calendar_header{
  width:100%;
  margin:0.5em 0;
  text-align:center;
}

.reservation_calendar_header .reservation_calendar_prev{
  float:left;
  color:#333;
  font-size:0.9em;
}

.reservation_calendar_header .reservation_calendar_yearMonth{
  clear:both;
  font-size:0.9em;
  margin:0 auto;
  text-align:center;
}

.reservation_calendar_header .reservation_calendar_yearMonth strong{
  font-size:1.5em;
}

.reservation_calendar_header .reservation_calendar_next{
  float:right;
  color:#333;
  text-align:right;
  font-size:0.9em;
}

#reservation_main .reservation_calendar_header a{
  text-decoration:underline;
  color:#0969a1;
}


.reservation_calendar{
  clear:both;
  padding-left:1px;
}

.reservation_calendar table{
  border-collapse: collapse;
  table-layout: fixed;
  width:100%;
  padding:0;
  margin:0 0 0 -1px !important;
}

.reservation_calendar tr{
  margin:0;
  padding:0;
}

.reservation_calendar th,.reservation_calendar td{
  text-align:center;
  vertical-align:top;
  padding:0.3em 0 !important;
  margin:0;
  border:1px solid #333;
  font-size:1.3em;
  line-height:1.2em;
}

.reservation_calendar th p, .reservation_calendar td p{
  font-size:12px;
  line-height:13px;
}

.reservation_calendar th a,.reservation_calendar td p{
  font-size:12px;
  line-height:13px;
  margin:0.5em 0 0;
}

.reservation_calendar th a,.reservation_calendar td a{
  display:block;
}

.reservation_calendar td .reservation_calendar_schedules{
  margin:0.3em auto;
  max-width:80px;
  width:100%;
  text-align:center;
}

.reservation_calendar td .reservation_calendar_type{
  float:left;
  width:50%;
  max-width:36px;
  height:auto;
  text-align:center;
}

.reservation_calendar td .reservation_calendar_type_single{
  float:none;;
  max-width:48px;
  height:auto;
  margin:0 auto;
}


.reservation_calendar td .reservation_calendar_type img{
  display:block;
  width:95%;
  height:auto;
  margin:2px auto;
}

.reservation_calendar .reservation_sunday{
  background-color:#f3e9f1;
}

.reservation_calendar .reservation_holiday{
  background-color:#f3e9f1;
}

.reservation_calendar .reservation_saturday{
  background-color:#f3e9f1;
}

#reservation_main #reservation_schedule{
      background-color: #fefefe;
      border: 1px solid #ccc;
      box-shadow: 2px 2px 4px gray;
      border-radius: 3px;
      position:absolute;
      width:140px;
      padding:5px;
      z-index:20000;
      cursor:default;
}

#reservation_main #reservation_sheet{
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      min-height: 100%;
      cursor: pointer;
      background-color: rgba(0,0,0,0.25);
      visibility: hidden;
      z-index:19999;
}

#reservation_main #reservation_schedule_header{
  font-size:15px;
  font-weight:normal;
}

#reservation_main #reservation_schedule_time table{
  margin:0 auto;
  padding:0;
  width:140px;
  border:none;
}

#reservation_main #reservation_schedule_time td{
  font-size:12px;
  line-height:20px;
  border:none;
  padding:0;
  text-align:center;
  margin:0;
}

#reservation_main #reservation_schedule_time td a{
  display:block;
  width:100%;
  height:100%;
  cursor:pointer;
}

#reservation_main a{
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#reservation_main #reservation_schedule h3{
  margin:0 auto;
  padding:0;
  font-size: 13px;
  line-height: 23px;
  background:none;
  text-align:center;
}

#reservation_main #reservation_schedule_close{
  display:block;
  margin:0 auto;
  text-align:center;
  line-height:1.5em;
}

.reservation_calendar_header .reservation_calendar_yearMonth{
  clear:none;
}

.reservation_calendar_header .reservation_calendar_yearMonth a{
  display:none;
}

@media screen and (max-width:767px){
  #reservation_main #reservation_sheet{
    display:table;
    width:100%;
    height:100%;
  }
  #reservation_main #reservation_sheet > div{
    display:table-cell;
    vertical-align:middle;

  }
  #reservation_main #reservation_schedule{
    position:static;
    margin:0 auto;
    width:280px;
  }

  #reservation_main #reservation_schedule_time table{
    width:100%;
  }
  
  #reservation_main #reservation_schedule_time td{
    font-size:18px;
    line-height:1.5em;
  }
  
  #reservation_main #reservation_schedule h3{
    font-size:24px;
    line-height:2em;
  }
  #reservation_main #reservation_schedule_close{
    font-size:24px;
    line-height:2em;
  }


}

#telSearchResult{
  max-height:150px;
  overflow:auto;
}

#areas_options{
  //max-height:400px;
  overflow:auto;
}

#areas_options div{
  margin:1em 0;
  padding:0.5em;
  background-color:white;
  border-radius:5px;
}

#areas_options div label{
  margin-left:2em;
  margin-top:-1.5em;
  display:block;
}

.reservation_calendar a.button{
  padding:3px;
  font-size:14px;
  margin:5px auto;
}

.garbageImages{
  float:left;
  width:100%;
}

.garbageImages.imageArea{
  float:none;
}

.garbageImages>div{
  width:50%;
  max-width:240px;
  float:left;
  padding-bottom:10px;
}

.garbageImages.imageArea>div{
  float:none;
  margin:0 auto;
}


.garbageImages>div>div{
  position:relative;
  width:100%;
  height:0;
  padding-top:calc(60% + 24px);
}

.garbageImages>div>div>p{
  margin:0;
  display:block;
  position:absolute;
  left:0;
  top:0;
}

.garbageImages>div>div>p>a{
  text-decoration:none;
}

.garbageImages>div>div>img{
  display:block;
  position:absolute;
  left:50%;
  top:calc(50% + 20px);
  transform: translate(-50%,-50%);
  width:auto;
  height:auto;
  max-width:calc(100% - 20px);
  max-height:calc(100% - 24px);
}

a.garbage_image_button{
  padding:0 !important;
}

#garbages a.garbage_image_button{
  width:200px !important;
}

a.garbage_image_button label{
  padding:8px;
  display:block;
  width:calc(100% - 16px);
  height:calc(100% - 16px);
}

.garbageCheck {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-left: 3em;
  background-color: #fffcfc;
  padding: 0.5em;
}