
/*
= = = = = = = = = = = = = = = = = = = = = = = = = = */

.list-ut-icon > li.icon-calendar:before,
.list-ut-icon.icon-calendar > li:before,
a.button-ut.type-icon.icon-calendar .c-text:before,
a.button-ut.type-icon.icon-calendar:before,
.link-ut-icon.icon-calendar:before,
.heading-ut-icon.icon-calendar:before,
.icon-ut.icon-calendar:before {
  background-image: url(/assets/img-leaf/icon/plan-calendar.svg);
}

.icon-ut.icon-calendar {
  background-image: none;
}

/*
= = = = = = = = = = = = = = = = = = = = = = = = = = */

.nav-ut-bottom-01 {
  position: fixed;
  /* keep at bottom and slide via transform for smooth GPU-accelerated animation */
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  
  border-top: 1px solid rgba(190, 184, 184, 0.40);
  background: #ECFBFF;
  box-shadow: 0 -4px 4px 0 rgba(190, 184, 184, 0.25);

  font-size: 14px;
  /* prefer transform for smoother animations */
  transition: bottom 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  z-index: 9999;
}

/* visible state: slide up to bottom */
.nav-ut-bottom-01.show {
  bottom: 0;
}

/* hidden state: slide down off-screen */
.nav-ut-bottom-01.hide {
  bottom: -60px;
}

.nav-ut-bottom-01 .p-detail {
  display: flex;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1140px) {
  .nav-ut-bottom-01 .p-detail {
    width: 100%;
    padding: 0 20px;
  }
}

.nav-ut-bottom-01 .p-detail .c-quantity {
  display: none;
}

/* p-info */

.nav-ut-bottom-01 .p-detail .p-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-ut-bottom-01 .p-detail .p-info .c-giga,
.nav-ut-bottom-01 .p-detail .p-info .c-days {
  font-size: 20px;
  color: #444;
}

@media only screen and (max-width: 640px) {
  .nav-ut-bottom-01 .p-detail .p-info {
    gap: 10px;
  }
  .nav-ut-bottom-01 .p-detail .p-info .c-giga,
  .nav-ut-bottom-01 .p-detail .p-info .c-days {
    font-size: 18px;
  }
}
@media only screen and (max-width: 380px) {
  .nav-ut-bottom-01 .p-detail .p-info .c-giga,
  .nav-ut-bottom-01 .p-detail .p-info .c-days {
    font-size: 16px;
  }
}

/* p-cta */

.nav-ut-bottom-01 .p-detail .p-cta {
  position: relative;
  margin-left: auto;
}
.nav-ut-bottom-01 .p-detail .c-price {
  position: absolute;
  display: block;
  right: 160px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
}
.nav-ut-bottom-01 .p-detail .c-cta {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 120px;
  height: 44px;
  padding: 10px 0;
  border-radius: 40px;
  background-color: #E573AA;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.nav-ut-bottom-01 .p-detail .c-cta:hover {
  text-decoration: none;
  background-color: #ec96bf;
}
@media only screen and (max-width: 640px) {
  .nav-ut-bottom-01 .p-detail .c-price {
    right: 130px;
    width: 130px;
    font-size: 24px;
  }
  .nav-ut-bottom-01 .p-detail .c-cta {
    width: 110px;
    height: 37px;
    padding: 7px 0;
  }
}
@media only screen and (max-width: 380px) {
  .nav-ut-bottom-01 .p-detail .c-price {
    right: 120px;
    width: 110px;
    font-size: 20px;
  }
  .nav-ut-bottom-01 .p-detail .c-cta {
    width: 100px;
    height: 34px;
    font-size: 14px;
  }
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - */

body.plan-sales-label .panel-zante___ .c-label-group-discount-pc {
  top: -120px;
  right: -220px;
}
@media only screen and (max-width: 1060px) {
  body.plan-sales-label .panel-zante___ .c-label-group-discount-pc {
    top: -120px;
    right: -220px;
  }
}
@media only screen and (max-width: 1000px) {
  body.plan-sales-label .panel-zante___ .c-label-group-discount-pc {
    top: -120px;
    right: -220px;
    left: auto;
  }
}

/* nav-controller
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.nav-controller-wrap {
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.nav-controller {
  position: absolute;
  left: calc(50% + 100px);
  transform: translateX(-50%);
  top: -210px;
  width: 260px;
  min-height: 200px;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #EBEBEB;
  background-color: #fff;
  /* z-index: 10; 251105 Gメニュープルダウンが隠れちゃう */
}
.datepicker-input {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 834px) {
  .nav-controller-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-controller {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* unit-ut */

.nav-controller-wrap .unit-ut {
  display: flex;
}
.nav-controller-wrap .unit-ut .c-label {
  display: flex;
  align-items: center;
  width: 80px;
  font-size: 16px;
  line-height: 1.3;
}
.nav-controller-wrap .unit-ut .data-wrap {
  position: relative;
  width: 150px;
  border: solid 1px #ccc;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

/* unit-ut p-days */

.nav-controller-wrap .unit-ut .datepicker-label {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* unit-ut p-quantity */

.nav-controller-wrap .unit-ut.p-quantity {
  display: none;
}
.nav-controller-wrap .unit-ut .c-quantity {
  width: 100%;
  padding: 8px 30px;
  text-align: center;
}
.nav-controller-wrap .unit-ut .c-btn-decrement {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.nav-controller-wrap .unit-ut .c-btn-increment {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* unit-ut p-price */

.nav-controller-wrap .unit-ut.p-price {
  margin-top: 6px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 2px #000;
}
.nav-controller-wrap .unit-ut.p-price .c-price {
  display: block;
  width: 150px;
  font-size: 30px;
  font-weight: 700;
  text-align: right;
}

/* unit-ut p-cta */

.nav-controller .c-giga-select {
  margin-bottom: 0;
  font-size: 20px;
  padding: 0 20px 0 10px;
  border-radius: 7px;
}

.nav-controller .p-cta {
  position: relative;
}

.nav-controller .c-info {
  font-size: 18px;
}
.nav-controller .c-cta {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 120px;
  height: 44px;
  padding: 10px 0;
  border-radius: 40px;
  background-color: #E573AA;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.nav-controller .c-cta:hover {
  text-decoration: none;
  background-color: #ec96bf;
}

/* .flatpickr-calendar
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.flatpickr-calendar .flatpickr-footer {
  position: relative;
  display: flex;
  height: 60px;
  padding: 10px 20px;
}
.flatpickr-calendar .flatpickr-footer .footer-info {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
}
.flatpickr-calendar .flatpickr-footer .footer-price {
  font-size: 20px;
  font-weight: 700;
}

.flatpickr-calendar .flatpickr-footer .flatpickr-apply-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 30px;
  border-radius: 40px;
  background-color: #E573AA;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 834px) {
  .flatpickr-calendar .flatpickr-footer {
    display: block;
    text-align: left;
  }
  .flatpickr-calendar .flatpickr-footer .flatpickr-apply-button {
    padding: 10px 16px;
    font-size: 16px;
  }
}

