* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

body {
	width: 100%;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    position: relative;
    color: #2b2b2b;
    letter-spacing: 0.5px;
}
h3{
    color:#000;
}
h1{
    color:#222222;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #222222;
}

ul {
	list-style-type: none;
}
button {
    cursor: pointer;
}
.ft-yumincho{
    font-family: 'YuMinCho';
}
#work-page .item-work, #service-page .item-service, #whyus-page .item-whyus, #about-page .item-about{
    color: #510f11;
    border-bottom: 1px solid #510f11;
    padding-bottom: 5px;
}
.header-company-info{
    padding-left:20px;
    color: #222222;
}
.header-company-info .intro{
    font-size: 14px;
    font-weight: 500;
    font-family: 'YuGothic';
}
.header-company-info .company-name{
    font-size: 24px;
    font-weight:500;
}
.nav-list li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'YuGothic';
}
.header li a{
    color:#222222;
}
.header-contact{
    background: #5a2123;
    color:#fff;
    min-height: 80px;
    text-align: center;
    padding: 0 15px;
}
.header-contact .opening-time{
    font-size: 13px;
    line-height: 32px;
    font-family: 'YuGothic';
}
.hotline{
    font-size: 26px;
    font-family: 'YuMinCho';
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:12px;
}
.hotline a{
    color:#fff;
}
.hotline img{
    width:25px;
    margin-right:5px;
}
#header .l_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.map iframe{
    width:100%;
}
.banner{
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 16%;
}
.container-banner{
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,0.2); */
    position: relative;
}
.banner-title{
    font-size: 30px;
    font-weight: 500;
    padding: 24.5px 40px;
    background: rgba(255,255,255,0.6);
    display: inline-block;
    position: absolute;
    top: 42%;
    left:12.5%;
    border-left: 10px solid #552729;
    letter-spacing: 2px;
    color: #222222;
}
.main-content {
    margin-top:70px;
}
.page-title{
    font-size: 33px;
    font-weight:500;
    text-align: center;
    line-height: 55.5px;
}
.container{
    max-width: 1180px;
    margin: 0 auto;
}
.desc-page-title{
    text-align: center;
    margin-top: 45px;
    line-height: 31px;
}
.en-title{
    text-align:center;
    font-weight:400;
    margin-top: 16px;
    color: #552729;
}
.about-page .page-title{
    letter-spacing: 5px;
}
.article-item{
    margin-top:80px
}
.article-item.service h3{
    font-size: 24px;
    margin-bottom: 35px;
}
.fw-500{
 font-weight:500;
}
.t-center{
    text-align: center;
}
.service-list{
    display: flex;
    flex-wrap:wrap;
    margin-left:-10px;
    margin-right: -10px;
}
.service-list li{
    margin-left:10px;
    margin-right: 10px;
    width:calc((100% - 80px) / 4 );
}
.service-list li a{
    display: block;
    padding-top: 100%;
    position: relative;
}
.service-list li a img{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height: 100%;
    object-fit: cover;
    width:100%;
}
.service-name{
    font-size: 24px;
    margin-top:20px;
    font-family: 'YuMinCho';
    font-weight: 400;
}
.article-item.paint .article-title{
    font-size: 50px;
    position: relative;
    line-height: normal;
}
.article-item.paint .article-title:after{
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 1px;
    background: #552729;
    left: calc(50% - 35px);
    bottom: -15px;
}
.article-desc{
    font-size: 24px;
    margin-top:64px;
    line-height: 44px;
}
.paint-types{
    display: flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right: -15px;
    margin-top:48px;
}
.paint-types li{
    margin-left:15px;
    margin-right: 15px;
    width:calc((100% - 120px) / 4 );
}
.service-other-list li .price, .paint-types li .price{
    text-align: left;
    font-size: 20px;
}
.paint-types li .title{
    font-size: 24px;
    padding-top:8px;
    padding-bottom: 8px;
    color:#fff;
    letter-spacing: 1px;
    font-family: 'YuMinCho';
    font-weight: 600;
}
.paint-types li:nth-of-type(1) .title{
    background: #009fa8;
}
.paint-types li:nth-of-type(2) .title{
    background: #5cb531;
}
.paint-types li:nth-of-type(3) .title{
    background: #f18d00;
}
.paint-types li:nth-of-type(4) .title{
    background: #c8161e;
}
.paint-types li .desc{
    font-size: 18px;
    padding: 15px 20px;
    text-align: left;
}
.paint-types li:nth-of-type(1) .desc{
    background: #cbdcba;
}
.paint-types li:nth-of-type(2) .desc{
    background: #dee0a2;
}
.paint-types li:nth-of-type(3) .desc{
    background: #fbd898;
}
.paint-types li:nth-of-type(4) .desc{
    background: #f3c09e;
}
.paint-types img{
    width:100%;
    object-fit: cover;
}
.whyus-page .page-title .ft-yumincho{
    font-size: 70px;
    color: #552729;
}
.whyus-page .page-title{
    font-size: 40px;
    line-height: 62.5px;
}
.whyus-page .page-title .change-color{
    color: #552729;
}
.block-title{
    max-width:1180px;
    margin: 0 auto;
    padding-bottom: 68px;
}
.wr-reason{
    background: #f6f5f0;
    padding: 80px 0;
}
.reason-title{
    font-size: 38px;
    line-height: 60px;
}
.reason-desc{
    font-size: 16px;
    margin-top: 20px;
}
.reason-stt{
    font-size: 28px;
    background-image: linear-gradient(to right bottom, #ab4e52, #9d4346, #8f383b, #822d30, #742225);
    background-image:  -moz-linear-gradient(to right bottom, #ab4e52, #9d4346, #8f383b, #822d30, #742225);
    background-image:  -webkit-linear-gradient(to right bottom, #ab4e52, #9d4346, #8f383b, #822d30, #742225);
    background-image:  -o-linear-gradient(to right bottom, #ab4e52, #9d4346, #8f383b, #822d30, #742225);
    color: #fff;
    width: 11%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'YuMinCho';
    font-weight: 400;
}
.reason-stt .number{
    display: block;
    text-align: center;
    font-size: 50px;
    margin-top: 20px;
    font-family: 'YuMinCho';
    font-weight: 400;
}
.reason-item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.reason-item:last-child .reason-title{
    color: #9a1f25;
}
.reason-item:last-child .reason-title span {
    color: #2b2b2b;
}
.reason-content{
    padding: 24px 20px 24px 57px;
    width:89%;
    background: #fff;
    box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC, inset -11px 0 8px -10px #ccc;
}
.contact-info{
    padding-top: 66px;
    padding-bottom: 118px;
}
.contact-info .title{
    font-size: 22px;
    font-family: 'YuGothic';
    line-height: 44.5px;
}
.contact-info .content{
    display: flex;
    margin: 0 auto;
    margin-top: 26px;
    padding-top: 52px;
    padding-bottom: 44px;
    border-top: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-info .opening-time{
    text-align: center;
    margin-top: 5px;
    font-family: 'YuGothic';
}
.contact-info .phone-number{
    font-family: 'YuMinCho';
    font-size: 30px;
    color: #222;
    text-align: center;
    margin-top: 1px;
}
.contact-info .phone-number span{
    font-size: 56px;
    color: #5a2123;
}
.contact-info button{
    font-size: 16px;
    font-weight: 500;
    padding: 20px 20px 20px 68px;
    background: #552729;
    color: #fff;
    border: none;
    outline: none;
    font-family: 'Noto Serif JP';
}
.contact-info .wr-info{
    width:50%;
    margin-top: 5px;
}
.contact-info .container{
    width:90%;
}
.contact-info .wr-button{
    width:50%;
    text-align: center;
}
.main-footer .container{
    padding-top:50px;
    padding-bottom:35px;
}
.widget-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-footer{
    position: relative;
    background: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0%;
    position: relative;
}
.main-footer .overlay{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}
.copyright{
    font-size: 12px;
    text-align: center;
    padding-top:15px;
    padding-bottom:15px;
    background: #222222;
    color:#fff;
}
.widget-info{
    font-size: 14px;
    font-family: 'YuGothic';
}
.footer-nav{
    font-size: 14px;
    text-align: center;
    margin-top:35px;
}
.footer-nav li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; 
    margin-right: 15px;
    font-family: 'YuGothic';
}
.widget-contractor{
    text-align: center;
    padding: 20px;
    background: rgba(34, 34, 34, 0.85);
    color: #fff;
    background: url(../images/bg-bottom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.widget-contractor .desc{
    font-size: 14px;
    font-family: 'YuGothic';
}
.widget-contractor .title{
    font-size: 24px;
    margin-bottom: 5px;
}
.widget-info .company-name{
    font-size: 24px;
    color: #231815;
    letter-spacing: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Noto Serif JP';
}   
.reason-title span{
    color: #9a1f25;
}
.tab-name-list{
    display: flex;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px;
}
.tab-name-list li a{
    color:#fff;
    padding: 19px 25px 19px 35px;
    display: block;
}
.tab-name-list li{
    width: calc((100% - 160px) / 4);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    background: #5a2123;
    font-size: 21px;
    font-family: 'YuMinCho';
    font-weight: 400;
    letter-spacing: 1px;
    background-image: url(../images/check.jpg);
    background-repeat: no-repeat;
    background-position: 93%;
}
.wr-tab-content{
    margin-top:20px;
}
.work-item{
    margin-top:70px;
}
.image-compare{
    display: flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
}
.image-compare > div{
    margin-left:15px;
    margin-right: 15px;
    width: calc((100% - 60px) / 2);
}
.image-compare img{
    width:100%;
    object-fit: cover;
}
.image-compare .label{
    font-size: 26px;
    font-family: 'YuMinCho';
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    color:#fff;
    border-radius: 5px;
}
.image-compare .before .label{
    background: #265fa5;
}
.image-compare .after .label{
    background: #9a1f25;
}
.work-title{
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    line-height: normal;
}
.work-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 116px;
    height: 1px;
    background: #552729;
    left: calc(50% - 58px);
    bottom: -15px;
}
.work-content .title{
    font-size: 24px;
    margin-top: 32px;
    font-weight: 500;
    margin-bottom: 27px;
    line-height: 39px;
}
.image-compare .wr-image{
    position: relative;
    padding-top:61%;
    margin-top: 10px;
}
.image-compare .wr-image img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.about-page .banner{
    background-position: 100% 54%;
}
.company-info table{
    width:80%;
    margin: 0 auto;
}
.company-info table th{
    font-weight: 500;
    text-align: left;
    padding-left: 40px;
}
.company-info table td{
    padding-top:25px;
    padding-bottom: 25px;
}
.about-page .message-president .title,
.about-page .map .title{
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.map .mb{
    display: none;
}
.about-page .message-president,
.about-page .map{
    padding-top:93px;
}
.message-president .article-title{
    position: relative;
}
.message-president .article-title:after {
    position: absolute;
    content: '';
    display: block;
    width: 210px;
    height: 15px;
    background: #eadade;
    left: calc(50% - 105px);
    z-index: -1;
    bottom: -10px;
}
.message-president .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.message-president .wr-image{
    width: 43%;
    position: relative;
}
.message-president .wr-image:before{
    content: '代表者の写真';
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'YuGothic';
}
.message-president .wr-image img{
    width:100%;
    object-fit: cover;
}
.message-president .wr-info{
    width:57%;
    padding-left: 40px;
}
.message-president{
    font-size: 20px;
}
.message-president .intro{
    line-height: 42.5px;
    font-family: 'YuGothic';
}
.message-president .position{
    text-align: right;
    margin-top: 30px;
}
.map img{
    width: 100%;
}
.company-info table {
    border-collapse: collapse;
}
.company-info table tr {
    border-bottom: 1pt solid #e0dfdf;
}
.article-title{
    font-size: 38px;
    font-weight: 500;
}
.about-page .article-title {
    margin-bottom: 60px;
}
.map .article-title{
    position: relative;
    line-height: normal;
}
.map .article-title:after{
    content: '';
    display: block;
    position: absolute;
    background: #552729;
    width: 60px;
    height: 1px;
    left: calc(50% - 30px);
    bottom: -15px;
}
.processing-time{
    text-align: center;
    margin-top: 23px;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.steps{
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 37px;
}
.steps li{
    margin-left: 30px;
    margin-right: 30px;
    width: calc((100% - 420px) / 7);
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5a2123;
    color: #fff;
    position: relative;
}
.working-process .steps li{
    width: calc((100% - 360px) / 6);
}
.working-process{
    padding-bottom: 66px;
}
.working-process .steps{
    margin-top:40px;
}
.desc-page-title span{
    display: block;
}
.steps li:after{
    content: '';
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: -39px;
    width: 0;
    height: 0;
    border-top: 16.5px solid transparent;
    border-left: 20px solid #b16c6f;
    border-bottom: 16.5px solid transparent;
    bottom: calc(50% - 16.5px);
}
.steps li:last-child::after{
    display: none;
}
.steps li span{
    font-size: 28px;
    display: inline-block;
    width: 30px;
}
.construct-process .btn-click{
    text-align: center;
    margin-top: 62px;
}
.construct-process .btn-click a{
    color: #fff;
    font-size: 18px;
    padding: 27px 65px;
    background: #2e2e2e;
    display: inline-block;
}
.remodeling .article-title{
    font-size: 50px;
    position: relative;
    line-height: normal;
}
.remodeling .article-title:after{
    content: '';
    display: block;
    position: absolute;
    background: #552729;
    width: 114px;
    height: 1px;
    left: calc(50% - 57px);
    bottom: -15px;
}
.article-item.remodeling{
    margin-top:185px;
}
.remodeling .article-desc{
    font-size: 24px;
    margin-top: 63px;
    margin-bottom: 50px;
    text-align: center;
}
.remodel-list .item{
    display: flex;
    flex-wrap:wrap;
}
.remodel-list .item .wr-img{
    width:30%;
}
.remodel-list .item img{
    width:100%;
    object-fit: cover;
    height:100%;
}
.remodel-list .item .wr-content{
    width:70%;
    background: #791e20;
    color: #fff;
}
.remodel-list .item .wr-content .content{
    width: 80%;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 50px;
}
.remodel-list .item{
    margin-bottom: 30px;
}
.remodel-list .item .title{
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 500;
    position: relative;
    line-height: normal;
}
.remodel-list .item .title:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 200px;
    height: 1px;
    left: calc(50% - 100px);
    bottom: -15px;
}
.remodel-list .item .info{
    margin-bottom: 25px;
}
.remodel-list .item .info p{
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.remodel-list .item .info p.time{
    margin-left:0;
}
.remodel-list .item .price{
    margin-right:0;
    font-size: 32px;
    margin-bottom: -8px;
}
.remodel-list .item .price span{
    font-size: 45px;
}
.remodel-list .item .desc{
    line-height: 31px;
}
.article-item.service-other{
    margin-top:60px;
}
.service-other .article-desc{
    margin-top:30px;
    font-size: 28px;
    line-height: 43px;
}
.service-other.title{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    background: #000;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
}
.service-other-list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-left:-12.5px;
    margin-right: -12.5px;
}
.service-other-list li{
    
    margin-left: 12.5px;
    margin-right: 12.5px;
    width: calc((100% - 100px) / 4);

}
.service-other-list li img{
    width:100%;
}
.service-other .article-title{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #202020;
    color: #fff;
    margin-bottom: 30px;
}
.service-other-list .title{
    font-size: 24px;
    text-align: center;
    padding: 10px;
    background: #696969;
    color: #fff;
    font-family: 'YuMinCho';
    font-weight: 600;
    letter-spacing: 1px;
}
.service-other-list .price{
    font-size: 20px;
    margin-top: 12px;
}
.l_header.cl-fff{
    background-color: #fff;
    box-shadow: 0px 1px 2px 1px #bcbcbc;
}
.menu-md{
    display: none;
}
.nav-mb{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222222;
    display: none;
}
.btn-toggle {
    position: relative;
    width: 37px;
    height: 32px;
    align-items: center;
    background: transparent;
    border: none;
    outline: none;
    display: none;
}
.header__nav_btn {
    display: none;
}
.line {
    display: inline-block;
    vertical-align: middle;
    margin: 10px auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 42px;
}
.line::after{
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg) translate(15px, 4px);
    transform: rotate(-45deg) translate(10px, 4px);
    left: 0;
    top: 0;
}
.remodeling .line-break,
.paint .line-break{
    display: block;
}
.processing-time .line{
    border-top: 1px solid #5a2123;
    border-left: 1px solid #5a2123;
}
.processing-time .line:after{
    background-color: #5a2123;
}
.processing-time .text{
    width: 250px;
    display: inline-block;
}
.processing-time .line-one,
.processing-time .line-two{
    width: calc((100% - 250px) / 2);
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    background: #b2171d;
    position: relative;
}
.processing-time .line-two:after{
    content: '';
    display:block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #b2171d;
    border-left: 2px solid #b2171d;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
    top: -5px;
    position: absolute;
}
.processing-time .line-one:after{
    content: '';
    display:block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #b2171d;
    border-left: 2px solid #b2171d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: -5px;
    position: absolute;
}
.page-top img{
    display: block;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: -6px;
}
.page-top {
    font-size: 11px;
    color: #552729;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.sub-title{
    margin-bottom: 35px;
    position: relative;
    font-size: 24px;
    line-height: normal;
}
.sub-title:after{
    position: absolute;
    content: '';
    display: block;
    width: 60px;
    background: #552729;
    height: 1px;
    left: calc( 50% - 30px);
    bottom: -13px;
}
.company-info{
    font-family: 'YuGothic';
}
.underline{
    background-repeat: repeat-x;
    background-position: left 0% bottom 3%;
    background-size: 100% 36%;
    background-image: linear-gradient(to right, #eadade, #eadade, #eadade, #eadade, #eadade);
}

.footTel{
    background-color: #552729;
    color: #fff;
    padding: 10px;
    width: 265px;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

@media screen and (min-width: 650px){

    .reason-item{
        display: table;
        width:100%;
    }
    .reason-item > div{
        display: table-cell;
    }
}

.page-top.open {
    display: block;
    opacity: 1;
}
.page-top {
    position: fixed;
    bottom: 71px;
    right: 20px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s linear;
    z-index: 1000000;
    align-items: center;
}
.toilet-remodel .wr-img .img-mb,
.bathroom-remodel .wr-img .img-mb{
    display: none;
}












/* responsive */
@media screen and (max-width: 1200px){
    .paint-types li .desc {
        font-size: 16px;
    }
    .container{
        width: 83.33%;
    }
    .hotline img {
        width: 18px;
    }
    .nav-list li{
        margin-left:20px;
    }
    .header-company-info .company-name {
        font-size: 22px;
        margin-top: 8px;
    }
    .reason-stt{
        width:12%;
    }
    .reason-content{
        width:88%;
    }
}

@media screen and (max-width: 1190px){
    .remodel-list .item .wr-content .content {
        width: 90%;
    }
    .menu-contact-md li a {
        padding: 10px 0;
    }
    .header__nav_btn {
        display: block;
        border: none;
        background: transparent;
        outline: none;
        width: 100%;
        max-width: 45px;
        height: 45px;
        position: relative;
        top: 0;
        z-index: 1000;
    }
    .btn-toggle {
        display: inline-flex;
        position: relative;
        width: 25px;
        height: 25px;
        align-items: center;
        background: transparent;
        border: none;
        outline: none;
        cursor: pointer;
    }
    .btn-toggle::before {
        content: '';
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        top: 0;
        left: 0;
        transition: all .5s ease-in-out;
        transform-origin: left;
    }
    .btn-toggle div {
        position: absolute;
        width: 15px;
        height: 2px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        background: #fff;
        transition: all .5s ease-in-out;
    }
    .btn-toggle::after {
        content: '';
        position: absolute;
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        bottom: 0px;
        left: 0;
        transition: all .5s ease-in-out;
        transform-origin: left;
    }
    .tab-name-list li {
        width: calc((100% - 80px) / 4);
        margin-left: 10px;
        margin-right: 10px;
        
    }
    .tab-name-list li a{
        padding: 15px;
    }
    .header-contact{
        display: none;
    }
    .header-nav{
        display: none;
    }
    .menu-md.open {
        visibility: visible;
        transform: translateX(0);
        transition: all .5s linear;
        display: block;
    }
    .menu-md {
        display: none;
        visibility: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #FFFFFF;
        z-index: 9;
        transform: translateX(100%);
        transition: all 0.5s linear;
        padding: 100px 0 0;
    }
    .menu-md nav {
        max-height: 100%;
        overflow-y: auto;
        border-top: 1px solid #501C00;
    }
    .menu-contact-md {
        padding: 15px 0;
        border-bottom: 1px solid #501C00;
    }
    .menu-main-md {
        display: inline-flex;
        flex-wrap: wrap;
    }
    .menu-main-md > li {
        width: 100%;
        font-family: 'YuGothic';
    }
    .menu-md .menu-contact-md a{
        border-bottom:none;
    }
    .menu-md a {
        display: block;
        padding: 10px 50px;
        margin-bottom: 0;
        letter-spacing: 0.1em;
        border-bottom: 1px solid #501C00;
    }
    .menu-contact-md li{
        padding: 10px 50px;
        margin-bottom: 0;
        font-size: 18px;
    }
    .menu-contact-md li:nth-of-type(1){
        font-size: 30px;
        color: #552729;
    }
    body.no-scroll {
        overflow: hidden;
    }
    .btn-toggle.click-off::before {
        transform: rotate(45deg);
        width: 135%;
    }
    .btn-toggle.click-off::after {
        bottom: -2px;
        transform: rotate(-45deg);
        width: 135%;
    }
    .btn-toggle.click-off div {
        opacity: 0;
    }
    .nav-mb{
        display: flex;
    }
    .hotline {
        font-size: 22px;
    }
    #work-page .item-work, #service-page .item-service, #whyus-page .item-whyus, #about-page .item-about{
        border-left: 5px solid #510f11;
        padding-bottom: 10px;
    }
    .contact-info button{
        padding: 20px 15px 20px 30px;
    }
}

@media screen and (max-width: 1024px){
    .remodel-list .item .price span {
        font-size: 38px;
    }
    .reason-title {
        font-size: 32px;
    }
    .reason-stt{
        width:14%;
    }
    .reason-content{
        width: 86%;
    }
    .reason-content {
        padding: 20px 20px 25px 30px;
    }
    .contact-info .phone-number span {
        font-size: 48px;
    }
    .reason-desc {
        margin-top: 10px;
    }
    .contact-info .content{
        width:100%;
    }
    .tab-name-list li{
        width: calc((100% - 60px) / 2);
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .article-item.remodeling {
        margin-top: 85px;
    }
    .article-desc {
        font-size: 20px;
        line-height: 40px;
    }
}

@media screen and (max-width: 992px){
    .contact-info .phone-number span {
        font-size: 40px;
    }
    .contact-info .wr-info{
        margin-top:0;
    }
    .remodeling .line-break, .paint .line-break,
    .desc-page-title span{
        display: inline;
    }
    .service-other-list .title {
        font-size: 22px;
    }
}


@media screen and (max-width: 880px){
    .reason-title {
        font-size: 30px;
    }
    .desc-page-title {
        width: 62%;
        margin: 0 auto;
        margin-top: 45px;
    }
    .reason-stt {
        width: 16%;
    }
    .reason-content {
        width: 84%;
    }
    .contact-info button{
        padding: 20px 15px 20px 20px;
    }
    .contact-info{
        padding-bottom: 70px;
    }
    .steps li:after{
        right: -24px;
        border-top: 14.5px solid transparent;
        border-left: 16px solid #b16c6f;
        border-bottom: 14.5px solid transparent;
    }
    .steps li {
        margin-left: 15px;
        margin-right: 15px;
        width: calc((100% - 210px) / 7);
    }
    .remodel-list .item .wr-img {
        width: 40%;
    }
    .remodel-list .item .wr-content {
        width: 60%;
    }
    .working-process .steps li {
        width: calc((100% - 180px) / 6);
    }
    .service-other-list .title {
        min-height: unset;
    }
    .service-other-list li,
    .paint-types li ,
    .service-list li{
        margin-left: 15px;
        margin-right: 15px;
        width: calc((100% - 60px) / 2);
    }
    .service-other-list,
    .paint-types,
    .service-list{
        margin-left: -15px;
        margin-right: -15px;
    }
    .service-other-list li:nth-of-type(1),
    .service-other-list li:nth-of-type(2),
    .paint-types li:nth-of-type(1),
    .paint-types li:nth-of-type(2),
    .service-list li:nth-of-type(1),
    .service-list li:nth-of-type(2){
        margin-bottom: 50px;
    }
    .remodel-list .item .info {
        display: flex;
        flex-wrap: wrap;
        line-height: 42px;
        justify-content: center;
        margin-left: -10px;
        margin-right: -10px;
    }
    .remodel-list .item .info p {
        order: 2;
    }
    .remodel-list .item .info p.price {
        width: 100%;
        order: 1;
        text-align: center;
        margin-bottom: 15px;
    }
    .remodel-list .item .info {
        margin-bottom: 15px;
    }
    .remodel-list .item .desc {
        line-height: 36px;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px){
    .reason-title {
        font-size: 28px;
    }
    .desc-page-title{
        width: 73%;
        text-align: left;
        margin: 0 auto;
        margin-top: 45px;
        font-size: 20px;
    }
    .reason-stt {
        width: 20%;
    }
    .reason-content {
        width: 80%;
    }
    .container {
        width: 90%;
    }
    .widget-contractor{
        padding: 10px;
    }
    .contact-info .phone-number span {
        font-size: 36px;
    }
    .contact-info .phone-number{
        font-size: 26px;
    }
    .article-item.service h3 {
        font-size: 23px;
    }
}


@media screen and (max-width: 650px){
    .reason-content {
        box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC, inset -11px 0 8px -10px #ccc, inset 8px 0 10px -11px #333;
    }
    .processing-time {
        display: none;
    }
    .toilet-remodel .wr-img img,
    .bathroom-remodel .wr-img img{
        display: none;
    }
    .steps{
        margin-top:46px;
    }
    .toilet-remodel .wr-img img.img-mb,
    .bathroom-remodel .wr-img img.img-mb{
        display: block;
    }
    .article-desc br{
        display: none;
    }
    .remodel-list .item .price span {
        font-size: 45px;
    }
    .steps li:after {
        right: unset;
        border-top: 25px solid transparent;
        border-left: 30px solid #b16c6f;
        border-bottom: 25px solid transparent;
        bottom: -55px;
        transform: rotate(90deg);
    }
    .menu-contact-md li {
        padding: 5px 35px;
    }
    .menu-md a{
        padding: 10px 35px;
    }

    .article-title {
        font-size: 48px;
        letter-spacing: 1px;
    }
    .message-president .article-title:after{
        width: 252px;
        height: 18px;
        left: calc(50% - 126px);
        bottom: -16px;
    }
    .whyus-page .contact-info .container {
        width: calc(100% - 40px);
    }
    .contact-info .container {
        width: 100%;
    }
    .remodeling .article-desc{
        text-align: left;
    }
    .contact-info button {
        padding: 20px 15px 20px 58px;
    }
    .remodel-list .item .title:after {
        width: 160px;
        left: calc(50% - 80px);
    }
    .remodel-list .item .wr-content .content {
        width: calc(100% - 70px);
    }
    .main-footer{
            background: url(../images/footer-bg-mb.png);
    }
    .container {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .paint-types li .desc {
        line-height: 37px;
        font-size: 21px;
    }
    .whyus-page .banner-title span{
        display: none;
    }
    .banner {
        height: 407px;
    }
    .banner-title{
        top:45%;
        font-size: 36px;
        padding: 25.5px 40px;
        left: 8%;
    }
    .sub-title{
        font-size: 40px;
        margin-bottom: 57px;
    }
    .sub-title:after {
        width: 130px;
        left: calc( 50% - 65px);
        bottom: -14px;
    }
    .page-title {
        font-size: 46px;
        line-height: 66px;
    }
    .whyus-page .page-title {
        font-size: 50px;
        line-height: 80px;
    }
    .whyus-page .page-title .line-break{
        display: block;
    }
    .desc-page-title{
        font-size: 32px;
        width: 100%;
        line-height: 54.5px;
    }
    .reason-item{
        display: flex;
        position: relative;
    }
    .reason-content {
        padding: 100px 35px 65px 35px;
        width:100%;
    }
    .reason-stt {
        width: auto;
        position: absolute;
        top: -42.5px;
        padding: 25px 26px;
        left: 25px;
    }
    .reason-stt .number{
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        font-size: 58px;
    }
    .reason-item{
        margin-bottom: 100px;
    }
    .reason-title span{
        display: block;
    }
    .reason-title{
        font-size: 50px;
        line-height: 75px;
    }
    .reason-title span {
        display: block;
    }
    .wr-reason{
        padding: 93px 0;
    }
    .reason-item:last-child{
        margin-bottom: 0;;
    }
    .contact-info .title {
        font-size: 38px;
        line-height: 60px;
        letter-spacing: 1.5px;
    }
    .contact-info .content{
        display: block;
    }
    .contact-info .wr-info {
        width: 100%;
    }
    .contact-info .wr-button {
        width: 100%;
        margin-top: 57px;
    }
    .contact-info .phone-number span {
        font-size: 56px;
    }
    .contact-info .phone-number{
        font-size: 26px;
    }
    .contact-info .opening-time{
        font-size: 32px;
    }
    .contact-info .opening-time{
        margin-top:22px;
    }
    .contact-info button {
        font-size: 30px;
        width:100%;
    }
    .paint-types li .title {
        padding: 4px 5px;
        line-height: 54px;
        font-size: 30px;
    }
    .paint .article-desc
    .main-footer .container {
        padding-top: 76px;
        padding-bottom: 76px;
    }
    .widget-footer {
        display: block;
        text-align: center;
    }
    .widget-info {
        font-size: 26px;
        margin-bottom: 74px;
    }
    .widget-info .company-name {
        font-size: 46px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .widget-contractor {
        padding: 35px 10px;
    }
    .widget-contractor .title {
        font-size: 38px;
    }
    .widget-contractor .desc{
        font-size: 24px;
    }
    .reason-desc {
        font-size: 32px;
        line-height: 62px;
    }
    .footer-nav{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-nav li{
        width:50%;
        margin-left:0;
        margin-right:0;
    }
    .footer-nav{
        margin-top:80px;
    }
    .footer-nav li {
        width: 50%;
        text-align: left;
        padding-left: 9%;
        font-size: 28px;
        margin-bottom: 10px;
        font-family: 'YuGothic';
    }
    .copyright {
        font-size: 24px;
    }
    .copyright span{
        display: block;
    }
    .en-title{
        font-size: 22px;
        margin-top:10px;
    }
    .company-info table{
        font-size: 32px;
        border-collapse: unset;
    }
    .company-info table tr{
        display: flex;
        flex-wrap:wrap;
        border-bottom:none;
    }
    .company-info table{
        width:100%;
    }
    .company-info table th,
    .company-info table td{
        width:100%;
        padding-left: 0;
    }
    .company-info table th{
        background: #f1f1f1;
        padding: 13px 30px;
        line-height: 54px;
    }
    .about-page .message-president .title, .about-page .map .title{
        font-size: 48px;
        margin-bottom: 50px;
    }
    .message-president .content {
        display: block;
    }
    .message-president .wr-image {
        width: 100%;
    }    
    .message-president .wr-info {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
        font-size: 32px;
        padding-left: 29px;
        padding-right: 29px;
    }
    .map  img{
        display: none;
    }
    .map img.mb{
        display: block;
    }
    .company-info table td {
        padding: 18px 29px;
        line-height: 54px;
    }
    .message-president .intro{
        line-height: 54.5px;
    }
    .message-president .position{
        line-height: 54.5px;
    }
    .message-president .wr-image:before{
        font-size: 32px;
    }
    .tab-name-list li a{
        font-size: 32px;
        padding: 31.5px 20px;
    }
    .work-title {
        font-size: 48px;
        margin-bottom: 80px;
    }
    .image-compare {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .image-compare > div {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .image-compare .before{
        margin-bottom: 36px;
    }
    .image-compare .label{
        padding-top:10px;
        padding-bottom: 10px;
    }
    .work-content .title {
        font-size: 48px;
        margin-top: 56px;
        margin-bottom: 34px;
        line-height: 71px;
        padding: 0 15px;
    }
    .work-content .desc{
        font-size: 32px;
        line-height: 54.5px;
        padding: 0 15px;
    }
    .article-item.service h3 {
        font-size: 36px;
        line-height: 66px;
    }
    .service-name {
        font-size: 32px;
    }
    .service-list li:nth-of-type(3),
    .service-list li:nth-of-type(4){
        margin-bottom: 0;
    }
    .article-desc {
        font-size: 32px;
        line-height: 57px;
    }
    .steps li {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 58px;
    }
    .steps li span{
        width:auto;
    }
    .steps{
        margin-left: 0;
        margin-right: 0;
    }
    .construct-process .btn-click a {
        font-size: 32px;
        padding: 30px 15px;
        width: 100%;
        line-height: 48px;
    }
    .steps li:last-child{
        margin-bottom: 0;
    }
    .remodeling .article-desc {
        font-size: 32px;
    }
    .remodel-list .item .wr-content {
        width: 100%;
    }
    .remodel-list .item .wr-img{
        height: unset !important;
    }
    .remodel-list .item .wr-img {
        width: 100%;
        height: unset !important;
        position: relative;
        padding-top: 62%;
    }
    .remodel-list .item .wr-img img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
    }
    .remodel-list .item .title {
        font-size: 36px;
        margin-bottom: 80px;
    }
    .remodel-list .item .info{
        display: flex;
        flex-wrap:wrap;
        line-height: 42px;
        justify-content: center;    
        margin-left: -10px;
        margin-right: -10px;
    }
    .remodel-list .item .info p{
        font-size: 28px;
        order:2;
    }
    .remodel-list .item .info p.price{
        width: 100%;
        order: 1;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .remodel-list .item .info {
        margin-bottom: 20px;
    }
    .remodel-list .item .desc{
        font-size: 28px;
        line-height: 48px;
    }
    .kitchen-remodel .wr-content{
        order:2;
    }
    .kitchen-remodel .wr-img{
        order:1;
    }
    .service-other .article-title {
        font-size: 32px;
        text-align: left;
        padding: 18px 50px;
        line-height: 52px;
    }
    .service-other .article-desc{
        font-size: 32px;
        line-height: 57px;
        letter-spacing: 1px;
    }
    .service-other-list .title {
        font-size: 30px;
        line-height: 56px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .service-other-list .price {
        font-size: 25px;
    }
    .construct-process .article-title {
        font-size: 48px;
    }
    .working-process .steps li {
        width: 100%;
    }
    .service-other-list li .price, .paint-types li .price{
        font-size: 25px;
        margin-top: 20px;
    }
    .header-company-info .intro {
        font-size: 20px;
    }
    .header-company-info .company-name {
        font-size: 36px;
        margin-top: 0;
    }
}

@media screen and (max-width: 550px){
    .whyus-page .page-title {
        font-size: 42px;
        line-height: 60px;
    }
    .paint-types li .desc {
        line-height: 34px;
        font-size: 20px;
    }
    .whyus-page .page-title .ft-yumincho {
        font-size: 62px;
        color: #552729;
    }
    .remodel-list .item .title:after{
        bottom: -15px;
    }
    .remodel-list .item .title{
        margin-bottom: 70px;
    }
    .widget-contractor .desc {
        font-size: 22px;
    }
    .service-other-list .title {
        font-size: 28px;
        line-height: 50px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .sub-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page-title {
        font-size: 42px;
        line-height: 64px;
    }
    .desc-page-title {
        font-size: 20px;
        line-height: 45px;
    }
    .desc-page-title{
        margin-top:30px;
        font-size: 28px;
        line-height: 50px;
        font-size: 28px;
        line-height: 50px;
    }
    .block-title{
        padding-bottom: 45px;
    }
    .about-page .block-title {
        padding-bottom: 0;
    }
    .reason-stt {
        font-size: 22px;
        top: -42.5px;
    }
    .reason-stt .number{
        font-size: 44px;
    }
    .reason-content {
        padding: 60px 15px 40px 15px;
    }
    .reason-title {
        font-size: 28px;
    }
    .reason-desc {
        font-size: 20px;
    }
    .wr-reason {
        padding: 60px 0;
    }
    .contact-info .title {
        font-size: 22px;
        line-height: 48px;
    }
    .contact-info .phone-number span {
        font-size: 48px;
    }
    .contact-info .content{
        padding-top:30px;
        padding-bottom: 40px;
    }
    .contact-info .opening-time {
        font-size: 18px;
    }
    .contact-info button {
        font-size: 22px;
    }
    .contact-info button {
        font-size: 24px;
    }
    .contact-info .wr-button{
        margin-top:30px;
    }
    .contact-info {
        padding-bottom: 40px;
    }
    .main-footer .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .widget-info {
        font-size: 18px;
    }
    .widget-info .company-name {
        font-size: 24px;
    }
    .widget-contractor {
        padding: 15px;
    }
    .widget-contractor .title {
        font-size: 22px;
    }
    .footer-nav {
        margin-top: 40px;
    }
    .footer-nav li {
        font-size: 18px;
    }
    .copyright {
        font-size: 16px;
    }
    .banner-title{
        font-size:32px;
    }
    .company-info table {
        font-size: 20px;
    }    
    .company-info table td {
        padding: 12px 15px;
        line-height: 50px;
    }
    .company-info table th {
        padding: 8px 15px;
        line-height: 50px;
    }
    .company-info table tr{
        font-size: 28px;
    }
    .message-president .intro{
        font-size: 20px;
        line-height: 40px;
    }
    .message-president .position {
        line-height: 44px;
    }
    .article-title {
        font-size: 42px;
    }
    .message-president .article-title:after{
        bottom: -13px;
        width: 230px;
        height: 18px;
        left: calc(50% - 115px);
    }
    .about-page .message-president, .about-page .map {
        padding-top: 60px;
    }
    .about-page .message-president .title, .about-page .map .title {
        font-size: 34px;
    }
    .message-president .wr-image:before{
        font-size: 20px;
    }
    .message-president .wr-info{
        font-size: 20px;
    }
    .en-title {
        font-size: 18px;
        margin-top: 0;
    }
    .company-info {
        margin-top: 50px;
    }
    .tab-name-list li a{
        font-size: 28px;
        padding: 25px 15px;
    }
    .work-title, .work-content .title {
        font-size: 42px;
        line-height: 60px;
    }
    .work-content .desc {
        font-size: 20px;
    }
    .image-compare .label {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 22px;
    }
    .tab-name-list li:nth-of-type(3),
    .tab-name-list li:nth-of-type(4){
        margin-bottom: 0;
    }
    .article-item.service h3 {
        font-size: 32px;
        line-height: 50px;
    }
    .service-name {
        font-size: 24px;
    }
    .steps li span {
        font-size: 24px;
    }
    .construct-process .article-title {
        font-size: 32px;
    }
    .processing-time{
        font-size: 20px;
    }
    .processing-time .text {
        width: 150px;
    }
    .processing-time .line-one, .processing-time .line-two {
        width: calc((100% - 150px) / 2);
    }
    .construct-process .btn-click a {
        font-size: 24px;
        padding: 24px 15px;
    }
    .remodeling .article-title {
        font-size: 32px;
    }
    .remodeling .article-desc {
        font-size: 20px;
        margin-top: 50px;
    }
    .remodel-list .item .title {
        font-size: 32px;
    }
    .remodel-list .item .info p.price{
        font-size: 32px;
    }
    .remodel-list .item .info p {
        font-size: 24px;
        order: 2;
        margin-bottom:10px;
        margin-right: 0;
        text-align: center;
    }
    .remodel-list .item .desc {
        font-size: 20px;
        margin-top: -12px;
    }
    .service-other .article-title {
        font-size: 28px;
        line-height: 46px;
        padding: 18px 15px;
    }
    .article-desc {
        font-size: 24px;
        line-height: 44px;
    }
    .service-other .article-desc{
        font-size: 24px;
        line-height: 44px;
    }
    .service-other-list li .price, .paint-types li .price {
        font-size: 20px;
    }
    .header-company-info .intro {
        font-size: 16px;
    }
    .header-company-info .company-name {
        font-size: 24px;
    }    
    .paint-types li .title {
        line-height: 50px;
        font-size: 28px;
    }
    .desc-page-title,
    .work-content .desc,
    .reason-desc{
        font-size: 28px;
        line-height: 50px;
    }
    .reason-title{
        font-size: 42px;
        line-height: 60px;;
    }
    .desc-page-title,
    .work-content .desc,
    .reason-desc,
    .construct-process .btn-click a,
    .remodel-list .item .title{
        font-size: 28px;
        line-height: 52px;
    }
}

@media screen and (max-width: 480px){
    .paint-types li .desc {
        line-height: 32px;
        font-size: 18px;
        padding: 15px 10px;
    }
    .steps li:after {
        border-top: 16.5px solid transparent;
        border-left: 19px solid #b16c6f;
        border-bottom: 16.5px solid transparent;
        bottom: -55px;
    }
    .steps li{
        margin-bottom: 49px;
    }
    .steps li:after{
        bottom: -43px;
    }
    .message-president .wr-info{
        margin-top:25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner {
        height: 309px;
    }
    .banner-title{
        left: 5%;
        padding: 20px 30px;
    }
    .contact-info .phone-number span {
        font-size: 42px;
    }
    .footer-nav li {
        padding-left: 0;
    }
    .article-title {
        font-size: 36px;
    }
    .message-president .article-title:after{
        bottom: -10px;
        width: 200px;
        left: calc(50% - 100px);
    }
    .whyus-page .page-title {
        font-size: 36px;
        line-height: 56px;
    }
    .whyus-page .page-title .ft-yumincho {
        font-size: 56px;
    }
    .work-title:after{
        width: 90px;
        left: calc(50% - 45px);
    }
    .widget-contractor .desc {
        font-size: 19px;
    }
    .contact-info button {
        font-size: 22px;
        padding: 20px 15px 20px 51px;
    }
    .contact-info {
        padding-top: 30px;
    }
    .service-other-list li, .paint-types li, .service-list li {
        margin-left: 10px;
        margin-right: 10px;
        width: calc((100% - 40px) / 2);
    }
    .service-other-list, .paint-types, .service-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .service-other-list .title {
        font-size: 22px;
    }
    .remodel-list .item .price span {
        font-size: 38px;
    }
    .remodel-list .item .info p.price {
        font-size: 28px;
    }
    .footer-nav{
        padding-left:16%;
    }
    .company-info table tr {
        font-size: 24px;
    }
    .company-info table th,
    .company-info table td{
        line-height: 44px;
    }
    .desc-page-title,
    .work-content .desc,
    .reason-desc,
    .construct-process .btn-click a{
        font-size: 24px;
        line-height: 44px;
    }
    .work-title, .work-content .title,
    .reason-title ,
    .remodel-list .item .title{
        font-size: 38px;
        line-height: 58px;
    }
    .work-content .title{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .work-title{
        margin-bottom: 60px;
    }
    .page-title {
        font-size: 38px;
        line-height: 60px;
    }
    .paint-types li .title {
        line-height: 46px;
        font-size: 26px;
    }
    .widget-info {
        margin-bottom: 42px;
    }
}

@media screen and (max-width: 414px){
    .banner {
        height: 272px;
    }
    .banner-title {
        top: 50%;
    }
    .whyus-page .page-title {
        font-size: 32px;
        line-height: 54.5px;
    }
    .whyus-page .page-title .ft-yumincho {
        font-size: 52px;
    }
    .widget-contractor .desc {
        font-size: 15px;
    }
    .line::after{
        height: 20px;
        transform: rotate(-45deg) translate(7px, 3px);
    }
    .line{
        margin-left: 20px;
    }
    .contact-info button {
        font-size: 20px;
        padding: 20px 15px 20px 36px;
    }
    .remodel-list .item .info p {
        font-size: 22px;
    }    
    .footer-nav{
        padding-left:14%;
    }
    .company-info table tr {
        font-size: 20px;
    }
    .company-info table th,
    .company-info table td{
        line-height: 40px;
    }
    .desc-page-title{
        font-size: 24px;
        line-height: 46.5px;
    }
    .desc-page-title,
    .work-content .desc,
    .reason-desc,
    .construct-process .btn-click a{
        font-size: 21px;
        line-height: 40px;
    }
    .work-title, .work-content .title ,
    .reason-title,
    .remodel-list .item .title{
        font-size: 32px;
        line-height: 54.5px;
    }
    .work-content .title{
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .tab-name-list li {
        
        background-size: 15px;
    }
    .tab-name-list li a{
        font-size: 20px;
    }
    .article-item.service h3 {
        font-size: 30px;
    }
    .page-title {
        font-size: 36px;
        line-height: 60px;
    }
    .service-other-list li .price, .paint-types li .price {
        font-size: 18px;
        margin-top:0;
    }
    .paint-types li .title {
        line-height: 44px;
        font-size: 24px;
    }
    .paint-types li .desc{
        padding:10px 10px;
        font-size: 17px;
    }
    .construct-process .btn-click a {
        padding: 16px 15px;
    }
    .remodel-list .item .wr-content .content {
        width: calc(100% - 30px);
    }
    .service-other-list .title {
        font-size: 20px;
        line-height: 40px;
    }
}

@media screen and (max-width: 398px){
    .widget-info {
        font-size: 17px;
    }
    .contact-info .phone-number span {
        font-size: 36px;
    }
    .contact-info .opening-time {
        margin-top: 10px;
    }
    .banner-title{
        left:6%;
    }
    .menu-contact-md li {
        font-size: 17px;
    }
    .remodel-list .item .info p {
        font-size: 20px;
    }
    .remodel-list .item .price span {
        font-size: 32px;
    }
    .remodel-list .item .info p.price {
        font-size: 22px;
    }
    .remodel-list .item .info{
        line-height: 30px;
    }
    .tab-name-list li a{
        font-size: 19px;
        padding: 16px 15px;
    }
    .work-title, .work-content .title,
    .reason-title,
    .remodel-list .item .title{
        font-size: 30px;
        line-height: 52px;
    }
    .desc-page-title,
    .work-content .desc,
    .reason-desc,
    .construct-process .btn-click a{
        font-size: 19px;
        line-height: 38px;
    }
    .page-title {
        font-size: 32px;
        line-height: 54.5px;
    }
    .article-item.service h3 {
        font-size: 28px;
        line-height: 48px;
    }
    .service-other-list li .price, .paint-types li .price {
        font-size: 17px;
    }
    .nav-mb {
        width: 80px;
        height: 80px;
    }
    .header-company-info .intro {
        font-size: 15px;
    }        
    .paint-types li .title {
        line-height: 42px;
        font-size: 22px;
    }
    .remodel-list .item .title{
        margin-bottom: 60px;
    }
    .service-other-list .title {
        font-size: 19px;
        line-height: 38px;
    }
    .contact-info button {
        font-size: 19px;
        padding: 20px 15px 20px 27px;
    }
}

@media screen and (max-width: 375px){
    .paint-types li .desc {
        padding: 10px 10px;
        font-size: 16px;
    }
    .message-president .intro {
        font-size: 18px;
        line-height: 36px;
    }
    .banner-title {
        font-size: 24px;
    }
    .nav-mb {
        width: 65px;
        height: 65px;
    }
    .header-company-info .company-name {
        font-size: 22px;
    }
    .header-company-info .intro {
        font-size: 13px;
    }
    .header-company-info .intro{
        margin-top:-4px;
    }
    #header .l_header{
        min-height: 65px;
    }
    .header-company-info .company-name {
        margin-top: -5px;
    }
    .banner-title {
        padding: 18px 24px;
    }
    .banner {
        height: 244px;
    }
    .article-title {
        font-size: 32px;
    }
    .message-president .article-title:after{
        width: 160px;
        left: calc(50% - 80px);
        bottom: -7px;
        height: 14px;
    }
    .whyus-page .page-title {
        font-size: 30px;
        line-height: 52.5px;
    }
    .whyus-page .page-title .ft-yumincho {
        font-size: 50px;
    }
    .widget-contractor .desc {
        font-size: 14px;
    }
    .footer-nav{
        padding-left:11%;
    }
    .company-info table tr {
        font-size: 18px;
    }
    .company-info table th,
    .company-info table td{
        line-height: 36px;
    }
    .work-title, .work-content .title,
    .reason-title{
        font-size: 28px;
        line-height: 50px;
    }
    .tab-name-list li a{
        font-size: 18px;
    }
    .article-item.service h3 {
        font-size: 26px;
        line-height: 46px;
    }
    .service-other-list li .price, .paint-types li .price {
        font-size: 16px;
    }
    .header-company-info .intro {
        font-size: 14px;
    }
    .paint-types li .title {
        line-height: 38px;
        font-size: 20px;
    }
    .service-other-list li, .paint-types li, .service-list li {
        margin-left: 5px;
        margin-right: 5px;
        width: calc((100% - 20px) / 2);
    }
    .service-other-list, .paint-types, .service-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .desc-page-title,
    .work-content .desc,
    .reason-desc,
    .construct-process .btn-click a{
        font-size: 18px;
        line-height: 36px;
    }
    .remodel-list .item .info p {
        font-size: 19px;
    }
    .remodel-list .item .info{
        line-height: 26px;
    }
    .work-title, .work-content .title,
    .reason-title,
    .remodel-list .item .title{
        font-size: 28px;
        line-height: 50px;
    }
    .service-other-list .title {
        font-size: 18px;
        line-height: 36px;
    }
    .contact-info button {
        font-size: 17px;
        padding: 20px 15px 20px 30px;
    }
    .banner-title {
        top: 44%;
    }
}

@media screen and (max-width: 360px){
    .remodel-list .item .desc {
        margin-top: -16px;
    }
    .banner {
        height: 233px;
    }
    .widget-info {
        font-size: 17px;
    }
    .widget-contractor .desc {
        font-size: 13px;
    }
    .company-info table tr {
        font-size: 17px;
    }
    .company-info table th,
    .company-info table td{
        line-height: 34px;
    }
    .desc-page-title,
    .work-content .desc,
    .reason-desc,
    .construct-process .btn-click a{
        font-size: 17px;
        line-height: 34px;
    }
    .work-title, .work-content .title,
    .reason-title ,
    .remodel-list .item .title{
        font-size: 26px;
        line-height: 46px;
    }
    .tab-name-list li a{
        font-size: 18px;
    }
    .paint-types li .title {
        line-height: 36px;
        font-size: 18px;
    }
    .remodel-list .item .info p {
        font-size: 18px;
    }
}
/* end responsive */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .working-process .steps li{
        width: calc((100% - 361px) /6);
 }
