/*
 Theme Name:   Cocoon Child
 Template:     cocoon-master
 Version:      1.0.0
*/

/* ヒーロータイトルのデザイン */
.hero-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;         /* 細めのフォント */
  text-align: center;       /* 中央揃え */
  font-size: 2rem;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000;              /* 黒文字 */
}

/* ヒーロー画像（全幅） */
.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

/* 全体の余白を少し広くして高級感を出す */
.wp-site-blocks {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ページ上部の余白を減らす（ヘッダーとの距離感調整） */
.page .hero-title {
  margin-top: 20px;
}

.hero-section {
  position: relative;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  display: block;
}

.hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
