@charset "utf-8";

/* ============================================
   ワールドメイト 簡易版サイト
   ============================================ */

/* ---- ベース ---- */
body {
  margin: 0;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  background: #f4f2e8;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a { color: #3e7d1c; }
a:hover { color: #5aa52e; }

/* 共通コンテナ */
.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ---- ヘッダー ---- */
.site-header {
  background: linear-gradient(180deg, #6fbf2e 0%, #57a824 100%);
  padding: 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57a824;
  font-weight: 900;
  font-size: 20px;
}

.brand-logo-img {
  height: 48px;
  width: auto;
  display: block;
}

.brand-en {
  font-size: 10px;
  letter-spacing: 2px;
  color: #eaf6da;
  font-weight: 700;
}

.brand-name {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}

.btn-member {
  background: linear-gradient(180deg, #F16D04 0%, #D0450C 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-member:hover { color: #fff; }

.btn-member .btn-member-icon { font-size: 16px; }

.btn-member .btn-star-icon {
  width: 18px;
  height: auto;
  display: block;
}

.btn-member .btn-member-arrow { font-size: 11px; }

/* グローバルナビ */
.global-nav { background: #3e7d1c; }

.global-nav .nav-inner {
  display: flex;
  gap: 0;
  padding: 0 20px;
}

.global-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.global-nav a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.global-nav a:hover { color: #fff; }

/* ---- 調整中のお知らせ（ヒーロー） ---- */
.hero {
  background: #fff;
  border-bottom: 1px solid #e2ddc9;
}

.hero-inner {
  padding: 48px 20px 40px;
  text-align: center;
}

.badge-important {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 16px;
  border-radius: 3px;
  margin-bottom: 18px;
}

.hero-title {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 900;
  color: #2c5312;
  text-wrap: pretty;
}

.hero-lead {
  margin: 0 auto;
  max-width: 640px;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.hero-lead + .hero-lead {
  margin-top: 16px;
}

.pc-break { display: inline; }

/* ---- 動画 ---- */
.video-section { background: #f4f2e8; }

.video-inner { padding: 44px 20px 0; }

.video-frame {
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  background: #000;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ---- 会員サイト案内 ---- */
.member-section { background: #f4f2e8; }

.member-inner { padding: 44px 20px; }

.member-panel {
  background: linear-gradient(180deg, #6fbf2e 0%, #57a824 100%);
  border-radius: 8px;
  padding: 6px;
}

.member-panel-inner {
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  padding: 34px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.member-label {
  font-size: 13px;
  font-weight: 700;
  color: #eaf6da;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.member-title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

.member-note {
  font-size: 13px;
  color: #eaf6da;
  margin-top: 8px;
}

.btn-member-large {
  background: linear-gradient(180deg, #F16D04 0%, #D0450C 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  padding: 16px 40px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
.btn-member-large:hover { color: #fff; }

.btn-star-icon-large {
  width: 22px;
  height: auto;
  vertical-align: -4px;
  margin-right: 4px;
}

/* ---- セクション共通見出し ---- */
.section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  color: #2c5312;
}

.section-heading .heading-bar {
  width: 64px;
  height: 4px;
  background: #b8923c;
  margin: 12px auto 0;
}

/* ---- 基本情報 ---- */
.about-section {
  background: #fff;
  border-top: 1px solid #e2ddc9;
}

.about-inner { padding: 48px 20px; }

.about-table {
  max-width: 720px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}

.about-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.9;
}

.about-label {
  flex: 0 0 160px;
  background: #f0f5e8;
  padding: 14px 18px;
  font-weight: 700;
  color: #2c5312;
}

.about-value {
  flex: 1;
  padding: 14px 18px;
  color: #444;
}

/* ---- お知らせ ---- */
.news-section { background: #f4f2e8; }

.news-inner { padding: 48px 20px; }

.news-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-item {
  background: #fff;
  border: 1px solid #e2ddc9;
  border-radius: 6px;
  padding: 16px 20px;
  display: flex;
  gap: 18px;
  align-items: baseline;
}

.news-date {
  flex: 0 0 auto;
  font-size: 12px;
  color: #999;
  font-weight: 500;
}

.news-text {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
}

/* ---- お問い合わせ ---- */
.contact-section {
  background: #fff;
  border-top: 1px solid #e2ddc9;
}

.contact-inner { padding: 48px 20px 56px; }

.contact-box {
  max-width: 720px;
  margin: 0 auto;
  border: 3px solid #57a824;
  border-radius: 8px;
  overflow: hidden;
}

.contact-header {
  background: linear-gradient(180deg, #6fbf2e 0%, #57a824 100%);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #57a824;
  font-weight: 900;
  font-size: 14px;
}

.contact-star-icon {
  width: 30px;
  height: auto;
  display: block;
}

.contact-title {
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}

.contact-body {
  padding: 28px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.contact-tel-block {
  flex: 1;
  min-width: 240px;
}

.contact-tel-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

.contact-tel {
  font-size: 30px;
  font-weight: 900;
  color: #c0392b;
  letter-spacing: 1px;
}

.contact-hours {
  font-size: 12px;
  color: #888;
  margin-top: 6px;
}

.contact-text {
  flex: 1;
  min-width: 240px;
  font-size: 13px;
  color: #555;
  line-height: 2;
}

/* ---- フッター ---- */
.site-footer {
  background: #2c5312;
  color: #cfe3bb;
}

.footer-inner {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.footer-copy {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.footer-notice {
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

/* ---- レスポンシブ ---- */
@media (max-width: 640px) {
  .header-inner {
    padding: 10px 14px;
    gap: 10px;
  }
  .brand-logo-img { height: 30px; }
  .btn-member {
    padding: 8px 12px;
    font-size: 13px;
    gap: 6px;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .btn-member .btn-star-icon { width: 15px; }
  .global-nav .nav-inner { padding: 0; }
  .global-nav a {
    flex: 1;
    text-align: center;
    padding: 10px 2px;
    font-size: 12px;
  }
  .pc-break { display: none; }
}

@media (max-width: 360px) {
  .brand-logo-img { height: 26px; }
  .btn-member { padding: 7px 10px; }
}

@media (max-width: 820px) {
  .footer-notice { white-space: normal; }
}
