/* =========================================================================
翔工务店 施工菜单|窗户改造(内窗・覆盖工法)专用 高级感提升CSS
・这个一体版是将文章的“代码编辑器(文本)”完整粘贴
・文章正文的父类是 kakeru-window-menu(对其他页面没有任何影响)
・JIN 8.3 的主题CSS(标题・列表・链接・加粗)已被取消
========================================================================= */
.kakeru-window-menu,
.kakeru-window-menu * {
box-sizing: border-box;
}
.kakeru-window-menu {
–wc-ink: #211d18; /* 深咖啡色(文字・带) */
–wc-brown: #5f4327; /* 棕色 */
–wc-gold: #b0842f; /* 金色 */
–wc-gold-light: #e3c67f;
–wc-cream: #faf6ee; /* 奶油色 */
–wc-cream2: #f4ead6;
–wc-line: #e6dcc9; /* 线条 */
–wc-white: #ffffff;
–wc-red: #a8402f; /* 价格强调 */
–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 的主题CSS取消 — */
.kakeru-window-menu h2,
.kakeru-window-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-window-menu h2::before,
.kakeru-window-menu h2::after,
.kakeru-window-menu h3::before,
.kakeru-window-menu h3::after {
display: none !important;
content: none !important;
}
.kakeru-window-menu ul,
.kakeru-window-menu ol {
margin: 0;
padding: 0;
border: 0;
background: none;
list-style: none;
}
.kakeru-window-menu ul li,
.kakeru-window-menu ol li {
margin: 0;
padding: 0;
border: 0;
background: none;
list-style: none;
}
.kakeru-window-menu ul li::before,
.kakeru-window-menu ul li::after,
.kakeru-window-menu ol li::before,
.kakeru-window-menu ol li::after {display: none !important;
content: none !important;
counter-increment: none !important;
}
.kakeru-window-menu strong,
.kakeru-window-menu b {
background: none !important;
color: inherit !important;
font-weight: 700;
}
.kakeru-window-menu a {
border: 0 !important;
color: #7a4f25 !important;
font-weight: 700;
text-decoration: none !important;
box-shadow: none !important;
}
.kakeru-window-menu p {
margin: 0 0 1.5em;
}
.kakeru-window-menu img {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
border: 0;
border-radius: 10px;
box-shadow: none;
}

/* — 标题(明朝体 + 金色边框)营造高档感 — */
.kakeru-window-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-window-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;
}

/* — 英雄区 — */
.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-window-menu .kc-hero p {
position: relative;
margin: 0 auto;
max-width: 40em;
color: #4a4339;
}

/* — 三个要点 — */
.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-window-menu .kc-point-card strong {
display: block;
color: var(–wc-ink) !important;
font-size: 22px;
line-height: 1.5;
}
.kakeru-window-menu .kc-point-card .kc-accent {
color: var(–wc-red) !important;
}

/* — 费用框 — */
.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-window-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-window-menu .kc-price-body p {
margin: 0 0 10px;
}
.kakeru-window-menu .kc-price-body p:last-child {
margin-bottom: 0;
}

/* — 类型别卡片 — */
.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-window-menu .kc-type-body p {
margin: 0 0 12px;
font-size: 15px;
}
.kakeru-window-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-window-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;
}

/* — 检查清单 — */
.kakeru-window-menu ul.kc-check-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin: 20px 0;
}
.kakeru-window-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-window-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;
}

/* — 注释 — */
.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-window-menu .kc-note p {
margin: 0 0 7px;
}
.kakeru-window-menu .kc-note p:last-child {
margin-bottom: 0;
}

/* — 补助金部分 — */
.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-window-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-window-menu .kc-subsidy-card p {
flex: 1;
margin: 0;
padding: 14px 16px;
font-size: 13.5px;
line-height: 1.8;
}

/* — 施工实绩卡 — */
.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-window-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-window-menu .kc-case-body p {
margin: 0;
font-size: 15px;
}

/* — 围绕框 — */
.kc-info-box {
margin: 22px 0;
padding: 22px;
border: 1px solid var(–wc-line);
border-radius: 12px;
background: var(–wc-cream);
}
.kakeru-window-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;
}

/* — 注意事项编号卡 — */
.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-window-menu .kc-number-card p {
margin: 0;
font-size: 15px;
}

/* — 施工步骤 — */
.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;
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-window-menu .kc-step p:last-child {
margin-bottom: 0;
}
/* 縦长・工程照片是为了不至于变得过大而设置上限 */
.kakeru-window-menu .kc-step img,
.kakeru-window-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;
}

/* — 服务区域 — */
.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-window-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-window-menu .kc-cta p {
position: relative;
margin: 0 auto 20px;
max-width: 42em;color: #ece2d1;
}

/* — 按钮(黄金光泽) — */
.kakeru-window-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-window-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-window-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-window-menu .kc-cta-mini .kc-button {
flex-shrink: 0;
min-width: 250px;
font-size: 16px;
}

/* — 相关页面・社交媒体 — */
.kc-related {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin: 22px 0;
}
.kakeru-window-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-window-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;
}

/* — 响应式 — */
@media (max-width: 767px) {
.kakeru-window-menu {
font-size: 15px;
line-height: 1.9;
}
.kakeru-window-menu h2 {
margin-top: 46px !important;
font-size: 22px !important;
}
.kakeru-window-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-window-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-window-menu .kc-step img,
.kakeru-window-menu .kc-step-photo img {
max-width: 100%;
}
.kc-cta-mini {
flex-direction: column;
padding: 20px 16px;
}
.kakeru-window-menu .kc-cta-mini p {
text-align: center;
}
.kakeru-window-menu .kc-button {
width: 100%;
min-width: 0;
}
}

窗户・窗框翻新施工菜单

内窗安装・屋顶覆盖工法请
交给翔工务店!

独立住宅当然可以,公寓和出租房等租赁物业也可以处理。
“冬天窗边很冷”“结露严重”“外面的声音很烦人”“窗框很重,难以打开”等窗户问题,请随时与我们咨询。

免费估算・咨询请点击这里

内窗(双层窗)安装费用 包含材料费和施工费
每扇窗 3万日元起
不破坏墙壁 内窗每扇约1小时
最短1天完成
欢迎比较报价 现场调查・报价
完全免费

窗户改造费用

内窗(双层窗)安装的费用参考
腰高窗每扇3万日元起

这是包括内窗本体(树脂窗框+多层玻璃)、测量、安装、调整的标准安装工程的参考。

是在现有窗户的内侧再安装一扇窗户形成双层窗的工法。无需破坏墙壁或外墙,每扇窗约1小时即可完成施工。费用因窗户的大小、玻璃的种类(多层、Low-E多层、防音玻璃等)、窗框的深度补偿“深框”的必要性而异。

内窗安装 窗户尺寸别 费用参考

小窗(厕所・洗手间等)

适用于宽度和高度都较小的窗户。对于厕所、洗手间、楼梯等容易冷却的地方,防止底冷和结露效果显著。

主要厂家(产品)
LIXIL“内窗”

费用参考 约3万日元起
腰高窗(卧室・儿童房等)

从腰部高度以上安装的,居室中最常见的窗户尺寸。因其在防止结露、缝隙风和道路噪音方面的高人气而受到欢迎。

主要厂家(产品)
YKK AP“窗户内窗 Plamado U”

费用参考 约4万日元起
浴室用(适用于单元浴室)

专为浴室设计的内窗,具有防潮性能。能缓解冬季浴室的寒冷,并有助于防止热休克。根据单元浴室的窗框进行安装。

主要厂家(产品)
LIXIL“内窗浴室规格”

费用参考 约8万日元~
推拉窗(客厅等)

到地的大窗户。由于面积较大,是对客厅的寒冷、炎热及空调费用影响最大的窗户,也是最能感受到内窗效果的地方。

主要厂家(产品)
LIXIL「Inplus」/YKK AP「Plamado U」

费用参考 约12万日元~
窗户覆盖工法(更换窗框)的费用参考
腰高窗1扇15万日元~

包括新窗框、玻璃、现有障子(玻璃门)拆除、安装、框架覆盖、密封胶的标准施工费用参考。

在保留现有窗框的情况下,从上面覆盖新的窗框和窗户的工法。由于不破坏外墙和内装,可以在一天内更新窗户本身。费用因窗户大小、窗框类型(铝塑复合、塑料)、是否有百叶窗和雨挡而异。

窗户覆盖工法 窗户尺寸别 费用参考

小窗(厕所、洗手间等)

适用于开关不良或松动的小窗户。由于整个窗框都将被更换,因此可以一次性解决锁具和运动的不良问题。

主要厂家(产品)
LIXIL「Replus」

费用参考 约10万日元~
腰高窗(卧室、儿童房等)

居室中常见的窗户尺寸。从旧铝窗框和单层玻璃更换为双层玻璃窗框,显著提高了保温性和开关的便利性。

主要厂家(产品)
YKK AP「Madorimo 断热窗」

费用参考 约15万日元~
推拉窗(客厅等)

到地的大窗户。重的推拉门的运动变得轻松,玻璃的保温和隔热性能也提高。还可以选择带宠物门或通风功能的产品。

主要厂家(产品)
LIXIL「Replus」

费用参考 约20万日元~
带百叶窗的窗户

如果您想将旧的百叶窗更换为卷帘,或者更换为带卷帘的窗框,这里是一个参考标准。可以同时增强防盗和台风对策。

主要厂家(产品)
YKK AP「Madorimo 卷帘」

费用参考 约26万日元~

※费用是“每个窗户”的参考。如果同时施工多个窗户,将会逐个进行报价。

※如果现有窗框的深度不足,安装内窗需要额外的“加深框”。

※根据玻璃的种类,如Low-E复合玻璃、防音玻璃、防盗玻璃等,费用会有所不同。

※如果现有框架的老化或变形严重,可能无法进行覆盖工法。我们将在现场调查中确认。

※在公寓中,窗户属于共用部分,因此覆盖工法(窗框更换)可能会受到管理规定的限制。内窗的安装通常可以作为专有部分的工程进行。

※窗户的保温改造可能会成为国家或地方政府补助金的对象。根据制度的不同,适用的产品、性能和申请时间的要求也不同,我们将在报价时进行说明。

支持通过照片进行概算报价

如果您能提供整个窗户的照片、窗框的内尺寸(宽度、高度、深度)以及窗户的类型(推拉窗、升降窗、固定窗等),我们可能能够提供概算报价。

通过照片和图纸请求概算报价

使用照片和图纸的非面对面报价服务
Aoba-ku, Yokohama/东京都・神奈川县适用
窗户改造可用的补助金(2026年度)

窗户的保温改造可能会成为国家和地方政府补助金的对象。在翔工务店的服务区域东京都・神奈川县,可以利用的主要制度如下。国家和都县的制度可以同时使用,如果条件符合,可以大幅降低施工费用。

国家(全国通用)
先进窗户改造2026项目
每户最高100万日元(补助金额的参考)

内窗安装・外窗更换(覆盖工法)・玻璃更换是适用范围。需由注册企业申请,并使用注册的高性能产品。达到预算上限后,将停止接受申请。

东京都
酷网东京
现有住宅的保温窗改修补助
工程费用的1/2相当(参考・最高200万日元/户)

东京都内现有住宅的高保温窗(内窗・外窗更换・玻璃更换)适用。带有防盗功能的窗户上限会进一步提高。可能与国家补助金同时使用。

神奈川县
神奈川县
现有住宅节能改修事业费用补助金
上限15万日元(参考・适用费用的1/3)

窗户的保温改修是必需的制度。适用于县内现有住宅,可能与国家补助金同时使用。横滨市・川崎市等居住市区可能有独自的制度。

※以上为2026年度的参考。补助金额・助成率・申请期间・适用产品・是否可以同时使用等条件因制度而异,并会根据年度和预算情况变化。

※即使同时使用国家和都县的制度,补助金的总额也不会超过工程费用。

※是否能够使用补助金取决于您居住的地区・住宅・工程内容。如有需要,我们将在报价时为您提供相关信息,请随时咨询。

详细查看装修补助金・助成金信息

内窗(双层窗)与覆盖工法的区别

A

内窗(双层窗)安装

现有窗户保持不变,在室内侧安装另一扇窗户。双层窗之间形成的空气层起到保温材料的作用,大大减少寒冷・结露・噪音。无需破坏墙壁,约1小时完成1扇窗,适合希望节省费用并轻松见效的人士,以及居住在公寓的人。

B

窗户覆盖工法(窗框更换)

在现有窗框上覆盖新的框架,整体更换窗户和玻璃。窗户的开关保持不变,清洁工作也不会增加。适合希望解决“窗户本体缺陷”(如窗框变形・锁故障・重而无法打开)的人士,以及希望焕然一新的独立住宅业主。

选择时的参考标准

  • 想要轻松改善寒冷、结露和噪音 → 内窗安装
  • 窗框沉重、锁坏了、松动 → 覆盖工法
  • 居住在公寓 → 内窗安装(由于规定,很多情况下无法更换)
  • 想要最高的隔热性能 → 覆盖工法+内窗的结合也是可能的

窗户改造的施工实绩

结露严重的窗户内窗安装的施工前・施工后

结露严重的窗户内窗(双层窗)安装

在冬季,玻璃表面出现结露,窗框上长出了霉菌,因此在腰高窗上安装了内窗。原有的窗户保持不变,在室内侧安装了树脂窗框的内窗。结露大幅减少,窗边的寒冷感也得到了缓解。

旧铝合金窗户的覆盖工法更换窗户的施工前・施工后

旧铝合金窗户的覆盖工法更换窗户

将开关变得沉重的旧铝合金窗户,通过覆盖工法更换为新的多层玻璃窗户。由于保留了原有的窗框,并在上面覆盖了新的窗框,因此在不破坏墙壁和外墙的情况下,工事在一天内完成。

窗户更换・改造的时机

铝合金窗户的使用年限,取决于使用情况和安装环境,从安装到20~30年左右是一个参考标准。

不过,单层玻璃的铝合金窗户无论建筑年限如何,隔热性都较低,约有一半的热量通过窗户进出。即使“没有坏,但很冷、结露”的窗户,仅通过安装内窗也能大幅改善。

如果出现以下症状,请考虑安装内窗或更换窗户。

  • 冬天窗边很冷,即使开了暖气,房间也不容易变暖
  • 窗玻璃或窗框上有结露,窗帘或窗框上长出霉菌
  • 外面的车声、火车声、说话声等噪音让人烦恼
  • 窗框沉重、卡住、锁(弯锁)难以上锁
  • 从窗框的缝隙中有风进来,雨天窗框周围潮湿
  • 橡胶密封条老化,玻璃松动

滑轮(窗框下的滚轮)、锁、橡胶密封条等部件,可能会比窗框本体更早到达更换时机。根据症状,有时仅通过更换部件就能改善,因此我们会在现场调查中提出建议。

如果放置结露,可能会导致窗框、墙纸和地板材料的霉菌和腐蚀。如果每年冬天都在为结露烦恼,请考虑尽早安装内窗。

想了解窗户改造费用的人请注意
如果您能提供窗户的照片和尺寸,可能会提供概算报价

通过照片请求概算报价

内窗(二重窗)带来的效果

安装内窗后,现有窗户与新窗户之间会形成一层空气。这层空气可以阻挡外面的冷气、热气和噪音,从而获得以下效果。

  • 隔热・节能:抑制冬季冷气和夏季热气的进出,提高空调的效果
  • 减少结露:室内侧的窗户不易变冷,从而抑制结露和霉菌的产生
  • 隔音:减少沿街道或铁路的噪音,以及室内的声音泄漏
  • 防盗:窗户变为双层,增加了入侵的时间,有助于防止入室盗窃
  • 热冲击对策:缓解浴室、厕所、脱衣室的突然降温

内窗主要采用树脂框架,与铝材相比,传热性较差。玻璃方面,除了单层玻璃外,还可以根据需求选择多层玻璃、Low-E多层玻璃和隔音复合玻璃等。

窗户改造的注意事项

1

窗框的深度(内窗的情况)

安装内窗需要现有窗框室内侧大约7cm的深度。如果深度不足,则需要添加“加深框”进行安装。此外,如果窗框内有窗帘轨道或百叶窗,可能需要重新安装。

2

现有框架的状态(覆盖工法的情况)

覆盖工法以现有窗框为基础,因此如果框架有较大的变形、腐蚀或漏水痕迹,可能无法施工。此外,由于新框架覆盖,玻璃面(开口)会比现有的缩小几厘米。我们将在现场调查中解释框架的状态和完成后的外观。

3

公寓的管理规约

公寓的窗户框架属于共用部分,因此覆盖工法(更换框架)需要管理委员会的许可,可能会被拒绝。内窗的安装通常作为专有部分的工程是可以的,但请事先确认管理规约和施工时间。

多个窗户建议“集中施工”

如果一个房间有两个以上的窗户,仅在一侧安装内窗,另一侧仍会有冷气和声音进入,效果会减半。通过按房间或整栋房屋集中施工,可以更好地感受到效果,并降低每个窗户的施工费用。此外,还能更容易满足补助金的要求(窗户数量和面积)。

您家窗户可以安装内窗吗?
我们将通过现场调查确认窗框的深度、现有框架的状态和窗户的种类

免费请求现场调查

内窗(双层窗)安装的施工步骤

内窗每扇大约需要1小时,可以在不破坏墙壁或外墙的情况下安装。施工当天只需稍微移动窗边的家具和窗帘,便可以在当天使用。

内窗安装的施工前。冬天会结露的铝合金窗

施工前,冬天时玻璃表面会结露,窗边会变冷的铝合金窗。

步骤 1现场调查·测量
测量现有窗框的情况

对现有窗框的宽度、高度、深度进行毫米级的测量,确认是否需要加框及窗户的类型。根据测量结果,定制与窗框完美匹配的内窗。

步骤 2框架的安装
安装内窗框的情况

在现有窗框的内侧,用螺丝固定内窗的上框、下框和竖框。在确认水平和垂直的同时进行安装,必要时先安装加框。

步骤 3障子(玻璃门)的嵌入
嵌入玻璃的障子的情况

将装好的框架中嵌入带玻璃的障子(推拉门)。在调整时确认开关是否顺畅,锁是否牢固。

步骤 4调整·清洁·完成
内窗安装的施工后

进行最后的调整,确认无缝闭合。清洁窗边,交付时确保可以在当天使用。

窗户覆盖工法的施工步骤

覆盖工法每扇窗大约需要半天到一天的时间完成施工。由于不破坏外墙和内装,基本上不需要脚手架或大规模的保护措施。

覆盖工法施工前。涂层剥落的旧铝合金窗

施工前,由于年久失修,框架的涂层剥落,开关变得沉重的旧铝合金窗。

步骤 1拆除现有的障子和部件
正在从现有窗框拆除障子和部件的情况

从现有窗框中拆除障子(玻璃门)、纱窗、轨道等部件。窗框保持原样,进行清洁和下地确认,以便能够覆盖新的框架。

步骤 2安装新的窗框
正在在现有框架上安装新的窗框的情况

在现有窗框上覆盖新的窗框,并用螺丝牢固固定。确认水平和垂直,确保与现有框架之间没有缝隙。

步骤 3安装新的障子和打胶
正在安装新的障子并打胶的情况

安装新的障子(玻璃门)和纱窗,调整开关和锁定。新旧框架的接合部分,室内和室外都进行打胶防水处理。

步骤 4安装装饰框和覆盖,完成
覆盖工法施工后

在室内和室外的框周围安装装饰覆盖(装饰框),隐藏现有框架,完成美观的效果。进行最终确认和清洁,工程完工。

可服务地区

以横滨市青叶区为基地,基本服务区域为神奈川县和东京都。千叶县和埼玉县也部分可服务,欢迎随时咨询。

查看东京都的服务区域

昭岛市/秋留野市/足立区/荒川区/板桥区/稻城市/江户川区/青梅市/大田区/葛饰区/北区/清瀬市/国立市/江东区/小金井市/国分寺市/小平市/狛江市/品川区/涩谷区/新宿区/杉并区/墨田区/世田谷区/台东区/立川市/多摩市/中央区/调布市/千代田区/丰岛区/中野区/奥多摩町/西东京市/练马区/八王子市/羽村市/东久留米市/东村山市/东大和市/日野市/府中市/福生市/文京区/町田市/三鹰市/港区/武藏村山市/武藏野市/目黑区

查看神奈川县的服务区域

爱甲郡爱川町/足柄上郡大井町/足柄上郡开成町/足柄上郡中井町/足柄上郡松田町/足柄上郡山北町/足柄下郡箱根町/足柄下郡真鹤町/足柄下郡汤河原町/伊势原市/小田原市/镰仓市/川崎市/川崎市川崎区/川崎市麻生区/川崎市幸区/川崎市高津区/川崎市多摩区/川崎市中原区/川崎市宫前区/高座郡寒川町/逗子市/茅崎市/中郡大磯町/中郡二宫町/秦野市/平塚市/藤泽市/三浦郡叶山町/三浦市/南足柄市/横须贺市/横滨市/横滨市青叶区/横滨市旭区/横滨市泉区/横滨市磯子区/横滨市神奈川区/横滨市金泽区/横滨市港南区/横滨市港北区/横滨市荣区/横滨市瀬谷区/横滨市都筑区/横滨市鹤见区/横滨市户塚区/横滨市中区/横滨市西区/横滨市保土谷区/横滨市绿区/横滨市南区/相模原市/相模原市绿区/相模原市南区/相模原市中央区/海老名市/厚木市

内窗安装・窗户覆盖工法请
交给翔工务店!

通过更换窗户,可以缓解冬季的寒冷、夏季的炎热、结露和噪音,并节省空调和暖气费用。我们会在确认窗框的深度、现有框架的状态以及公寓的规定后,提出最适合的施工方法。

现场调查和报价是免费的。我们欢迎有关补助金的咨询和比较报价,请随时与我们联系。

免费报价・咨询请点击这里

相关页面

欢迎通过LINE进行咨询!

通过LINE咨询翔工务店

我们的Instagram也在不断更新,请务必关注!

翔工务店官方Instagram
神奈川で屋根・雨樋・外装の工事、修理なら
株式会社翔工務店へ

株式会社翔工務店は平均年齢20代後半の若い会社ですが、技術はどこにも負けていません。

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

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