
body {
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fffdfc;
}

header, footer {
  background-color: #fdf2f2;
  padding: 1.5rem;
  text-align: center;
}

.header-img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.cta a {
  background-color: #f39ca5;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

section {
  margin: auto;
}

.two-column {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.two-column .text {
  flex: 1 1 300px;
}

.two-column .image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

ul {
  padding-left: 1.2rem;
}

.social-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.social-links a {
  background: #f39ca5;
  color: white;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  border-radius: 5px;
}

#teacher-profile {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.profile-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.profile-image img {
  width: 240px;
  border-radius: 50%;
}

.profile-text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.6;
}

#lesson-fee {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.lesson-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 1rem;
}

.lesson-table th,
.lesson-table td {
  border: 1px solid #ccc;
  padding: 0.8rem;
  text-align: center;
}

.lesson-table th {
  background-color: #fce4ec;
  color: #d81b60;
  font-weight: bold;
}

.note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #555;
}

#course-info {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.course-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 1rem;
}

.course-table th,
.course-table td {
  border: 1px solid #ddd;
  padding: 0.8rem;
  text-align: left;
}

.course-table th {
  background-color: #f3e5f5;
  color: #6a1b9a;
}

#faq {
  max-width: 700px;
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 12px;
  background-color: #fff0f5;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

#faq h2 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #d81b60;
}

.faq-item {
  margin-bottom: 1rem;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: #ffe4ec;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #f8bbd0;
}

.faq-answer {
  display: none;
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  font-family: "Zen Maru Gothic", sans-serif;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
}

.contact-section {
  background: #fff8f6;
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 12px;
  max-width: 800px;
  margin: 2rem auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contact-section h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  color: #d81b60;
  margin-bottom: 0.5rem;
}

.contact-desc {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/*ボタンデザイン*/
.contact-btn {
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: background 0.3s;
  display: inline-block;
  min-width: 220px;
}

.contact-btn.line {
  background-color: #00c300;
}

.contact-btn.insta {
  background-color: #e1306c;
}

.contact-btn.mail {
  background-color: #f39ca5;
}

.contact-btn:hover {
  opacity: 0.85;
}

/*ヘッダー*/
.main-header {
  text-align: center;
  padding: 2rem 1rem 3rem;
  background: linear-gradient(to right, #fff0f5, #ffe4e1);
  border-bottom: 4px dashed #f8b4c4;
}

.header-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.main-header h1 {
  font-size: 2.5rem;
  color: #d81b60;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.catchcopy {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.cta-button {
  background: #f39ca5;
  color: white;
  padding: 0.9rem 2rem;
  font-size: 1.1rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #e27382;
  transform: scale(1.05);
}

/*プロフィールページ*/
#career {
  padding: 2.5rem 1rem;
  background-color: #fff4f9;
  border-radius: 16px;
  margin-top: 3rem;
}

#career h2 {
  text-align: center;
  color: #c86c8c;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.career-table h3 {
  color: #a14e70;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  border-left: 6px solid #f3c2d2;
  padding-left: 10px;
}

.career-table table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  box-shadow: 0 3px 10px rgba(200, 108, 140, 0.1);
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}

.career-table td {
  padding: 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #f5dfe8;
}

.career-table tr:last-child td {
  border-bottom: none;
}

/*youtube欄*/
.youtube-section {
  text-align: center;
  margin: 2rem 0;
}

.youtube-button {
  display: inline-block;
  background-color: #ff8bb3;
  color: white;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(255, 139, 179, 0.3);
}

.youtube-button:hover {
  background-color: #ff6b9a;
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(255, 139, 179, 0.4);
}

/*プロフィールリンクへのボタン*/

.profile-link {
  text-align: center;
  margin: 2rem 0;
}

.profile-button {
  display: inline-block;
  background-color: #ffd1dc;
  color: #333;
  padding: 0.8rem 1.6rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(255, 209, 220, 0.4);
}

.profile-button:hover {
  background-color: #ffb6c1;
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(255, 182, 193, 0.5);
}


/* 共通スタイル */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #ffe6f0;
}

.menu-list {
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li a {
  text-decoration: none;
  color: #c94f7c;
}

/* ハンバーガー用トグルボタン */

/* ヘッダー内でハンバーガーメニューを右上に調整 */
.menu-toggle {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  display: block;
  background: none;
  border: none;
  display: none;
  font-size: 1.8rem;
  color: #c94f7c;
  z-index: 1000;
  padding: 0;
}

/* スマホ表示時 */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .menu-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 10px;
    background: #fff;
    padding: 1rem;
    width: 200px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }

  .menu-list.open {
    display: flex;
  }
}

/* メニューが開いているときにbodyスクロールを防止 */
body.menu-open {
  overflow: hidden;
}

.site-logo img {
  height: 40px;
  display: block;
}

@media (max-width: 768px) {
  .site-logo img {
    height: 32px;
  }
}

.notice {
  text-align: center;
  font-size: 0.95rem;
  color: #c94f7c;
  margin-top: 2rem;
  padding: 1rem 0;
  background-color: #fff0f5;
  border-top: 1px solid #f3a6c4;
}

/* 講師プロフィール セクション改善 */

#teacher-profile {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.profile-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}

.profile-image {
  flex: 0 0 220px;
  text-align: center;
}

.profile-text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-text h3 {
  font-size: 1.3rem;
  color: #c94f7c;
  margin-bottom: 0.5rem;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .profile-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-text {
    align-items: center;
  }
}

/*レッスン案内*/
.highlight-section {
  background: #fff0f5;
  padding: 2rem;
  border-radius: 1rem;
  margin: 2rem 0;
  text-align: center;
}
.highlight-section h2 {
  font-size: 1.6rem;
  color: #c94f7c;
  margin-bottom: 1rem;
}
.highlight-section p {
  font-size: 1rem;
  line-height: 1.7;
}
.btn {
  display: inline-block;
  background-color: #f9a8d4;
  color: white;
  padding: 0.6rem 1.4rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.btn:hover {
  background-color: #ec4899;
}

/*コース*/
#course {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/*ニュースフィールド*/
#news {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2rem 1rem;
  background: #fff0f5;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

#news h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #d81b60;
  margin-bottom: 1.5rem;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f8c9d8;
}

.news-list li:last-child {
  border-bottom: none;
}

.news-date {
  color: #999;
  font-size: 0.95rem;
  margin-right: 1rem;
  min-width: 100px;
}

.news-list a {
  color: #c94f7c;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}

.news-list a:hover {
  color: #a43260;
}
/*ニュース一覧ページ*/

/* お知らせ一覧セクション */
.news-list-section {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2rem;
  background: #fff0f5;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  border-bottom: 1px dashed #f5c6d6;
  padding-bottom: 0.8rem;
}

.news-date {
  color: #888;
  font-size: 0.9rem;
  margin-right: 1rem;
  min-width: 100px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.news-list a {
  color: #c94f7c;
  text-decoration: none;
  font-weight: bold;
}

.news-list a:hover {
  text-decoration: underline;
}

.muted {
  color: #aaa;
  font-style: italic;
}

/* header 装飾 */
.main-header h1 {
  font-size: 2rem;
  color: #d81b60;
  margin-bottom: 0.5rem;
}

.main-header .catchcopy {
  font-size: 1rem;
  color: #555;
}


/*ニュース記事ページ*/
#news-detail {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2rem;
  background: #fff0f5;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  font-family: 'Zen Maru Gothic', sans-serif;
}

.news-container {
  padding: 1rem;
}

.news-date {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 0.5rem;
}

.news-title {
  font-size: 1.6rem;
  color: #c94f7c;
  margin-bottom: 1rem;
}

.news-content p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #444;
}

.news-back {
  margin-top: 2rem;
}

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

.news-back a:hover {
  text-decoration: underline;
}

/*ブログ追記*/
/* 既存のデザインに合わせて追加 */
.news-content .btn-line,
.news-content .btn-web {
  display: inline-block;
  margin: 0.8em 0.5em;
  padding: 0.6em 1.5em;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.btn-line {
  background-color: #06c755;
  color: #fff;
}

.btn-web {
  background-color: #f06292;
  color: #fff;
}

.btn-line:hover,
.btn-web:hover {
  opacity: 0.85;
}

/*固定バナー*/
/* ===== PCバナー ===== */
.pc-banner {
  display: none;
  text-align: center;
  margin: 20px auto;
}

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

/* ===== スマホ固定バナー ===== */
.fixed-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
}

.fixed-banner img {
  width: 100%;
  height: auto;
}

/* ===== メディアクエリで切替 ===== */
@media screen and (max-width: 767px) {
  .sp-only { display: block; }
  .pc-only { display: none; }
}

@media screen and (min-width: 768px) {
  .sp-only { display: none; }
  .pc-only { display: block; }
}

/*キャンセルポリシー*/
.cancel-policy {
  background-color: #fff8f5;
  padding: 30px;
  border-radius: 12px;
  margin: 50px auto;
  max-width: 900px;
}

.cancel-policy h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: center;
}

.policy-box {
  background-color: #ffffff;
  border-left: 6px solid #ffb0c1;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.policy-box h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #c86489;
}

.policy-box ul {
  padding-left: 1em;
  list-style-type: disc;
}

.policy-box li {
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1.6;
}

.policy-box .note {
  font-size: 0.9em;
  color: #888;
}
