Large-Scale Renovation of Condominiums, Apartments, and Buildings
/* =========================================================
Kakeru Koumuten Co., Ltd.|Comprehensive Guide Page for Large-Scale Repairs Dedicated CSS
・Scope all selectors under .kk-large-hub-root (to avoid affecting other articles and JIN)
・Only half-width ASCII characters in content (to avoid entity reference in WordPress &#x…)
・No JavaScript used
========================================================= */
/* Stop automatic table of contents for ToC+ (this CSS is only loaded on this page. A custom table of contents is prepared below) */
#toc_container{display:none !important;}
.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 round 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 (Negate JIN’s heading decoration 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);}
/* —- Table of Contents —- */
.kk-large-hub-toc{
border:1px solid var(–kk-blue-line);border-radius:12px;
background:#fff;padding:6px 18px;margin:0 0 30px;
}
.kk-large-hub-toc>summary{
cursor:pointer;font-weight:700;color:var(–kk-blue-d);
padding:12px 4px;list-style:none;
}
.kk-large-hub-toc>summary::-webkit-details-marker{display:none;}
.kk-large-hub-toc ol{
counter-reset:kk-toc;margin:6px 0 14px;padding:0;
display:grid;grid-template-columns:1fr 1fr;gap:6px 20px;
}
.kk-large-hub-toc ol li{counter-increment:kk-toc;position:relative;padding:4px 0 4px 30px;}
.kk-large-hub-toc ol li::marker{content:none;}
.kk-large-hub-toc ol li span.kk-large-hub-num{
position:absolute;left:0;top:.45em;width:22px;height:22px;line-height:22px;
text-align:center;font-size:.75em;font-weight:700;color:#fff;background:var(–kk-blue);
border-radius:50%;
}
.kk-large-hub-toc a{text-decoration:none;}
.kk-large-hub-toc a:hover{text-decoration:underline;}
/* —- General Paragraph Lead —- */
.kk-large-hub-lead{font-size:1.02em;color:var(–kk-sub);}
/* —- Service 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 Area —- */
.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;}
/* Coming Soon (No Link) */
.kk-large-hub-tile.kk-large-hub-soon{
background:var(–kk-note);border-color:#e4e8ec;color:var(–kk-muted);
font-weight:500;cursor:default;
}
.kk-large-hub-tag-soon{
display:inline-block;font-size:.72em;font-weight:600;color:var(–kk-muted);
background:#e9edf1;border-radius:4px;padding:1px 6px;margin-left:4px;
vertical-align:middle;
}
/* —- Symptoms (Consideration Timing) —- */
.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;
}
- ✓We handle large-scale renovations for condominiums, apartments, and buildings.
- ✓Our service areas are Kanagawa Prefecture and Tokyo. We operate from Aoba-ku, Yokohama.
- ✓You can consult us about temporary scaffolding, exterior painting, waterproofing, roofing, rain gutters, and more all at once.
- ✓You can find regional guidance pages based on the location of your building.
- ✓We offer on-site surveys and estimates. We also welcome competitive estimates.
Table of Contents
- 1For Those Struggling to Find a Consultation Destination for Large-Scale Renovations
- 2What Kakeru Koumuten Can Do for Large-Scale Renovations
- 3Find Articles on Large-Scale Renovations by Region
- 4Main Timing for Considering Large-Scale Renovations
- 5Costs of Large-Scale Renovations
- 6Process Until Construction
- 7Reasons Why Kakeru Koumuten is Chosen for Large-Scale Renovations
- 8Frequently Asked Questions
- 9Contact Us
For Those Struggling to Find a Consultation Destination for Large-Scale Renovations
Large-scale repairs for condominiums, apartments, and buildings often involve multiple projects such as exterior walls, roofs, waterproofing, sealing, and metalwork, leading to feedback like, “It’s hard to know where to consult all at once.” Since the scope of work is extensive, 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. We provide a one-stop consultation for everything from temporary scaffolding to exterior wall painting, waterproofing, roofing, and rain gutters, allowing you to plan the overall repairs for your building through a single point of contact. We are available to respond to inquiries from property owners, management companies, and corporate representatives alike.
This page summarizes the basic concepts of large-scale repairs and the benefits of consulting with Kakeru Koumuten, and allows you to proceed to regional guidance pages based on the building’s location. 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 necessary for large-scale repairs. We will propose a combination of necessary work based on the condition of the building and your budget. The feasibility and specifications will vary by building, so we will explain after conducting an on-site survey.
This involves the installation of scaffolding, which serves as the foundation for the entire project. We plan according to the height and shape of the building. Click here for the costs and duration of scaffolding work
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
Replacement and addition of sealing around joints and sashes. This process is closely related to waterproofing.
Renovation of the waterproofing layer on roofs and balconies. This prevents water leakage into the building’s interior. Click here for the costs of waterproofing work
Repairs, re-roofing, and roof overlay methods. We will propose solutions based on the shape of the building. Click here for information on roofing work
Replacement and repair of rain gutters and metal parts. Proper drainage of rainwater protects the building.
Repair of cracks, lifting, and missing sections. This is also important as a preparatory treatment before painting.
We propose repairs based on the condition of common areas such as shared hallways and external stairs.
We also accept consultations regarding interior work and restoration based on the condition of the building.
For damages not mentioned above, we will first check the site and propose necessary repairs.
Find Articles on Large-Scale Repairs by Region
You can view regional guidance pages based on the location of the building. Each regional article summarizes points to consider when contemplating large-scale repairs in that area. Regions without links are currently under preparation. We can also accommodate areas not listed, so please feel free to contact us.
Kanagawa Prefecture
Tokyo Metropolis
Main Timing for Considering Large-scale Repairs
If you notice symptoms such as the following, it is time to consider large-scale or partial repairs. Delaying action may lead to further impact on the interior of the building, so we recommend an early on-site inspection.
About the Costs of Major Renovations
The costs of major renovations vary based on the size of the building, number of floors, scaffolding area, deterioration conditions, materials used, and scope of work. Even for the same “major renovation of a condominium,” the amount can differ significantly depending on the necessary work, so we cannot provide a uniform market price for the total cost. Accurate costs will be estimated after an on-site survey.
For unit prices and pricing plans for specific work, you can find information on the following pages of our official website.
| Pages for Confirming Prices and Plans | Content |
|---|---|
| Construction Menu and Price List | Information on construction menus such as roof overlay (cover method) and the cost considerations. |
| Costs of Exterior Painting Plans | Information on costs for exterior painting and sealing work by plan. |
| Costs of Waterproofing Work | Information on cost considerations for waterproofing work. |
| Costs and Duration of Temporary Scaffolding Work | Information on costs and estimated duration for temporary scaffolding. |
Process Until Construction
This is the general flow from consultation to completion of construction and subsequent aftercare maintenance.
Please inform us of the building’s location and any issues via phone, form, or non-face-to-face estimate.
We will visit the building to check the condition of the exterior walls, roof, waterproofing, and metal parts.
Based on the investigation results, we will organize where and what kind of damage exists.
We will submit the necessary construction details and the estimate.
We will adjust based on your requests regarding the scope, specifications, and schedule of the construction.
Once you are satisfied with the content, we will proceed to the contract.
We will prepare for the construction, including prior notifications to residents and neighbors.
We will proceed with the construction according to the plan, starting with the installation of scaffolding.
After the construction is completed, you will confirm the finish.
We also provide inspections and after maintenance following the construction. About Warranty
Reasons Why Kakeru Koumuten is Chosen for Large-Scale Renovations
Large-scale renovations involve constructing temporary scaffolding and then proceeding with exterior wall painting, waterproofing, roofing, rain gutters, and other work. Kakeru Koumuten allows you to consult on everything from temporary scaffolding to various exterior works, reducing the hassle of arranging different contractors for each job.
Since we own our scaffolding materials, we can easily plan the entire exterior work that requires scaffolding, which is one of our strengths.
Based in Aoba-ku, Yokohama, we primarily serve Kanagawa and Tokyo. We can provide proposals tailored to local buildings.
We conduct on-site surveys and provide estimates. We also welcome competitive estimates from other companies, so feel free to use us as a comparison tool.
Our service doesn’t end when the construction is completed. We also provide inspections and after maintenance.
We respond to inquiries and requests from building owners, management companies, and corporate representatives, catering to various perspectives.
Click here for more details on why Kakeru Koumuten is chosen
Frequently Asked Questions
Yes, we accept requests for estimates only. After an on-site survey, we will provide the necessary construction details and an estimate. Please feel free to consult with us.
Yes, we welcome comparative estimates. You can use it as a reference when considering other companies.
We can accommodate construction even when there are tenants present. We will proceed with consideration for their living conditions, such as informing tenants and neighbors before the work begins. We will suggest how to carry out the construction based on the condition of the building.
Yes, you can request both exterior wall painting and waterproofing work together. One of the features of Kakeru Koumuten is that you can consult about exterior work, including temporary scaffolding, at a single point of contact.
Yes, we can consult not only about large-scale repairs for the entire building but also about partial repairs for specific areas of concern. We will first check the condition on-site.
Yes, we also accept requests from management companies and representatives of corporations, in addition to building owners.
The construction period varies greatly depending on the size of the building, the scope of work, and the degree of deterioration. We will provide an estimate of the schedule after conducting an on-site survey.
We provide inspections and aftercare maintenance after construction. The details of the warranty vary depending on the work performed, so we will explain this in detail at the time of contract.
Based in Aoba-ku, Yokohama, we primarily serve Kanagawa Prefecture and Tokyo. The availability of our services may vary depending on the location of the building, so please let us know the location and consult with us.
We will assess the condition of your building, your budget, and the desired scope of work to propose the necessary repairs. Please feel free to consult us regarding on-site surveys and estimates.
Related Pages
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “東京・神奈川エリア全域に対応しています。具体的には、東京都と神奈川県の各地域にお伺いしますので、お気軽にご相談ください。”
}
}
]
}
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Based in Aoba-ku, Yokohama, we primarily serve Kanagawa Prefecture and Tokyo. The availability of our services may vary depending on the location of the building, so please let us know your location and consult with us first.”
}
}
]
}
株式会社翔工務店へ
株式会社翔工務店は平均年齢20代後半の若い会社ですが、技術はどこにも負けていません。
いちばんの強みは、足場工事、屋根工事、塗装工事とすべて自社で行えること。一般には分業されるこの業界にあって、一式で頼めるので管理に手間がかからず、コストも抑えることが出来ます。何より、トラブルがあればすぐにかけつけます!
自信をもって、宣言できます。私たちは、神奈川で一番若くて親切なリフォーム屋です!

