/*
Theme Name:heal child
Theme URI:
Description:WordPressテーマ「HEAL」自作子テーマ
Template:heal_tcd077
Author:eclipsodesign
Author URI:https://candy-osaka.com/
Version:2.9.0
*/

/* セラピスト一覧のタクソノミー検索 */
.term_list {
  margin-bottom: 20px;
}

.term_list h3 {
  color: #58330d;
}

.search_terms {
  display: inline-block;
  padding: 5px;
  border: 1px solid #58330d;
  border-radius: 8px;
  margin: 3px;
  cursor: pointer;
  transition: 0.2s;
}

input[type="checkbox"]:checked + .search_terms {
  background-color: #58330d;
  color: #fff;
  font-weight: bold;
}

input[name="feature[]"],
input[name="age[]"],
input[name="height[]"],
input[name="today"] {
  display: none;
}

/* バッチアイコン */
.staff_icon {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 200;
}

.staff_icon.work_today {
  left: 0;
}

.staff_icon.newcomer {
  right: 0;
}

.staff_icon img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

.single-staff .staff_icon img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

.single-staff .image_wrap {
  position: relative;
}

/* セラピスト一覧 */
#staff_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#staff_list .item {
  height: auto;
  min-height: 500px;
  margin: 0 0 20px;
}

#staff_list::after {
  width: calc(100% / 3 - 14px);
}

#staff_list .item .title_area {
  padding: 10px 5px;
  background-color: rgba(0, 0, 0, 0.4);
}

.archive #staff_term {
  padding: 70px 12px 0;
  position: relative;
  min-height: 80px;
}

#staff_term li.term {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #58330d;
  padding: 8px;
  margin: 5px;
  border-radius: 8px;
}

.archive #staff_term li.term {
  display: inline-block;
  font-size: 12px;
  margin: 3px;
}

.relative {
  position: relative;
}

.icon-flex {
  display: flex;
  column-gap: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 200;
}

#staff_list .item .icon-flex a {
  width: 50px;
  height: 50px;
  transition: all;
}

#staff_list .item .icon-flex a img {
  max-width: 100%;
}

#staff_list .item a::after {
  font-family: "design_plus";
  font-size: 24px;
}

#staff_list .item .line a::after {
  content: "\e909";
  color: #00b900;
}

#staff_list .item .twitter a::after {
  content: "\e904";
  color: #1da1f2;
}

#staff_list .desc {
  padding: 20px 15px;
}

.wt_today {
  text-align: center;
  padding: 10px 0;
  background: #c4a07b;
  color: #fff;
  font-weight: bold;
}

.wt_today p {
  min-height: 14px;
}

/* 検索結果0件のとき */
.na {
  width: 100%;
  text-align: center;
  line-height: 2.5;
  margin: 60px 0 0;
  font-size: 16px;
}

.na.hit {
  text-align: left;
  margin: 0;
}

/* 詳細ページ、カテゴリ表示 */
#staff_single_header {
  height: auto;
}

#staff_single_header .title_area {
  position: relative;
  top: 0;
  transform: unset;
  -webkit-transform: unset;
  margin: 50px auto;
}

#staff_single_header #staff_term {
  width: 100%;
  text-align: center;
  position: relative;
  top: unset;
  right: unset;
  margin: 0 auto 50px;
}

#staff_single_header li a {
  width: 50px;
  height: 50px;
}
#staff_single_header li a img {
  max-width: 100%;
}
#staff_single_header li.twitter a:before {
  display: none;
}
#staff_single_header li.tiktok a:before {
  display: none;
}
#staff_single_header li.facebook a:before {
  display: none;
}
#staff_single_header li.insta a:before {
  display: none;
}

/* loading */
#loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
  z-index: 999;
}

#loading .loadingMsg {
  position: fixed;
  inset: 0;
  margin: auto;
  background: url("../heal_tcd077/img/common/loader2.gif") center center
    no-repeat;
}

/* 点滅表示クラス */
.blinking {
  -webkit-animation: blinking 1s ease-in-out infinite alternate;
  -moz-animation: blinking 1s ease-in-out infinite alternate;
  animation: blinking 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ファーストビューのスライドアップを強引に修正 */
#index_slider .item .caption .animate1,
#index_slider.video .caption .animate1 {
  -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
  animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
}
#index_slider .item .caption .animate2,
#index_slider.video .caption .animate2 {
  -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
  animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
}
#index_slider .item .caption .animate3,
#index_slider.video .caption .animate3 {
  -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.6s;
  animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.6s;
}

/* 下から上へスライドアップ */
@-webkit-keyframes slideUp {
  0% {
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes slideUp {
  0% {
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
