@charset "UTF-8";
/* part select shift シフト選択
   ========================================================================== */
.select-shift .c-ttl-primary {
  font-size: 16px;
}
.select-shift .select__time-zone {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .select-shift .select__time-zone {
    width: 500px;
  }
}
.select-shift .select__time-zone .c-select {
  font-size: 12px;
  padding: 0 20px 0 2px;
}
@media screen and (min-width: 960px) {
  .select-shift .select__time-zone .c-select {
    font-size: 13px;
    padding: 0 20px 0 10px;
  }
}
.select-shift .select__time-zone .c-select-l--2:before {
  width: 20px;
}
.select-shift .select__time-zone-between {
  display: inline-block;
  margin: 0 5px;
}
.select-shift .select__clear-btn {
  width: auto;
  min-width: 60px;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .select-shift .select__clear-btn {
    width: 70px;
    min-width: 70px;
  }
}
.select-shift .select__btn-list {
  display: flex;
  flex-wrap: wrap;
}
.select-shift .select__btn-item {
  margin: 0 10px 15px 0;
}
.select-shift .select__btn-item input {
  display: none;
}
.select-shift .select__btn-item .c-tag {
  font-size: 13px;
  box-sizing: border-box;
  margin: 0;
  padding: 7px 10px 6px;
  color: #262626;
  border: 1px solid #666;
}
.select-shift .select__btn-item input[type=radio]:checked + .c-tag, .select-shift .select__btn-item input[type=checkbox]:checked + .c-tag {
  color: #12B247;
  border: 1px solid #12B247;
}
.select-shift .p-search-set__btn .c-btn--submit-1:hover {
  color: #262626;
  background: #F7DE19;
}

.search-modal {
  background: #f6f6f6;
}
.search-modal .c-ttl-wrap {
  padding: 16px 30px;
  background-color: #12B247;
}
.search-modal .c-ttl-primary {
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .search-modal .c-ttl-primary {
    text-align: left;
  }
}
.search-modal .c-ttl-back-arrow {
  height: 100%;
  left: 16px;
}
.search-modal .back-to-area {
  cursor: pointer;
}
.search-modal .back-to-list {
  top: 50%;
  display: block;
  width: 21px;
  height: 21px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0;
  transform: translateY(-50%) rotate(0);
  background-color: unset;
  background-image: url(../../../img/icon/icn-modelClose-sp.svg);
}
@media screen and (min-width: 961px) {
  .search-modal .back-to-list {
    width: 40px;
    height: 40px;
    background-image: url(../../../img/icon/icn-modelClose.svg);
  }
}
.search-modal .back-to-list::before {
  display: none !important;
}
.search-modal .back-to-list::after {
  display: none !important;
}
.search-modal .c-select-l--2:before {
  border-bottom: none;
}
.search-modal .search-set__btn-clear {
  display: flex;
  width: auto;
  gap: 4px;
  padding-top: 15px;
}
.search-modal .search-set__btn-clear .c-btnClear-calender {
  width: 30%;
}

/*  PC版の時の対応  */
@media screen and (min-width: 961px) {
  .search-modal {
    padding-top: 20px;
    background: #f6f6f6;
    /* ボタンの固定 */
  }
  .search-modal .search-wrapper {
    width: 848px;
    margin: 0 auto;
  }
  .search-modal .search-wrapper .search-ttl {
    width: 100%;
  }
  .search-modal .search-wrapper .c-ttl-back-arrow {
    left: 800px !important;
  }
  .search-modal .city-line-tab-body {
    border-radius: 0 0 8px 8px;
    box-shadow: 0 -5px 10px -4px #EBEBEB;
  }
  .search-modal .search-btn-modal {
    z-index: 1;
    width: 100%;
    width: 848px;
  }
  .search-modal .search-btn-modal .area-fix {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 848px;
    margin: 0 auto;
    padding: 0;
  }
  .search-modal .c-ttl-back-arrow {
    left: 880px !important;
    display: block !important;
    cursor: pointer;
  }
  .search-modal .c-ttl-back-arrow-link {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .search-modal .c-ttl-back-arrow-link:before, .search-modal .c-ttl-back-arrow-link:after {
    position: absolute;
    top: 12px;
    left: 0px;
    display: block;
    width: 25px;
    /*バツ線の長さ*/
    height: 5px;
    /*バツ線の太さ*/
    margin: 0 10px;
    content: "";
    cursor: pointer;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    border-bottom: none;
    border-left: none;
    background: #fff;
  }
  .search-modal .c-ttl-back-arrow-link::after {
    right: 3px;
    left: auto;
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
  }
}

/*# sourceMappingURL=shift.css.map */
