@charset "UTF-8";

/* ===== 詳細ページ専用 ===== */

.detail-main {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

/* 作品画像 */
.detail-image {
  width: 100%;
  height: auto;
  display: block;
}

/* 説明文 */
.detail-text {
  margin-top: 20px;
  line-height: 1.8;
  text-align: center;
}

/* 戻るボタン */
.back-button {
  margin-top: 30px;
  text-align: center;
}

.back-button a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

/* ===== 画像紹介風（縦並び・カード） ===== */

.detail-gallery {
  margin-top: 60px;
}

.detail-title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

/* カード1枚 */
.detail-item {
  max-width: 600px;
  margin: 0 auto 40px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* 画像 */
.detail-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.detail-caption {
  margin-top: 15px;
  line-height: 1.7;
  text-align: center;
  font-size: 0.95rem;
}
.insert-img {
  width: 300px;
  height: auto;      
  display: block;    
  margin: 30px auto; 
}
body {
  margin: 0;
  padding: 40px;   
  background-color: #f6eef5; 
}
