@charset "utf-8";

/**********************************
        トップ共通設定
**********************************/
.top {
    font-family: 'Noto Sans JP';
}

.t_h2 {
    color: #a69c49;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    margin: 0;
}

.t_h2::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/top/yotsuba.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 4px 7px 0;
}


/* タブレットとスマホ */
@media (max-width: 767px) {
    .t_h2 {
        font-size: 1.5rem;
    }

    .t_h2::before {
        width: 20px;
        height: 20px;
        margin: 0 2px 7px 0;
    }
}



/**********************************
        MV
**********************************/
.t_mv {
    text-align: center;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(248, 229, 194, 0.7)), url(../images/top/home.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    color: #9F886E;
}


/* 人生に寄り添う */
.t_mv p {
    font-size: 3rem;
    text-align: left;
    margin: 0 0 -70px 90px;
    text-shadow: 3px 5px 10px #fff;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    animation-name: mvp;
    animation-duration: 5s;
}

@keyframes mvp {
    0% {
        opacity: 0;
        animation-duration: 0s;
    }

    50% {
        opacity: 0;
        animation-duration: 0s;
    }

    100% {
        opacity: 1;
        animation-duration: 5s;
    }
}


/* 「住宅」 */
.t_mv h1 {
    margin: 0 0 0 20px;
    font-size: 7.3rem;
    text-shadow: 3px 5px 10px #fff;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    animation-name: mvh;
    animation-duration: 7s;
}

@keyframes mvh {
    0% {
        opacity: 0;
        animation-duration: 0s;
    }

    50% {
        opacity: 0;
        animation-duration: 0s;
    }

    100% {
        opacity: 1;
        animation-duration: 7s;
    }
}


.t_container {
    margin-top: 120px;
}


/* 999px~768px */
@media (max-width: 999px) {
    .t_mv {
        height: 70vh;
        min-height: 400px;
    }

    .t_mv h1 {
        text-align: left;
        margin: 0;
        font-size: 3.5rem;
    }

    .t_mv p {
        font-size: 1.5rem;
        text-align: left;
        margin: 0 0 -30px 25px;
    }

    .t_container {
        margin-top: 100px;
    }
}


/* タブレットとスマホ */
@media (max-width: 767px) {
    .t_mv {
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8)), url(../images/top/home_smp.jpg);
        height: 70vh;
        min-height: 400px;
    }

    .t_mv h1 {
        text-align: left;
        margin: 0;
        font-size: 3.5rem;
        text-shadow: 0 0 5px #fff;
    }

    .t_mv p {
        font-size: 1.5rem;
        text-align: left;
        margin: -50px 0 -30px 25px;
        text-shadow: 0 0 5px #fff;
    }

    .t_container {
        margin-top: 100px;
    }
}



/**********************************
        スライダー
**********************************/
.slider img:hover {
    opacity: 0.7;
}

.t_slider_section {
    overflow: hidden;
}



/**********************************
        ピックアップ
**********************************/
.t_picup {
    margin-top: 100px;
}

.t_picup_flex {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.t_picup_box {
    width: 49%;
    border: #e3c89e solid 2px;
}

.t_picup_box:hover {
    opacity: 0.7;
}

.t_picup_box p {
    text-align: right;
    padding: 8px 10px;
    color: #a69c49;
}


/* タブレットとスマホ */
@media (max-width: 767px) {
    .t_picup {
        margin-top: 50px;
    }

    .t_picup_flex {
        width: 95%;
        display: block;
        margin-top: 10px;
    }

    .t_picup_box {
        width: 100%;
        margin-bottom: 15px;
    }
}



/**********************************
        サービス
**********************************/
.t_service {
    margin-top: 80px;
}

.t_service_flex {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.t_service_box {
    width: 24%;
}

.t_service_box:hover {
    opacity: 0.7;
}

.t_service_box p {
    text-align: center;
    padding: 8px 10px;
    color: #676767;
}


/* タブレットとスマホ */
@media (max-width: 767px) {
    .t_service {
        margin-top: 30px;
    }

    .t_service_flex {
        width: 95%;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .t_service_box {
        flex-basis: 49%;
    }
}



/**********************************
        ギャラリー
**********************************/
.t_gallery {
    margin-top: 80px;
}

.t_gallery_flex {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.gallery_box {
    width: 16.66%;
}

.t_gallery img:hover {
    opacity: 0.7;
}


/* タブレットとスマホ */
@media (max-width: 767px) {
    .t_gallery {
        margin-top: 30px;
    }

    .t_gallery_flex {
        width: 95%;
        margin-top: 10px;
    }

    .gallery_box {
        width: 33.33%;
    }
}



/**********************************
        コンタクト
**********************************/
.t_contact {
    margin-top: 80px;
    color: #676767;
    letter-spacing: 2px;
}

.t_contact_flex {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}

.t_contact_box a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.t_contact_box:hover {
    opacity: 0.7;
}

.t_contact_box img {
    width: 50px;
}

.t_contact_box span {
    text-align: center;
    padding: 8px 10px;
    font-size: 1.2rem;
}

.t_contact p {
    text-align: center;
    margin: 50px 0;
}


/* タブレットとスマホ */
@media (max-width: 767px) {
    .t_contact {
        margin-top: 40px;
    }

    .t_contact_flex {
        width: 95%;
        margin-top: 20px;

    }

    .t_contact_box {
        width: 50%;
        margin-bottom: 10px;
    }

    .t_contact_box img {
        width: 25px;
    }


    .t_contact p {
        text-align: center;
        margin: 50px 0;
    }
}



/**********************************
        アクセスページ
**********************************/
.ac_access {
    padding: 120px 0 50px 0;
}

.ac_btn {
    display: flex;
    justify-content: center;
}

.ac_button {
    position: relative;
    display: inline-block;
    padding: .8rem 2rem;
    background: #a69c49;
    border: 1px solid #a69c49;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 20px;
}

.ac_button:hover {
    opacity: 0.7;
}

.ac_button::after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    content: '';
    border: 2px dashed #fff;
    border-radius: 4px;
}


/* タブレットとスマホ */
@media (max-width: 767px) {
    .ac_button {
        font-size: 14px;
    }
}


/**********************************
        会社概要
**********************************/
.com_sec {
    padding-top: 120px;
    color: #676767;
    margin-bottom: 70px;
}

.com_table {
    max-width: 1000px;
    width: 40%;
    margin: 20px auto 0 auto;
    font-family: 'Noto Sans JP';
}

.com_table th {
    position: relative;
    text-align: left;
    width: 20%;
}


.com_table tr {
    border-bottom: dashed 2px #e3c89e;
}

.com_table tr:last-child {
    border-bottom: none;
}

.com_table td {
    text-align: left;
    width: 80%;
    padding: 10px 0 10px 50px;
}


/* 1000px以下 */
@media (max-width: 1000px) {
    .com_table {
        width: 80%;
    }
}

/* 767px以下 */
@media (max-width: 1000px) {
    .com_table {
        width: 80%;
        font-size: 14px;
    }
}





/*****************************
         ABOUTページ
*****************************/

/*真ん中に*/
.a_main {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*h1装飾*/
.a_h1 {
    font-size: 2.5rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #A69C49;
}

.a_h1::before {
    content: '';
    display: inline-block;
    width: 25px;
    /*ここでサイズを変える*/
    height: 25px;
    /*ここでサイズを変える*/
    background-image: url(../images/about/yotsuba.png);
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 5px;
    /*ここで真ん中に調整*/
}

/*h2装飾*/
.a_h2 {
    font-size: 2rem;
    color: #676767;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    margin-top: 20px;
}

/*伸びる下線*/
.a_wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.a_con {
    display: inline-block;
}

.a_miniCon {
    opacity: 0;
    padding: 0;
    width: 0px;
    height: 5px;
    background-color: #D6D580;
    border-radius: 5px;
}

.a_width {
    transition: width 1.5s ease 0s;
    transition-delay: 0.5s;

}

.a_widthgo {
    opacity: 1;
    width: 180px;
}

/*h3装飾*/
.a_h3 {
    font-size: 1.4rem;
    color: #676767;
    text-align: center;
    margin: 10px;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*p装飾*/
.a_p {
    font-size: 16px;
    line-height: 2;
    color: #676767;
    font-family: 'Noto Sans JP';
}

/*mv*/
.a_item {
    opacity: 0;
}

.a_mv {
    position: relative;
    width: 100%;
    background-image: url(../images/about/mv_bg.jpg);
    background-size: cover;
    background-position: center;
}

.a_mv::before {
    content: '';
    display: inline-block;
    padding-top: 43%;
}

.a_mv li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.a_mv li img {
    max-width: none;
}

@media (max-width: 1024px) {
    .a_mv {
        top: 50px;
    }
}

.a_item:nth-child(1) {
    -webkit-animation: example 0.5s ease 0.5s 1 forwards;
    animation: example 1.5s ease 0.5s 1 forwards;
}

.a_item:nth-child(2) {
    -webkit-animation: example 0.5s ease 1s 1 forwards;
    animation: example 1.5s ease 1.0s 1 forwards;
}

.a_item:nth-child(3) {
    -webkit-animation: example 0.5s ease 1.5s 1 forwards;
    animation: example 1.5s ease 1.5s 1 forwards;
}

.a_item:nth-child(4) {
    -webkit-animation: example 0.5s ease 2s 1 forwards;
    animation: example 1.5s ease 2s 1 forwards;
}

.a_item:nth-child(5) {
    -webkit-animation: example 0.5s ease 2.5s 1 forwards;
    animation: example 1.5s ease 2.5s 1 forwards;
}


@-webkit-keyframes example {
    100% {
        opacity: 1;
    }
}

@keyframes example {
    100% {
        opacity: 1;
    }
}

/*コンテンツエリア*/

.a_con1 {
    margin-top: 100px;
}

.a_radius {
    border-radius: 40px;
    width: 720px;
    margin: 10px;
}

.a_radius_r {
    border-radius: 40px;
    width: 720px;
    margin: 10px;
}

.a_right {
    text-align: right;
}

.a_container {
    position: relative;
    margin-top: 40px;
}

.a_text {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 20px 30px 20px 30px;
    position: absolute;
    max-width: 920px;
    bottom: -20%;
    left: 290px;
}

.a_text_r {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 20px 30px 20px 30px;
    position: absolute;
    max-width: 920px;
    bottom: -20%;
    right: 290px;
}

.a_tree {
    margin-top: 210px;
    margin-bottom: 100px;
}

.a_flex {
    margin-top: 200px;
}


/*3つ並べる*/
.a_flex h3 {
    min-height: 80px;
    text-align: center;
}

.a_flex {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.a_relief {
    width: calc(33.3% - 20px);
    margin: 10px;
    box-shadow: 0 0 3px #aaa;
    padding: 15px;
}

.a_relief li {
    font-size: 16px;
    line-height: 1.2;
    color: #676767;
    font-family: 'Noto Sans JP';
}

.a_relief img {
    padding: 10px 10px 20px 10px;
}

.a_con6 {
    margin-bottom: 100px;
}


/*チェックマーク*/
.a_list_check li::before {
    content: '';
    display: inline-block;
    width: 22px;
    /*ここでサイズを変える*/
    height: 33px;
    /*ここでサイズを変える*/
    background-image: url(../images/about/check.png);
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 1px;
    /*ここで真ん中に調整*/
}

/*767px以下*/

@media (max-width: 767px) {
    .a_h1 {
        font-size: 2rem;
    }

    .a_h2 {
        font-size: 1.5rem;
    }

    .a_h3 {
        font-size: 1.5rem;
    }

    .a_text {
        position: static;
        background-color: transparent;
        box-shadow: none;
        padding: 10px;
        text-align: initial;
    }

    .a_text_r {
        position: static;
        background-color: transparent;
        box-shadow: none;
        padding: 10px;
        text-align: initial;
    }

    .a_radius {
        border-radius: 0px;
        margin: 0;
        width: 100%;
    }

    .a_radius_r {
        border-radius: 0px;
        margin: 0;
        width: 100%;
    }

    .a_flex {
        display: block;
    }

    .a_relief {
        width: calc(100% - 20px);
        margin: 20px auto
    }

    .a_tree {
        margin-top: 70px;
        margin-bottom: 100px;
        padding: 10px;
    }

    .a_flex {
        margin-top: 50px;
    }

    .a_list_check {
        margin: 10px;
    }

    .a_width {
        transition: width 0.5s ease 0s;
        transition-delay: 0.8s;

    }

    .a_widthgo {
        opacity: 1;
        width: 130px;
    }
}







/**********************************
        施工事例
**********************************/
/* 基本色 */
.w_article {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    color: #676767;
}

.w_hover:hover {
    opacity: 0.7;
}

.w_h3 {
    margin-bottom: 20px;
    text-align: center;
}

.w_h1 {
    font-size: 2.5rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #A69C49;
    padding-top: 120px;
}

.w_h1::before {
    content: '';
    display: inline-block;
    width: 25px;
    /*ここでサイズを変える*/
    height: 25px;
    /*ここでサイズを変える*/
    background-image: url(../images/about/yotsuba.png);
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 5px;
    /*ここで真ん中に調整*/
}

/*h2装飾*/
.w_h2 {
    font-size: 2rem;
    color: #676767;
    text-align: center;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    margin-top: 100px;
}

/*伸びる下線css*/
.wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.con {
    display: inline-block;
}

.miniCon {
    opacity: 0;
    padding: 0;
    width: 0px;
    height: 5px;
    background-color: #D6D580;
    border-radius: 5px;
}

.width {
    transition: width 1.5s ease 0s;
    transition-delay: 0.5s;

}

.widthgo {
    opacity: 1;
    width: 180px;
}

.w_bxsleder img {
    max-width: 100%;
    max-height: 100%;
    max-width: 100vh;
    max-height: 50vh;
}

.w_bxsleder {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;

}

.w_bxslider img {
    max-width: 100%;
    max-height: 100%;
}


.w_icon_01 img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin-bottom: 20px;
    width: 10em;
    line-height: 10em;
    border-radius: 50%;
}

.w_icon_02 img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin-bottom: 20px;
    width: 10em;
    line-height: 10em;
    border-radius: 50%;
}

.w_icon_03 img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin-bottom: 20px;
    width: 10em;
    line-height: 10em;
    border-radius: 50%;
}

.w_icon_04 img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin-bottom: 20px;
    width: 10em;
    line-height: 10em;
    border-radius: 50%;
}

.w_h4 {
    margin-bottom: 0px;
}

.w_photoA {
    background-image: url(../images/works/house01.jpg);
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: 40px;
    max-width: 100%;
}

.w_photoB {
    background-image: url(../images/works/house02.jpg);
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: 40px;
    max-width: 100%;
}

.w_photoC {
    background-image: url(../images/works/house03.jpg);
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: 40px;
    max-width: 100%;
}

.w_photoD {
    background-image: url(../images/works/house04.jpg);
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: 40px;
    max-width: 100%;
}


.w_table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.w_table th {
    border-bottom: 1px dotted #a69c49;
    margin-bottom: 20px;
    padding-bottom: 1rem;
    text-align: left;
    width: 42%;
}

.w_table td {
    border-bottom: 1px dotted #a69c49;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
}

.w_p2 {
    text-align: center;
    color: #a69c49;
    padding-bottom: 10px;
}

.w_house_container {
    margin-top: 40px;
}

.w_interior_container {
    margin-top: 40px;
}

.w_interior_text_01 {
    margin-left: 70px;
    margin-top: 30px;
}

.w_interior_text_02 {
    margin-left: 70px;
    margin-top: 30px;
}

.w_interior_text_03 {
    margin-top: 30px;
}

.w_interior_text_04 {
    margin-top: 30px;
}

.w_interior_text_05 {
    margin-top: 30px;
}

.w_interior_text_06 {
    margin-top: 30px;
}



/*チェックマーク*/
.checkmark001::before {
    content: '';
    display: inline-block;
    width: 22px;
    /*ここでサイズを変える*/
    height: 33px;
    /*ここでサイズを変える*/
    background-image: url(../images/about/check.png);
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 1px;
    /*ここで真ん中に調整*/
}

.w_interior_container li {
    counter-increment: title;
    font-family: 'Alex Brush', ;

}

.w_interior_container li h3::before {
    content: counter(title)".";
    color: #A69C49;
    font-family: 'Alex Brush';
    font-size: 4rem;
    margin-right: 0.5rem;
}

.fa-chevron-down {
    color: #A69C49;
}

.w_interior_01 img {
    max-width: 100%;
}

.w_interior_02 img {
    max-width: 100%;
}

.w_conD {
    margin-bottom: 100px;
}

.w_tree {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .w_article {
        font-size: 16px;
    }

    .w_p {
        font-size: 16px;
        line-height: 2;
    }

    .w_h3 {
        font-size: 1.3rem;
    }

    .w_small-container {
        display: flex;
    }

    .w_icon_01 {
        margin-top: 30px;
        margin-left: auto;
        margin-right: 5vw;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .w_icon_02 {
        margin-top: 30px;
        margin-right: auto;
        margin-left: 5vw;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .w_icon_03 {
        margin-top: 30px;
        margin-left: auto;
        margin-right: 5vw;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .w_icon_04 {
        margin-top: 30px;
        margin-right: auto;
        margin-left: 5vw;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .w_house_container {
        margin-top: 30px;
        margin-bottom: 70px;
    }

    .w_floor_plan {
        margin-top: 40px;
    }

    .w_interior_container li h3::before {
        font-size: 3.7rem;
        margin-right: 0.5rem;
    }

    .w_interior_02 {
        margin-top: 30px;
    }

    .w_interior_04 {
        margin-top: 30px;
    }

    .w_interior_06 {
        margin-top: 30px;
    }

    .w_interior_text_01 {
        margin-left: 70px;
    }

    .w_interior_text_02 {
        margin-left: 70px;
    }

    .w_interior_text_03 {
        margin-left: 70px;
    }

    .w_interior_text_04 {
        margin-left: 70px;
    }

    .w_interior_text_05 {
        margin-left: 70px;
    }

    .w_interior_text_06 {
        margin-left: 70px;
    }

    .w_interior_03 img {
        width: 100vw;
        height: auto;
        max-width: 100%;
    }

    .w_interior_04 img {
        width: 100vw;
        height: auto;
        max-width: 100%;
    }


    .w_interior_05 img {
        width: 100vw;
        height: auto;
        max-width: 100%;
    }

    .w_interior_06 img {
        width: 100vw;
        height: auto;
        max-width: 100%;
    }

    .w_interior_text_05 {
        margin-left: 70px;
    }

    .w_interior_text_06 {
        margin-top: 30px;
        margin-left: 70px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .w_article {
        font-size: 18px;
    }

    .w_p {
        font-size: 18px;
        line-height: 2;
    }

    .w_h3 {
        font-size: 1.2rem;
    }

    .w_icon_container {
        display: flex;
    }

    .w_small-container {
        display: flex;
    }

    .w_icon_01 {
        margin-top: 50px;
        margin-left: auto;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
        text-align: center;
    }

    .w_icon_02 {
        margin-top: 50px;
        margin-right: 20px;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
        text-align: center;
    }

    .w_icon_03 {
        margin-top: 50px;
        margin-right: 20px;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
        text-align: center;
    }

    .w_icon_04 {
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
        text-align: center;
    }

    .w_house_container {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 40px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w_data {
        flex: 1;
        text-align: center;
    }

    .w_floor_plan {
        flex: 1;
    }

    .w_interior_container {
        display: flex;
        margin-top: 40px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .w_interior_container li h3::before {
        font-size: 3.8rem;
        margin-right: 0.5rem;
    }

    .w_interior_01 {
        flex: 1;
    }

    .w_interior_02 {
        flex: 1;
        margin-left: 30px;
    }

    .w_interior_text_01 {
        margin-left: 10px;
    }

    .w_interior_text_02 {
        margin-left: 10px;
    }

    .w_interior_03 {
        flex: 1;
    }

    .w_interior_04 {
        flex: 1;
        margin-left: 30px;
    }

    .w_interior_03 img {
        width: 100vw;
        height: auto;
        max-width: 100%;
    }

    .w_interior_04 img {
        width: 100vw;
        height: auto;
        max-width: 100%;
    }

    .w_interior_text_03 {
        margin-left: 10px;
    }

    .w_interior_text_04 {
        margin-left: 10px;
    }

    .w_interior_05 {
        flex: 1;

    }

    .w_interior_06 {
        flex: 1;
        margin-left: 30px;
    }

    .w_interior_05 img {
        width: 100vw;
        height: auto;

    }

    .w_interior_06 img {
        width: 100vw;
        height: auto;

    }

    .w_interior_text_05 {
        margin-left: 10px;
    }

    .w_interior_text_06 {
        margin-left: 10px;
    }

    .w_photoA {
        background-image: url(../images/works/house01.jpg);
        width: 100%;
        min-height: 500px;
        background-position: center;
        background-size: cover;
        text-align: center;
        margin-top: 40px;
        max-width: 100%;
    }

    .w_photoB {
        background-image: url(../images/works/house02.jpg);
        width: 100%;
        min-height: 500px;
        background-position: center;
        background-size: cover;
        text-align: center;
        margin-top: 40px;
        max-width: 100%;
    }

    .w_photoC {
        background-image: url(../images/works/house03.jpg);
        width: 100%;
        min-height: 500px;
        background-position: center;
        background-size: cover;
        text-align: center;
        margin-top: 40px;
        max-width: 100%;
    }

    .w_photoD {
        background-image: url(../images/works/house04.jpg);
        width: 100%;
        min-height: 500px;
        background-position: center;
        background-size: cover;
        text-align: center;
        margin-top: 40px;
        max-width: 100%;
    }
}

@media (min-width: 1025px) {
    .w_article {
        font-size: 20px;
    }

    .w_p {
        font-size: 20px;
        line-height: 2;
    }

    .w_h3 {
        font-size: 1.6rem;
    }


    .w_icon_container {
        display: flex;
    }

    .w_small-container {
        display: flex;
    }

    .w_icon_01 {
        margin-top: 50px;
        margin-right: 50px;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
        text-align: center;
    }

    .w_icon_02 {
        margin-top: 50px;
        margin-right: 50px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
        text-align: center;
    }

    .w_icon_03 {
        margin-top: 50px;
        margin-right: 50px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
        text-align: center;
    }

    .w_icon_04 {
        margin-top: 50px;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
        text-align: center;
    }


    .w_house_container {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 40px;
    }

    .w_data {
        flex: 1;
    }

    .w_floor_plan {
        flex: 1;
    }

    .w_interior_container {
        display: flex;
        margin-top: 40px;
    }

    .w_interior_container li h3::before {
        font-size: 4rem;
        margin-right: 0.5rem;
    }

    .w_interior_01 {
        flex: 1;
    }

    .w_interior_02 {
        flex: 1;
        margin-left: 30px;
    }

    .w_interior_text_01 {
        margin-left: 30px;
    }

    .w_interior_text_02 {
        margin-left: 30px;
    }

    .w_interior_03 {
        flex: 1;
    }

    .w_interior_04 {
        flex: 1;
        margin-left: 30px;
    }

    .w_interior_03 img {
        width: 100vw;
        height: auto;
        max-width: 100%;
    }

    .w_interior_04 img {
        width: 100vw;
        height: auto;
        max-width: 100%;
    }

    .w_interior_text_03 {
        margin-left: 30px;
    }

    .w_interior_text_04 {
        margin-left: 30px;
    }

    .w_interior_05 {
        flex: 1;

    }

    .w_interior_06 {
        flex: 1;
        margin-left: 30px;
    }

    .w_interior_05 img {
        width: 100vw;
        height: auto;

    }

    .w_interior_06 img {
        width: 100vw;
        height: auto;

    }

    .w_interior_text_05 {
        margin-left: 30px;
    }

    .w_interior_text_06 {
        margin-left: 30px;
    }
}

/********************
        404
*********************/
#not {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.st0 {
    fill: none;
    stroke: #A69C49;
  }

  path {
    fill-opacity: 0;
    transition: fill-opacity 3s;
  }


  .fill path {
    fill: #A69C49;
    fill-opacity: 1;
    stroke: none;
  }
.fill404 path {
    fill: #9F886E;
    fill-opacity: 1;
    stroke: none;
  }

.n_h1 {
    text-align: center;
    margin: 50px;
    font-size: 18px;
}

/*ボタン*/
.n_c {
    text-align: center;
}
.n_button {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: .8rem 2rem;
    background: #a69c49;
    border: 1px solid #a69c49;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    
}

.n_button::after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    content: '';
    border: 2px dashed #fff;
    border-radius: 4px;
}

svg {
    vertical-align:bottom;
}






