@charset "utf-8";

/* まぜこぜの会--------------- */
.section-title {
  white-space: pre-line;    
}    
/* ===== カード ===== */
.info-card {
  padding: 40px 40px;
  border-radius: 10px;
  text-align: center;
}


/* ===== 説明文 ===== */
.info-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 40px;
  text-align: left;
}

/* ===== Coming Soon ボタン ===== */
.btn-coming-soon {
  display: inline-block;
  padding: 18px 60px;
  border: 1px solid #E69E7C;
  color: #E69E7C;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
    position: relative;
    
}

/* 小さい文字 */
.btn-coming-soon .label {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 6px;
  letter-spacing: 0.15em;
}

/* メイン文字 */
.btn-coming-soon .text {
  font-size: 0.8rem;
}

/* ホバー */
.btn-coming-soon:hover {
  background: #E69E7C;
  color: #fff;
}

/* まぜこぜの会終了--------------- */
/* =========================
パソコン表示（768px以上）
========================= */
@media (min-width: 768px) {
  .section-title {
  white-space: normal;    
}  
/* ===== 説明文 ===== */
.info-desc {
  text-align: center;
}    
/* メイン文字 */
.btn-coming-soon .text {
  font-size: 1rem;
}
    
}


