@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
.entry-time {
  display: none;
}

/*========= 投稿ページを固定ページの幅に合わせる =========*/

/* PC表示（1240px以上）*/
@media only screen and (min-width: 1240px) {
  .single .wrap,
  .single #inner-content {
    max-width: 1180px !important;
    width: 100% !important;
  }
}

/* タブレット・PC表示（1030px以上）*/
@media only screen and (min-width: 1030px) {
  .single .wrap,
  .single #inner-content {
    max-width: 1180px !important;
    width: 100% !important;
  }
  
  /* メインカラムとサイドバーの比率調整 */
  .single .d-5of7 {
    width: 68% !important;
  }
  
  .single .d-2of7 {
    width: 32% !important;
  }
}
.price-section {
  max-width: 1100px;
  margin: 0 auto;
}

.price-section .wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}

.price-section .image-card {
  flex: 0 0 45%;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.price-section .image-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.price-section .price-card {
  flex: 1;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  position: relative;
}

.price-section .badge {
  position: absolute;
  top: -12px;
  left: 30px;
  background: linear-gradient(135deg, #237313 0%, #1a5a0f 100%);
  color: white;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(35, 115, 19, 0.4);
}

.price-section .price-display {
  text-align: center;
  padding: 30px 0;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 25px;
}

.price-section .price-number {
  font-size: 56px;
  font-weight: 800;
  background: linear-gradient(135deg, #237313 0%, #1a5a0f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
}

.price-section .price-suffix {
  font-size: 18px;
  color: #888;
  font-weight: 500;
}

.price-section .description {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .price-section .wrapper {
    flex-direction: column;
  }
  
  .price-section .image-card {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .price-section .price-card {
    padding: 30px 25px;
  }
  
  .price-section .price-number {
    font-size: 44px;
  }
}
/* 査定方法セクション */
.assessment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 40px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.assessment-box {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid #f0f0f0;
}

.assessment-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.assessment-email {
  border-top: 4px solid #4A90E2;
}

.assessment-line {
  border-top: 4px solid #06C755;
}

.assessment-description {
  font-size: 15px;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.6;
  font-weight: 500;
}

.assessment-button {
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.assessment-button-email {
  background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
}

.assessment-button-line {
  background: linear-gradient(135deg, #06C755 0%, #05A344 100%);
}

.assessment-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.assessment-button .arrow {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.assessment-button:hover .arrow {
  transform: translateX(4px);
}

/* スマホ対応 */
@media (max-width: 768px) {
  .assessment-methods {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px 16px;
  }
  
  .assessment-box {
    padding: 28px 20px;
  }
  
  .assessment-button {
    padding: 14px 28px;
    font-size: 15px;
    width: 100%;
  }
}
/* カスタムH2スタイル - 背景画像一枚版 */
.custom-title-h2 {
  position: relative;
  background: linear-gradient(to bottom, #3d6b1f 0%, #2d5016 100%);
  padding: 10px 40px; 
  margin: 40px 0 30px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ====================================
   買取の流れセクション（タイムライン型）
   ==================================== */

.flow-section {
  max-width: 900px;
  margin: 0 auto;
}

.flow-section .section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #333;
}

.flow-section .section-subtitle {
  text-align: center;
  color: #666;
  font-size: 15px;
  margin-bottom: 50px;
}

.flow-section .timeline {
  position: relative;
  padding-left: 0;
}

.flow-section .timeline::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 60px;
  bottom: 60px;
  width: 2px;
  background: linear-gradient(to bottom, #237313, #1a5a0f);
}

.flow-section .step {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.flow-section .step:last-child {
  margin-bottom: 0;
}

.flow-section .step-number {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #237313 0%, #1a5a0f 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(35, 115, 19, 0.3);
  position: relative;
  z-index: 2;
}

.flow-section .step-label {
  font-size: 11px;
  margin-bottom: 0;
  opacity: 0.9;
  line-height: 1;
}

.flow-section .step-num {
  font-size: 26px;
  line-height: 1;
  margin-top: 2px;
}

.flow-section .step-content {
  flex: 1;
  background: white;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  margin-top: 10px;
}

.flow-section .step-title {
  font-size: 18px;
  font-weight: 700;
  color: #237313;
  margin-bottom: 12px;
}

.flow-section .step-description {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .flow-section .timeline::before {
    left: 30px;
  }
  
  .flow-section .step {
    gap: 20px;
  }
  
  .flow-section .step-number {
    width: 60px;
    height: 60px;
  }
  
  .flow-section .step-num {
    font-size: 22px;
  }
  
  .flow-section .step-content {
    padding: 20px;
  }
}