@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .post-card {
    max-height: 200px; /* 高さを200pxに制限 */
    overflow: hidden; /* 内容がはみ出る場合は隠す */
  }
  .post-description {
    display: none; /* 説明文を非表示 */
  }
}




.therapist-profile-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.therapist-img img {
  width: 200px;
  border-radius: 8px;
}

.therapist-info {
  flex: 1;
  min-width: 250px;
}

.external-link {
  display: inline-block;
  margin: 10px 0;
  color: #0066cc;
  font-weight: bold;
  text-decoration: underline;
}

/* カード */
.therapist-section {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.post-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}

.post-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: row;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 200px;
}

.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.post-thumbnail {
  width: 300px;
  min-width: 300px;
  /* height: 200px; */
  overflow: hidden;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.post-thumbnail-inner {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.thumbnail-image {
  width: 60%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.thumbnail-overlay {
  width: 40%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}

.thumbnail-text {
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.thumbnail-title {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.thumbnail-subtitle {
  font-size: 0.75rem;
  opacity: 0.9;
}

.post-card:hover .thumbnail-image img {
  transform: scale(1.05);
}

.no-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
}

.no-image::after {
  content: "画像なし";
}

.post-content {
  padding: 0.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
  justify-content: space-between;
}

.post-description {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0.75rem 0;
  text-align: justify;
}

.post-label {
  font-size: 0.5rem;
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  font-weight: 600;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.post-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  color: #2c3e50;
}

.post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.post-title a:hover {
  color: #3498db;
}

.post-excerpt {
  font-size: 0.9rem;
  color: #7f8c8d;
  line-height: 1.5;
  margin-top: auto;
}

.post-date {
  font-size: 0.85rem;
  color: #95a5a6;
  font-weight: 500;
  margin-top: auto;
}

.pagination {
  text-align: center;
  margin-top: 3rem;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 8px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  color: #657786;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 50px;
  text-align: center;
}

.pagination .page-numbers:hover {
  background-color: #3498db;
  color: white;
  border-color: #3498db;
  transform: translateY(-2px);
}

.pagination .current {
  background-color: #2c3e50;
  color: #fff;
  border-color: #2c3e50;
  transform: translateY(-2px);
}

/* セクションスタイリング */
section {
  margin-bottom: 4rem;
}

section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #3498db, #2980b9);
  border-radius: 2px;
}

/* エラーメッセージスタイリング */
.no-posts {
  text-align: center;
  padding: 3rem 1rem;
  color: #7f8c8d;
  font-size: 1.1rem;
  font-style: italic;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px dashed #bdc3c7;
}

/* 店舗セクション */
.salon-section {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* グラデーション背景の追加 */
body {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
}

/* カードのより洗練されたスタイル */
.post-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ローディングアニメーション風のスタイル */
.post-card:nth-child(odd) {
  animation-delay: 0.1s;
}

.post-card:nth-child(even) {
  animation-delay: 0.2s;
}

.post-card:nth-child(3n) {
  animation-delay: 0.3s;
}

/* タイトルのスタイリング改善 */
.post-title a {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.post-title a:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateY(-1px);
}

/* レスポンシブ改善 */
@media screen and (max-width: 1023px) {
  .post-card {
    flex-direction: row;
    min-height: 180px;
  }
  
  .post-thumbnail {
    width: 280px;
    min-width: 280px;
    /* height: 180px; */
  }
  
  .thumbnail-image {
    width: 60%;
  }
  
  .thumbnail-overlay {
    width: 40%;
  }
  
  .thumbnail-title {
    font-size: 0.8rem;
  }
  
  .thumbnail-subtitle {
    font-size: 0.65rem;
  }
  
  .therapist-section {
    padding: 1.5rem 1rem;
  }
  
  section h2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 834px) {
  .post-card {
    flex-direction: row;
    min-height: 160px;
  }
  
  .post-thumbnail {
    width: 250px;
    min-width: 250px;
    /* height: 160px; */
  }
  
  .thumbnail-image {
    width: 55%;
  }
  
  .thumbnail-overlay {
    width: 45%;
    padding: 8px;
  }
  
  .thumbnail-title {
    font-size: 0.75rem;
  }
  
  .thumbnail-subtitle {
    font-size: 0.6rem;
  }
  
  .post-content {
    padding: 1.25rem;
  }
  
  .therapist-section {
    padding: 1rem 0.75rem;
  }
  
  section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* サイドバーウィジェットのレスポンシブ */
  .salon-categories-widget .widget-title,
  .salon-scroll-widget .widget-title {
    font-size: 1rem;
    padding: 10px 14px;
  }
  
  .salon-category-link {
    padding: 10px 14px;
    font-size: 0.85rem;
  }
  
  .salon-scroll-widget .widget-content {
    max-height: 50vh;
  }
  .post-date {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 480px) {
  .post-card {
    flex-direction: row;
    min-height: 140px;
  }
  
  .post-thumbnail {
    width: 200px;
    min-width: 200px;
    /* height: 140px; */
  }
  
  .thumbnail-image {
    width: 50%;
  }
  
  .thumbnail-overlay {
    width: 50%;
    padding: 6px;
  }
  
  .thumbnail-title {
    font-size: 0.7rem;
  }
  
  .thumbnail-subtitle {
    font-size: 0.55rem;
    line-height: 1.2;
  }
  
  .post-content {
    padding: 1rem;
  }
  
  .therapist-section {
    padding: 1rem 0.5rem;
  }
  
  section h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .pagination .page-numbers {
    margin: 0 4px;
    font-size: 0.6rem;
    min-width: 36px;
  }
  
  .post-description {
    font-size: 0.85rem;
  }
  
  .post-title {
    font-size: 0.7rem;
  }
  .post-date {
    font-size: 0.6rem;
  }
}

/* 極小画面でも横配置を維持 */
@media screen and (max-width: 360px) {
  .post-card {
    flex-direction: row;
    min-height: 120px;
  }
  
  .post-thumbnail {
    width: 160px;
    min-width: 160px;
    /* height: 120px; */
  }
  
  .thumbnail-image {
    width: 45%;
  }
  
  .thumbnail-overlay {
    width: 55%;
    padding: 4px;
  }
  
  .thumbnail-title {
    font-size: 0.65rem;
  }
  
  .thumbnail-subtitle {
    font-size: 0.5rem;
    line-height: 1.1;
  }
  
  .post-content {
    padding: 0.75rem;
  }
  
  .post-description {
    font-size: 0.8rem;
  }
  
  .post-title {
    font-size: 0.7rem;
  }
  
  .post-date {
    font-size: 0.5rem;
  }

  .pagination .page-numbers {
    margin: 0 4px;
    font-size: 0.6rem;
    min-width: 36px;
  }
}

/* メインページスタイリング */
main {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

main h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 3rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* アニメーション効果 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.post-card {
  animation: fadeInUp 0.6s ease-out;
}

/* カードホバー効果の改善 */
.post-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* サイドバー店舗カテゴリーウィジェット */
.salon-categories-widget,
.salon-scroll-widget {
  margin-bottom: 30px;
}

.salon-categories-widget .widget-title,
.salon-scroll-widget .widget-title {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 16px;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  text-align: center;
}

.salon-categories-widget .widget-content,
.salon-scroll-widget .widget-content {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
}

.salon-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.salon-category-item {
  border-bottom: 1px solid #f0f0f0;
}

.salon-category-item:last-child {
  border-bottom: none;
}

.salon-category-link {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  line-height: 1.4;
}

.salon-category-link:hover {
  background-color: #f8f9fa;
  color: #3498db;
  padding-left: 20px;
}

.salon-category-link:hover::before {
  content: "▶ ";
  color: #3498db;
  font-size: 0.8rem;
}

/* サイドバーセラピストカテゴリーウィジェット */
.therapist-categories-widget {
  margin-bottom: 30px;
}

.therapist-categories-widget .widget-title {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 12px 16px;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  text-align: center;
}

.therapist-categories-widget .widget-content {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 0;
}

.therapist-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.therapist-category-item {
  border-bottom: 1px solid #f0f0f0;
}

.therapist-category-item:last-child {
  border-bottom: none;
}

.therapist-category-link {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  line-height: 1.4;
}

.therapist-category-link:hover {
  background-color: #fff5f5;
  color: #e74c3c;
  padding-left: 20px;
}

.therapist-category-link:hover::before {
  content: "▶ ";
  color: #e74c3c;
  font-size: 0.8rem;
}

/* 共通のウィジェットボックススタイル */
.salon-categories-widget,
.therapist-categories-widget,
.salon-scroll-widget {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.salon-categories-widget:hover,
.therapist-categories-widget:hover,
.salon-scroll-widget:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* スクロール追従ウィジェット専用スタイル */
.salon-scroll-widget {
  position: sticky;
  top: 20px;
  z-index: 100;
}

.salon-scroll-widget .widget-content {
  max-height: 60vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

/* Webkit ブラウザ用のスクロールバースタイル */
.salon-scroll-widget .widget-content::-webkit-scrollbar {
  width: 6px;
}

.salon-scroll-widget .widget-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.salon-scroll-widget .widget-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.salon-scroll-widget .widget-content::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* スクロール追従時のアニメーション */
.salon-scroll-widget {
  transition: all 0.3s ease;
}

/* 追従ウィジェットに影を追加 */
.salon-scroll-widget {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* レスポンシブ対応: 小さい画面では追従を無効にする */
@media screen and (max-width: 1023px) {
  .salon-scroll-widget {
    position: static;
    top: auto;
  }
}

@media screen and (max-width: 834px) {
  .hide-on-small {
    display: none !important;
  }
}

/* ================================
 * セラピスト個別ページ（therapist-single.php）
 * ================================ */

/* ヒーローセクション */
.hero-section {
  background: linear-gradient(135deg, #ff6b9d 0%, #f8b0c9 100%);
  padding: 30px 20px;
  margin-bottom: 30px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
  opacity: 0.3;
}

.hero-content { 
  position: relative; 
  z-index: 1; 
}

.hero-title { 
  font-size: 32px; 
  font-weight: 800; 
  margin-bottom: 15px; 
  text-shadow: 0 2px 4px rgba(0,0,0,0.3); 
}

.hero-badges { 
  display: flex; 
  justify-content: center; 
  gap: 15px; 
  margin-top: 15px; 
  flex-wrap: wrap; 
}

.badge { 
  background: rgba(255,255,255,0.2); 
  padding: 8px 16px; 
  border-radius: 20px; 
  font-size: 14px; 
  font-weight: bold; 
}

/* プロフィールセクション */
.enhanced-profile {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.profile-item {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.profile-value {
  font-size: 18px;
  font-weight: bold;
  color: #f8b0c9;
}

.profile-label {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.comment-box {
  background: linear-gradient(135deg, #fff5f8 0%, #ffeef3 100%);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #f8b0c9;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.7;
}

/* CTA部分 */
.purchase-cta {
  background: linear-gradient(135deg, #ff6b9d 0%, #f8b0c9 100%);
  color: white;
  text-align: center;
  padding: 40px 20px;
  border-radius: 20px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(248, 176, 201, 0.4);
}

.cta-urgent {
  background: #ff4757;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.cta-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.cta-subtitle {
  font-size: 16px;
  margin-bottom: 25px;
  opacity: 0.9;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin: 25px 0;
  text-align: left;
}

.benefit-item {
  background: rgba(255,255,255,0.1);
  padding: 15px;
  border-radius: 10px;
}

.benefit-item::before {
  content: '✓';
  margin-right: 10px;
  font-weight: bold;
}

.price-highlight {
  background: rgba(255,255,255,0.2);
  padding: 15px 25px;
  border-radius: 25px;
  display: inline-block;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

.cta-button {
  background: #fff;
  color: #f8b0c9;
  padding: 18px 45px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  margin: 20px 10px;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* 共通セクション */
.common-section {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin: 50px 0;
}

.section-header {
  background: linear-gradient(135deg, #f8b0c9 0%, #ff8fab 100%);
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 15px;
  text-align: center;
}

.section-header h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  margin: 0;
}

.common-content {
  line-height: 1.8;
  font-size: 16px;
}

/* 関連セラピスト */
.related-therapists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

.related-therapist-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
}

.related-therapist-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(248, 176, 201, 0.3);
  border-color: #f8b0c9;
}

.card-rank {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #ff6b9d, #f8b0c9);
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.card-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-therapist-card:hover .card-image img {
  transform: scale(1.05);
}

.no-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

.card-content {
  padding: 20px;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.3;
}

.card-stats {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

.stat-badge {
  background: #f8b0c9;
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}

.stat-badge.age {
  background: #ff8fab;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 8px;
}

.view-count, .popularity-score {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
}

.view-icon, .fire-icon {
  font-size: 14px;
}

.popularity-score {
  color: #ff6b9d;
  font-weight: bold;
}

.content-badge {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #333;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
}

.card-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  padding: 12px 15px;
  margin: -20px -20px -20px -20px;
  margin-top: 15px;
  border-radius: 0 0 15px 15px;
  transition: background 0.3s ease;
}

.related-therapist-card:hover .card-cta {
  background: #f8b0c9;
  color: white;
}

.cta-text {
  font-weight: bold;
  font-size: 14px;
}

.cta-arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.related-therapist-card:hover .cta-arrow {
  transform: translateX(5px);
}

.more-therapists {
  text-align: center;
  margin-top: 30px;
}

.more-link {
  display: inline-block;
  background: linear-gradient(135deg, #f8b0c9, #ff8fab);
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.more-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(248, 176, 201, 0.4);
}

/* セラピスト個別ページのレスポンシブ */
@media (max-width: 768px) {
  .hero-title { 
    font-size: 26px; 
  }
  
  .hero-badges { 
    flex-direction: column; 
    align-items: center; 
  }
  
  .benefits-grid { 
    grid-template-columns: 1fr; 
  }
  
  .profile-grid { 
    grid-template-columns: 1fr; 
  }

  .profile-layout {
    flex-direction: column;
    gap: 20px;
  }

  .profile-image-container,
  .profile-details-container {
    min-width: 100%;
  }
  
  .cta-button { 
    width: 100%; 
    margin: 10px 0; 
  }
  
  .related-therapists-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .card-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* プロフィールレイアウト */
.profile-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.profile-image-container {
  flex: 1;
  min-width: 250px;
}

.profile-image-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.profile-details-container {
  flex: 2;
  min-width: 300px;
}