@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* 共通
---------------------------------------------*/
#lem_news img {
  display: block;
  width: 100%;
}

/*---------------------------------------------
コンテンツ
---------------------------------------------*/
#lem_news {
  color: #777;
}
#lem_news .sp_only {
  display: block;
}
#lem_news .pc_only {
  display: none;
}
@media screen and (min-width: 970px) {
  #lem_news .sp_only {
    display: none;
  }
  #lem_news .pc_only {
    display: block;
  }
}
#lem_news .intro {
  font-size: 15px;
  text-align: center;
  margin: 100px auto;
  line-height: 1.7;
}
#lem_news .line {
  display: block;
  border-bottom: 1px solid #000;
  width: 60%;
  margin: auto;
}
#lem_news .en {
  font-family: "Nanum Myeongjo", serif;
}
#lem_news .box {
  width: 90%;
  margin: auto;
}
#lem_news .box .title {
  height: 50px;
  width: auto;
  margin: 100px auto 20px;
}
#lem_news .box .top_img {
  margin: 0 auto 50px;
}
#lem_news .box .main_img {
  width: 80%;
  margin: auto;
  margin-left: 45px;
}
#lem_news .box .flexslider {
  width: 80%;
  margin: auto;
}
#lem_news .box .text {
  text-align: center;
  margin: 60px auto 50px;
  line-height: 1.7;
}
#lem_news .box .credit .price,
#lem_news .box .credit .color {
  display: block;
  text-align: center;
  margin: auto;
}
#lem_news .box .credit .check_btn {
  display: block;
  width: 60%;
  color: #777;
  text-decoration: none;
  margin: 20px auto 70px;
  text-align: center;
  padding: 10px;
  border: 1px solid;
  border-radius: 50px;
}
#lem_news .box .styling .styling_title {
  height: 50px;
  width: auto;
  margin: auto;
}
#lem_news .box .staff p {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
#lem_news .btn {
  display: block;
  width: 60%;
  text-align: center;
  margin: 20px auto;
  padding: 16px 0;
  border: 1px solid #777;
  border-radius: 50px;
  text-decoration: none;
  color: #777;
  letter-spacing: 1px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-weight: 200;
  font-size: 16px;
}
#lem_news .btn:hover {
  opacity: 0.6;
}
#lem_news .insta span {
  font-size: 12px;
}

@media screen and (min-width: 970px) {
  #lem_news {
    max-width: 710px;
    margin: auto;
  }
  #lem_news .box {
    width: 80%;
    margin: 150px auto;
  }
  #lem_news .box .title {
    margin: auto;
  }
  #lem_news .box .top_img {
    width: 65%;
    margin: 0 auto 50px;
  }
  #lem_news .box .flexslider {
    width: 50%;
  }
  #lem_news .box .main_img {
    width: 73%;
    margin: auto;
  }
  #lem_news .box .check_btn {
    width: 60%;
  }
  #lem_news .box .styling .styling_title {
    height: 50px;
  }
}
/* ANIMATION
--------------------------------------*//*# sourceMappingURL=style.css.map */