@charset "utf-8";

/* グローバル */
body{background-color: #fff; font-size: 14px; margin: 0;}
img{width:100%;}
.container.v3{max-width: 1200px;}
.container.v2{max-width: 1000px;}
.container.vc{max-width: 800px;}
.container.vc2{max-width: 600px;}
.site-content{margin-top: 80px;}
a{cursor: pointer; text-decoration: none; color: #000;}
ul{list-style: none;}
main{margin: 0;}
/*div{line-height:0;}*/

/* pc-main */
header a{color: #fff;}
.main-head{position: relative;background: #1b1815;}
.head-logo{position: absolute; top: 0; left: 43%; width: 15%;}
.head-btn{position: absolute; top: 63%; left: 37%; width: 30%;}

/* ハンバーガー */
#open{font-size: 50px; padding-right: 30px; padding-bottom: 10px; cursor: pointer; padding-top: 8px; color: #dcc090;}
.overlay{position: fixed; top: 0; bottom: 0; right: 0; left: 0; background: rgba(255, 255, 255, 0.95); z-index: 1000; text-align: center; padding: 64px; opacity: 0; pointer-events: none; transition: opacity .6s;}
.overlay #close{position: absolute; top: 16px; right: 30px; font-size: 50px; cursor: pointer; color: #dcc090;}
.overlay li{margin-top: 40px; opacity: 0; transform: translateY(16px); transition: opacity .3s, transform .3s;}
.overlay.show {opacity: 1; pointer-events: auto;}
.overlay div{width: 100%;}
.overlay.show li{opacity: 1; transform: none;}
.overlay.show li:nth-child(1){transition-delay: .1s;}
.overlay.show li:nth-child(2){transition-delay: .2s;}
.overlay.show li:nth-child(3){transition-delay: .3s;}
.overlay.show li:nth-child(4){transition-delay: .4s;}
.overlay.show li:nth-child(5){transition-delay: .5s;}
.overlay.show li:nth-child(6){transition-delay: .6s;}
.overlay.show li:nth-child(7){transition-delay: .7s;}
#open.hide {
  display: none;
}
/* ここまで */

footer{background-color: #1b1815;}
.foot-con{width: 70%; margin: 0 auto;}
.foot-item{padding: 100px 0; display: flex; justify-content: space-between;}
.foot-item img{width: 20%;}
.foot-item p{font-size: 20px; color: #fff; line-height: 0.6;}
.copy{text-align: center; color: #fff; padding: 20px 0;}
.hide{display: none;}

.backcolor{
  background: #1b1815;
}
.menu{
  position: absolute;
    display: inline-flex;
    right: 0px;
    top: 0px;
}
.main-menu{
  display: flex;
}
.main-menu li{
  margin-left: 16px;
  margin-right: 16px;
  line-height: 40px;
  letter-spacing: .2em;
}
header{
  height: 72px;
}
#logo {
    height: 72px;
    margin: 0px;
    margin-top:initial!important;
    width: initial!important;
    margin-bottom: initial!important;
    vertical-align: initial!important;
  }

#logo-insta {
    height: 36px;
    width: 36px;
    margin-top: 18px;
    margin-right: 16px;
   
    margin-bottom:initial;
    vertical-align: initial;
    }
    .extra-menu ul{
      display: flex;
    float: right;
    margin: 0px;
    }
    .extra-menu li{
   line-height: 72px;
   margin-left: 8px;
   color: white;
   padding-left: 32px;
    padding-right: 32px;
    }


    .extra-menu li:nth-child(1) {
        background: #332d24;
    }
    .extra-menu li:nth-child(2) {
        background: #332d24;
    }
    .extra-menu li:nth-child(3) {
        background: #db1717;
    }
    #insut .title{
      width: 200px;
    display: block;
    margin: 0 auto;
  }
  .staff-inner{
    display: flex;
  }
  .staff-inner .left{
    width: 50%;
  }
  .staff-inner .right{
    width: 50%;
  }
  .staff-inner .left img{
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .staff-inner .right h2{
    color: #dcc090;
  }
  .staff-inner .right hr{
    color: #dcc090;
    background: #dcc090;
    
  }
  .staff-inner .right .company {
    color: #dcc090;
  }
  .staff-inner .right p{
    color: white;
    line-height: 2em;
  }
  .gallery{
    margin-top: 5%;
    padding: 16px 5%!important;
   background: #332d24;
  }
  #insut{
    padding-bottom: 5%;
  }

  /* contact-box */
  .contact-box{background-color: #38342f;}
  .contact-items{padding: 100px 0; width: 80%; margin: 0 auto;}
  .contact-item{padding-bottom: 50px;}
  .contact-item.k2{padding-bottom: 0;}


    

/*---PC---*/
@media (min-width: 768px){
  .pc-hidden{display: none;}
}

/*---スマホ---*/
@media only screen and (max-width: 767px) {
  body{line-height: 0;}
  .sm-hidden{display: none;}
  /* header{display: flex; align-items: center; justify-content: center;} */
  #open{position: absolute; top: 7%; right: -3%;}
  .sp-nav-btn a{color: #fff; background-color: #000; padding: 5px 10px;}
  .sp-nav-btn.k4 a{color: #fff; background-color: red; padding: 5px 10px;}

  .head-sp{position: relative;}
  .head-logo-sp{position: absolute; top: 0; left: 29%; width: 40%;}
  .head-btn-sp{position: absolute; top: 70%; left: 5%; width: 90%;}
  #insut{padding: 30px 0;}

  .staff-inner{display: block;}
  .staff-inner .left{
    width: 80%;
    margin: 0 auto;
  }
  .staff-inner .right{
    width: 80%;
    margin: 0 auto;
  }
  .slick-prev{left: -5px!important;}
  .slick-next{right: -5px!important;}

  .foot-con{width: 90%;}
  .foot-item{display: block; text-align: center;}
  .foot-item img{width: 50%; margin-bottom: 30px;}
  .foot-item p{font-size: 12px;}
  .foot-text01{text-align: left; margin-bottom: 30px;}
  .foot-text02{text-align: left;}
}




.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #dcc090;
  border-right: 1px solid #dcc090;
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */


.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}