/* =========================================================
Kakeru Koumuten Co., Ltd. | Large-Scale Repair General Information Page Dedicated CSS
・Scope all selectors under .kk-large-hub-root (to avoid affecting other articles and JIN)
・Use only half-width ASCII in content (to avoid entity reference in WordPress &#x…)
・No JavaScript used
========================================================= */

.kk-large-hub-root{
–kk-blue:#0b57a4;
–kk-blue-d:#083b6f;
–kk-blue-l:#eef4fb;
–kk-blue-line:#d6e2f0;
–kk-ink:#1f2a37;
–kk-sub:#4b5563;
–kk-muted:#7a8694;
–kk-note:#f3f6f9;
–kk-white:#ffffff;
color:var(–kk-ink);
line-height:1.9;
font-size:16px;
word-break:break-word;
overflow-wrap:anywhere;
}
.kk-large-hub-root *{box-sizing:border-box;}
/* Disable the bullet numbers and dot badges added by JIN to the main text’s li/ol/ul */
.kk-large-hub-root li::before,
.kk-large-hub-root li::after{content:none !important;}
.kk-large-hub-root ul,
.kk-large-hub-root ol{list-style:none;margin:0;padding:0;}

.kk-large-hub-root p{margin:0 0 1em;}
.kk-large-hub-root a{color:var(–kk-blue);}

/* —- Headings (Override JIN’s heading decorations and apply custom design) —- */
.kk-large-hub-root h2.kk-large-hub-h2{
background:none !important;
color:var(–kk-blue-d) !important;
font-size:1.5em !important;
line-height:1.5 !important;
font-weight:700 !important;
margin:2.4em 0 1em !important;
padding:.2em 0 .6em .8em !important;
border:none !important;
border-left:6px solid var(–kk-blue) !important;
border-bottom:2px solid var(–kk-blue-line) !important;
border-radius:0 !important;
}
.kk-large-hub-root h2.kk-large-hub-h2::before,
.kk-large-hub-root h2.kk-large-hub-h2::after{content:none !important;display:none !important;}

.kk-large-hub-root h3.kk-large-hub-h3{
background:none !important;
color:var(–kk-blue-d) !important;
font-size:1.2em !important;
font-weight:700 !important;
margin:1.8em 0 .7em !important;
padding:0 0 0 .6em !important;
border:none !important;
border-left:4px solid var(–kk-blue) !important;
border-radius:0 !important;
}.kk-large-hub-root h3.kk-large-hub-h3::before,
.kk-large-hub-root h3.kk-large-hub-h3::after{content:none !important;display:none !important;}

/* —- Upper Summary Box —- */
.kk-large-hub-summary{
background:var(–kk-blue-l);
border:1px solid var(–kk-blue-line);
border-radius:12px;
padding:22px 22px 24px;
margin:0 0 26px;
}
.kk-large-hub-summary .kk-large-hub-summary-ttl{
font-size:1.15em;font-weight:700;color:var(–kk-blue-d);
margin:0 0 12px;
}
.kk-large-hub-checklist{display:flex;flex-direction:column;gap:8px;margin:0 0 18px;}
.kk-large-hub-checklist li{
position:relative;padding:0 0 0 26px;color:var(–kk-ink);
}
.kk-large-hub-checklist li .kk-large-hub-tick{
position:absolute;left:0;top:.15em;color:var(–kk-blue);font-weight:700;
}

/* —- Buttons —- */
.kk-large-hub-btns{display:flex;flex-wrap:wrap;gap:12px;}
.kk-large-hub-btn{
display:inline-block;text-decoration:none;text-align:center;
font-weight:700;line-height:1.5;border-radius:10px;
padding:14px 22px;max-width:100%;
}
.kk-large-hub-btn-main{background:var(–kk-blue);color:#fff !important;border:2px solid var(–kk-blue);}
.kk-large-hub-btn-main:hover{background:var(–kk-blue-d);border-color:var(–kk-blue-d);}
.kk-large-hub-btn-sub{background:#fff;color:var(–kk-blue) !important;border:2px solid var(–kk-blue);}
.kk-large-hub-btn-sub:hover{background:var(–kk-blue-l);}

/* —- General Paragraph Lead —- */
.kk-large-hub-lead{font-size:1.02em;color:var(–kk-sub);}

/* —- Service Work Cards —- */
.kk-large-hub-cards{
display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:8px 0 6px;
}
.kk-large-hub-card{
border:1px solid var(–kk-blue-line);border-radius:12px;background:#fff;
padding:18px 18px 16px;
}
.kk-large-hub-card .kk-large-hub-card-ttl{
font-weight:700;color:var(–kk-blue-d);font-size:1.05em;margin:0 0 8px;
padding:0 0 8px;border-bottom:1px dashed var(–kk-blue-line);
}.kk-large-hub-card p{margin:0;color:var(–kk-sub);font-size:.95em;}

/* —- Search by Region —- */
.kk-large-hub-area-group{margin:10px 0 30px;}
.kk-large-hub-area-head{
display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;
background:var(–kk-blue-l);border-left:5px solid var(–kk-blue);
border-radius:8px;padding:10px 14px;margin:0 0 14px;
}
.kk-large-hub-area-head .kk-large-hub-area-name{font-weight:700;color:var(–kk-blue-d);font-size:1.12em;}
.kk-large-hub-area-head .kk-large-hub-area-note{color:var(–kk-sub);font-size:.85em;}

.kk-large-hub-grid{
display:grid;grid-template-columns:repeat(4,1fr);gap:10px;
}
.kk-large-hub-tile{
display:block;text-decoration:none;border:1px solid var(–kk-blue-line);
border-radius:10px;background:#fff;padding:12px 14px;
color:var(–kk-blue-d);font-weight:600;font-size:.95em;line-height:1.5;
transition:background .15s,border-color .15s;
}
.kk-large-hub-tile:hover{background:var(–kk-blue-l);border-color:var(–kk-blue);}
.kk-large-hub-tile .kk-large-hub-tile-arrow{color:var(–kk-blue);font-weight:700;}
/* —- Symptoms (Timing for Consideration) —- */
.kk-large-hub-sign{
display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:6px 0;
}
.kk-large-hub-sign .kk-large-hub-sign-item{
border:1px solid var(–kk-blue-line);border-radius:10px;padding:14px 16px;background:#fff;
}
.kk-large-hub-sign .kk-large-hub-sign-item b{color:var(–kk-blue-d);display:block;margin:0 0 4px;}
.kk-large-hub-sign .kk-large-hub-sign-item span{color:var(–kk-sub);font-size:.93em;}

/* —- Notes/Supplement Box —- */
.kk-large-hub-note{
background:var(–kk-note);border:1px solid #e4e8ec;border-radius:10px;
padding:14px 16px;margin:16px 0;color:var(–kk-sub);font-size:.95em;
}
.kk-large-hub-note-blue{
background:var(–kk-blue-l);border:1px solid var(–kk-blue-line);border-radius:10px;
padding:14px 16px;margin:16px 0;color:var(–kk-ink);font-size:.95em;
}

/* —- Cost Table —- */.kk-large-hub-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:10px 0;}
.kk-large-hub-table{
border-collapse:collapse;width:100%;min-width:520px;font-size:.95em;background:#fff;
}
.kk-large-hub-table th,.kk-large-hub-table td{
border:1px solid var(–kk-blue-line) !important;
padding:11px 13px !important;text-align:left;vertical-align:top;
white-space:normal !important;
}
.kk-large-hub-table thead th{background:var(–kk-blue);color:#fff !important;font-weight:700;}
.kk-large-hub-table tbody th{background:var(–kk-blue-l);color:var(–kk-blue-d);font-weight:700;width:34%;}

/* —- Flow (Steps) —- */
.kk-large-hub-flow{display:flex;flex-direction:column;gap:0;margin:8px 0;}
.kk-large-hub-step{
position:relative;padding:0 0 20px 52px;border-left:2px solid var(–kk-blue-line);
margin-left:16px;
}
.kk-large-hub-step:last-child{border-left-color:transparent;padding-bottom:0;}
.kk-large-hub-step .kk-large-hub-step-no{
position:absolute;left:-17px;top:-2px;width:34px;height:34px;line-height:34px;
text-align:center;background:var(–kk-blue);color:#fff;font-weight:700;border-radius:50%;
font-size:.95em;
}
.kk-large-hub-step .kk-large-hub-step-ttl{font-weight:700;color:var(–kk-blue-d);margin:2px 0 3px;}
.kk-large-hub-step p{margin:0;color:var(–kk-sub);font-size:.95em;}

/* —- Reasons to Choose Us —- */
.kk-large-hub-reasons{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:8px 0;}
.kk-large-hub-reason{
border:1px solid var(–kk-blue-line);border-radius:12px;background:#fff;padding:18px;
}
.kk-large-hub-reason .kk-large-hub-reason-ttl{color:var(–kk-blue-d);font-weight:700;margin:0 0 8px;font-size:1.05em;}
.kk-large-hub-reason p{margin:0;color:var(–kk-sub);font-size:.95em;}

/* —- FAQ —- */
.kk-large-hub-faq{display:flex;flex-direction:column;gap:10px;margin:8px 0;}
.kk-large-hub-faq-item{border:1px solid var(–kk-blue-line);border-radius:10px;background:#fff;overflow:hidden;}
.kk-large-hub-faq-q{font-weight:700;color:var(–kk-blue-d);background:var(–kk-blue-l);
padding:14px 16px;
}
.kk-large-hub-faq-a{padding:14px 16px;color:var(–kk-sub);}
.kk-large-hub-faq-a p{margin:0;}

/* —- CTA —- */
.kk-large-hub-cta{
background:var(–kk-blue-d);color:#fff;border-radius:14px;
padding:30px 26px;margin:34px 0 10px;text-align:center;
}
.kk-large-hub-cta .kk-large-hub-cta-ttl{font-size:1.25em;font-weight:700;margin:0 0 10px;}
.kk-large-hub-cta p{color:#e7eef6;margin:0 auto 18px;max-width:640px;}
.kk-large-hub-cta .kk-large-hub-btns{justify-content:center;}
.kk-large-hub-cta .kk-large-hub-btn-main{background:#fff;color:var(–kk-blue-d) !important;border-color:#fff;}
.kk-large-hub-cta .kk-large-hub-btn-main:hover{background:#e7eef6;}
.kk-large-hub-cta .kk-large-hub-btn-sub{background:transparent;color:#fff !important;border-color:#fff;}
.kk-large-hub-cta .kk-large-hub-btn-sub:hover{background:rgba(255,255,255,.12);}

/* —- Related Links —- */
.kk-large-hub-links{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 20px;margin:8px 0;}
.kk-large-hub-links a{
display:block;text-decoration:none;color:var(–kk-blue-d);font-weight:600;
padding:10px 12px;border-bottom:1px solid var(–kk-blue-line);
}
.kk-large-hub-links a:hover{background:var(–kk-blue-l);}
.kk-large-hub-links a .kk-large-hub-tile-arrow{color:var(–kk-blue);}

/* —- Responsive —- */
@media (max-width:900px){
.kk-large-hub-cards{grid-template-columns:repeat(2,1fr);}
.kk-large-hub-grid{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:768px){
.kk-large-hub-root{font-size:15px;}
.kk-large-hub-reasons{grid-template-columns:1fr;}
.kk-large-hub-links{grid-template-columns:1fr;}
}
@media (max-width:600px){
.kk-large-hub-cards{grid-template-columns:1fr;}
.kk-large-hub-grid{grid-template-columns:1fr;}
.kk-large-hub-sign{grid-template-columns:1fr;}
.kk-large-hub-btn{width:100%;}
}

Consultation Desk for Large-Scale Repairs of Condominiums and Apartments in Tokyo and Kanagawa
  • We handle large-scale repairs for condominiums and apartments.
  • Service areas include Kanagawa and Tokyo. We operate from Aoba-ku, Yokohama.
  • You can consult us for temporary scaffolding, exterior painting, waterproofing, roofing, rain gutters, and more.
  • You can find regional guidance pages based on the location of the building.
  • We offer on-site surveys and estimates. We also welcome comparative estimates.

For Those Struggling to Find a Consultation Desk for Large-Scale Repairs

Large-scale repairs for condominiums and apartments often involve multiple projects such as exterior walls, roofs, waterproofing, sealing, and metal parts, leading to many voices expressing, “I don’t know where to consult all at once.” Since the scope of work is broad, costs are significant, and consideration for residents and neighbors is necessary, choosing a contractor should be approached with caution.

Kakeru Koumuten Co., Ltd. is a construction company based in Aoba-ku, Yokohama, specializing in exterior renovations throughout Kanagawa and Tokyo. Since we can handle everything from temporary scaffolding to exterior painting, waterproofing, roofing, and rain gutters, you can plan the overall repairs of the building through a single point of contact. We welcome inquiries from owners, management companies, and corporate representatives.

This page summarizes the basic concepts of large-scale repairs and the benefits of consulting with Kakeru Koumuten, allowing you to proceed to regional guidance pages based on the location of the building. Please start by looking at the areas or types of work that interest you.

What Kakeru Koumuten Can Do for Large-Scale Repairs

These are the main types of work that are often required for large-scale repairs. We will propose a combination of necessary areas based on the condition of the building and your budget. Since the feasibility and specifications differ for each building, we will explain after conducting an on-site survey.

Temporary Scaffolding

This is the installation of scaffolding, which serves as the foundation for the entire construction. It is planned according to the height and shape of the building. Click here for the costs and duration of scaffolding work

Exterior Wall Painting

Protection of the exterior walls and restoration of aesthetics. We select paint and processes according to the condition of the substrate. Click here for the costs of exterior wall painting plans

Sealing Work

Replacement and addition of sealing around joints and sashes. This process is closely related to waterproofing.

Roof and Balcony Waterproofing

Renovation of the waterproofing layer on roofs and balconies. It prevents water leakage into the building’s interior. Click here for the costs of waterproofing work

Roof Repair and Renovation

Repair, re-roofing, and roof overlay methods. We provide proposals according to the shape of the building. Click here for information on roofing work

Rain Gutter and Sheet Metal Work

Replacement and repair of rain gutters and sheet metal parts. Proper drainage of rainwater protects the building.

Exterior Wall Repair

Repair of cracks, bulges, and missing sections. This is also important as a substrate treatment before painting.

Common Area Repairs

We propose repairs based on the condition of common areas such as shared hallways and external stairs.

Interior and Restoration

We also accept consultations regarding interior finishing and restoration based on the condition of the building.

Other Building Repairs

For damages not listed above, we will first check the site and propose necessary repairs.

The availability, specifications, and materials used for construction may vary depending on the condition of the building. The above are examples of work typically carried out during large-scale renovations. The actual necessary work will be proposed after a site survey.

Find Articles on Large-Scale Repairs for Condominiums and Apartments by Region

You can view the regional guidance pages based on the location of the condominiums and apartments you own or manage. Each regional article summarizes the key points to consider when planning large-scale repairs in that area.

Kanagawa Prefecture

Kanagawa Prefecture Other Areas

Large-scale Repairs for Condominiums and Apartments in Yokosuka City
Large-scale Repairs for Condominiums and Apartments in Kamakura City
Large-scale Repairs for Condominiums and Apartments in Fujisawa City
Large-scale Repairs for Condominiums and Apartments in Chigasaki City
Large-scale Repairs for Condominiums and Apartments in Hiratsuka City
Large-scale Repairs for Condominiums and Apartments in Atsugi City
Large-scale Repairs for Condominiums and Apartments in Yamato City
Large-scale Repairs for Condominiums and Apartments in Ebina City
Large-scale Repairs for Condominiums and Apartments in Zama City
Large-scale Repairs for Condominiums and Apartments in Ayase City
Large-scale Repairs for Condominiums and Apartments in Isehara City
Large-scale repairs for condominiums and apartments in Odawara City
Large-scale repairs for condominiums and apartments in Hadano City
Large-scale repairs for condominiums and apartments in Zushi City
Large-scale repairs for condominiums and apartments in Miura City
Large-scale repairs for condominiums and apartments in Minamiashigara City
Large-scale repairs for condominiums and apartments in Hayama Town, Miura District
Large-scale repairs for condominiums and apartments in Samukawa Town, Koza District
Large-scale repairs for condominiums and apartments in Aikou District (Aikawa Town, Kiyokawa Village)
Large-scale repairs for condominiums and apartments in Nakagun (Oiso Town, Ninomiya Town)
Large-scale repairs for condominiums and apartments in Ashigarashimo District (Hakone Town, Manazuru Town, Yugawara Town)
Large-scale repairs for condominiums and apartments in Ashigarakami District (Nakai Town, Oi Town, Matsuda Town, Yamakita Town, Kaisei Town)

Tokyo

Large-scale repairs for condominiums and apartments in Setagaya-ku, Tokyo
Large-scale repairs for condominiums and apartments in Shibuya-ku, Tokyo
Large-scale repairs for condominiums and apartments in Nakano-ku, Tokyo
Large-scale repairs for condominiums and apartments in Suginami-ku, Tokyo
Large-scale repairs for condominiums and apartments in Toshima-ku, Tokyo
Large-scale repairs for condominiums and apartments in Kita-ku, Tokyo
Large-scale repairs for condominiums and apartments in Arakawa-ku, Tokyo
Large-scale repairs for condominiums and apartments in Itabashi-ku, Tokyo
Large-scale repairs for condominiums and apartments in Nerima-ku, Tokyo
Large-scale repairs for condominiums and apartments in Adachi-ku, Tokyo
Large-scale repairs for condominiums and apartments in Katsushika-ku, Tokyo
Large-scale repairs for condominiums and apartments in Edogawa-ku, Tokyo