/*
Theme Name: Liberte HTML Theme
Description: Custom WordPress theme converted from static HTML for Liberte salon
Author: Your Name
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

:root {
  --green:    #2d5a3d;
  --gold:     #c9963e;
  --beige:    #f5efe6;
  --offwhite: #f9f5f0;
  --brown:    #3d3028;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

/* ===== HERO ===== */
.lb-hero {
  font-family: 'Noto Sans JP', sans-serif;
  background: linear-gradient(rgba(245, 239, 230, 0.65), rgba(245, 239, 230, 0.65)), url('https://liberte.xbiz.jp/massage/wp-content/uploads/2026/04/ChatGPT-Image-2026年4月27日-15_50_33.jpg') center/cover no-repeat;
  padding: 120px 24px;
  text-align: center;
  box-sizing: border-box;
}

.lb-hero-sub {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  margin-bottom: 12px;
}

.lb-hero-title {
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 500;
  color: #2d5a3d;
  margin-bottom: 24px;
}

.lb-hero-btn {
  display: inline-block;
  background: #c9963e;
  color: #fff;
  padding: 12px 36px;
  border-radius: 2rem;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.lb-hero-btn:hover {
  background: #2d5a3d;
  color: #fff;
}

/* ===== COMMON SECTION ===== */
.lb-section {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 48px 24px;
  background: var(--beige);
  border-top: 1px solid rgba(45,90,61,0.12);
  box-sizing: border-box;
}

.lb-inner {
  max-width: 860px;
  margin: 0 auto;
}

.lb-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  text-align: center;
  margin-bottom: 6px;
}

.lb-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--green);
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
  margin-bottom: 28px;
}

.lb-center {
  text-align: center;
}

.lb-btn {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  padding: 12px 36px;
  border-radius: 2rem;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.lb-btn:hover {
  background: var(--green);
  color: #fff;
}

/* ===== CONCEPT ===== */
.lb-concept {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f5efe6;
  padding: 48px 24px;
  border-top: 1px solid rgba(45,90,61,0.12);
  box-sizing: border-box;
}

.lb-concept .inner {
  max-width: 860px;
  margin: 0 auto;
}

.lb-concept .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  text-align: center;
  margin-bottom: 6px;
}

.lb-concept .title {
  font-size: 20px;
  font-weight: 500;
  color: #2d5a3d;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9963e;
  display: inline-block;
  margin-bottom: 28px;
}

.lb-concept .text {
  font-size: 14px;
  line-height: 2;
  background: #f9f5f0;
  border-radius: 12px;
  padding: 24px 28px;
  border-left: 4px solid #c9963e;
  color: #3d3028;
}

/* ===== REASON ===== */
.lb-reason {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f5efe6;
  padding: 48px 24px;
  border-top: 1px solid rgba(45,90,61,0.12);
  box-sizing: border-box;
}

.lb-reason .inner {
  max-width: 860px;
  margin: 0 auto;
}

.lb-reason .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  text-align: center;
  margin-bottom: 6px;
}

.lb-reason .title {
  font-size: 20px;
  font-weight: 500;
  color: #2d5a3d;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9963e;
  display: inline-block;
  margin-bottom: 28px;
}

.lb-reason .cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}

@media(max-width:640px) {
  .lb-reason .cards {
    grid-template-columns: 1fr;
  }
}

.lb-reason .card {
  background: #f9f5f0;
  border-radius: 12px;
  padding: 20px 18px;
  border: 0.5px solid rgba(201,150,62,0.3);
}

.lb-reason .card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #2d5a3d;
  margin-bottom: 8px;
}

.lb-reason .card p {
  font-size: 13px;
  color: #3d3028;
  line-height: 1.7;
}

/* ===== SERVICE ===== */
.lb-service {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f5efe6;
  padding: 48px 24px;
  border-top: 1px solid rgba(45,90,61,0.12);
  box-sizing: border-box;
}

.lb-service .inner {
  max-width: 860px;
  margin: 0 auto;
}

.lb-service .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  text-align: center;
  margin-bottom: 6px;
}

.lb-service .title {
  font-size: 20px;
  font-weight: 500;
  color: #2d5a3d;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9963e;
  display: inline-block;
  margin-bottom: 28px;
}

.lb-service .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 36px;
}

.lb-service .tag {
  background: #f9f5f0;
  border: 1px solid rgba(201,150,62,0.4);
  border-radius: 2rem;
  padding: 8px 22px;
  font-size: 14px;
  color: #2d5a3d;
  font-weight: 500;
}

.lb-menu {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}

.lb-menu thead tr {
  background: #2d5a3d;
  color: #fff;
}

.lb-menu thead th {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.lb-menu thead th:last-child {
  text-align: right;
}

.lb-menu tbody tr {
  border-bottom: 0.5px solid rgba(201,150,62,0.2);
  background: #f9f5f0;
}

.lb-menu tbody tr:nth-child(even) {
  background: #fff;
}

.lb-menu tbody td {
  padding: 12px 16px;
  font-size: 13px;
  color: #3d3028;
  vertical-align: middle;
}

.lb-menu tbody td:last-child {
  text-align: right;
  font-weight: 600;
  color: #2d5a3d;
  white-space: nowrap;
}

.lb-menu .badge {
  display: inline-block;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 2rem;
  margin-left: 6px;
  vertical-align: middle;
}

.lb-menu .badge-new {
  background: #c9963e;
  color: #fff;
}

.lb-menu .badge-all {
  background: #2d5a3d;
  color: #fff;
}

.lb-menu .sub {
  font-size: 11px;
  color: #888;
  display: block;
  margin-top: 2px;
}

/* ===== PHOTO ===== */
.lb-photo {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f5efe6;
  padding: 48px 24px;
  border-top: 1px solid rgba(45,90,61,0.12);
  box-sizing: border-box;
}

.lb-photo .inner {
  max-width: 860px;
  margin: 0 auto;
}

.lb-photo .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  text-align: center;
  margin-bottom: 6px;
}

.lb-photo .title {
  font-size: 20px;
  font-weight: 500;
  color: #2d5a3d;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9963e;
  display: inline-block;
  margin-bottom: 28px;
}

.lb-photo .gallery {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}

@media(max-width:640px) {
  .lb-photo .gallery {
    grid-template-columns: repeat(2,1fr);
  }
}

.lb-photo .gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}

/* ===== VOICE ===== */
.lb-voice {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f5efe6;
  padding: 48px 24px;
  border-top: 1px solid rgba(45,90,61,0.12);
  box-sizing: border-box;
}

.lb-voice .inner {
  max-width: 860px;
  margin: 0 auto;
}

.lb-voice .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  text-align: center;
  margin-bottom: 6px;
}

.lb-voice .title {
  font-size: 20px;
  font-weight: 500;
  color: #2d5a3d;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9963e;
  display: inline-block;
  margin-bottom: 28px;
}

.lb-voice-card {
  background: #f9f5f0;
  border-radius: 12px;
  border-left: 4px solid #c9963e;
  padding: 18px 22px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.8;
  color: #3d3028;
}

.lb-voice-card:last-child {
  margin-bottom: 0;
}

/* ===== ACCESS ===== */
.lb-access {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f5efe6;
  padding: 48px 24px;
  border-top: 1px solid rgba(45,90,61,0.12);
  box-sizing: border-box;
}

.lb-access .inner {
  max-width: 860px;
  margin: 0 auto;
}

.lb-access .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  text-align: center;
  margin-bottom: 6px;
}

.lb-access .title {
  font-size: 20px;
  font-weight: 500;
  color: #2d5a3d;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9963e;
  display: inline-block;
  margin-bottom: 28px;
}

.lb-table {
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid rgba(201,150,62,0.4);
  width: 100%;
}

.lb-row {
  display: flex;
  border-bottom: 0.5px solid rgba(201,150,62,0.2);
}

.lb-row:last-child {
  border-bottom: none;
}

.lb-lbl {
  width: 28%;
  background: #2d5a3d;
  color: #fff;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.lb-val {
  width: 72%;
  background: #f9f5f0;
  padding: 12px 16px;
  font-size: 13px;
  color: #3d3028;
  line-height: 1.7;
}

.lb-val .sub {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

.lb-val a {
  color: #c9963e;
  text-decoration: underline;
  font-weight: 500;
}

@media(max-width:600px) {
  .lb-row {
    display: block;
  }
  .lb-lbl, .lb-val {
    width: 100%;
  }
}

/* ===== CONTACT ===== */
.lb-contact {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f5efe6;
  padding: 48px 24px;
  border-top: 1px solid rgba(45,90,61,0.12);
  text-align: center;
  box-sizing: border-box;
}

.lb-contact .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  margin-bottom: 6px;
}

.lb-contact .title {
  font-size: 20px;
  font-weight: 500;
  color: #2d5a3d;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9963e;
  display: inline-block;
  margin-bottom: 28px;
}

.lb-contact .desc {
  font-size: 14px;
  color: #3d3028;
  margin-bottom: 20px;
  line-height: 1.8;
}

.lb-line-btn {
  display: inline-block;
  background: #06c755;
  color: #fff;
  padding: 14px 40px;
  border-radius: 2rem;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.lb-line-btn:hover {
  background: #05a847;
  color: #fff;
}    

/* ===== HEADER ===== */
.nav {
  background: #2d5a3d;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.nav-logo {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  text-decoration: none;
}

.nav-links a:hover {
  color: #c9963e;
}

@media(max-width:600px) {
  .nav-links {
    display: none;
  }
}

/* ===== FOOTER ===== */
.lb-footer {
  background: #3d3028;
  padding: 24px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.lb-footer p {
  color: rgba(245, 239, 230, 0.6);
  font-size: 12px;
}

.lb-footer a {
  color: #c9963e;
  font-size: 12px;
}

/* ===== INSTAGRAM ===== */
.lb-instagram {
  font-family: 'Noto Sans JP', sans-serif;
  background: linear-gradient(rgba(245, 239, 230, 0.65), rgba(245, 239, 230, 0.65)), url('https://liberte.xbiz.jp/massage/wp-content/uploads/2026/04/ChatGPT-Image-2926年4月27日-16_04_33.jpg') center/cover no-repeat;
  padding: 48px 24px;
  border-top: 1px solid rgba(45,90,61,0.12);
  box-sizing: border-box;
  text-align: center;
}

.lb-instagram .inner {
  max-width: 860px;
  margin: 0 auto;
}

.lb-instagram .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  text-align: center;
  margin-bottom: 6px;
}

.lb-instagram .title {
  font-size: 20px;
  font-weight: 500;
  color: #2d5a3d;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9963e;
  display: inline-block;
  margin-bottom: 28px;
}

/* ===== SERVICE DETAIL ===== */
.lb-service-detail {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f5efe6;
  padding: 48px 24px;
  border-top: 1px solid rgba(45,90,61,0.12);
  box-sizing: border-box;
}

.lb-service-detail .inner {
  max-width: 860px;
  margin: 0 auto;
}

.lb-service-detail .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #999;
  text-align: center;
  margin-bottom: 6px;
}

.lb-service-detail .title {
  font-size: 20px;
  font-weight: 500;
  color: #2d5a3d;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9963e;
  display: inline-block;
  margin-bottom: 28px;
}

.lb-service-detail .features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.lb-service-detail .feature {
  background: #f9f5f0;
  border-radius: 12px;
  padding: 24px;
  border-left: 4px solid #c9963e;
}

.lb-service-detail .feature h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2d5a3d;
  margin-bottom: 12px;
}

.lb-service-detail .feature p {
  font-size: 14px;
  color: #3d3028;
  line-height: 2;
}
