/* ========================================
   Price Page Styles
   WordPress化時: is_page('kajitoru') または is_page('crafree')で条件分岐して読み込み
======================================== */

/* ===== Page-Specific Settings ===== */
.price-page {
    background-color: #ffffff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* Content Header - 白背景 */
.price-page .content-header {
    background: #ffffff !important;
    backdrop-filter: blur(10px);
    color: #333333 !important;
}

.price-page .content-header.scrolled {
    background: #ffffff !important;
    color: #333333 !important;
}

/* Header Location */
.price-page .header-location {
    color: #333333 !important;
}

/* Hamburger Menu */
.price-page .hamburger-menu {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #333333 !important;
}

.price-page .hamburger-menu::before,
.price-page .hamburger-menu::after,
.price-page .hamburger-menu .hamburger-line {
    background: #333333 !important;
}

/* ===== Price Page Components ===== */

/* ========================================
   KAJITORU Section
======================================== */

.kajitoru-section,
.crafree-section {
    padding: 60px 40px;
    background: #fafafa;
}

.kajitoru-description {
    font-size: 0.8rem;
    line-height: 2;
    color: #555555;
    margin: 0 auto 40px;
    letter-spacing: 0.08em;
    text-align: center;
    max-width: 600px;
}

.plan-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.plan-button {
    padding: 5px 20px;
    color:  #7a7a7a;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    transition: all 0.3s ease;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #7a7a7a;
}

.plan-button:hover {
    background: #4a4a4a;
    border-color: #4a4a4a;
    color: #ffffff;
}

/* ========================================
   性能 Section
======================================== */

.performance-section {
    padding: 70px 40px;
    background: #ffffff;
}

.performance-section .section-title-sub {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2rem;
    letter-spacing: 0.12em;
}

.performance-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px;
    border-collapse: separate;
    border-spacing: 20px;
    table-layout: fixed;
}

.performance-table td {
    padding: 35px 25px;
    text-align: center;
    border: none;
    font-size: 1.05rem;
    color: #ffffff;
    line-height: 1.9;
    background: #6a6a6a;
    width: 50%;
    height: 150px;
    vertical-align: middle;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.table-note {
    text-align: center;
    font-size: 0.85rem;
    color: #aaaaaa;
    margin-top: 30px;
    letter-spacing: 0.05em;
}

/* ========================================
   建物価格 Section
======================================== */

.price-section {
    padding: 70px 40px;
    background: #fafafa;
}

.price-section .section-title-sub {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    letter-spacing: 0.12em;
}

.price-description {
    text-align: center;
    font-size: 1.05rem;
    line-height: 2;
    color: #555555;
    margin: 30px auto 60px;
    letter-spacing: 0.08em;
    max-width: 650px;
}

.house-sizes {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 60px;
}

.house-box {
    text-align: center;
}

.house-body {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.house-body img {
    max-width: 80px;
    height: auto;
    display: block;
}

.house-body p {
    font-size: 1.4rem;
    font-weight: 500;
    color: #4a4a4a;
    margin: 0;
    letter-spacing: 0.05em;
}

.house-body p span {
    font-size: 0.9rem;
    font-weight: 400;
}

.price-table {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 30px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.price-table th {
    padding: 22px 20px;
    background: #6a6a6a;
    border: none;
    font-size: 1.05rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
}

.price-table td {
    padding: 20px 0px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #ffffff;
    font-size: 0.85rem;
    color: #666666;
}

.price-notes {
    text-align: center;
    margin-top: 40px;
}

.price-notes p {
    font-size: 0.85rem;
    color: #aaaaaa;
    margin: 10px 0;
    letter-spacing: 0.05em;
}

/* ========================================
   条件によって他に掛かる費用 Section
======================================== */

.additional-costs-section {
    padding: 70px 40px;
    background: #ffffff;
}

/* 価格ページ専用: subsection-title のカスタマイズ */
.price-page .subsection-title {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    color: #4a4a4a;
}

.cost-list {
    max-width: 850px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.cost-list li {
    font-size: 0.95rem;
    line-height: 2;
    color: #666666;
    margin-bottom: 18px;
    padding-left: 1.5em;
    position: relative;
    letter-spacing: 0.05em;
}

.cost-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #aaaaaa;
    font-size: 1.1rem;
}

.additional-note {
    text-align: center;
    font-size: 0.9rem;
    color: #aaaaaa;
    margin-top: 40px;
    letter-spacing: 0.05em;
}

/* ========================================
   標準装備 Section
======================================== */
.standard-equipment-section {
    padding: 70px 40px;
    background: #fafafa;
}

.standard-equipment-section .section-title-sub {
    text-align: center;
    margin-bottom: 55px;
    font-size: 2rem;
    letter-spacing: 0.12em;
}

.equipment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 35px;
    margin-top: 40px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.equipment-item {
    text-align: center;
}

.equipment-image {
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.equipment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.equipment-item:hover .equipment-image img {
    transform: scale(1.05);
}

.equipment-name {
    font-size: 0.95rem;
    color: #4a4a4a;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.06em;
}

/* ========================================
   Features Section
======================================== */

.features-section {
    padding: 70px 40px;
    background: #ffffff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px 0px;
    max-width: 900px;
    margin: 0 auto;
}

.feature-item {
    text-align: center;
    padding: 0.2rem;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.feature-item:hover {
    background: #fafafa;
    transform: translateY(-3px);
}

.feature-item i {
    font-size: 2.2rem;
    color: #6a6a6a;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.feature-item:hover i {
    color: #4a4a4a;
}

.feature-item p {
    font-size: 0.7rem;
    color: #666666;
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

/* ========================================
   LINE Contact Section
======================================== */

.line-contact-section {
    padding: 70px 40px;
    background: #fafafa;
}

.line-contact-section .section-title-sub {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2rem;
    letter-spacing: 0.12em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.line-contact-section .section-title-sub i {
    color: #06c755;
    font-size: 2rem;
}

.line-contact-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.line-qr {
    margin: 0 auto 25px;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.line-qr img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.line-id {
    font-size: 1.3rem;
    font-weight: 500;
    color: #4a4a4a;
    margin: 25px 0;
    letter-spacing: 0.08em;
}

.line-description {
    font-size: 0.95rem;
    line-height: 2;
    color: #666666;
    margin: 0;
    letter-spacing: 0.05em;
}