/*
Theme Name: ANTHEM Child
Theme URI: https://tcd-theme.com/tcd083
Template: anthem_tcd083
Author: TCD
Author URI: https://tcd-theme.com/
Description: "ANTHEM" is a WordPress theme that allows you to create great sales pages. It beautifully expresses the features of products and includes a review function. Smart ranking pages also supports product sales.
Version: 1.16.4.1775721518
Updated: 2026-04-09 16:58:38
*/


/* =============================================================
   ベーススタイル
============================================================= */
body {
  margin: 0;
  font-size: 16px;
}

/* テーマのpost_content pのmarginを上書き（詳細度で勝つ） */
.post_content p {
  margin: 0;
  line-height: 1.6;
}


/* =============================================================
   セクション共通 padding・max-width
   親クラスを使って詳細度を上げることで!importantなしで上書き
============================================================= */
.nm-hours-bg .nm-hours,
.nm-news-bg #nm-news,
.nm-instagram-bg .nm-instagram,
.nm-facility-bg .nm-facility,
.nm-access-bg .nm-access,
.nm-contact-bg .nm-contact {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  text-align: center;
}

@media (max-width: 640px) {
  .nm-hours-bg .nm-hours,
  .nm-news-bg #nm-news,
  .nm-instagram-bg .nm-instagram,
  .nm-facility-bg .nm-facility,
  .nm-access-bg .nm-access,
  .nm-contact-bg .nm-contact {
    padding: 40px 16px;
  }
}


/* =============================================================
   タブレット対応（テーマ干渉対策）
============================================================= */
@media (max-width: 1200px) {
  .megamenu_product_category_list_inner,
  .category_list,
  .megamenu_blog_list_inner,
  .menu_area,
  .post_list_area,
  .post_list {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }
}


/* =============================================================
   共通パーツ
============================================================= */

/* セクションラベル・タイトル・ボーダー */
.nm-section-label {
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #06C755;
  margin: 0 0 4px;
  display: block;
}
.nm-section-title {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin: 10px 0 12px;
  border: none;
  padding: 0;
}
.nm-section-border {
  width: 40px;
  height: 3px;
  background: #06C755;
  margin: 0 auto 40px;
}

/* ボタン */
.nm-button-wrap {
  margin-top: 32px;
}
.nm-button {
  display: inline-block;
  padding: 14px 40px;
  background: #06C755;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.2s;
}
.nm-button:hover {
  opacity: 0.8;
  color: #fff;
}

/* 背景全幅 */
.nm-hours-bg,
.nm-news-bg,
.nm-instagram-bg,
.nm-facility-bg,
.nm-access-bg,
.nm-contact-bg {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}


/* =============================================================
   HOURS 営業時間
============================================================= */
.nm-hours-bg { background: #FAF7F0; }

/* グリッド */
.nm-hours .nm-hours-grid {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0;
  table-layout: fixed;
}
.nm-hours .nm-hours-grid td.nm-hours-block {
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
}
.nm-hours .nm-hours-grid td.nm-hours-block:first-child {
  border: 1px solid #06C755;
  border-left: 10px solid #06C755;
}
.nm-hours .nm-hours-grid td.nm-hours-block:last-child {
  border: 1px solid #8B5E3C;
  border-left: 10px solid #8B5E3C;
}

/* 季節ラベル */
.nm-hours .nm-hours-season {
  display: inline-block;
  color: #fff;
  padding: 6px 30px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.nm-hours .nm-hours-grid td.nm-hours-block:first-child .nm-hours-season {
  background: #06C755;
}
.nm-hours .nm-hours-grid td.nm-hours-block:last-child .nm-hours-season {
  background: #8B5E3C;
}

/* 時間テーブル */
.nm-hours .nm-hours-table {
  width: 100%;
  border-collapse: collapse;
}
.nm-hours .nm-hours-table th,
.nm-hours .nm-hours-table td {
  padding: 10px 14px;
  border: none;
  line-height: 1.4;
  white-space: nowrap;
}
.nm-hours .nm-hours-table th {
  width: 50%;
  font-weight: bold;
  text-align: left;
}
.nm-hours .nm-hours-table td {
  text-align: left;
}
.nm-hours .nm-hours-grid td.nm-hours-block:first-child .nm-hours-table th {
  color: #06C755;
}
.nm-hours .nm-hours-grid td.nm-hours-block:last-child .nm-hours-table th {
  color: #8B5E3C;
}

/* 定休日・休業日 */
.nm-hours-closed-wrap {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nm-hours-closed {
  color: #8B5E3C;
  text-align: left;
  background: #fff;
  border-radius: 20px;
  padding: 16px 24px;
  box-sizing: border-box;
}
.nm-hours-closed p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.nm-closed-label {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  color: #8B5E3C;
  font-weight: bold;
  white-space: nowrap;
}
.nm-closed-badge {
  display: inline-block;
  background: #8B5E3C;
  color: #fff;
  padding: 4px 14px;
  border-radius: 10px;
  font-size: 13px;
}

/* sp */
@media (max-width: 640px) {
  .nm-hours .nm-hours-grid,
  .nm-hours .nm-hours-grid tbody,
  .nm-hours .nm-hours-grid tr {
    display: block;
    width: 100%;
  }
  .nm-hours .nm-hours-grid td.nm-hours-block {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
.nm-hours-bg .nm-hours .nm-hours-grid .nm-hours-table {
    table-layout: fixed !important;
    width: 100% !important;
}
.nm-hours-bg .nm-hours .nm-hours-grid .nm-hours-table th {
    width: 7em !important;
    white-space: nowrap;
    text-align: left;
}
.nm-hours-bg .nm-hours .nm-hours-grid .nm-hours-table td {
    white-space: nowrap;
    text-align: left;
}
  .nm-hours-closed-wrap {
    margin: 0;
  }
}
/* ===== HOURS ここまで ===== */


/* =============================================================
   NEWS お知らせ
============================================================= */
.nm-news-bg { background: #EFF5E8; }

#nm-news .nm-label {
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #06C755;
  margin: 0 0 4px;
  display: block;
}
#nm-news .nm-title {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin: 10px 0 12px;
  border: none;
  padding: 0;
}
#nm-news .nm-border {
  width: 40px;
  height: 3px;
  background: #06C755;
  margin: 0 auto 40px;
}
.nm-news-list {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.nm-news-item {
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}
.nm-news-item:first-child {
  border-top: 1px solid #e8e8e8;
}
.nm-news-date {
  display: block;
  color: #888;
  margin-bottom: 6px;
}
.nm-news-title {
  display: block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
}
.nm-news-title:hover { color: #06C755; }
/* ===== NEWS ここまで ===== */


/* =============================================================
   INSTAGRAM
============================================================= */
.nm-instagram-bg { background: #FAF7F0; }

.nm-instagram-wrap {
  max-width: 900px;
  margin: 0 auto;
}
/* ===== INSTAGRAM ここまで ===== */


/* =============================================================
   FACILITY 施設案内
============================================================= */
.nm-facility-bg { background: #EFF5E8; }

.nm-facility-grid {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.nm-facility-item {
  flex: 1;
  text-decoration: none;
  color: #333;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.nm-facility-image {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.nm-facility-text {
  padding: 8px 12px 12px;
}
.nm-facility-name {
  font-weight: bold;
  margin: 0;
  color: #7A5230;
  text-align: left;
  font-size: 20px;
}
.nm-facility-name-en {
  color: #7A5230;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: left;
}

/* sp */
@media (max-width: 640px) {
  .nm-facility-grid {
    flex-wrap: wrap;
  }
  .nm-facility-item {
    flex: 0 0 calc(50% - 8px);
  }
  .nm-facility-name {
    font-size: 16px;
  }
}
/* ===== FACILITY ここまで ===== */


/* =============================================================
   ACCESS アクセス
============================================================= */
.nm-access-bg { background: #FAF7F0; }

.nm-access-map {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.nm-access-map iframe {
  display: block;
}
.nm-access-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin-bottom: 24px;
}
.nm-access-times {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}
.nm-access-item {
  text-align: center;
}
.nm-access-icon {
  width: 40px;
  height: 40px;
  background: #ccc;
  border-radius: 4px;
  margin: 0 auto 8px;
}
.nm-access-city {
  margin: 0;
  font-weight: bold;
}
.nm-access-duration {
  margin: 0;
  color: #555;
}
/* ===== ACCESS ここまで ===== */


/* =============================================================
   CONTACT お問い合わせ
============================================================= */
.nm-contact-bg { background: #EFF5E8; }

.nm-contact-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.nm-contact-btn {
  display: inline-block;
  padding: 20px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: opacity 0.2s;
}
.nm-contact-btn:hover { opacity: 0.8; }
.nm-contact-btn--form {
  background: #06C755;
  color: #fff;
}
.nm-contact-btn--tel {
  background: #FAF7F0;
  color: #8B5E3C;
}

/* sp */
@media (max-width: 640px) {
  .nm-contact-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .nm-contact-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    padding: 16px 20px;
  }
}
/* ===== CONTACT ここまで ===== */