@charset "utf-8";

.nav_list li.nav-design a > span::before{
    width: 100%;
}

@media screen and (max-width: 750px) {
    .nav_list li.nav-design a > span::before{
        width: 0;
    }
    .nav_list li.nav-design{
        background: rgba(107, 92, 62, 0.5);
    }
}

.subhead {
    background-image: url(../img/design/subhead.jpg);
}


.mt120 {
    margin-top: 120px;
}
.mt80 {
    margin-top: 80px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pt30 {
    padding-top: 30px;
}
.wd650 {
    max-width: 650px;
    margin: 80px auto 0;
    width: 100%;
}
.db1200 {
    display: none;
}
.db850 {
    display: none;
}
.dn850 {
    display: block;
}
.db500{
    display: none;
}

.img_cap_l {
    left: 0.5em;
    right: initial;
}



.cap.design {
    font-size: 10px;
    padding: 0  ;
    letter-spacing: -0.05em;
    margin-top: 5px;
}
.cap.design_kome {
    display: flex;
}
.sec_mg {
    padding: 80px auto 0;
}
.sec_top_pd {
    padding: 80px 0 120px;
}
.sec_pd {
    padding: 120px 0;
}
.sec_pd.end{
    padding-bottom: 100px;
}
.sec_ttl02.design {
    font-size: 22px;
    letter-spacing: 0.05em;
    margin: 0 auto 20px;
    line-height: 1.5;
    font-family: ltc-goudy-oldstyle-pro, serif;
    text-transform: uppercase;
}
.sec_lead.ac {
    letter-spacing: 0;
}
.sec_lead.designer {
    text-align: justify;
}
.design_img_area.max1000 {
    max-width: 1000px;
    margin: 0 auto 120px;
}
.col2_flex01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    align-items: flex-end;
}
.col2_flex01.nowrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: initial;
    align-items: center;
}


.col2_flex02 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.col2_flex_item02 {
    width: 48%;
    text-align: center;
}
.col2_flex_item.flex_cont {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.col2_flex_item02_in {
    /* width: 100%; */
    display: inline-block;
    text-align: left;
    /* margin: 0 auto; */
}
.col2_flex_item02a {
    width: 38%;
}
.col2_flex_item02a.ta_c {
    text-align: center;
}
.col2_flex_item02b {
    width: 58%;
}
.designer_area_inner {
    padding: 40px;
    /* border: 1px solid #000; */
}
.col2_flex_item03a {
    /* width: 32%; */
    width: 100%;
    max-width: 294px;
}
.col2_flex_item03b {
    width: 68%;
}
.designer_txt {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.designer_name {
    font-size: 34px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    letter-spacing: 0.4em;
    padding-left: 40px;
    /* position: relative; */
}
/* .designer_name::after {
    content: "";
    width: 58%;
    height: 1px;
    position: absolute;
    background: #000;
} */
.designer_name span {
    font-size: 14px;
    margin-left: 1em;
    letter-spacing: 0.2em;
}

.designer_area {
    /* margin-top: 80px; */
    background: #fff;
    margin-bottom: 120px;
} 
.sekkei_inner {
    padding: 20px;
    background: #f2f2f2;
}
.sekkei_ttl {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.2em;
}
.sekkei_ttl::before {
    content: "";
    width: 36%;
    position: absolute;
    left: 0;
    top: 40%;
    border-top: 3px dotted #666666;
    margin-right: 1em;
}
.sekkei_ttl::after {
    content: "";
    width: 36%;
    position: absolute;
    right: 0;
    top: 40%;
    border-top: 3px dotted #666666;
    margin-left: 1em;
}
.col3_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.col3_flex_item_a {
    /* width: 47%; */
    width: 100%;
    max-width: 222px;
}
.col3_flex_item_b {
    /* width: 58%; */
    width: 100%;
    max-width: 380px;
}
.col3_flex_item_c {
    /* width: 28%; */
    width: 100%;
    max-width: 184px;
}


.bg_gray.bg_img_gray01 {
    background: url(../img/design/bg_img_gray01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.btn_landscape {
    width: 100%;
    max-width: 280px;
    background: #6b5c3e;
    opacity: 0.5;
    margin-top:30px;
    position: relative;
}
.btn_landscape a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 10px;
    transition: 0.6s;
    padding-right: 25px;
}
.btn_landscape a:hover{
    opacity: 0.6;
    transition: 0.6s;
}
.btn_landscape a:before {
    content: '';
    width: 18px;
    height: 18px;
    border: #fff 1px solid;
    border-radius: 50%;
    position: absolute;
    top: 26%;
    right: 8px;
    margin: auto;
    transition: 0.6s;
}
.btn_landscape a:after {
    content: '';
    width: 5.5px;
    height: 5.5px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    transition: 0.6s;
}
.img_pos_area_wrap {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 80px auto 0;
    position: relative;
}



.bg_blk_material {
    background: #333333;
}

.sec_ttl02.ta_c {
    text-align: center;
    font-size: 34px;
    letter-spacing: 0.1em;
    margin: 0 auto 1.5em;
}
.mtral_img_box {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.txt_wht {
    color: #fff;
}

.img_pos_area_wrap .col2_flex01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 1000px;
    margin: 0 auto;
}
.img_pos_area .col2_flex_item02.img_01 {
    width: 100%;
    max-width: 750px;
    margin-bottom: 100px;
    margin-bottom: 10%;
}
.img_pos_area .col2_flex_item02.img_01 img {
    max-width: 580px;
}
.img_pos_area .col2_flex_item02.img_02 {
    position: absolute;
    right: 20px;
    top: 19%;
    max-width: 580px;
    width: 100%;
    z-index: 1;
}
.img_cap_l_ent {
    left: 9em;
    right: initial;
}
.sp_w650 {
    width: 100%;
    text-align: center;
}




@media screen and (max-width: 1200px) {
.db1200 {
    display: block;
}
.img_pos_area .col2_flex_item02.img_01 {
    width: 48%;
    max-width: initial;
    margin-bottom: 80px;
}
.img_pos_area .col2_flex_item02.img_01 img {
    max-width: initial;
}
.img_pos_area .col2_flex_item02.img_02 {
    position: initial;
    max-width: initial;
    width: 48%;
    margin-bottom: 80px;
}
.sp_w650 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img_cap_l_ent {
    right: 0.5em;;
    left: initial;
}
}

@media screen and (max-width: 1000px) {
.mt120 {
    margin-top: 100px;
}
.mt80 {
    margin-top: 60px;
}
.sec_mg {
    margin: 80px auto 0;
}

.designer_name {
    font-size: 28px;
}
.designer_name span {
    font-size: 13px;
}
.sekkei_ttl {
    font-size: 24px;
}


.col3_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.col3_flex_item_a {
    /* width: 47%; */
    width: 100%;
    max-width: 300px;
}

.sec_top_pd {
    padding: 80px 0 80px;
}
.design_img_area.max1000 {
    margin: 0 auto 80px;
}
.sec_pd {
    padding: 80px 0;
}

.designer_area {
    margin-bottom: 80px;
}
.sec_ttl02.ta_c {
    font-size: 28px;
}

.img_pos_area .col2_flex_item02.img_01 {
    margin-bottom: 60px;
}
.img_pos_area .col2_flex_item02.img_02 {
    margin-bottom: 60px;
}
.img_pos_area_wrap {
    margin: 60px auto 0;
}
}


@media screen and (max-width: 850px) {
.db850 {
    display: block;
}
.dn850 {
    display: none;
}
.col2_flex_item02 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.col2_flex_item02_in {
    text-align: center;
    width: 100%;
}
.col2_flex_item02a {
    width: 100%;
}
.col2_flex_item02b {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.order1 {
    order: 1;
}
.order2 {
    order: 2;
    margin-top: 30px;
}

.order3 {
    order: 3;
}
.order4 {
    order: 4;
}

.design_img06_07.order2{
    margin-top: 4%;
    margin-bottom: 30px;
}

.design_img06_07.order2 > div{
    margin: 0 !important;
}



.designer_name span {
    margin-left: 0;
}

.img_pos_area .col2_flex_item02.img_01 {
    margin-bottom: 20px;
}
.img_pos_area .col2_flex_item02.img_02 {
    margin-bottom: 20px;
}
/* .sp_wd650 {
    max-width: 650px;
    margin: 0 auto;
} */
.btn_landscape {
    /* max-width: 300px; */
    margin: 20px auto 0;
}
}


@media screen and (max-width: 750px) {
.col2_flex01.nowrap {
    flex-wrap: wrap;
    justify-content: center;
}
.designer_name {
    padding-left: 0;
    text-align: center;
}
.pl40 {
    padding-left: 0;
}
.designer_area_inner {
    padding: 30px;
}
.col2_flex_item03a {
    /* max-width: 350px; */
    max-width: 200px;
    width: 70%;
}
.col2_flex_item03b {
    width: 100%;
    margin-top: 20px;
}
.sec_ttl02.design {
    text-align: center;
}
.designer_txt {
    text-align: center;
}

.col2_flex02 {
    margin-top: 20px;
    justify-content: center;
}

.col3_flex {
    flex-wrap: wrap;
    justify-content: center;
    gap :0;
}
.col3_flex_item_a {
    width: 100%;
    max-width: 300px;
}
.col3_flex_item_c {
    width: 100%;
    max-width: 300px;
}
.sec_pd.end{
    padding-bottom: 80px;   
}

}

@media screen and (max-width: 650px) {
.mt120 {
    margin-top: 80px;
}
.sec_mg {
    margin: 60px auto 0;
}
.mt80 {
    margin-top: 40px;
}

.sec_ttl02.design {
    font-size: 16px;
}
.designer_txt {
    font-size: 14px;
    margin-bottom: 15px;
}
.designer_name {
    font-size: 26px;
    padding-bottom: 20px;
    line-height: 1;
}
.designer_name span {
    font-size: 12px;
}
.sekkei_ttl {
    font-size: 18px;
}

.pt30 {
    padding-top: 20px;
}
.sec_ttl02.design {
    margin: 0 auto 15px;
}
.designer_name {
    letter-spacing: 0.3em;
}

.col3_flex_item_b {
    width: 100%;
}
.col3_flex_item_c {
    width: 100%;
    max-width: 300px;
}

.sec_top_pd {
    padding: 60px 0 60px;
}
.design_img_area.max1000 {
    margin: 0 auto 60px;
}
.sec_pd {
    padding: 60px 0;
}
.designer_area {
    margin-bottom: 60px;
}
.sec_ttl02.ta_c {
    font-size: 24px;
    margin: 0 auto 1.5em;
}
.img_pos_area_wrap {
    margin: 40px auto 0;
}
}


@media screen and (max-width: 500px) {
.sekkei_ttl::after {
    width: 28%;
}
.sekkei_ttl::before {
    width: 28%;
}
.db500{
    display: block;
}
}








/* slider Dタイプ */
#slider{
  /* max-width: 1010px; */
  max-width: 1000px;
  margin: 0 auto 1.5%;
}

#thumbnail-list{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.thumbnail-item.slick-active img {
  opacity: 1;
}

/* 20251202 end */


/* 20251029 */
div.Gnavi ul li:nth-child(6) {
    background: #97a97c;
}
.slider {
margin: 0 0 50px;
}
.slider img {
  width: 100%;
  height: auto;
}
.slick-prev::before, .slick-next::before {
  font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
  right: 20px;
  z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
  left: 15px;
  z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
  color: #666;
}
.thumb-item {
  margin: 0 auto 5px;
  /* padding: 0 5px; */
  width:100%;
}
.thumb-item-nav {
  margin: 0 auto;
  cursor: pointer;
}
.thumb-item-nav li{
  /* margin: 5px 0; */
  /* height:108px; */
  height:auto;
  overflow:hidden;
  background:#000;
  /* width: 155px; */
  width: 19%;
  margin: 0;
}

.thumb-item-nav img{
  opacity:0.4;
  transition:opacity 0.5s;
  /* max-width: 155px; */
  /* width: 30%; */
  width: 100%;
}
.thumb-item-nav .slick-current img{
  opacity:1;
}
.img_cap_mr {
  font-size: 16px;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 80%);
  /* font-family: 'Oswald'; */
  font-family: "Cinzel", "Noto Serif", serif;
}
.img_cap_mr.img_cap_l{
  right: unset;
  left: 10px;
}

.modelroom_button {
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto 60px;
}
.modelroom_button_in {
    width: 48%;
}
.modelroom_button_in a {
    display: block;
    padding: 18px 0;
    background-color: #FAFAFA;
    background: -webkit-linear-gradient(left,#faf2ee,#f4e3dc);
    border: solid 1px #dbc6bf;
    text-align: center;
    color: #221815;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'Noto Serif JP', serif;
    line-height: 115%;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    position: relative;
    transition: all 0.5s;
}
.modelroom_button_in a.active {
    background: -webkit-linear-gradient(left,#4a3630,#221815);
    background: linear-gradient(left,#4a3630,#221815);
    border: solid 1px #110906;
    color: #FFFFFF;
    cursor: default;
}
.modelroom_button_in a:hover {
    opacity: 0.7;
}
#ModelroomWrap{
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
}

.cap p{
padding-bottom: 0;
}

.com_inner02 {
    max-width: 1050px;
    padding: 0 20px;
    margin: 0 auto;
}

.main_slider .slick-prev{
  left: -45px;
  background: url(../img/design/left_arrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 40px;
  text-indent: -9999px;
  z-index: 90;
  cursor: pointer;
}

.main_slider .slick-next{
  right: -45px;
  background: url(../img/design/right_arrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 40px;
  text-indent: -9999px;
  z-index: 90;
  cursor: pointer;
}



@media screen and (max-width: 1200px) {
.main_slider .slick-prev{
    left: -18px;
    width: 66px;
    height: 60px;
    background-size: 16px;
    background-position: left;
}
.main_slider .slick-next {
    right: -18px;
    height: 60px;
    width: 66px;
    background-size: 16px;
    background-position: right;
}
}


@media screen and (max-width: 768px) {
    .lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
  right: 15px;}
  }


@media screen and (max-width: 760px) {


}

@media screen and (max-width: 650px) {
.img_cap_mr {
    font-size: 13px;
}

.main_slider .slick-prev{
    left: -15px;
    background-size: 10px;
}
.main_slider .slick-next {
    right: -15px;
    background-size: 10px;
}

}
@media screen and (max-width: 550px) {


}

@media screen and (max-width: 500px) {

}


@media screen and (max-width: 450px) {
.slick-prev::before, .slick-next::before {
    font-size: 20px;
}
}   



/* material item */

    .material_item {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        max-width: 1000px;
    }
    .material_item.reverse {
        flex-direction: row-reverse;
    }

    .material_box li:nth-of-type(n + 2){
        margin-top: 60px;
    }

    .image_box {
        width: 58%;
    }
    .material_text_box {
        width: 38%;
    }

    .material_text_box .sec_ttl{
        margin-bottom: 0;
    }

    .material_text_box .sec_lead{
        line-height: 2;
    }

    .mate_ttl_box {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .title {
        font-size: 1.5rem;
        font-weight: normal;
        margin: 0 0 8px 0;
    }
    .mate_ttl_sub {
        font-size: 0.8em;
        letter-spacing: 0.05em;
        display: block;
        margin-top: 0.3em;
    }
    .description {
        line-height: 1.8;
        margin: 0;
    }

    .mate_ttl_box::after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 1px;
        background-color: #fff;
        left: -107%;
        right: 0;
    }

    .mate_ttl_box::before {
        content: "";
        position: absolute;
        bottom: -3px; 
        left: -107%;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #fff;
        z-index: 1;
    }

    .material_item.reverse .mate_ttl_box::after {
        left: 0;
        right: -141%; 
    }
    .material_item.reverse .mate_ttl_box::before {
        left: auto;
        right: -141%;
    }

    .db750{
        display: none;
    }
    .dn1000{
        display: block;
    }


@media screen and (max-width: 1000px) {

    .dn1000{
        display: none;
    }

}

@media screen and (max-width: 750px) {
    .material_item,
    .material_item.reverse {
        flex-direction: column;
        gap: 20px;
    }
    
    .image_box,
    .material_text_box {
        width: 100%;
    }

    .mate_ttl_box {
        position: relative;
        padding-top: 40px;
    }

    .mate_ttl_box::after,
    .material_item.reverse .mate_ttl_box::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        background-color: transparent;
        
        border-bottom: 1px solid #fff;
        z-index: 1;
    }

    .mate_ttl_box::before,
    .material_item.reverse .mate_ttl_box::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #fff;
        
        top: 0; 
        bottom: auto;
        left: -3px;
        right: auto;
        z-index: 2;
    }


    .item01 .mate_ttl_box,.item01 .sec_lead{
        text-align: right;
    }

    .item01 .mate_ttl_box::before{
        right: initial;
        top: -30vw;
        left: calc(37% - 3px);
    }

    .item01 .mate_ttl_box::after{
        top: -30vw !important;
        left: 37%;
        right: 0;
        border-left: 1px solid #fff;
    }

    .item02 .mate_ttl_box::before{
        left: initial !important;
        top: -30vw !important;
        right: calc(21% - 3px) !important;
    }

    .item02 .mate_ttl_box::after{
        top: -30vw !important;
        right: 21% !important;
        left: 0 !important;
        border-right: 1px solid #fff;
    }

    .db750{
        display: block;
    }

}

@media screen and (max-width: 650px) {
    .material_box li:nth-of-type(n + 2) {
        margin-top: 40px;
    }
}


