/* ==========================================================================
   Price Page Styles - フラットデザイン（グラデーションなし）
   ========================================================================== */

/* No Sidebar Layout for Price Page */
body.page-template-page-price .l-wrapper.no-sidebar,
body.page-template-page-price .l-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Full width sections */
#basic-service,
#item-price {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    #basic-service,
    #item-price {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 640px) {
    #basic-service,
    #item-price {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

/* Price Page Sections */
#basic-service {
    background: #fff;
}

#item-price {
    padding: 80px 0;
    background: transparent;
}

@media screen and (max-width: 768px) {
    #item-price {
        padding: 60px 0;
    }
}

@media screen and (max-width: 640px) {
    #item-price {
        padding: 50px 0;
    }
}

/* Wrapper */
#basic-service .wrapper,
#item-price .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}

@media screen and (max-width: 768px) {
    #basic-service .wrapper,
    #item-price .wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 640px) {
    #basic-service .wrapper,
    #item-price .wrapper {
        padding: 0 15px;
    }
}

/* Content Padding */
#basic-service .content-padding,
#item-price .content-padding {
    max-width: 960px;
    margin: 0 auto;
}

/* ==========================================================================
   セクションタイトル
   ========================================================================== */
#basic-service .company-section-title,
#item-price .company-section-title {
    text-align: center;
    margin-bottom: 60px;
}

#basic-service .company-section-title h2,
#item-price .company-section-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #18499d;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

#basic-service .company-section-title h2::after,
#item-price .company-section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #18499d 0%, #1a73e8 50%, #4dabf5 100%);
    border-radius: 2px;
}

/* ==========================================================================
   基本サービスセクション
   ========================================================================== */

/* Service Category */
.service-category {
    margin-bottom: 60px;
    background: #fff;
    padding: 0;
}

.service-category:last-of-type {
    margin-bottom: 50px;
}

/* カテゴリタイトル */
.service-category-title {
    font-size: 2.4rem;
    color: #18499d;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-category-title::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 28px;
    background: #18499d;
    border-radius: 3px;
}

/* 説明文 */
.service-description {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* ==========================================================================
   料金テーブル
   ========================================================================== */
.price-table-wrapper {
    overflow-x: auto;
    margin: 0 0 30px;
    -webkit-overflow-scrolling: touch;
}

.price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    min-width: 400px;
    border: 1px solid #e0e5eb;
}

.price-table thead {
    background: #18499d;
}

.price-table th {
    padding: 16px 20px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.price-table td {
    padding: 16px 20px;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #e8ecf1;
    color: #333;
    vertical-align: middle;
    font-weight: 500;
}

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

.price-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

/* hover削除 - リンクではないため */

/* 価格列 */
.price-table td:last-child {
    font-weight: 700;
    color: #d9534f;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
}

/* ==========================================================================
   料金・お見積りについて
   ========================================================================== */
.price-note {
    margin-top: 25px;
    padding: 25px 30px;
    background: #f8f9fb;
    border-radius: 8px;
    border: 1px solid #e8ecf1;
}

.price-note .note-title {
    font-size: 1.6rem;
    color: #18499d;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-note .note-title::before {
    content: '📋';
    font-size: 1.4rem;
}

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

.price-note .note-list li {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.8;
    padding: 4px 0 0px 24px;
    position: relative;
    font-weight: bold;
}

.price-note .note-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
    font-size: 1.2rem;
}

/* ==========================================================================
   基本サービスに含まれる内容 - 紺系カラー
   ========================================================================== */
.service-included-section {
    margin-top: 70px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 60px 30px;
    background: #f0f4f8;
}

.service-included-title {
    font-size: 2.2rem;
    color: #18499d;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 18px;
}

.service-included-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #18499d;
}

.service-included-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0 auto 35px;
    max-width: 1000px;
}

.service-included-item {
    background: #fff;
    border-radius: 10px;
    padding: 28px 12px 22px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #d8e2ec;
}

.service-icon-img {
    font-size: 3.5rem;
    margin-bottom: 12px;
    line-height: 1;
}

.service-icon-text {
    font-size: 1.35rem;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.service-included-note {
    font-size: 1.45rem;
    color: #444;
    line-height: 1.9;
    text-align: left;
    background: transparent;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
}

/* ==========================================================================
   不用品の単価表セクション
   ========================================================================== */

/* カテゴリナビ */
.item-category-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
}

.item-category-nav li a {
    display: inline-block;
    padding: 14px 24px;
    background: #fff;
    color: #333;
    font-size: 1.45rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #dce2e8;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.item-category-nav li a:hover {
    background: #18499d;
    color: #fff;
    border-color: #18499d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(24, 73, 157, 0.25);
}

/* アイテムカテゴリ */
.item-category {
    margin-bottom: 35px;
    background: #fff;
    border-radius: 12px;
    padding: 30px 35px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e9ee;
}

.item-category:last-of-type {
    margin-bottom: 0;
}

.item-category-title {
    font-size: 1.9rem;
    color: #18499d;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid #18499d;
    font-weight: 700;
}

/* アイテム価格リスト */
.item-price-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 0;
}

.item-price-row {
    display: flex;
    flex-direction: column;
    background: #f8f9fb;
    border-radius: 10px;
    padding: 18px 14px;
    text-align: center;
    border: 1px solid #e8ecf1;
}

.item-price-list dt {
    font-size: 1.35rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d0d5db;
}

.item-price-list dd {
    font-size: 1.5rem;
    color: #d9534f;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0;
    letter-spacing: 0.02em;
}

/* ==========================================================================
   セクション間の区切り線
   ========================================================================== */
.service-category + .service-category {
    padding-top: 50px;
    border-top: 1px solid #e8ecf1;
}

/* ==========================================================================
   拡張テーブル
   ========================================================================== */
.price-table-extended th,
.price-table-extended td {
    padding: 14px 12px;
}

/* ==========================================================================
   積み放題プランカード
   ========================================================================== */
.pack-plan-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.pack-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e9ee;
}

.pack-card-header {
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pack-card-header.pack-s {
    background: #4CAF50;
}

.pack-card-header.pack-m {
    background: #2196F3;
}

.pack-card-header.pack-l {
    background: #FF9800;
}

.pack-label {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}

.pack-truck {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
}

.pack-card-body {
    padding: 25px 20px;
}

.pack-price {
    font-size: 3.2rem;
    font-weight: 700;
    color: #d9534f;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.pack-price .yen {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
}

.pack-details {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    background: #f8f9fb;
    border-radius: 8px;
    padding: 15px;
}

.pack-details li {
    font-size: 1.35rem;
    color: #333;
    padding: 6px 0;
    display: flex;
    align-items: center;
}

.pack-details li:not(:last-child) {
    border-bottom: 1px dashed #e0e4e8;
}

.pack-details .detail-label {
    font-weight: 600;
    color: #666;
    min-width: 90px;
    font-size: 1.25rem;
}

.pack-items {
    background: #eef2f7;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #d0dae5;
}

.pack-items-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #18499d;
    margin: 0 0 8px 0;
}

.pack-items-list {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* 料金・お見積りについて（独立セクション） */
#basic-service > .wrapper > .content-padding > .price-note {
    margin-top: 50px;
    padding: 30px;
    background: #f8f9fb;
    border-radius: 12px;
    border: 1px solid #e8ecf1;
}

/* ==========================================================================
   単価表の注意事項
   ========================================================================== */
.item-price-notice {
    margin-top: 40px;
    padding: 15px 20px;
    background: #fffbf0;
    border-radius: 8px;
    border: 1px solid #f0c674;
    font-size: 1.35rem;
    color: #666;
    line-height: 1.7;
}

.item-price-notice .notice-icon {
    margin-right: 6px;
}

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media screen and (max-width: 1100px) {
    .service-included-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 900px) {
    .service-included-list {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .item-price-list {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pack-plan-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pack-card-header {
        padding: 15px 18px;
    }
    
    .pack-label {
        font-size: 1.5rem;
    }
    
    .pack-price {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 768px) {
    #basic-service {
        padding: 50px 0 40px;
    }
    
    #item-price {
        padding: 50px 0;
    }
    
    #basic-service .wrapper,
    #item-price .wrapper {
        padding: 0 20px;
    }
    
    #basic-service .company-section-title,
    #item-price .company-section-title {
        margin-bottom: 40px;
    }
    
    #basic-service .company-section-title h2,
    #item-price .company-section-title h2 {
        font-size: 2.2rem;
        padding-bottom: 15px;
    }
    
    .service-category {
        margin-bottom: 40px;
    }
    
    .service-category + .service-category {
        padding-top: 35px;
    }
    
    .service-category-title {
        font-size: 2rem;
    }
    
    .service-category-title::before {
        width: 4px;
        height: 24px;
    }
    
    .service-description {
        font-size: 1.4rem;
    }
    
    .price-table th,
    .price-table td {
        padding: 14px 12px;
        font-size: 1.4rem;
    }
    
    .price-table td:last-child {
        font-size: 1.5rem;
    }
    
    .price-note {
        padding: 20px;
    }
    
    .price-note .note-title {
        font-size: 1.5rem;
    }
    
    .price-note .note-list li {
        font-size: 1.3rem;
    }
    
    /* サービスに含まれる内容 */
    .service-included-section {
        margin-top: 50px;
        padding: 45px 20px;
    }
    
    .service-included-title {
        font-size: 1.9rem;
        margin-bottom: 30px;
    }
    
    .service-included-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .service-included-item {
        padding: 22px 10px 18px;
    }
    
    .service-icon-img {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    
    .service-icon-text {
        font-size: 1.25rem;
    }
    
    .service-included-note {
        font-size: 1.35rem;
    }
    
    /* 単価表 */
    .item-category-nav {
        gap: 10px;
        margin-bottom: 35px;
    }
    
    .item-category-nav li a {
        padding: 12px 18px;
        font-size: 1.35rem;
    }
    
    .item-category {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .item-category-title {
        font-size: 1.7rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }
    
    .item-price-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .item-price-row {
        padding: 16px 12px;
    }
    
    .item-price-list dt {
        font-size: 1.3rem;
    }
    
    .item-price-list dd {
        font-size: 1.4rem;
    }
    
    .item-price-notice {
        margin-top: 30px;
        padding: 14px 18px;
        font-size: 1.3rem;
    }
    
    .pack-plan-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pack-card-body {
        padding: 20px 18px;
    }
    
    .pack-price {
        font-size: 2.6rem;
        margin-bottom: 18px;
    }
    
    .pack-details {
        padding: 12px;
    }
    
    .pack-details li {
        font-size: 1.3rem;
    }
    
    .pack-details .detail-label {
        min-width: 80px;
        font-size: 1.2rem;
    }
    
    .pack-items {
        padding: 12px;
    }
    
    .pack-items-title,
    .pack-items-list {
        font-size: 1.2rem;
    }
    
    #basic-service > .wrapper > .content-padding > .price-note {
        margin-top: 35px;
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    #basic-service {
        padding: 40px 0 30px;
    }
    
    #item-price {
        padding: 40px 0;
    }
    
    #basic-service .wrapper,
    #item-price .wrapper {
        padding: 0 15px;
    }
    
    #basic-service .company-section-title,
    #item-price .company-section-title {
        margin-bottom: 30px;
    }
    
    #basic-service .company-section-title h2,
    #item-price .company-section-title h2 {
        font-size: 1.9rem;
    }
    
    .service-category {
        margin-bottom: 30px;
    }
    
    .service-category + .service-category {
        padding-top: 25px;
    }
    
    .service-category-title {
        font-size: 1.7rem;
        gap: 10px;
    }
    
    .service-category-title::before {
        width: 4px;
        height: 20px;
    }
    
    .service-description {
        font-size: 1.3rem;
        line-height: 1.7;
    }
    
    .price-table {
        min-width: 320px;
    }
    
    .price-table th,
    .price-table td {
        padding: 12px 10px;
        font-size: 1.3rem;
    }
    
    .price-table td:last-child {
        font-size: 1.4rem;
    }
    
    .price-note {
        padding: 18px 15px;
    }
    
    .price-note .note-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    
    .price-note .note-list li {
        font-size: 1.25rem;
        padding: 3px 0 3px 22px;
    }
    
    /* サービスに含まれる内容 */
    .service-included-section {
        margin-top: 35px;
        padding: 35px 15px;
    }
    
    .service-included-title {
        font-size: 1.6rem;
        margin-bottom: 25px;
        padding-bottom: 14px;
    }
    
    .service-included-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .service-included-item {
        padding: 18px 8px 15px;
        border-radius: 8px;
    }
    
    .service-icon-img {
        font-size: 2.4rem;
        margin-bottom: 8px;
    }
    
    .service-icon-text {
        font-size: 1.15rem;
    }
    
    .service-included-note {
        font-size: 1.25rem;
        line-height: 1.8;
    }
    
    /* 単価表 */
    .item-category-nav {
        flex-direction: column;
        gap: 10px;
    }
    
    .item-category-nav li a {
        display: block;
        text-align: center;
        padding: 14px 20px;
    }
    
    .item-category {
        padding: 20px 15px;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    
    .item-category-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .item-price-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .item-price-row {
        padding: 14px 10px;
        border-radius: 8px;
    }
    
    .item-price-list dt {
        font-size: 1.2rem;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    
    .item-price-list dd {
        font-size: 1.35rem;
    }
    
    .item-price-notice {
        margin-top: 25px;
        padding: 12px 15px;
        font-size: 1.2rem;
    }
    
    .pack-card-header {
        padding: 14px 15px;
    }
    
    .pack-label {
        font-size: 1.4rem;
    }
    
    .pack-truck {
        font-size: 1.15rem;
    }
    
    .pack-card-body {
        padding: 18px 15px;
    }
    
    .pack-price {
        font-size: 2.4rem;
        margin-bottom: 15px;
    }
    
    .pack-price .yen {
        font-size: 1.4rem;
    }
    
    .pack-details {
        padding: 10px 12px;
        margin-bottom: 15px;
    }
    
    .pack-details li {
        font-size: 1.2rem;
        padding: 5px 0;
    }
    
    .pack-details .detail-label {
        min-width: 75px;
        font-size: 1.1rem;
    }
    
    .pack-items {
        padding: 10px 12px;
    }
    
    .pack-items-title {
        font-size: 1.15rem;
        margin-bottom: 6px;
    }
    
    .pack-items-list {
        font-size: 1.1rem;
    }
    
    #basic-service > .wrapper > .content-padding > .price-note {
        margin-top: 25px;
        padding: 18px 15px;
    }
}
