@charset "utf-8";

/*************************
 *     占い師一覧(PC)      *
 *************************/

/* ==============================================
 * 目次
 *==============================================
 * 1. オススメ占い師枠
 * 2. カード型一覧
 *    2.1 基本レイアウト
 *    2.2 キャッチコピー
 *    2.3 占い師名
 *    2.4 プロフィール写真
 *    2.5 料金・情報
 *    2.6 占術タイプ
 *    2.7 スケジュール表示
 * 3. クーポンタグ
 * 4. バッジ・アイコン
 *    4.1 お気に入り・写真鑑定アイコン
 *    4.2 殿堂入りバッジ
 *    4.3 各種バッジ
 * 5. その他レイアウト
 *    5.1 favTellerBox
 *    5.2 SmallTellerBox
 *    5.3 Parts
 *============================================== */

/* ==============================================
 * 1. オススメ占い師枠
 *============================================== */
.list_card-recom {
  margin: 15px 0;
  padding: 10px;
  border-radius: 8px;
}

.list_card-recom .list_img-pickup {
  margin-top: 5px;
  line-height: 1;
  text-align: center;
}

.list_card-recom h3,
.list_card-recom h2 {
  position: relative;
  margin: 0;
  padding: 0 0 10px;
  color: var(--brown);
  font-family: "HiraMinProN-W6", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.list_card-recom h3::before,
.list_card-recom h2::before {
  position: relative;
  top: 9px;
  left: 8px;
  content: "";
  transform: translateX(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/sp/frame-decoration-right.svg);
  background-size: contain;
}

.list_card-recom h3::after,
.list_card-recom h2::after {
  position: relative;
  top: 9px;
  right: -20px;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/sp/frame-decoration-left.svg);
  background-size: contain;
}

.list_card-recom #list_card .list_card-inner {
  margin: 6px;
}

/* ==============================================
 * 2. カード型一覧
 *============================================== */

/* 2.1 基本レイアウト */
#list_card {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#list_card .list_card-inner {
  position: relative;
  width: 300px;
  height: 410px;
  margin: 10px;
  padding: 20px 10px 10px;
  background: url(../images/sp/index-lo-bg-wht.png) repeat;
  background-size: contain;
  border: 1px solid var(--gray);
  border-radius: 8px;
}

/* 2.2 キャッチコピー */
#list_card .list_card-catchcopy {
  margin: 15px 0 0 2px;
  color: var(--blue-dark);
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}

#list_card .list_card-catchcopy-honors {
  margin: 15px 0 0 2px;
  color: var(--blue-dark);
  font-weight: 700;
  line-height: 1.4;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}

/* 2.3 占い師名 */
#list_card .list_card-name {
  margin: 0 65px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#list_card .list_card-name a {
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 700;
}

/* 2.4 プロフィール写真 */
#list_card .list_card-photo {
  position: relative;
  margin: 5px 0 0 3px;
}

#list_card .list_card-photo .list_card-photo-img {
  width: 99px;
  height: 120px;
}

#list_card .list_card-photo .list_card-flame-square {
  position: absolute;
  top: -3px;
  left: -3px;
}

/* 2.5 料金・情報 */
#list_card .list_card-item {
  position: absolute;
  top: 80px;
  bottom: 0;
  width: 280px;
  margin: auto;
}

#list_card .list_card-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 5px;
}

#list_card .list_card-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#list_card .list_card-method-icons {
  display: flex;
  align-items: center;
  gap: 2px;
}

#list_card .list_card-price-text {
  display: flex;
  align-items: center;
}


#list_card .list_card-date-info a {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: var(--black);
  text-decoration: underline;
}

/* 2.6 占術タイプ */
#list_card .list_card-type {
  margin: 10px 0 0;
  padding: 5px 10px;
  height: 38px;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 2.7 スケジュール表示 */
#list_card .list_card-sche {
  margin: 5px auto;
  padding: 7px 5px;
  color: #063b72;
  font-size: 1.2rem;
  font-family: var(--fa-hiragino-maru-gothic);
  text-align: center;
  background: #ecf5f9;
  border: 1px solid #daebf3;
  border-radius: 5px;
}

#list_card .list_card-sche span {
  font-weight: 700;
  letter-spacing: 0.05em;
}

#list_card .list_card-sche span.list_card-sche-opacity {
  opacity: 0.5;
}

#list_card .list_card-sche .icon_clock_db::before {
  position: relative;
  top: 2px;
  left: -4px;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/cmn_icon_clock_db.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* ==============================================
 * 3. クーポンタグ
 *============================================== */

/* クーポンタグのスタイルはcommon.cssに移動 */

/* ==============================================
 * 4. バッジ・アイコン
 *============================================== */

/* 4.1 お気に入り・写真鑑定アイコン */
.list_card-opinion {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 80px;
  right: 8px;
  z-index: 1;
}

.list_card-opinion img {
  margin: 0 2px;
}

.js-fav-add-img {
  content: url(../images/icon_fav-add.svg);
}

.js-fav-del-img {
  content: url(../images/icon_fav-del.svg);
}

.opinion-photo {
  background-size: 20px;
  margin-right: 5px;
}

span.opinion-photo i.fa-circle {
  color: #22abb2;
  font-size: 22px;
}

/* 4.2 殿堂入りバッジ */
.honors_badge {
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 1;
}

/* 4.3 各種バッジ */
.list_card-mark {
  position: absolute;
  top: -2px;
  left: -2px;
}

.icondnd {
  position: absolute;
  top: 85px;
  left: 5px;
  z-index: 1;
}

.rank-opinion-status-box {
  position: absolute;
  top: 17px;
  right: 285px;
}

.rankper-opinion-status-box {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 16px;
  right: 12px;
}

/* ==============================================
 * 5. その他レイアウト
 *============================================== */

/* 5.1 favTellerBox */
.favTellerBox {
  width: 100%;
}

.favBoxContainer {
  overflow: visible;
  text-align: center;
  height: 150px;
}

.favBox {
  display: inline-block;
  width: 80px;
  height: 150px;
  padding: 0 2px 5px;
  position: relative;
}

.favBox a.sta {
  width: 100%;
}

.favBox a img.listImg {
  border: 1px solid var(--gray);
  padding: 2px;
  background-color: var(--white);
}

span.marker {
  font-weight: 700;
  background-image: var(--marker-yellow);
  z-index: 1;
}

/* 5.2 SmallTellerBox */
.smallTellerBox {
  width: 100%;
}

.smallTellerBox .listImg {
  width: 99px;
  height: 120px;
}

.smallTellerBox ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.smallTellerBox ul li {
  float: left;
  width: 278px;
  height: 275px;
  margin: 7px;
  padding: 13px;
  background-color: #f7f7f7;
  border: 1px solid var(--gray);
  text-align: left;
  border-radius: 7px;
}

.smallTellerBox ul li dl.member {
  margin-top: 5px;
}

.smallTellerBox ul li dl.member dt {
  float: left;
}

.smallTellerBox ul li dl.member dt.photo img {
  border: 1px solid var(--gray);
  padding: 2px;
  background-color: var(--white);
}

.smallTellerBox ul li dl.member dd {
  margin-left: 120px;
  padding-top: 1px;
}

.smallTellerBox ul li dl.member dd a {
  margin-bottom: 10px;
}

.smallTellerBox ul li.item.relative div.icondnd {
  position: absolute;
  top: 40px;
  left: 5px;
  z-index: 1;
}

/* ==============================================
 * セッションタイプタブ
 *============================================== */
.ans_list_session_type_tabs_wrap {
  margin: 0;
}

.ans_list_session_type_tabs {
  display: flex;
  gap: 10px;
  margin: 15px auto 20px;
  padding: 0;
  list-style: none;
  width: 75%;
}

.ans_list_session_type_tabs li {
  flex: 1;
  margin: 0;
}

.ans_list_session_type_tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: var(--fa-hiragino-maru-gothic);
  letter-spacing: 0.05em;
  border-radius: 8px;
  background-color: var(--white);
  border: 2px solid var(--blue-light);
  color: var(--blue-light);
}

.ans_list_session_type_tabs li.is-active a {
  background-image: var(--gradient-primary-blue);
  box-shadow: 0 2px 6px rgb(0 196 196 / 30%);
  color: var(--white);
}
