Cost and Procedure for Replacing Entrance and Service Doors (Roof Overlay Method) | Kakeru Koumuten Co., Ltd. in Aoba-ku, Yokohama
/* =========================================================================
Kakeru Koumuten Co., Ltd. Construction Menu | Entrance Door Replacement (Cover Method and Others) Exclusive Luxury CSS
・This code will be pasted as a new snippet in the “Custom CSS & JS” plugin
・Do not paste it in the article body (the article side is only HTML)
・The parent class of the article body is kakeru-door-menu (it will not affect any other pages)
・The CSS of the JIN 8.3 theme (headings, lists, links, bold) has been overridden
========================================================================= */
.kakeru-door-menu,
.kakeru-door-menu * {
box-sizing: border-box;
}
.kakeru-door-menu {
–wc-ink: #211d18; /* Dark Espresso (Text, Band) */
–wc-brown: #5f4327; /* Brown */
–wc-gold: #b0842f; /* Gold */
–wc-gold-light: #e3c67f;
–wc-cream: #faf6ee; /* Cream */
–wc-cream2: #f4ead6;
–wc-line: #e6dcc9; /* Line */
–wc-white: #ffffff;
–wc-red: #a8402f; /* Price Accent */
–wc-mute: #7b7367;
–wc-serif: “Yu Mincho”, “YuMincho”, “Hiragino Mincho ProN”, “Noto Serif JP”, “游明朝”, serif;
clear: both;
color: #322d26;
font-size: 16px;
line-height: 1.95;
letter-spacing: .01em;
}
/* — JIN Theme CSS Override — */
.kakeru-door-menu h2,
.kakeru-door-menu h3 {
position: static !important;
overflow: visible !important;
border: 0 !important;
border-radius: 0 !important;
background: none !important;
box-shadow: none !important;
color: var(–wc-ink) !important;
counter-increment: none !important;
text-align: left !important;
}
.kakeru-door-menu h2::before,
.kakeru-door-menu h2::after,
.kakeru-door-menu h3::before,
.kakeru-door-menu h3::after {
display: none !important;
content: none !important;
}
.kakeru-door-menu ul,
.kakeru-door-menu ol {
margin: 0;
padding: 0;
border: 0;
background: none;
list-style: none;
}
.kakeru-door-menu ul li,
.kakeru-door-menu ol li {
margin: 0;
padding: 0;
border: 0;
background: none;
list-style: none;
}
.kakeru-door-menu ul li::before,
.kakeru-door-menu ul li::after,
.kakeru-door-menu ol li::before,
.kakeru-door-menu ol li::after {display: none !important;
content: none !important;
counter-increment: none !important;
}
.kakeru-door-menu strong,
.kakeru-door-menu b {
background: none !important;
color: inherit !important;
font-weight: 700;
}
.kakeru-door-menu a {
border: 0 !important;
color: #7a4f25 !important;
font-weight: 700;
text-decoration: none !important;
box-shadow: none !important;
}
.kakeru-door-menu p {
margin: 0 0 1.5em;
}
.kakeru-door-menu img {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
border: 0;
border-radius: 10px;
box-shadow: none;
}
/* — Headings (Mincho + Gold Border) for Luxury Feel — */
.kakeru-door-menu h2 {
margin: 62px 0 26px !important;
padding: 6px 4px 16px 20px !important;
border-left: 3px solid var(–wc-gold) !important;
border-bottom: 1px solid var(–wc-line) !important;
background: none !important;
color: var(–wc-ink) !important;
font-family: var(–wc-serif) !important;
font-size: 27px !important;
font-weight: 600 !important;
line-height: 1.55 !important;
letter-spacing: .04em !important;
}
.kakeru-door-menu h3 {
margin: 36px 0 18px !important;
padding: 4px 0 4px 16px !important;
border-left: 3px solid var(–wc-brown) !important;
background: none !important;
color: var(–wc-ink) !important;
font-family: var(–wc-serif) !important;
font-size: 21px !important;
font-weight: 600 !important;
line-height: 1.5 !important;
letter-spacing: .03em !important;
}
/* — Hero — */
.kc-hero {
position: relative;
overflow: hidden;
margin: 8px 0 30px;
padding: 48px 26px 44px;
border: 1px solid #e7dcc4;
border-radius: 14px;
background:
radial-gradient(circle at 85% -10%, rgba(216,182,119,.28), transparent 42%),
radial-gradient(circle at 0% 120%, rgba(95,67,39,.10), transparent 45%),
linear-gradient(160deg, #fffdf8 0%, #f6ecd9 60%, #f0e2c6 100%);box-shadow: inset 0 0 0 1px rgba(255,255,255,.6), 0 14px 34px rgba(70,48,27,.10);
text-align: center;
}
.kc-hero::before {
content: “”;
position: absolute;
inset: 10px;
border: 1px solid rgba(176,132,47,.35);
border-radius: 9px;
pointer-events: none;
}
.kc-hero-label {
position: relative;
display: inline-block;
margin-bottom: 16px;
padding: 6px 20px;
border-radius: 999px;
background: linear-gradient(135deg, #2b2620 0%, #4a3520 100%);
color: #f4e6c8;
font-size: 13px;
font-weight: 700;
letter-spacing: .18em;
}
.kc-hero-title {
position: relative;
margin: 0 0 16px;
color: var(–wc-ink);
font-family: var(–wc-serif);
font-size: clamp(26px, 5vw, 38px);
font-weight: 600;
line-height: 1.5;
letter-spacing: .03em;
}
.kc-hero-title span {
color: var(–wc-brown);
}
.kakeru-door-menu .kc-hero p {
position: relative;
margin: 0 auto;
max-width: 40em;
color: #4a4339;
}
/* — Three Points — */
.kc-point-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
margin: 26px 0 34px;
}
.kc-point-card {
position: relative;
padding: 26px 16px 22px;
border: 1px solid var(–wc-line);
border-top: 3px solid var(–wc-gold);
border-radius: 12px;
background: linear-gradient(180deg, #fffefb 0%, #fdfaf3 100%);
box-shadow: 0 8px 22px rgba(70, 48, 27, .08);
text-align: center;
}
.kc-point-card small {
display: block;
margin-bottom: 8px;
color: var(–wc-mute);
font-size: 13px;
font-weight: 700;
letter-spacing: .05em;
}
.kakeru-door-menu .kc-point-card strong {
display: block;
color: var(–wc-ink) !important;
font-size: 22px;
line-height: 1.5;
}
.kakeru-door-menu .kc-point-card .kc-accent {
color: var(–wc-red) !important;
}
/* — Cost Box — */
.kc-price-box {
overflow: hidden;
margin: 24px 0;
border: 1px solid var(–wc-gold);
border-radius: 14px;background: var(–wc-white);
box-shadow: 0 12px 30px rgba(70, 48, 27, .12);
text-align: center;
}
.kc-price-head {
padding: 13px 16px;
background: linear-gradient(135deg, #2b2620 0%, #4a3520 100%);
color: #f4e6c8;
font-family: var(–wc-serif);
font-weight: 600;
font-size: 17px;
letter-spacing: .08em;
}
.kc-price-main {
padding: 28px 16px 20px;
background: linear-gradient(135deg, #fffdf8 0%, #f5e7c8 100%);
font-family: var(–wc-serif);
font-size: 20px;
font-weight: 600;
color: var(–wc-brown);
}
.kakeru-door-menu .kc-price-main strong {
display: block;
margin-top: 4px;
color: var(–wc-red) !important;
font-family: var(–wc-serif);
font-size: clamp(40px, 8vw, 60px);
font-weight: 700;
line-height: 1.2;
}
.kc-price-body {
padding: 20px 22px;
text-align: left;
}
.kakeru-door-menu .kc-price-body p {
margin: 0 0 10px;
}
.kakeru-door-menu .kc-price-body p:last-child {
margin-bottom: 0;
}
/* — Type-specific Cards — */
.kc-type-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
margin: 26px 0;
}
.kc-type-card {
display: flex;
overflow: hidden;
flex-direction: column;
border: 1px solid var(–wc-line);
border-radius: 12px;
background: var(–wc-white);
box-shadow: 0 8px 20px rgba(70, 48, 27, .08);
transition: transform .2s ease, box-shadow .2s ease;
}
.kc-type-card:hover {
transform: translateY(-3px);
box-shadow: 0 14px 30px rgba(70, 48, 27, .14);
}
.kc-type-name {
padding: 14px 16px;
background: linear-gradient(135deg, #2b2620 0%, #4a3520 100%);
color: #f6ead0;
font-family: var(–wc-serif);
font-size: 18px;
font-weight: 600;
letter-spacing: .03em;
text-align: center;
}
.kc-type-body {
flex: 1;
padding: 18px;
}
.kakeru-door-menu .kc-type-body p {
margin: 0 0 12px;
font-size: 15px;
}
.kakeru-door-menu .kc-type-maker {
margin-bottom: 0;
padding-top: 12px;border-top: 1px dashed var(–wc-line);
color: var(–wc-mute);
font-size: 13.5px;
}
.kc-type-price {
padding: 14px 16px;
border-top: 1px solid var(–wc-line);
background: var(–wc-cream);
text-align: center;
}
.kc-type-price small {
color: var(–wc-mute);
font-size: 13px;
font-weight: 700;
letter-spacing: .04em;
}
.kakeru-door-menu .kc-type-price strong {
display: block;
color: var(–wc-red) !important;
font-family: var(–wc-serif);
font-size: 26px;
font-weight: 700;
line-height: 1.35;
}
/* — Checklist — */
.kakeru-door-menu ul.kc-check-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin: 20px 0;
}
.kakeru-door-menu ul.kc-check-list li {
position: relative;
padding: 14px 14px 14px 46px;
border: 1px solid var(–wc-line);
border-radius: 10px;
background: linear-gradient(180deg, #fffefb 0%, #faf5ea 100%);
box-shadow: 0 3px 10px rgba(70,48,27,.05);
}
.kakeru-door-menu ul.kc-check-list li::before {
position: absolute;
top: 50%;
left: 15px;
display: flex !important;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
margin-top: -11px;
border: 0;
border-radius: 50%;
background: linear-gradient(135deg, var(–wc-gold) 0%, var(–wc-gold-light) 100%);
color: #fff;
content: “\2714” !important;
font-family: inherit;
font-size: 13px;
font-weight: 900;
line-height: 1;
}
/* — Notes — */
.kc-note {
margin: 22px 0;
padding: 18px 20px;
border: 1px solid #ece0c9;
border-left: 3px solid var(–wc-gold);
border-radius: 8px;
background: #fffaf0;
font-size: 14px;
}
.kakeru-door-menu .kc-note p {
margin: 0 0 7px;
}
.kakeru-door-menu .kc-note p:last-child {
margin-bottom: 0;
}
/* — Subsidy Section — */
.kc-subsidy {
margin: 24px 0;
padding: 26px 24px;
border: 1px solid var(–wc-gold);
border-radius: 14px;
background: radial-gradient(circle at 100% 0%, rgba(216,182,119,.22), transparent 45%),
linear-gradient(160deg, #fffdf8 0%, #f7efdd 100%);
box-shadow: 0 12px 30px rgba(70, 48, 27, .10);
}
.kc-subsidy-head {
margin: 0 0 6px;
color: var(–wc-brown);
font-size: 13px;
font-weight: 700;
letter-spacing: .14em;
text-align: center;
}
.kc-subsidy-title {
margin: 0 0 18px;
color: var(–wc-ink);
font-family: var(–wc-serif);
font-size: clamp(21px, 4vw, 26px);
font-weight: 600;
line-height: 1.5;
letter-spacing: .03em;
text-align: center;
}
.kakeru-door-menu .kc-subsidy >p {
max-width: 44em;
margin: 0 auto 20px;
text-align: center;
}
.kc-subsidy-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
margin-bottom: 18px;
}
.kc-subsidy-card {
display: flex;
flex-direction: column;
overflow: hidden;
border: 1px solid var(–wc-line);
border-radius: 12px;
background: var(–wc-white);
box-shadow: 0 6px 16px rgba(70, 48, 27, .07);
}
.kc-subsidy-badge {
padding: 10px 14px;
background: linear-gradient(135deg, #2b2620 0%, #4a3520 100%);
color: #f6ead0;
font-size: 13px;
font-weight: 700;
letter-spacing: .08em;
text-align: center;
}
.kc-subsidy-name {
padding: 14px 16px 6px;
color: var(–wc-ink);
font-family: var(–wc-serif);
font-size: 16px;
font-weight: 600;
line-height: 1.5;
text-align: center;
}
.kc-subsidy-amount {
padding: 0 16px 12px;
border-bottom: 1px dashed var(–wc-line);
color: var(–wc-red);
font-family: var(–wc-serif);
font-size: 22px;
font-weight: 700;
line-height: 1.3;
text-align: center;
}
.kc-subsidy-amount small {
display: block;
color: var(–wc-mute);
font-family: inherit;
font-size: 12px;
font-weight: 700;
}
.kakeru-door-menu .kc-subsidy-card p {
flex: 1;
margin: 0;
padding: 14px 16px;
font-size: 13.5px;
line-height: 1.8;
}
/* — Construction Achievement Card — */
.kc-case-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
.kc-case-card {
overflow: hidden;
border: 1px solid var(–wc-line);
border-radius: 12px;
background: var(–wc-white);
box-shadow: 0 8px 20px rgba(70, 48, 27, .08);
}
.kakeru-door-menu .kc-case-card img {
width: 100%;
border-radius: 0;
}
.kc-case-body {
padding: 18px;
}
.kc-case-title {
margin: 0 0 8px;
color: var(–wc-ink);
font-family: var(–wc-serif);
font-size: 18px;
font-weight: 600;
line-height: 1.5;
}
.kakeru-door-menu .kc-case-body p {margin: 0;
font-size: 15px;
}
/* — Info Box — */
.kc-info-box {
margin: 22px 0;
padding: 22px;
border: 1px solid var(–wc-line);
border-radius: 12px;
background: var(–wc-cream);
}
.kakeru-door-menu .kc-info-box p:last-child {
margin-bottom: 0;
}
.kc-box-title {
margin: 0 0 12px;
padding-left: 14px;
border-left: 3px solid var(–wc-brown);
color: var(–wc-ink);
font-family: var(–wc-serif);
font-size: 19px;
font-weight: 600;
line-height: 1.5;
}
/* — Caution Number Card — */
.kc-number-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.kc-number-card {
position: relative;
padding: 54px 20px 22px;
border: 1px solid var(–wc-line);
border-radius: 12px;
background: var(–wc-white);
box-shadow: 0 6px 16px rgba(70, 48, 27, .06);
}
.kc-number {
position: absolute;
top: 16px;
left: 18px;
width: 34px;
height: 34px;
border-radius: 50%;
background: linear-gradient(135deg, var(–wc-gold) 0%, var(–wc-brown) 100%);
color: #fff;
font-family: var(–wc-serif);
font-weight: 700;
line-height: 34px;
text-align: center;
}
.kc-number-title {
margin: 0 0 10px;
color: var(–wc-ink);
font-family: var(–wc-serif);
font-size: 18px;
font-weight: 600;
line-height: 1.5;
}
.kakeru-door-menu .kc-number-card p {
margin: 0;
font-size: 15px;
}
/* — Construction Steps — */
.kc-step {
margin: 24px 0 36px;
padding: 22px;
border: 1px solid var(–wc-line);
border-radius: 12px;
background: var(–wc-white);
box-shadow: 0 6px 18px rgba(70, 48, 27, .06);
}
.kc-step-title {
margin: 0 0 18px;
padding: 12px 16px;
border-left: 3px solid var(–wc-brown);
background: var(–wc-cream);
border-radius: 0 8px 8px 0;
color: var(–wc-ink);
font-family: var(–wc-serif);
font-size: 20px;
font-weight: 600;
line-height: 1.5;
}
.kc-step-label {
display: inline-block;
margin-right: 10px;.kc-button {
padding: 3px 12px;
border-radius: 999px;
background: linear-gradient(135deg, var(–wc-gold) 0%, var(–wc-gold-light) 100%);
color: #fff;
font-family: var(–wc-serif);
font-size: 13px;
letter-spacing: .06em;
vertical-align: 2px;
}
.kakeru-door-menu .kc-step p:last-child {
margin-bottom: 0;
}
/* Set a maximum size for vertical long photos to prevent them from becoming too large */
.kakeru-door-menu .kc-step img,
.kakeru-door-menu .kc-step-photo img {
max-width: 560px;
border-radius: 10px;
box-shadow: 0 8px 20px rgba(70, 48, 27, .10);
}
.kc-cap {
margin: -6px 0 26px !important;
color: var(–wc-mute);
font-size: 14px;
text-align: center;
}
/* — Service Areas — */
.kc-area-box {
margin: 16px 0;
border: 1px solid var(–wc-line);
border-radius: 10px;
background: var(–wc-white);
overflow: hidden;
}
.kc-area-box summary {
padding: 15px 18px;
background: var(–wc-cream);
color: var(–wc-ink);
cursor: pointer;
font-weight: 700;
list-style: revert;
}
.kakeru-door-menu .kc-area-box p {
margin: 0;
padding: 16px 18px;
font-size: 14px;
}
/* — CTA — */
.kc-cta {
position: relative;
overflow: hidden;
margin: 46px 0 30px;
padding: 40px 24px 38px;
border-radius: 16px;
background:
radial-gradient(circle at 85% -20%, rgba(216,182,119,.35), transparent 45%),
linear-gradient(140deg, #241f19 0%, #3f2d1b 55%, #52381f 100%);
color: #f4ecdd;
text-align: center;
}
.kc-cta::before {
content: “”;
position: absolute;
inset: 12px;
border: 1px solid rgba(216,182,119,.35);
border-radius: 10px;
pointer-events: none;
}
.kc-cta-title {
position: relative;
margin: 0 0 14px;
color: #fff;
font-family: var(–wc-serif);
font-size: clamp(23px, 4.5vw, 31px);
font-weight: 600;
line-height: 1.5;
letter-spacing: .04em;
}
.kakeru-door-menu .kc-cta p {
position: relative;
margin: 0 auto 20px;
max-width: 42em;
color: #ece2d1;
}
/* — Button (Gold Shine) — */.kakeru-door-menu .kc-button {
position: relative;
display: inline-block;
min-width: 280px;
margin: 0;
padding: 16px 26px;
border: 0 !important;
border-radius: 8px;
background: linear-gradient(180deg, #e0a94a 0%, #c88a2f 55%, #b6791f 100%);
color: #fff !important;
font-size: 18px;
font-weight: 700;
letter-spacing: .04em;
text-decoration: none !important;
box-shadow: 0 6px 0 #915c18, 0 12px 22px rgba(70,48,27,.28);
transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.kakeru-door-menu .kc-button:hover {
filter: brightness(1.05);
transform: translateY(2px);
box-shadow: 0 4px 0 #915c18, 0 8px 16px rgba(70,48,27,.26);
}
.kc-hero .kc-button {
margin-top: 24px;
font-size: 17px;
}
.kc-cta-mini {
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
margin: 32px 0;
padding: 22px 26px;
border: 1px solid var(–wc-gold);
border-radius: 14px;
background:
radial-gradient(circle at 100% 0%, rgba(216,182,119,.20), transparent 50%),
linear-gradient(135deg, #fffdf8 0%, #f7efdd 100%);
box-shadow: 0 10px 26px rgba(70,48,27,.10);
}
.kakeru-door-menu .kc-cta-mini p {
margin: 0;
color: var(–wc-ink);
font-family: var(–wc-serif);
font-size: 18px;
font-weight: 600;
line-height: 1.65;
text-align: left;
}
.kc-cta-mini small {
display: block;
color: var(–wc-mute);
font-family: “Yu Gothic”, “Hiragino Kaku Gothic ProN”, Meiryo, sans-serif;
font-size: 13.5px;
font-weight: 700;
}
.kakeru-door-menu .kc-cta-mini .kc-button {
flex-shrink: 0;
min-width: 250px;
font-size: 16px;
}
/* — Related Pages & SNS — */
.kc-related {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin: 22px 0;
}
.kakeru-door-menu .kc-related a {
position: relative;
display: block;
padding: 15px 16px 15px 20px;
border: 1px solid var(–wc-line) !important;border-left: 3px solid var(–wc-gold) !important;
border-radius: 8px;
background: linear-gradient(180deg, #fffefb 0%, #faf5ea 100%);
transition: background .15s ease, transform .15s ease;
}
.kakeru-door-menu .kc-related a:hover {
background: var(–wc-cream2);
transform: translateX(2px);
}
.kc-sns {
margin-top: 34px;
padding-top: 26px;
border-top: 1px solid var(–wc-line);
text-align: center;
}
.kc-sns img {
display: inline-block;
margin: 8px auto 20px;
border-radius: 6px;
}
/* — Responsive — */
@media (max-width: 767px) {
.kakeru-door-menu {
font-size: 15px;
line-height: 1.9;
}
.kakeru-door-menu h2 {
margin-top: 46px !important;
font-size: 22px !important;
}
.kakeru-door-menu h3 {
font-size: 18px !important;
}
.kc-hero {
padding: 34px 16px 30px;
}
.kc-point-grid,
.kc-case-grid,
.kc-number-grid,
.kc-related,
.kc-type-grid,
.kc-subsidy-grid {
grid-template-columns: 1fr;
}
.kakeru-door-menu ul.kc-check-list {
grid-template-columns: 1fr;
}
.kc-price-main {
font-size: 18px;
}
.kc-step {
padding: 15px;
}
.kc-step-title {
font-size: 17px;
}
.kakeru-door-menu .kc-step img,
.kakeru-door-menu .kc-step-photo img {
max-width: 100%;
}
.kc-cta-mini {
flex-direction: column;
padding: 20px 16px;
}
.kakeru-door-menu .kc-cta-mini p {
text-align: center;
}
.kakeru-door-menu .kc-button {
width: 100%;
min-width: 0;
}
}
/* — Entrance Door: Show in center and wide when there is one construction result — */
.kakeru-door-menu .kc-case-grid {
grid-template-columns: 1fr;
max-width: 780px;
margin: 0 auto;
}
玄関ドアの交換は、家の印象を大きく変える重要な工事です。ぜひ、信頼できる業者に相談し、最適なドアを選んでください。
Since the entrance door of a condominium is considered a common area, permission from the management association is required for replacement, and there may be specifications for the design and color of the exterior. Installation of decorative sheets only on the inside is often possible as a private area construction, but please check the management regulations and allowable construction times in advance.
It is recommended to carry out the work around the entrance “at the same time as the door replacement.”
Repairing the entrance tiles, installing porch handrails, and replacing intercoms, gates, and mailboxes can be done simultaneously with the door replacement, which allows for a single arrangement of craftsmen and reduces costs. If you are considering exterior painting, we will also propose combinations with the door color.
What kind of door will fit your entrance?
We will check the condition of the frame, opening dimensions, fire prevention specifications, and management regulations during the on-site survey.
Entrance Door Replacement Work (Cover Method) Procedure
The entrance door replacement using the cover method can be completed in one day. During the work, the entrance will be temporarily open, so please be cautious with valuables and the movement of small children and pets. Craftsmen will be present throughout the work.

Before the work, the entrance door showed noticeable fading and had issues with the locking mechanism.

The width, height, and depth of the existing door frame are measured in millimeters, and the condition of the frame, the opening direction (right or left), and the presence of fire prevention specifications are confirmed. Based on the measurements, a new door will be custom-made to fit perfectly into the existing frame.

On the day of construction, after protecting the area around the entrance, the existing door, hinges, locks, and door closers are removed. The door frame is left intact, and cleaning and substrate checks are performed to prepare for the new frame overlay.

We overlay a new door frame over the existing frame and securely fasten it with screws while checking for horizontal and vertical alignment. If the frame is distorted, it will affect the door’s closure, so we make precise adjustments during this step.

We hang the new door on the frame and install the hinges, lock, handle, and door closer. The joint areas between the old and new frames are waterproofed with caulk on both the indoor and outdoor sides, and we finish the look by covering the existing frame with a decorative cover (molding).

We make final adjustments to the door’s opening and closing, locking mechanism, and the speed of the door closer. If it’s an electric lock, we will register it and provide an operation explanation. After cleaning, we hand over the new key, marking the completion of the work.
Service Areas
Based in Aoba-ku, Yokohama, we primarily serve Kanagawa Prefecture and Tokyo. We can also accommodate some areas in Chiba Prefecture and Saitama Prefecture, so please feel free to consult with us.
View Service Areas in Tokyo
Akishima City / Akiruno City / Adachi Ward / Arakawa Ward / Itabashi Ward / Inagi City / Edogawa Ward / Ome City / Ota Ward / Katsushika Ward / Kita Ward / Kiyose City / Kunitachi City / Koto Ward / Koganei City / Kokubunji City / Kodaira City / Komae City / Shinagawa Ward / Shibuya Ward / Shinjuku Ward / Suginami Ward / Sumida Ward / Setagaya Ward / Taito Ward / Tachikawa City / Tama City / Chuo Ward / Chofu City / Chiyoda Ward / Toshima Ward / Nakano Ward / Okutama Town / Nishi-Tokyo City / Nerima Ward / Hachioji City / Hamura City / Higashi-Kurume City / Higashimurayama City / Higashiyamato City / Hino City / Fuchu City / Fussa City / Bunkyo Ward / Machida City / Mitaka City / Minato Ward / Musashimurayama City / Musashino City / Meguro Ward
View Service Areas in Kanagawa
Aikawa Town, Aikou District / Oi Town, Ashigarakami District / Kaisei Town, Ashigarakami District / Nakai Town, Ashigarakami District / Matsuda Town, Ashigarakami District / Yamato Town, Ashigarakami District / Hakone Town, Ashigarashimo District / Manazuru Town, Ashigarashimo District / Yugawara Town, Ashigarashimo District / Isehara City / Odawara City / Kamakura City / Kawasaki City / Kawasaki City, Kawasaki Ward / Kawasaki City, Asao Ward / Kawasaki City, Saiwai Ward / Kawasaki City, Takatsu Ward / Kawasaki City, Tama Ward / Kawasaki City, Nakahara Ward / Kawasaki City, Miyamae Ward / Samukawa Town, Koza District / Zushi City / Chigasaki City / Oiso Town, Nakagun / Ninomiya Town, Nakagun / Hadano City / Hiratsuka City / Fujisawa City / Hayama Town, Miura District / Miura City / Minami Ashigara City / Yokosuka City / Yokohama City / Yokohama City, Aoba Ward / Yokohama City, Asahi Ward / Yokohama City, Izumi Ward / Yokohama City, Isogo Ward / Yokohama City, Kanagawa Ward / Yokohama City, Kanazawa Ward / Yokohama City, Konan Ward / Yokohama City, Kohoku Ward / Yokohama City, Sakae Ward / Yokohama City, Seya Ward / Yokohama City, Tsuzuki Ward / Yokohama City, Tsurumi Ward / Yokohama City, Totsuka Ward / Yokohama City, Naka Ward / Yokohama City, Nishi Ward / Yokohama City, Hodogaya Ward / Yokohama City, Midori Ward / Yokohama City, Minami Ward / Sagamihara City / Sagamihara City, Midori Ward / Sagamihara City, Minami Ward / Sagamihara City, Chuo Ward / Ebina City / Atsugi City
Kakeru Koumuten Co., Ltd.!
By renewing your entrance door, you can resolve issues with locks and opening/closing, improve insulation and security, and significantly enhance the first impression of your home. We will propose the optimal method after confirming the condition of the existing frame, opening dimensions, fire safety regulations, and condominium rules.
On-site surveys and estimates are free of charge. We welcome inquiries about subsidies and comparative estimates, so please feel free to contact us.
Related Pages
株式会社翔工務店へ
株式会社翔工務店は平均年齢20代後半の若い会社ですが、技術はどこにも負けていません。
いちばんの強みは、足場工事、屋根工事、塗装工事とすべて自社で行えること。一般には分業されるこの業界にあって、一式で頼めるので管理に手間がかからず、コストも抑えることが出来ます。何より、トラブルがあればすぐにかけつけます!
自信をもって、宣言できます。私たちは、神奈川で一番若くて親切なリフォーム屋です!



