@charset "UTF-8";


main{
  font-family: sans-serif;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.about{
  text-align: center;
}
.about_font{
  color: #fff;
  display: block;
  font-size: 32px;
  font-weight: bold;
  transform: translateY(300px);
  font-family: 'DIN Next LT Pro Regular', serif;
}
.about_visual{
  background: url(../img/sofa_area.png)no-repeat center bottom/cover;
  width: 100%;
  height: 600px;
}
.about_text{
  display: block;
  max-width: 700px;
  margin-right:auto; margin-left:auto;
  padding: 70px 50px 60px 50px;
}
.about_text h3{
  font-family: serif;
  font-size: 20px;
  margin-bottom: 70px;
}
.about_text p{
  line-height: 3rem;

}
.signboard_pic{
  width: 100%;
  height: 400px;
}
.blur{
  -ms-filter: blur(1px);
  filter: blur(1px);
}

/** Slider **/
.slider_container {
  margin: 30px auto 100px;
  max-width: 1000px;
  width: 100%;
}
/* 中央以外のスライド */
.slick-img img {
  height: auto;
  opacity: .3;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
/* 中央のスライド */
.slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}


/********** 470px ********************/
@media screen and (max-width:470px) {
  .signboard_pic{
    width: 100%;
    height: 100px;
  }
  .slider_container{
    width: 80%;
  }
/******* 360px slider**********/
/* .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide_dots li{
  display: inline-block;
  margin: 0 10px;
}
.slick-dots li button{
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url(../img/chair.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13.5px;
}
.slide-dots li.slick-active button::before {
  background-image: url(../img/chair_on_bird.png);
} */
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}
}