/* 全体設定 */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #f5f5f5;
  font-family: sans-serif;
  margin: 0;
}

header {
  background-color: pink;
  color: white;
  text-align: center;
  padding: 30px;
}

main {
  background-color: white;
  width: 80%;
  margin: 30px auto;
  padding: 20px;
}

h2 {
  border-left: 8px solid pink;
  padding-left: 10px;
}

footer {
  text-align: center;
  padding: 20px;
  color: gray;
}

/* プロフィール画像 */
.profile-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

/* ナビ */
nav {
  text-align: center;
}

nav a {
  display: inline-block;
  margin: 10px;
}

/* スキル */
ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 10px;
}

/* ===== Works ===== */
#works {
  padding: 80px 20px;
  text-align: center;
}

.works-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.work-card {
  width: 300px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  background: white;
}

.work-card img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

/* ===== ナビを可愛く ===== */

nav {
  background: white;
  padding: 15px;
  border-bottom: 2px solid #ffe4ec;
}

nav a {
  display: inline-block;
  margin: 0 15px;
  padding: 8px 18px;
  background: #ffb6c1;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  transition: 0.3s;
}

/* ホバー効果（超大事✨） */
nav a:hover {
  background: hotpink;
  transform: translateY(-2px);
}

.work-card a {
  text-decoration: none;
  color: black;
  display: block;
}

.work-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

.back-btn {
  display: block;
  width: 200px;
  margin: 30px auto;
  padding: 15px;
  background-color:hotpink;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}

.work-card {
  transition: 0.3s;
}

.work-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.skill-list li{
  display:inline-block;
  margin:10px;
  padding:10px 20px;
  border:1px solid #ccc;
  border-radius:20px;
}

footer{
  text-align:center;
  padding:30px;
  color:#888;
  font-size:14px;
}

header p{
  margin-top:10px;
  font-size:18px;
}

/* カフェ全体の余白と見た目を整える */
main {
  background: #fff;
}

/* セクションの見出しを整える */
h2 {
  border-bottom: 2px solid #4a3f35;
  padding-bottom: 5px;
  display: inline-block;
}

/* アクセスを少し見やすく */
#access p {
  margin: 5px 0;
}

#hero p {
  font-size: 1.4rem;
  font-weight: bold;
}

#hero p {
  margin-top: 20px;
  text-align: center;
}

header nav {
  margin-top: 10px;
}

header nav a:hover {
  text-decoration: underline;
}

/* 横並びレイアウト */
.menu-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* カード本体 */
.menu-card {
  background: white;
  width: 180px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: 0.2s;
}

/* ホバーでちょい浮く */
.menu-card:hover {
  transform: translateY(-5px);
}

.cafe header {
  background: linear-gradient(
    rgba(74, 63, 53, 0.85),
    rgba(74, 63, 53, 0.85)
  ),
  url("../images/cafe.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 60px 20px;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.index h1 {
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
}

.index h2 {
  text-align: center;
  margin-bottom: 30px;
}

.index .card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.portfolio main {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.portfolio h1 {
  text-align: center;
  margin: 30px 0;
  font-size: 2rem;
}

.portfolio h2 {
  margin-top: 40px;
  border-left: 5px solid #4a3f35;
  padding-left: 10px;
}

.portfolio p,
.portfolio li {
  line-height: 1.8;
}

.portfolio .detail-img {

  width: 80%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.portfolio header{
  background-color:mediumturquoise;
  color: white;
  text-align: center;
  padding: 30px;
}

.portfolio .back-btn {
  display: block;
  width: 200px;
  margin: 30px auto;
  padding: 15px;
  background-color:mediumturquoise;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}

/* お問い合わせフォーム */
form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

form label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #888;
  margin-bottom: 6px;
}

form input,
form textarea {
  width: 100%;
  border: 1px solid #ffb6c1;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  background: #fff9fb;
  box-sizing: border-box;
}

form textarea {
  resize: vertical;
  font-family: inherit;
}

form button {
  background: #ffb6c1;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 12px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

form button:hover {
  background: hotpink;
}

.cafe-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

main section {
  padding: 40px 0;
}

.cafe h2 {
  border-bottom: 2px solid #4a3f35;
  padding-bottom: 5px;
  display: inline-block;
}

#hero p {
  margin-top: 20px;
  text-align: center;
}

.point-list {
  text-align: left;
  list-style: disc;
  padding-left: 20px;
}

.point-list li {
  display: list-item;
  border: none;
  padding: 4px 0;
  margin: 0;
  border-radius: 0;
}


/* ===========================
   Pastel Party Live — style.css
   カラー: ラベンダー × ミント
   雰囲気: キラキラ・夢みたい
=========================== */

/* ---------- リセット & 基本 ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --lavender:     #c9b8f0;
  --lavender-lt:  #ede8fb;
  --mint:         #a8e6d8;
  --mint-lt:      #dff6f0;
  --white:        #ffffff;
  --text:         #4a3f6b;
  --text-light:   #7a6e99;
}

body.event {
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  color: var(--text);
  background: var(--lavender-lt);
  line-height: 1.7;
}

/* ---------- ヘッダー ---------- */
body.event header {
  background: linear-gradient(135deg, var(--lavender) 0%, var(--mint) 100%);
  text-align: center;
  padding: 2rem 1rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(150, 120, 220, 0.2);
}

body.event header h1 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.08em;
  text-shadow: 0 2px 8px rgba(120, 80, 200, 0.25);
}

body.event header > p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
  margin-top: 0.3rem;
}

body.event nav {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

body.event nav {
  background: transparent;
  padding: 0;
  border-bottom: none;
}

body.event nav a {
  background: transparent;
}

body.event nav a {
  color: var(--white);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.3rem 0.9rem;
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

body.event nav a:hover {
  background: var(--white);
  color: var(--lavender);
}

/* ---------- ヒーローセクション ---------- */
body.event #hero {
  text-align: center;
  padding: 5rem 1.5rem 4rem;
  background: linear-gradient(160deg, #e8deff 0%, #d4f5ee 100%);
  position: relative;
  overflow: hidden;
}

body.event #hero::before,
body.event #hero::after {
  content: '✦';
  position: absolute;
  font-size: 4rem;
  opacity: 0.15;
  color: var(--lavender);
}
body.event #hero::before { top: 10%; left: 5%; }
body.event #hero::after  { bottom: 10%; right: 5%; font-size: 3rem; color: var(--mint); }

body.event #hero h2 {
  font-size: clamp(2rem, 7vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #9b72ef, #4ecdc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

body.event .catchcopy {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 1.5rem;
  font-style: italic;
}

body.event .event-date,
body.event .event-place {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0.3rem 0;
}

/* ---------- 共通セクション ---------- */
body.event section {
  padding: 4rem 1.5rem;
  max-width: 860px;
  margin: 0 auto;
}

body.event section h2 {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  position: relative;
}

body.event section h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lavender), var(--mint));
  margin: 0.5rem auto 0;
}

/* ---------- About ---------- */
body.event #about {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(180, 150, 240, 0.1);
  max-width: 860px;
  margin: 2rem auto;
  text-align: center;
}

body.event #about p {
  font-size: 1rem;
  color: var(--text-light);
  line-height: 1.9;
}

/* ---------- Artist ---------- */
body.event #artist {
  max-width: 860px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

body.event .artist-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

body.event .artist-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  flex: 1 1 200px;
  max-width: 240px;
  box-shadow: 0 4px 20px rgba(160, 130, 230, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}

body.event .artist-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(160, 130, 230, 0.25);
}

body.event .artist-card p:first-child {
  font-size: 2.5rem;
  margin-bottom: 0.7rem;
}

body.event .artist-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 0.5rem;
}

body.event .artist-card p:last-child {
  font-size: 0.88rem;
  color: var(--text-light);
}

/* ---------- Ticket ---------- */
body.event #ticket {
  background: linear-gradient(135deg, var(--lavender-lt), var(--mint-lt));
  border-radius: 20px;
  max-width: 860px;
  margin: 0 auto;
}

body.event .ticket-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

body.event .ticket-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem 2.5rem;
  text-align: center;
  flex: 1 1 180px;
  max-width: 240px;
  box-shadow: 0 4px 20px rgba(140, 200, 190, 0.2);
  position: relative;
  /* overflow: hidden; ← 削除 */
}

body.event .ticket-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lavender), var(--mint));
  border-radius: 16px 16px 0 0;  /* ← 追加：上だけ角丸に */
}

body.event .ticket-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: var(--text);
}

body.event .price {
  font-size: 2rem;
  font-weight: 900;
  color: var(--lavender);
  margin-bottom: 0.5rem;
}

body.event .ticket-card p:last-child {
  font-size: 0.85rem;
  color: var(--text-light);
}

body.event .btn-ticket {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.8rem;
  background: linear-gradient(90deg, var(--lavender), var(--mint));
  color: var(--white);
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

body.event .btn-ticket:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(160, 130, 230, 0.3);
}

/* ---------- Access ---------- */
body.event #access {
  background: var(--white);
  border-radius: 20px;
  max-width: 860px;
  margin: 0 auto 3rem;
  box-shadow: 0 4px 24px rgba(160, 130, 230, 0.1);
  text-align: center;
}

body.event #access p {
  font-size: 1rem;
  color: var(--text-light);
  margin: 0.5rem 0;
}

/* ---------- フッター ---------- */
body.event footer {
  text-align: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, var(--lavender), var(--mint));
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 768px) {
  body.event header h1 { font-size: 1.3rem; }
  body.event nav a { font-size: 0.78rem; padding: 0.25rem 0.7rem; }
  body.event nav {
    flex-direction: row;
  }
  body.event nav a {
    display: inline-block;
  } 
  body.event .artist-card,
  body.event .ticket-card { max-width: 100%; }
  body.event section { padding: 3rem 1rem; }
}

@media (max-width: 768px) {
  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  nav a {
    display: block;
    width: fit-content;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  main {
    width: 95%;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .cafe-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .portfolio header {
    padding: 15px;
  }

  .portfolio header h1 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .cafe-img {
    width: 100%;
    max-width: 100%;
  }
}

/* ===== Pastel Party Live レスポンシブ ===== */

@media (max-width: 768px) {
  .event header {
    padding: 30px 15px;
  }

  .event header h1 {
    font-size: 1.8rem;
  }

  .event .catchcopy {
    font-size: 1rem;
  }

  .event .artist-container,
  .event .ticket-container {
    flex-direction: column;
    align-items: center;
  }

  .event .artist-card,
  .event .ticket-card {
    width: 80%;
  }
}

@media (max-width: 768px) {
  body.event .ticket-card {
    padding: 1.5rem 1rem;
  }

  body.event .btn-ticket {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
}