@charset "utf-8";

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

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

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


.sec_top_pd {
    padding: 80px 0 120px;
}
.sec_pd {
    padding: 120px 0;
}
.sec_pd.end,.sec_top_pd.end{
    padding-bottom: 100px;
}

.bg_gray.bg_img_gray01 {
    /* background: url(../img/gallery/bg_img.jpg); */
    background: #f7f3ed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.sec_ttl_box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.sec_ttl_box::before,.sec_ttl_box::after{
    content: "";
    flex: 1;
    height: 1px;
    background: #000;
}

.sec_ttl02.ta_c {
    text-align: center;
    font-size: 34px;
    letter-spacing: 0.1em;
    /* margin: 0 auto 1.5em; */
    /* margin: 0 auto 1em; */
    line-height: 1.3;

    
}

.sec_ttl02.ta_c span {
    font-size: 0.7em;
}


.btn_completion {
    width: 100%;
    max-width: 280px;
    background: #6b5c3e;
    opacity: 0.5;
    margin: 0 auto;
    position: relative;
}
.btn_completion 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_completion a:hover{
    opacity: 0.6;
    transition: 0.6s;
}
.btn_completion 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_completion 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;
}

.mt80{
    margin-top: 80px;
}
.mt60{
    margin-top: 60px;
}


@media screen and (max-width: 1000px) {
    .sec_top_pd {
        padding: 80px 0 80px;
    }
    .sec_pd,.sec_top_pd.end {
        padding: 80px 0;
    }

    .sec_ttl02.ta_c {
        font-size: 28px;
    }
}


@media screen and (max-width: 750px) {
    .sec_pd.end,.sec_top_pd.end{
        padding-bottom: 80px;   
    }
}

@media screen and (max-width: 650px) {
    .btn_completion {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 650px) {
    .sec_top_pd {
        padding: 60px 0 60px;
    }
    .sec_pd {
        padding: 60px 0;
    }

    .sec_ttl02.ta_c {
        font-size: 24px;
    }

    .mt80{
        margin-top: 60px;
    }
    .mt60{
        margin-top: 40px;
    }
}


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

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

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


/* 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;
}
}   