
.border_title {
  position: relative;
}
.border_title::after {
  content: "";
	width: 90%;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #E5E5E5;
}


.space{
  height: 100vh;
}


@keyframes showTextFromBottom{
  0%{
    transform: translateY( 100% );
  }
  100%{
    transform: translateY( 0px );
  }
}
.anime-up.displayed span{
  animation: showText 0.3s backwards;
  display: inline-block;
}
.anime-up.displayed > span{
  overflow: hidden;
  vertical-align: middle;
}
.anime-up.displayed > span > span{
  animation: showTextFromBottom 0.3s backwards;
}


.mask_wrap{
  display: table;
  overflow: hidden;
}
.mask-wrap .mask{
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: -100%;
  overflow: hidden;
}
.mask-wrap .mask-bg{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eaeaea;
}

.image-wrapper {
  overflow: hidden;
 
}

.slide-in-image {
  width: 100%;
  height: 100%;
  object-fit: cover;

  
  clip-path: inset(100% 0 0 0); 
  transition: clip-path 0.5s ease-out;
}


 .image-wrapper {
 position: relative;
  overflow: hidden;
  height: fit-content;
  padding: 0;    
}
.image-wrapper-bg {
  overflow: hidden;
  height: fit-content;
}
.slide-in-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out;
  z-index: 1;
  border-radius: 5px;
}


.slide-cover {
  display: block;
  width: 100%;
  height: auto;
}


.image-wrapper-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:#F8F6F2;
  transform: translateX(0);
  transition: transform 0.5s ease-out;
  z-index: 0;
  transition-delay: 0.2s;

}


.image-wrapper-bg.is-show::before {
  transform: translateX(101%);
}

@media screen and (max-width:540px) {
  .image-wrapper-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F8F6F2;
    transform: translateX(0);
    transition: transform 0.5s ease-out;
    z-index: 2;
    transition-delay: 0.2s;
    border: 1px solid #fff;
  }
}


a img.arrow_img {
	
  width: 0.8rem;
	height: auto;
  margin-bottom: 3px;
  margin-left: 2rem;
}
a.btn {
  border-radius: 60px;
  
  padding: 1.05rem 2.3rem;
  transition: all .3s;
  font-size: 0.8rem;
  letter-spacing: 2px;
}
a.btn:hover {
  transition: all .3s;
}


a.btn_wh {
	border: 1px solid #A09A91;
	background-color: #fff;
	display: inline-block;
  color: #454545;
}
a.btn_wh:hover {
  border: 1px solid #D4D3CA;
	background-color: #D4D3CA;
}

a.btn_trans {
	border: 1px solid #fff;
	border-radius: 60px;
	display: inline-block;
  color: #fff;
}
a.btn_trans:hover {
  border: 1px solid #A09A91;
	background-color: #A09A91;
  color: #fff !important;
}


a.c_btn {
  padding: 1rem 0!important;
  width: 8.5rem !important;
}


.hover_zoom {
  transition: 1s all;
  border-radius: 5px;
}
.hover_zoom .img_zone {
  overflow: hidden;
  transition: 0.5s;
  width: 20rem;
  transition: 1s all;
  border-radius: 5px;
}
.hover_zoom:hover .img_zone img {
  transform: scale(1.05);
  transition: 1s all;
}

.next-arrow,
.prev-arrow {
  width: 0.8rem !important;
	height: auto !important;
}

@media screen and (max-width:1280px) {
  .next-arrow,
  .prev-arrow {
    width: 10px !important;
    height: auto !important;
  }

}


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


}

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

  a.btn {
    border-radius: 60px;
    
    padding: 1.75rem 4rem;
    transition: all .3s;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  a.btn:hover {
    transition: all .3s;
  }

  a.c_btn {
    padding: 1.75rem 0!important;
    width: 18rem !important;
  }
  
  a.btn_flex {
    /*border: 1px solid #A09A91;
    border-radius: 60px;
    background-color: #fff;
    padding: 1.75rem 4rem;
    display: inline-block;
    transition: all .3s;
    display: flex !important;
    align-items: center;
    text-align: left;
    justify-content: space-around;
    width: 80%;
    margin-left: 0;*/
    font-size: 1.4rem;
  }
  a.btn_flex:hover {
    border: 1px solid #D4D3CA;
    background-color: #D4D3CA;
    transition: all .3s;
  }
  


  a img.arrow_img {
    width: 1.8rem;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 1.5px;
  }
  .next-arrow,
  .prev-arrow {
    width: 13px !important;
    height: auto !important;
  }


}


.accordion-area{
  margin:0 auto;
}


 .title {
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
  padding-top: 1rem;
  padding-bottom: 1rem;
}


 .title::before,
 .title::after{
  position: absolute;
  content:'';
  width: 0.7rem;
  height: 1px;  
}
 .title::before{
  top:48%;
  right: 0.2rem;
  transform: rotate(0deg);
  background: #38342E;
}
 .title::after{    
  top:48%;
  right: 0.2rem;
  transform: rotate(90deg);
  background: #38342E;
}

 .title.close::before{
transform: rotate(0deg);
}

 .title.close::after{
transform: rotate(0deg);
}


.box {
  display: none;
  margin-bottom: 2rem;
}

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

 .title::before{
    top:48%;
    right: 1rem;
    transform: rotate(0deg);
    /*background: #38342E;*/
    background: #A09A91;
  }
  .title::after{
    top:48%;
    right: 1rem;
    transform: rotate(90deg);
    /*background: #38342E;*/
    background: #A09A91;
  }
}


.slick-arrow {
  font-size: 0 !important;
  line-height: 0 !important;
}
.slick-prev,
.slick-next {
  background-color: initial;
  border: none;
}
.thumb .slick-prev,
.thumb .slick-next {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-size: 20px;
  border: none;
  z-index: 10;
}
.thumb .slick-prev {
  left: 0rem;
  background: url("../img/slide_arrow_left.png") center / 17px no-repeat;
}
.thumb .slick-next {
  right: 0rem;
  background: url("../img/slide_arrow_right.png") center / 17px no-repeat;
}

@media screen and (max-width:540px) {
    .title {
        position: relative;
        cursor: pointer;
        transition: all .5s ease;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

  .thumb .slick-slide img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-position: center;
  }
}