/* 
 * About Nightsブロック用CSS
 * ブロックID: about_nights_gen
 */

/* ブロック全体 */
#block-about-nights-gen,
#block-onerise-front-shop-aboutnights{
  background: #f9f9f9;
  padding: 60px 20px;
  margin: 20px 0px 0px 0px;
}


.about-nights-gen h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #41a1a9;
  margin: 15px auto 0;
  border-radius: 2px;
}

/* コンテンツコンテナ */
.about-nights-gen .about-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

/* 各アイテム */
.about-nights-gen .about-item {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.about-nights-gen .about-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* アイコン */
.about-nights-gen .about-icon {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1;
}

/* アイテムタイトル */
.about-nights-gen .about-item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* アイテム説明 */
.about-nights-gen .about-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* タブレット対応 */
@media (max-width: 991px) {
  #block-about-nights-gen,
  #block-onerise-front-shop-aboutnights{
    padding: 50px 20px;
  }

  .about-nights-gen h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .about-nights-gen .about-content {
    gap: 25px;
  }

  .about-nights-gen .about-item {
    padding: 25px 18px;
  }

  .about-nights-gen .about-icon {
    font-size: 42px;
  }

  .about-nights-gen .about-item h3 {
    font-size: 18px;
  }

  .about-nights-gen .about-item p {
    font-size: 14px;
  }
}

/* スマホ対応 */
@media (max-width: 767px) {
  #block-about-nights-gen,
  #block-onerise-front-shop-aboutnights{
    padding: 40px 15px;
  }

  .about-nights-gen h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .about-nights-gen .about-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-nights-gen .about-item {
    padding: 25px 20px;
  }

  .about-nights-gen .about-icon {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .about-nights-gen .about-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .about-nights-gen .about-item p {
    font-size: 14px;
  }
}

/* 小型スマホ対応 */
@media (max-width: 480px) {
  #block-about-nights-gen,
  #block-onerise-front-shop-aboutnights{
    padding: 35px 15px;
  }

  .about-nights-gen h2 {
    font-size: 20px;
  }

  .about-nights-gen .about-item {
    padding: 20px 15px;
  }

  .about-nights-gen .about-icon {
    font-size: 36px;
  }

  .about-nights-gen .about-item h3 {
    font-size: 17px;
  }

  .about-nights-gen .about-item p {
    font-size: 13px;
  }
}
