@charset "utf-8";

/*================================
トップページ用CSS
================================*/
.mv{
}
.mv .swiper-container .swiper-slide{
  height: 600px;
  background: #fff;
}
.mv .swiper-container .swiper-slide a:hover{
  opacity: 1;
}
.mv .swiper-container .swiper-slide .img{
  height: 600px;
  background-position: center center;
  background-size: cover;
}
.mv .swiper-container .swiper-slide .txt{
  display: inline-block;
  background: rgba(255,255,255,0.6);
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mv .swiper-container .swiper-slide .txt h2{
  font-size: 2rem;
  font-weight: bold;
}
.mv .swiper-container .swiper-slide .txt p{
  font-size: 1.4rem;
}
.swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #b39257;
}
.swiper-pagination-bullet-active{
  background: #b39257;
}


/* news */
.news{
  padding: 80px 0;
  overflow: hidden;
}
.news h2{
  text-align: center;
  font-size: 2rem;
  margin: 0 0 40px;
  line-height: 1.4em;
}
.news .facebook{
  padding: 20px 40px;
  background: #efefef;
  border: 1px solid #cccccc;
  width: 49%;
  float: left;
}
.news .facebook h3{
  font-size: 1.6rem;
  margin: 0 0 20px;
}
.news .facebook h3 a{
  text-decoration: none;
}
.news .facebook h3 a i{
  margin: 0 0 0 10px;
  font-weight: normal;
}
.news .facebook iframe{
  width: 100%;
}
.news .facebook .fb-page span{
  display: block;
  margin: 0 auto;
}

.news .instagram{
  padding: 20px 40px;
  background: #efefef;
  border: 1px solid #cccccc;
  width: 49%;
  float: right;
}
.news .instagram h3{
  font-size: 1.6rem;
  margin: 0 0 20px;
}
.news .instagram h3 a{
  text-decoration: none;
}
.news .instagram h3 a i{
  margin: 0 0 0 10px;
  font-weight: normal;
}
.news .instagram ul{
  overflow: hidden;
}
.news .instagram ul li{
  width: 33%;
  height: 160px;
  background-size: cover;
  background-position: center center;
  float: left;
  margin: 0 0.5% 0.5% 0;
}
.news .instagram ul li:nth-child(3n){
  margin: 0 0 0.5% 0;
}

.news .instagram ul li a{
  display: block;
  height: 100%;
  opacity: 0;
  background:  #140a00;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 20px;
}
.news .instagram ul li a span{
  display: block;
  height: 100%;
  overflow: hidden;
}
.news .instagram ul li a:hover{
  opacity: 1;
  color: #FFF;
  text-decoration: none;
  background:  rgba(20,10,0,0.8);
}
.news .instagram ul li img{
  width: 100%;
  vertical-align: bottom;
}

/* shop */
.shop{
  background: #efefef;
  padding: 80px 0;
}
.shop h2{
  text-align: center;
  font-size: 2rem;
  margin: 0 0 40px;
  line-height: 1.4em;
}
.shop ul{
  overflow: hidden;
}
.shop ul li{
  width: 25%;
  float: left;
  padding: 0 10px 20px;
  margin: 0 0 40px;
}
.shop ul li figure img{
  width: 100%;
}
.shop ul li figure figcaption{
  text-align: center;
  font-size: 1.2rem;
  margin: 10px 0 0;
}

/*================================
for SP スマホ
================================*/
@media screen and (max-width: 768px) {
  .mv .swiper-container .swiper-slide{
    height: 80vw;
  }
  .mv .swiper-container .swiper-slide .img{
    height: 80vw;
  }
  .mv .swiper-container .swiper-slide .txt{
    width: 90%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
  .mv .swiper-container .swiper-slide .txt h2{
    font-size: 1rem;
    font-weight: bold;
  }
  .mv .swiper-container .swiper-slide .txt p{
    font-size: 0.8rem;
  }


  .news{
    padding: 40px 0;
  }
  .news h2{
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
  .news .facebook{
    padding: 20px;
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .news .facebook h3{
    font-size: 1.2rem;
  }
  .news .instagram{
    padding: 20px;
    width: 100%;
    float: none;
  }
  .news .instagram h3{
    font-size: 1.2rem;
  }
  .news .instagram ul li{
    width: 49.5%;
    height: 40vw;
    margin: 0 1% 1% 0;
  }
  .news .instagram ul li:nth-child(3n){
    margin: 0 1% 1% 0;
  }
  .news .instagram ul li:nth-child(2n){
    margin: 0 0 1% 0;
  }
  .news .instagram ul li a{
    padding: 10px;
    font-size: 10px;
    line-height: 1.2em;
  }


  .shop{
    padding: 40px 0;
  }
  .shop h2{
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
  .shop ul li{
    width: 50%;
    padding: 0 5px 10px;
    margin: 0 0 20px;
  }
  .shop ul li figure figcaption{
    font-size: 0.8rem;
  }
}
