#container_popupcal #plan_title_area .choose_plan {
	background: rgba(138,209,245,.5);
}
#container_popupcal #plan_teetime_area .plan_teetime_tbl tr.teetime_choose td.teetime_td.is-selected{
  background: rgba(188,154,230, 1);
}
#container_popupcal #plan_teetime_area .plan_teetime_tbl td.teetime_td.is-selected {
	background: rgba(138,209,245,.5);
}
#container_popupcal #plan_title_area .plan_data_title_inner {
    min-height: 171px;
}
@-webkit-keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.reservation-button__wrapper{
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.reservation-button__wrapper.is-hidden{
  opacity: 0;
  visibility: hidden;
}
.reservation-button{
  -webkit-animation: show .5s ease;
          animation: show .5s ease;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 980px;
  height: 85px;
  background: rgba(0,0,0,.8);
}
.reservation-button.is-hidden,.reservation-button--small.is-hidden{
  display: none;
  opacity: 0;
}
.reservation-button .btn_reserve{
    border: 0;
    outline: 0;
    background: #000;
  }
.reserve_button_box2 .btn_reserve{
    border: 0;
    outline: 0;
    background: #fff;
  }
.reservation-button--small{
  -webkit-animation: show .5s ease;
          animation: show .5s ease;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
  display: block;
  background: rgba(0,0,0,.3);
  width: 135px;
  height: 100px;
  border-radius: 50px 0 0 50px;
  position: fixed;
  right: 0;
  bottom: 0;
}
.reservation-button--small.is-active{
  background: rgba(0,0,0,.6);
}

.reservation-button--small .btn_reserve{
    border: 0;
    outline: 0;
    background: transparent;
  }
.reservation-button__text-area{
  width: 50%;
  min-width: 490px;
  height: 85px;
  float: left;
  position: relative;
}
.reservation-button__text{
  width: 510px;
  height: 1em;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  color: #fff;
  text-align: left;
  line-height: 1.473;
  margin: auto;
  top: 0;
  right: -40px;
  bottom: 0;
}
.reservation-button__button-area{
  width: 50%;
  min-width: 490px;
  height: 85px;
  float: left;
  position: relative;
}
.reservation-button__button{
  height: 50px;
  position: absolute;
  margin: 25px auto 10px;
  top: 0;
  left: 80px;
  bottom: 0;
}
.reservation-button__button--small{
  width: 74px;
  height: 74px;
  margin-top: 13px;
  margin-left: 13px;
}
.reservation-button__close,.reservation-button__open{
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.reservation-button__close:hover,.reservation-button__open:hover{
    opacity: .8;
  }
.reservation-button__close img,.reservation-button__open img{
  margin-right: 5px;
}

.sample01 {
    position: absolute;
    top: 1500px;
    left: 50px;
    width: 100px;
    height: 100px;
    background: #E74C3C;
    -webkit-transition: 2000ms;
    -o-transition: 2000ms;
    transition: 2000ms;
}
.sample01.is-show {
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
        transform: translateX(500px);
}
.sample02 {
    position: absolute;
    top: 3000px;
    right: 50px;
    width: 100px;
    height: 100px;
    background: #3498DB;
}
.sample02.is-show {
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
        transform: translateX(-500px);
    -webkit-transition: 2000ms;
    -o-transition: 2000ms;
    transition: 2000ms;
}
.reservation-notice{
  padding: 10px 10px 0;
}
.reservation-notice .text_l1{
  font-size: 120%;
  text-align: left;
  font-weight: bold;
}
.reservation-notice .text_l2{
  font-size: 90%;
  text-align: left;
}