@charset 'utf-8';

:root{
  --color-ti: #292929;
  --color-txt: #000;
  --bgcolor_w: #fff;
  --bgcolor_y: #FCF5E4;
  --bgcolor_b: #F3EEE3;
  --bgcolor_y2: #FCD434;
}
.kabegami-top {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
}
.kabegami-top img {
    height: auto;
}
.kabegami-top h2, .kabegami-top h3 {
    font-weight: bold;
}

.u-inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 768px) {
	.u-inner {
        width: 100%;
        max-width: 1100px;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
/* 表示のアニメーション */
.js-c-anime-elem[data-anime=fadein-up].is-animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-up] {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s;
}

/* 看板の部分 */
.ct_head .title {
    padding-bottom: 60px;
}
.ct_head_block {
	text-align: center;
	display: block;
}
.ct_head_block_ti {
	padding-bottom: 30px;
}
.headline {
  color: var(--color-ti);
}
.ct_head_block_ti_t {
  display: block;
}
.read_txt {
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.read_txt2 {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.r-corner_ti {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 5px 20px;
	border: 1px solid #707070;
    border-radius: 999px;
	font-size: 1.6rem;
    font-weight: 700;
    transition: .25s ease;
    text-align: center;
}

/*
================================
RESTAが選ばれる理由
================================ */
.reason {
    padding-top: 65px;
}
#feature .c-head01 {
    min-height: 52px;
}
.reason__head {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 0;
    line-height: 1.65;
}
/*
.reason__head::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 160px;
    width: 173px;
    height: 79px;
    background: url(/reform/img/kabegami/img_feature01_sp.webp) right top / contain no-repeat;
}*/
.reason__head-picbox {
    position: relative;
    text-align: center;
}
.c-head01__pic {
    display: block;
    position: relative;
    padding: 0 0 10px 25px;
}
.c-head01__pic::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 104px;
    background: url(/reform/img/kabegami/ico_house01.webp) left bottom / contain no-repeat;
}
.c-head01__pic>* {
    position: relative;
}

.c-head01__pic img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.c-head01__pic>* {
    position: relative;
}
.reason__head-content {
    margin-top: 35px;
    text-align: center;
}
.reason__tit {
    font-size: 2.7rem;
}
.reason__txt {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 20px;
}
.reason__read_txt {
    text-align: center;
    line-height: 2.5;
    letter-spacing: 0.1em;
}
@media (min-width: 768px) {
    .reason {
        padding-top: 60px;
    }
    #feature .c-head01 {
        min-height: 142px;
    }
	.reason__head {
        /*
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        */
        margin-bottom: 60px;
    }
    /*
	.reason__head::before {
        content: '';
        top: 0;
        left: -40px;
        width: 648px;
        height: 294px;
        background: url(/reform/img/kabegami/img_feature01_pc.webp) left top no-repeat;
    }
        */
    .reason__head-picbox {
        /*padding-left: 150px;*/
        text-align: center;
    }
	.reason__head-pic {
        margin-right: 50px;
    }

	.c-head01__pic {
        padding: 0 0 35px 65px;
    }
	.c-head01__pic::before {
        width: 120px;
        height: 130px;
    }
	    #feature .c-head01__pic img {
        width: 290px;
    }
	.reason__head-content {
        margin-top: 35px;
        text-align: center;
    }
	.reason__tit {
        font-size: 5.0rem;
    }
	    .reason__txt {
        font-size: 3rem;
    }
}
/* 理由その1～ */
.reason-sec {
    margin-bottom: 50px;
}
.reason-sec__head {
    margin-bottom: 15px;
    text-align: center;
}
.reason-sec.is-first .reason-sec__head.is-animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.reason-sec.is-first .reason-sec__head {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.reason-sec__head-img img {
    width: auto;
    height: 54px;
}
.reason-sec.is-first .reason-sec__head-img img {
    height: 60px;
}
.reason-sec__head-tit {
    line-height: 1.4;
    font-size: 2.2rem;
}
.reason-sec.is-first .reason-sec__imgbox {
    width: 100%;
    max-width: 280px;
    margin: 10px auto 0;
    opacity: 0;
}
.reason-sec.is-first .reason-sec__txtbox {
    margin-top: 10px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.reason-sec.is-first .reason-sec__txtbox.is-animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.reason-sec.is-first .reason-sec__txtbox-tit {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
}
.reason-sec__txtbox .reason-sec__txtbox-txt {
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.05em;
}
@media (max-width: 767px) {
    .reason-sec.is-first .reason-sec__imgbox.is-animated {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@media (min-width: 768px) {
    .reason-sec {
        margin-bottom: 100px;
    }
    .reason__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 20px;
    }
    .reason-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(50% - 50px);
    }
    .reason-sec.is-first {
        width: 100%;
        display: block;
    }
    .reason-sec__content {
        position: relative;
    }
    .reason-sec__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 100px;
        margin-bottom: 35px;
        text-align: left;
    }
    .reason-sec.is-first .reason-sec__head {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 0;
        min-height: 120px;
        -webkit-transition: all .9s cubic-bezier(.215, .61, .355, 1) .6s;
        transition: all .9s cubic-bezier(.215, .61, .355, 1) .6s;
    }
    .reason-sec__head-img {
        margin: 0 30px 0 -10px;
    }
    .reason-sec.is-first .reason-sec__head-img {
        margin: 0 30px 0 -30px;
    }
    .reason-sec__head-img img {
        height: 100px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .reason-sec.is-first .reason-sec__head-img img {
        height: 120px;
    }
    .reason-sec__head-tit {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        font-size: 3.6rem;
    }
    .reason-sec.is-first .reason-sec__head-tit {
        font-size: 4rem;
    }
    .reason-sec.is-first .reason-sec__imgbox {
        float: right;
        width: 360px;
        max-width: none;
        margin: 0 -30px 0 0px;
        opacity: 0;
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        -webkit-transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s;
    }
    .reason-sec.is-first .reason-sec__imgbox.is-animated {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .reason-sec__txtbox {
        width: 230px;
        margin-right: 35px;
    }
    .reason-sec.is-first .reason-sec__txtbox {
        clear: left;
        width: 320px;
        margin: 0;
        -webkit-transition: all .9s cubic-bezier(.215, .61, .355, 1) .6s;
        transition: all .9s cubic-bezier(.215, .61, .355, 1) .6s;
    }
    .reason-sec.is-first .reason-sec__txtbox-tit {
        margin-bottom: 20px;
        font-size: 3.0rem;
        line-height: 1.5;
        text-align: left;
    }
    .reason-sec__txtbox .reason-sec__txtbox-txt {
        padding-right: 10px;
    }
}


/* 実績を裏付ける許可・資格 */
.c-head01__tit {
    margin: 10px auto 20px;
    line-height: 2.5;
    font-size: 2.6rem;
    text-align: center;
}
.home-certification-sec {
    margin-bottom: 40px;
}
.home-certification-sec__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 42px;
    margin-bottom: 15px;
    text-align: left;
    padding-bottom: 0;
}
.home-certification-sec__head-img {
    margin: 0 10px 0 0px;
}
.home-certification-sec__head-img img {
    width: 50px;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.home-certification-sec__head-tit {
    line-height: 1.4;
    font-size: 2.2rem;
}
.home-certification-sec__img {
    margin-bottom: 18px;
    text-align: center;
}
.home-certification-sec__txtbox-tit {
    margin-bottom: 13px;
    line-height: 1.5;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
}
.home-certification-sec__txtbox-txt {
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.01em;
}
@media (min-width: 768px) {
    .c-head01__tit {
        font-size: 30px;
    }
    .home-certification__head {
        padding-bottom: 0px;
    }
    .home-certification__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /*justify-content: space-between;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px;
    }
    .home-certification-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(50% - 20px);
    }
    .home-certification-sec__head {
        min-height: 80px;
    }
    .home-certification-sec__head-img {
        margin: 0 10px 0 -20px;
    }
    .home-certification-sec__head-img img {
        width: 80px;
        height: 80px;
    }
    .home-certification-sec__head-tit {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        font-size: 20px;
    }
    .home-certification-sec__txtbox-tit {
        margin-bottom: 5px;
    }
}

/*
================================
壁紙・床リフォームのトータルコーディネート
================================
*/
.coordinate {
    padding: 45px 20px 60px;
    background-color: #f8f6f2;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 100px;
}
.coordinate__title {
    margin-bottom: 10px;
    padding-left: 0.06em;
    font-size: 25px;
    line-height: 1.4;
    color: #000;
    /*font-family: "Roboto", sans-serif !important;*/
    font-weight: 700;
    text-align: center;
}

.coordinate__title__number {
    margin-bottom: 0;
    margin-right: 0.2em;
    font-size: 1.15em;
    font-weight: 500;
    display: inline;
    vertical-align: -2%;
    color: #67755c;
    font-family: "Jost", sans-serif !important;
}
.inview-b.fadein {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(50px);
    filter: blur(6px);
}
.inview-b.fadein--on {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
.coordinate__lead {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.9;
    color: #000;
    text-align: center;
    letter-spacing: normal;
}
.coordinate__lead_btm {
    padding: 0 10px;
    text-align: left;

}
.coordinate__list {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.inview-point.fadein {
    opacity: 0;
    transition-duration: 1s;
    filter: blur(6px);
    transform: scale(1.3);
}
.inview-point.is-animated {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transform: scale(1);
}
.coordinate__list__item:nth-child(1) {
    transition-delay: 0.2s;
    z-index: 1;
}
.coordinate__list__item {
    margin-top: 25px;
    width: calc((100% - 10px) / 2);
    position: relative;
    transition: transform 0.3s ease;
}
/*.coordinate__list__item__link:hover {
    transform: scale(1.05);
    z-index: 5;
}*/
.coordinate__list__item__link {
    padding: 10px 10px 30px;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}
.coordinate__list__item__link__photo {
    margin-bottom: 20px;
}
.coordinate__list__item__link__title {
    margin-bottom: 12px;
    padding-left: 0.06em;
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-family: "Jost", sans-serif !important;
    font-weight: 400 !important;
    text-align: center;
    position: relative;
}
.coordinate__list__item__link__text {
    padding-left: 0.06em;
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    letter-spacing: 0.08em;
}
@media (max-width: 767px) {
    .coordinate {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media screen and (min-width: 768px) {
    .coordinate {
        padding: 70px 20px 70px;
    }
    .coordinate__title {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .coordinate__title__number {
        font-size: 1.7857em;
        font-weight: 400;
        display: block;
    }
    .coordinate__lead {
        margin-bottom: 35px;
        font-size: 14px;
        line-height: 1.5;
    }
    .coordinate__lead_btm {
        text-align: left;
        padding: 0 30px;
        line-height: 2.0;
        margin-bottom: 0px;
    }
    .coordinate__list {
        margin: 0px auto 40px;
        width: 100%;
    }
    .coordinate__list__item:nth-child(1) {
        transition-delay: 0.6s;
    }
    .coordinate__list__item {
        margin-top: 15px;
        width: calc((100% - 30px) / 3);
    }
    .coordinate__list__item__link {
        padding: 15px 15px 20px;
    }
    .coordinate__list__item__link__photo {
        margin-bottom: 25px;
    }
    .coordinate__list__item__link__title {
        font-size: 21px;
    }
    .coordinate__list__item__link__text {
        font-size: 14px;
    }
}

/*
================================
「高品質×コスト」の最適プラン
================================
*/
.wv_box {
    position: relative;
    padding: 25px 0 40px;
}
.wv_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100vw;
}
.floor-reform::before {
    height: 230px;
    /*background: url(/reform/img/kabegami/bg_floor_reform.webp) center top / cover no-repeat;*/
}
.wv_box__inner {
    padding-left: 0;
    padding-right: 0;
}
.wv_box__head {
    margin-bottom: 25px;
    text-align: center;
}
.wv_box__head-img {
    width: 150px;
}
.wv_box__head-img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wv_box__head-copy {
    margin-top: -10px;
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 700;
}
.wv_box__head-tit {
    line-height: 1.4;
    font-size: 2.2rem;
}
.wv_box__img {
    position: relative;
    padding-bottom: 70px;
}
.wv_box__img.is-animated::after,
.wv_box__img.is-animated::before {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.wv_box__img::after, .wv_box__img::before {
    content: '';
    position: absolute;
    z-index: 1;
}
.wv_box__img::before {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 1.2s;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 1.2s;
}
.floor-reform__img::before {
    width: 135px;
    height: 187px;
    margin-left: 38px;
    opacity: 0;
    background: url(/reform/img/kabegami/pic_floor_reform.webp) left top / cover no-repeat;
}
.wv_box__img.is-animated .wv_box__pic_main,
.wv_box__img.is-animated .wv_box__pic02 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wv_box__pic_main {
    margin: 0 -25px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all .9s cubic-bezier(.215, .61, .355, 1) .6s;
    transition: all .9s cubic-bezier(.215, .61, .355, 1) .6s;
}
.wv_box__pic02 {
    text-align: center;
    margin-bottom: 10px;
}
.wv_box__content_w2 {
    margin: 0 15px 30px;
}
.wv_box__copy {
    margin-bottom: 20px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
}
.flooring_bn_txt {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 767px) {

    .floor-reform::before {
        background: url(/reform/img/kabegami/bg_floor_reform_sp.webp) center top / cover no-repeat;
    }
    .wv_box__head-tit {
        margin-left: -15px;
        margin-right: -15px;
        width: 100vw;
    }
}
@media screen and (min-width: 768px) {
    .floor-reform {
        padding: 130px 0 45px;
    }
    .floor-reform::before {
        height: 440px;
        background: url(/reform/img/kabegami/bg_floor_reform.webp) center top / cover no-repeat;
        transform: translateX(calc(-50% - 130px));
    }
    .wv_box__head {
        margin-bottom: 40px;
        padding-bottom: 0;
        text-align: center;
    }
    .wv_box__head-img {
        position: absolute;
        top: -60px;
        right: 50%;
        width: 196px;
        margin-right: 135px;
    }
    .wv_box__head-copy {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-left: 0px;
        font-size: 2.6rem;
    }
    .wv_box__head-tit {
        font-size: 4rem;
        text-align: left;
    }
    .wv_box__img {
        margin-bottom: 70px;
        padding-bottom: 0;
    }
    .wv_box__img::after, .wv_box__img::before {
        content: '';
        position: absolute;
    }
    .wv_box__img::before {
        top: -150px;
        left: 37%;
    }
    .floor-reform__img::before {
        width: 270px;
        height: 374px;
        margin-left: 325px;
        background: url(/reform/img/kabegami/pic_floor_reform.webp) left top / cover no-repeat;
    }
    .wv_box__pic_main {
        margin: 0;
        margin-left: -30px;
    }
    .wv_box__copy {
        margin-bottom: 10px;
        font-size: 2.0rem;
        line-height: 1.4;
    }
    .wv_box__copy .fs1 {
        font-size: 1.6rem;
        line-height: 1.7;
    }
    .wv_box__copy .fs2 {
        font-size: 1.8rem;
        line-height: 1.7;
    }
    .wv_box__content_w2 {
        position: relative;
        display: flex;
        align-items: flex-start; /* 上揃え */
        gap: 16px;
        margin: 0 0 30px;
    }
    .wv_box__pic02 {
        width: 330px;
        margin: 0 0 20px;
    }
    .wv_box__content_w2__inner {
        flex: 1;
    }
    .flooring_bn_txt {
        font-size: 20px;
    }
}


/*
================================
リフォーム事例をご紹介
================================
*/
.reform-example::before {
    height: 230px;
    /*background: url(/reform/img/kabegami/bg_reform_example.webp) center top / cover no-repeat;*/
}
.reform-example__img::before {
    width: 135px;
    height: 187px;
    margin-left: 38px;
    opacity: 0;
    background: url(/reform/img/kabegami/pic_reform_example.webp) left top / cover no-repeat;
}
.reform-example__head, .reform-example__head .wv_box__head-tit {
    position: relative;
    text-align: center;
}
.reform-example__head {
    padding-bottom: 20px;
}
.reform-example__head .wv_box__head-img {
    top: 0;
    left: -10px;
}
.reform-example__head .wv_box__head-copy {
    padding-top: 10px;
    font-size: 2.0rem;
}
.reform-example__inner {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 20px 30px 20px;
    /*background-color: #fff4b9;*/
}
.reform-example__inner .wv_box__content_w2 {
    margin-bottom: 50px;
}
.wv_box__link {
    overflow: hidden;
}
.wv_box__link a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.wv_box__link a:hover img {
    transform: scale(1.05);
}
/* オレンジのやつ */
.wv_box__type_box {
    margin-bottom: 15px;
}
.wv_box__type {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    margin-bottom: 10px;
    padding: 6px 16px;
    border-radius: 14px;
    background-color: #fbd554;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}
.reform-example__inner .wv_box__txt {
    line-height: 1.7;
    margin-bottom: 20px;
}
/* 工期・費用 */
.reform-example__price-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.reform-example__price-box__term {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #8f8f8f;
  background: #fff;
  color: #555;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 20px;
}
.reform-example__price-box__price {
  color: #2f240e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
/* 4つ並び */
.reform-example__list {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px;
}
.reform-example__list__item {
    margin-top: 25px;
    width: calc((100% - 10px) / 2);
    position: relative;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.reform-example__list__item__link:hover {
    transform: scale(1.05);
    z-index: 5;
}
.reform-example__list__item__link {
    padding: 10px 10px 30px;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}
.reform-example__list__item__link__photo {
    margin-bottom: 20px;
}
.reform-example__list__item__link__photo img {
    width: 100%;
}
.reform-example__list__item__link__title {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #000;
    line-height: 1;
    color: #fff;
    font-weight: normal !important;
    font-size: 13px;
    padding: 5px;
}
.reform-example__list__item__link__text {
    padding-left: 0.06em;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    text-align: left;
}
/* お客様からのお声 */
.reform-example__voice {
    text-align: center;
    position: relative;
    margin: 80px 0 50px;
}
.voice__head_tit {
    font-size: 2.2rem;
    line-height: 1.5;
}
.voice__head_img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 76px;
    height: 66px;
    margin-left: 100px;
}
.voice-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 12px 16px 14px 10px;
}
.voice-card__thumb {
  flex: 0 0 96px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-card__body {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}
.voice-card__title {
  margin: 0 0 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #2d2d2d;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.voice-card__text {
  margin: 0;
  line-height: 1.5;
}
.voice-card__thumb img {
    padding-top: 5px;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
/* 施工事例をもっと見る */
.link_btn_box {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.link_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-height: 55px;
    border: 2px solid #1f1f1f;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: color .3s ease;
}
.example__more__link {
    max-width: 325px;
    padding: 10px 30px;
    text-align: center;
    line-height: 1.6;
}
.link_btn_box__txt {
    display: inline-block;
    line-height: 1.5;
}
.link_btn_box__p {
    position: relative;
}
.link_btn_box__p::before {
    content: '';
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #1f1f1f;
    margin: auto 10px;
}
/* リンクの動き部分 */
.hover-left-white {
  /*display: inline-block;*/
  overflow: hidden;
  z-index: 0;
  transition: color .3s ease;
  background-color: #fdf9e2;
}
.hover-left-white::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff; /* 上に白をかぶせる */
  z-index: -1;
  transform: scaleX(1);
  transform-origin: left center; /* 戻る時は左から白が広がる */
  transition: transform .35s ease;
}
.hover-left-white:hover {
    color: #000;
}
.hover-left-white:hover::before {
  transform: scaleX(0);
  transform-origin: right center; /* hover時は左から青が出る */
}

@media (max-width: 767px) {
    /*.reform-example::before {
        background: url(/reform/img/kabegami/bg_reform_example_sp.webp) center top / cover no-repeat;
    }*/
}
@media screen and (min-width: 768px) {
    .reform-example {
        padding: 50px 0 45px;
    }
    /*.reform-example::before {
        height: 440px;
        background: url(/reform/img/kabegami/bg_reform_example.webp) center top / cover no-repeat;
        transform: translateX(calc(-50% - 130px));
    }*/
    .reform-example__inner {
        margin-left: 0;
        margin-right: 0;
    }
    .reform-example__inner .wv_box__content_w2 {
        margin-bottom: 20px;
    }
    .reform-example__head {
        padding-bottom: 40px;
    }
    .reform-example__head .wv_box__head-img {
        top: 0;
        left: -10px;
    }
    /*.reform-example__head .wv_box__head-copy {
        position: absolute;
        top: 15px;
        right: 190px;
    }*/
    .reform-example__img::before {
        width: 270px;
        height: 374px;
        margin-left: 325px;
    }
    .wv_box__type {
        height: 22px;
        margin: 0 5px 0 0;
        padding: 3px 15px 4px;
        border-radius: 16px;
    }
    .reform-example__list {
        margin: -10px 0 50px;
        width: 100%;
    }
    .reform-example__list__item:nth-child(1) {
        transition-delay: 0.6s;
    }
    .reform-example__list__item {
        margin-top: 15px;
        width: calc((100% - 30px) / 4);
    }
    .reform-example__list__item__link {
        padding: 10px 10px 10px;
    }
    .reform-example__list__item__link__photo {
        margin-bottom: 10px;
    }
    .reform-example__price-box {
        margin-bottom: 20px;
    }
    .voice__head_tit {
        font-size: 2.8rem;
    }
    .voice__head_img {
        top: -20px;
        width: 174px;
        height: 150px;
        margin-left: 150px;
    }
    .example__more__link {
        max-width: 500px;
    }
    .link_btn_box__p::before {
        width: 10px;
        height: 10px;
        right: 1px;
        border-width: 5px 0 5px 7px;
        /*margin: -3px 10px 0 0;*/
    }
    .link_btn_box__txt {
        position: relative;
        z-index: 1;
    }
    .voice-card__title {
        font-size: 2.0rem;
    }
}

/*
================================
料金プラン
================================
*/
.plan_box {
	background-color: var(--bgcolor_y2);
	padding-top: 100px;
	padding-bottom: 80px;
}
@media (max-width:667px){
    .plan_box {
        margin-left: -15px;
        margin-right: -15px;
    }
.plan_box_head {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}

.blk_ctr.blk_ctr605.plan_box {
  margin-left: auto;
  margin-right: auto;
  background: #FCF5E4;
  border-radius: 22px;
}
@media (min-width: 668px){
.blk_ctr.blk_ctr605.plan_box {
  max-width: 605px;
  padding: 40px;
}
}
@media (max-width:667px){
.blk_ctr.blk_ctr605.plan_box {
  padding: 20px;
}

}
@media (max-width:667px){
.blk_ctr {
	width: 90%;
}
}
.plan_ti_sub {
	position: relative;
	background: #fff;
	padding: 15px 10px 13px 10px;
	text-align: center;
    border-radius: 22px;
	font-weight: bold;
	margin: 0 auto 40px;
}
@media (min-width: 668px){
.plan_ti_sub {
	width: 605px;
	font-size: 3.0rem;
}
}
@media (max-width:667px){
.plan_ti_sub {
	width: 100%;
	font-size: 2.4rem;
	line-height: 1.3;
}
}
.plan_ti_sub:after {
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	left:50%;
	border-top-width:21px;
	border-bottom-width:8px;
	border-left-width:15px;
	border-right-width:15px;
	margin-left: -15px;
	border-top-color:#fff;
}
.plan_ti {
	letter-spacing: 0.1em;
	line-height: 1.2;
    font-weight: 900;
}
@media (min-width: 668px){
.plan_ti {
	font-size: 6.0rem;
}
}
@media (max-width:667px){
.plan_ti {
	font-size: 4.0rem;
}
}

.r-corner_pl_name {
    padding: 18px;
    border-radius: 999px;
	background-color: #FCD434;
    font-weight: 700;
	letter-spacing: 0.1rem;
    text-align: center;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 668px){
.r-corner_pl_name {
	width: 370px;
	font-size: 2.2rem;
}
}
@media (max-width:667px){
.r-corner_pl_name {
	width: 100%;
	font-size: 1.8rem;
}
}
.plan .fee_ti {
	color: #fff;
	letter-spacing: 0.1rem;
}
@media (min-width: 668px){
.plan .fee_ti {
	font-size: 3.0rem;
}
}
@media (max-width:667px){
.plan .fee_ti {
	font-size: 2.6rem;
}
}
.plan .fee_ti span {
	border-bottom: 4px solid #fff;
}
.guide_box {
	background-color: var(--bgcolor_y);
	padding-top: 65px;
	padding-bottom: 35px;
}
@media (max-width:667px){
.guide_box {
	margin-left: -15px;
    margin-right: -15px;
}
}

.r-corner_lnk a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
	border: 3px solid #707070;
    border-radius: 999px;
	font-size: 1.6rem;
    font-weight: 700;
    transition: .25s ease;
    text-align: center;
}
@media (min-width: 668px){
.r-corner_lnk a {
    padding: 5px 40px;
}
}
@media (max-width:667px){
.r-corner_lnk a {
    padding: 5px 10px;
	width: 100%;
}
}

.blk_ctr.blk_ctr575 {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}
.blk_ctr.blk_ctr575.yb {
  background: var(--bgcolor_w);
}
@media (min-width: 668px){
.blk_ctr.blk_ctr575.yb {
  padding-right: 45px;
  padding-left: 45px;
}
}
@media (max-width:667px){
.blk_ctr.blk_ctr575.yb {
  padding-right: 20px;
  padding-left: 20px;
}
}

.blk_ctr.blk_ctr400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.read_txt {
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.read_txt2 {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
/* ----- 料金の目安 ----- */
.price-boxes {
  padding: 10px 40px;
}
.price-box {
  display: grid;
  grid-template-columns: 220px 1fr;
  background: #fff;
  margin-bottom: 20px;
}
.price-box:last-child {
  margin-bottom: 0;
}
.price-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffd72e;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 24px 16px;
}
.price-box__body {
  padding: 16px 15px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.price-box__body ul {
  margin: 0;
  padding: 0;
  padding-left: 0.6em;
  list-style: inside;
}
.price-box__body li {
  margin: 0;
}
.price-box__title {
  margin: 0 0 2px;
}
.price-box__body ul + .price-box__title {
  margin-top: 18px;
}
/* フローリングのように高さがある場合も左見出しを中央配置 */
.price-box__head {
  min-height: 80px;
}
/* SP */
@media screen and (max-width: 767px) {
  .price-boxes {
    padding: 0 20px;
  }

  .price-box {
    display: block;
    margin-bottom: 32px;
  }

  .price-box__head {
    min-height: auto;
    padding: 9px 12px;
    font-size: 21px;
  }

  .price-box__body {
    padding: 18px 15px 24px;
    font-size: 15px;
    line-height: 2.0;
  }

  .price-box__body ul {
    padding-left: 0.3em;
  }
  .price-box__body li {
    margin: 10px 0;
    line-height: 1.2;
  }
  .price-box__body_libr {
    display: block;
    text-align: right;
  }

  .price-box__body ul + .price-box__title {
    margin-top: 20px;
  }
}



/*
================================
対応エリア
================================
*/
.area {
	padding-top: 30px;
}
.area_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	justify-content: center;
	width: 100%;
	height: 207px;
	background: url(/reform/img/kabegami/area1.jpg) no-repeat;
}
.area_box_txt {
	color: #fff;
}
.about_works {
	background-color: #F3F3F3;
	padding-top: 80px;
}
@media (max-width:667px){
.about_works_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
.about_works .point_ti {
	color: #292929;
	line-height: 1.3;
	letter-spacing: 0.1rem;
	padding-bottom: 12px;
}
@media (min-width: 668px){
.about_works .point_ti {
	font-size: 3.6rem;
}
}
@media (max-width:667px){
.about_works .point_ti {
	font-size: 2.4rem;
}
}

/*
================================
リフォーム工事の流れ
================================
*/
.flow {
	padding-top: 100px;
}
.flow_ti {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    padding: 5px;
	background-color: #FCD434;
    border-radius: 999px;
}
.more_info {
	padding-top:100px;
}


/* ----------------- */
.xl-center {
    text-align: center !important;
}
.pc_on {
 display: none;
}
.sp_on {
 display: inline;
}
@media (min-width: 768px) {
    .pc_on {
        display: inline;
    }
    .sp_on {
        display: none;
    }
}
@media (max-width: 767px) {
    img {
    max-width: 100%;
    height: auto;
    }
}


/*
================================
よくある質問
================================
*/
.fm_bgc_bro {
    background-color: #F5F2ED;
    /* padding: 35px 30px; */
    border: 5px solid #F5F2ED;
    padding: 35px 26px 10px;
}
@media (max-width: 767px) {
    .fm_bgc_bro {
        padding: 35px 0px 10px;
    }
}

.blk_ctr.blk_ctr550 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.sec_hd_sub_wp {
  text-align: center;
  margin-bottom: 20px;
}
.sec_hd_sub_wp .icn {
  display: block;
  margin-bottom: 5px;
}
.sec_hd_sub {
	font-size: 20px;
	font-weight: bold;
  color: #292E3B;
}
.qa_arw_wp {
  margin-bottom: 30px;
}

.qa_arw {
	position:relative;
	background:#C3A678;
	padding:8px 5px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin: 0 auto 20px;
}
.qa_arw p{
	font-size: 16px;
	font-weight: bold;
	line-height:1.4;
}
.qa_arw h3{
	font-size: 16px;
	font-weight: bold;
	line-height:1.4;
}

@media (max-width:667px){
.qa_arw {
	max-width: 100%;
}
}
.qa_arw:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	left:50%;
	border-top-width:9px;
	border-bottom-width:8px;
	border-left-width:5px;
	border-right-width:5px;
	border-top-color:#C3A678;
}

.icn-chev li {
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
}
@media (min-width: 668px){
.icn-chev li {
	padding-bottom: 5px;
}
}
@media (max-width:667px){
.icn-chev li {
	padding-bottom: 10px;
}
}
.icn-chev li:before {
  font-family: FontAwesome;
  content: '\f138';
  font-weight: normal;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  color: #292E3B;
}
.icn-chev li.dcat:before {
  content: '\f02d';
}
.icn-chev li.movie:before {
  content: '\f16a';
  color: #A5001E;
}
.icn-chev li.picture:before {
  content: '\f02d';
  color: #bc8e60;
}
.icn-chev li a {
	display: block;
}
.icn-chev li.yellow-chev:before {
	color: #E4BF37;
}
.icn-chev li.blue-chev:before {
	color: #54688F;
}
.icn-chev li.green-chev:before {
	color: #7DA675;
}
.icn-chev li.none {
	padding-left: 0;
}
.icn-chev li.none:before {
	display: none;
}
.icn-chev li.icn-movie a:after {
  padding-left: 4px;
  font-family: FontAwesome;
  content: "\f16a";
  color: #a5001e;
}
.lo_btn {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.lo_btn li.w380 {
    width: 380px;
}
.lo_btn li {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.lo_btn .ln2 {
    line-height: 1.3;
    padding: 6px 6px;
}
.lo_btn .btnc_bl {
    color: #fff;
    background-color: #292E3B;
}
.lo_btn a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    border: 2px solid #292E3B;
    align-items: center;
    font-weight: bold;
    flex-grow: 1;
    color: #292E3B;
    padding: 11px 8px;
    font-weight: bold;
    font-size: 16px;
}
.lo_btn .lnk-txt {
    text-align: center;
    flex: 1;
}
.lo_btn i.arr-r {
    padding-left: 7px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




/*
================================
お見積もり・お問い合わせ
================================
*/
.contact {
	padding-bottom: 100px;
}
.contact_link_box {
    margin-top: 20px;
}
.contact__link {
    padding: 10px 0px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.7rem;
    width: calc(100vw - 40px);
}

@media screen and (min-width: 768px) {
    .contact__link {
        padding: 10px 50px;
        width: auto;
        min-width: 400px;
    }
}



/* font ---------- */
.fBold {font-weight: bold;}
@media (min-width: 668px){
.tx-fs16 {font-size: 1.6rem; line-height: 2.5; letter-spacing: 0.1rem;}
.tx-fs20 {font-size: 2.0rem; line-height: 1.5; letter-spacing: 0.1rem;}
.tx-fs22 {font-size: 2.2rem; line-height: 1.5; letter-spacing: 0.1rem;}
.tx-fs24 {font-size: 2.4rem; line-height: 1.5; letter-spacing: 0.1rem;}
.tx-fs30 {font-size: 3.0rem; line-height: 1.5; letter-spacing: 0.2rem;}
.tx-fs34 {font-size: 3.4rem; line-height: 1.5; letter-spacing: 0.2rem;}
}
@media (max-width:667px){
.tx-fs16 {font-size: 1.5rem; line-height: 2.5; letter-spacing: 0.1rem;}
.tx-fs20 {font-size: 1.6rem; line-height: 1.5; letter-spacing: 0.1rem;}
.tx-fs22 {font-size: 1.8rem; line-height: 1.5; letter-spacing: 0.1rem;}
.tx-fs24 {font-size: 2.0rem; line-height: 1.5; letter-spacing: 0.1rem;}
.tx-fs30 {font-size: 2.4rem; line-height: 1.5; letter-spacing: 0.1rem;}
.tx-fs34 {font-size: 3.0rem; line-height: 1.5; letter-spacing: 0.2rem;}
}
