* { margin: 0; padding: 0;}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #EEEEEE !important;
  overflow-x: hidden;
}
.portfolio-detail {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
}
.portfolio-header {
  margin-bottom: 32px;
}
.portfolio-label {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  color: #272727;
  margin-bottom: 0;
}
.portfolio-title {
  font-size: 32px;
  font-weight: 700;
  color: #272727;
}
.portfolio-mainimg img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.portfolio-catch {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
}
.portfolio-content {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  max-width: 1280px;
}

/* ===== スライダーエリア ===== */
#thumb-h {
  width: 100%;       /* 親幅に追従 */
  max-width: 880px;  /* PCでの最大幅 */
  flex: 1;
}

/* ===== DATAエリア ===== */
.portfolio-data {
  width: 400px;
  background: #E0E0E0;
  font-size: 18px;  
}
.portfolio-data-title {
  font-family: 'Anton', sans-serif;
  font-weight: 100;
  letter-spacing: 2px;  
  background: #272727;
  color: #fff;
  padding: 8px;
  margin-bottom: 16px;
  text-align: center;
}
.portfolio-data dl {
  padding: 0 20px;
}
.portfolio-data dt {
  font-weight: 600;
  margin: 12px 0 2px;
}
.portfolio-data dd {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #BABABA;
}

/* ===== 間取り ===== */
.portfolio-floorplan  {
  margin: 0 auto;
  text-align: center;
}

.portfolio-floorplan img {
  width: 70%;
  margin: 40px 0;
}

/* ===== リストエリア ===== */
.renovation-list {
  background: #E0E0E0;
  padding: 40px;
}
.renovation-list h2 {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 24px;
}
.renovation-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 40px;
  list-style: none;
  padding: 0 40px;
}
.renovation-list li {
  font-size: 18px;
}

/* ===== レスポンシブ ===== */
@media (max-width: 1024px) {
  .portfolio-content {
    flex-direction: column;
  }
  .portfolio-gallery-wrap,
  .portfolio-data {
    width: 100%;
  }
  .portfolio-data dl {
    padding: 0 20px 10px;
  }
  .portfolio-data dd:last-child {
    border-bottom:none;
  }
  .renovation-list{
    margin:0 -20px -40px;
  }    
}
@media (max-width: 768px) {
  .portfolio-title {
    font-size: 24px;
  }
  .portfolio-catch {
    font-size: 16px;
  }
  .renovation-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .portfolio-detail {
    padding: 20px 10px;
  }
  .portfolio-title {
    font-size: 20px;
  }
  .portfolio-catch {
    font-size: 14px;
  }
  .portfolio-floorplan img {
    width: 100%;
    margin:0 0 30px 0;
  }
  .portfolio-data {
    font-size: 14px;  
  }
  .renovation-list{
    margin:0 -10px -20px;
  }  
  .renovation-list ul {
    grid-template-columns: 1fr;
	gap:4px 0;
	padding: 0 10px;
  }
  .renovation-list li {
    font-size: 14px;
  }
}
