/* =========================================================
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;
}

Consultation Desk for Large-Scale Repairs of Condominiums, Apartments, and Buildings in Tokyo and Kanagawa
  • 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
  1. 1For Those Struggling to Find a Consultation Destination for Large-Scale Renovations
  2. 2What Kakeru Koumuten Can Do for Large-Scale Renovations
  3. 3Find Articles on Large-Scale Renovations by Region
  4. 4Main Timing for Considering Large-Scale Renovations
  5. 5Costs of Large-Scale Renovations
  6. 6Process Until Construction
  7. 7Reasons Why Kakeru Koumuten is Chosen for Large-Scale Renovations
  8. 8Frequently Asked Questions
  9. 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.

Temporary Scaffolding

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

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. This prevents water leakage into the building’s interior. Click here for the costs of waterproofing work

Roof Repair and Renovation

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

Rain Gutter and Metalwork

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

Exterior Wall Repair

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

Repairs for Common Areas

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 work and restoration based on the condition of the building.

Other Building Repairs

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

The feasibility, specifications, and materials used for construction vary depending on the condition of the building. The above are examples of typical large-scale repairs. Actual necessary work will be proposed after a site survey.

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

Yokohama City 18 Wards
Large-scale repairs in Aoba-ku, Yokohama Large-scale repairs in Kohoku-ku, Yokohama Large-scale repairs in Kanagawa-ku, Yokohama Large-scale repairs in Konan-ku, Yokohama Large-scale repairs in Minami-ku, Yokohama Large-scale repairs in Hodogaya-ku, Yokohama Large-scale repairs in Seya-ku, Yokohama Tsurumi-ku, YokohamaComing Soon Nishi-ku, YokohamaComing Soon Naka-ku, YokohamaComing Soon Asahi-ku, YokohamaComing Soon Isogo-ku, YokohamaComing Soon Kanazawa-ku, YokohamaComing Soon Midori-ku, YokohamaComing Soon Tsuzuki-ku, Yokohama準備中 Aoba-ku, Yokohama準備中 Sakae-ku, Yokohama準備中 Izumi-ku, Yokohama準備中
Kawasaki City 7 districts
Large-scale repairs in Kawasaki-ku, Kawasaki Large-scale repairs in Miyamae-ku, Kawasaki Large-scale repairs in Tama-ku, Kawasaki Saiwai-ku, Kawasaki準備中 Nakahara-ku, Kawasaki準備中 Takatsu-ku, Kawasaki準備中 Asao-ku, Kawasaki準備中
Sagamihara City 3 districts
Large-scale repairs in Aoba-ku, Sagamihara Chuo-ku, SagamiharaComing Soon Minami-ku, SagamiharaComing Soon
Kanagawa Prefecture Other Areas
Large-scale repairs in Fujisawa Large-scale repairs in Hiratsuka Large-scale repairs in Atsugi Large-scale repairs in Yamato Large-scale repairs in Isehara Large-scale repairs in Odawara Large-scale repairs in Miura Large-scale repairs in Ayase Large-scale repairs in YokosukaComing Soon Large-scale repairs in KamakuraComing Soon Large-scale repairs in ChigasakiComing Soon Large-scale repairs in EbinaComing Soon Large-scale repairs in ZamaComing Soon Large-scale repairs in HadanoComing Soon Large-scale repairs in ZushiPreparingMinamiashigara CityPreparing

Tokyo Metropolis

Tokyo 23 Wards
Large-Scale Repairs in Arakawa-ku, Tokyo Chiyoda-kuComing Soon Chuo-kuComing Soon Minato-kuComing Soon Shinjuku-kuComing Soon Bunkyo-kuComing Soon Taito-kuComing Soon Sumida-kuComing Soon Koto-kuComing Soon Shinagawa-kuComing Soon Meguro-kuComing Soon Ota-kuComing Soon Setagaya-kuComing Soon Shibuya-kuComing Soon Nakano-kuComing Soon Suginami-kuComing Soon Toshima-kuComing Soon Kita-ku準備中 Itabashi-kuComing Soon Nerima-kuComing Soon Adachi-kuComing Soon Katsushika-kuComing Soon Edogawa-kuComing Soon
Tokyo Metropolis, Tama Region
The Tama region also accommodates cities not listed above. For areas not mentioned, please inform us of the building’s location when making inquiries.

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.

Cracks in the Exterior Walls Cracks may allow rainwater to enter, leading to deterioration inside.
Fading Paint and Chalking If you notice white powder when touching the exterior walls, it is a sign that the protective function of the paint film has diminished.
Cracks and Peeling in Sealing When the sealing around joints and sashes breaks, it creates a pathway for rainwater to enter.
Waterproofing Deterioration on Rooftops and Balconies Blisters, cracks, and puddles in the waterproofing layer are areas that should be checked before they lead to leaks.
Rain Leaks Rain leaks in indoor or common areas require prompt investigation and response.
Rust on Iron Parts Rust on iron parts such as stairs, handrails, and doors can affect strength if it progresses.
Damage to Rain Gutters and Sheet Metal Cracks or disconnections in rain gutters and lifting of sheet metal can lead to poor drainage of rainwater and damage to the building.
Time Since Last Renovation If a certain period has passed since the last renovation, it serves as a guideline for inspection.
The appropriate timing for repairs varies greatly depending on the building’s specifications, location, materials used, and deterioration conditions. It cannot be uniformly determined as “every few years.” If you notice any concerning symptoms, we will provide suggestions after assessing the condition on-site.

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.
For other types of work or the total cost of major renovations for the entire building, please confirm after an on-site survey, as conditions vary for each building. We do not publish unsupported estimated total costs.
Subsidies and grant systems vary by national, prefectural, and municipal levels, with changes in content and application periods each year. Eligibility depends on the building’s conditions and the system’s content at the time of application, so it is necessary to check the latest guidelines. During consultations, we will also check together if there are any applicable systems.

Process Until Construction

This is the general flow from consultation to completion of construction and subsequent aftercare maintenance.

1

Inquiry

Please inform us of the building’s location and any issues via phone, form, or non-face-to-face estimate.

2

On-site Investigation

We will visit the building to check the condition of the exterior walls, roof, waterproofing, and metal parts.

3

Confirmation of Deterioration Status

Based on the investigation results, we will organize where and what kind of damage exists.

4

Submission of Repair Details and Estimate

We will submit the necessary construction details and the estimate.

5

Discussion of Content

We will adjust based on your requests regarding the scope, specifications, and schedule of the construction.

6

Contract

Once you are satisfied with the content, we will proceed to the contract.

7

Consideration for Residents and Neighbors and Construction Preparation

We will prepare for the construction, including prior notifications to residents and neighbors.

8

Start of Construction

We will proceed with the construction according to the plan, starting with the installation of scaffolding.

9

Completion Confirmation

After the construction is completed, you will confirm the finish.

10

After Maintenance

We also provide inspections and after maintenance following the construction. About Warranty

Reasons Why Kakeru Koumuten is Chosen for Large-Scale Renovations

Consultation for Everything from Scaffolding to Exterior Work

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.

Utilization of In-House Scaffolding Materials

Since we own our scaffolding materials, we can easily plan the entire exterior work that requires scaffolding, which is one of our strengths.

Service Focused on Kanagawa and Tokyo

Based in Aoba-ku, Yokohama, we primarily serve Kanagawa and Tokyo. We can provide proposals tailored to local buildings.

On-Site Surveys and Estimates, Competitive Estimates Welcome

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.

Inspections and After Maintenance Post-Construction

Our service doesn’t end when the construction is completed. We also provide inspections and after maintenance.

Requests from Owners, Management Companies, and Corporations

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

Q. Can I request just an estimate?

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.

Q. Can I consult for a comparative estimate?

Yes, we welcome comparative estimates. You can use it as a reference when considering other companies.

Q. Can construction be done while there are tenants in a condominium or apartment?

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.

Q. Can I request exterior wall painting and waterproofing work together?

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.

Q. Can you handle partial repairs?

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.

Q. Can requests come from management companies or corporations?

Yes, we also accept requests from management companies and representatives of corporations, in addition to building owners.

Q. How long is the construction period?

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.

Q. Is there an inspection or warranty after construction?

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.

Q. Which areas in Tokyo and Kanagawa do you cover?

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.

For those considering large-scale repairs for condominiums, apartments, and buildings

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代後半の若い会社ですが、技術はどこにも負けていません。

いちばんの強みは、足場工事、屋根工事、塗装工事とすべて自社で行えること。一般には分業されるこの業界にあって、一式で頼めるので管理に手間がかからず、コストも抑えることが出来ます。何より、トラブルがあればすぐにかけつけます!

自信をもって、宣言できます。私たちは、神奈川で一番若くて親切なリフォーム屋です!