@charset "utf-8";
/* 新着情報 */
.main {
}
.news__wrap {
  margin: 0 auto 160px;
  min-height: 500px;
  width: 77%;
}
.news__list {
  margin-bottom: 10px;
  background: rgba(255,255,255,0.8);
  padding: 50px 40px;
}
.news__content {
  padding: 36px 0 36px;
  border-bottom: 1px solid #46381e;
}
.news__content:first-child {
  padding: 11px 0 36px;
}
.news__date {
  font-size: 12.5px;
  margin-bottom: 12px;
  color: #b4a27e;
  color: #68522b;
}
.news__subtitle {
  font-size: 22px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  line-height: 1.4em;
}
.news__text {
  font-size: 15px;
  line-height: 1.8em;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #b4b4b4;
  color: #000;
}
.news__text a{
  display: inline-block;
  color: #68522b;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  word-break: break-all;
}
.news__text a:hover{
  opacity: 0.6;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news__text span.is-red {
  color: #9e1313;
}
.news__text span.is-bold {
  font-weight: bold;
}
.news__text span.is-small {
   font-size: 12px;
}
.news__text span.is-big {
  font-size: 17px;
}
.main {
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
  
}
.img {
  margin: 20px 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
.main {
  max-width: 767px;
  min-width: 320px;
}
.news__wrap {
  margin: 0 auto;
  width: 95%;
}
.news__list {
  margin-bottom: 62px;
  padding: 20px 10px 20px;
}
.news__content {
  padding: 25px 0;
}
.news__date {
  font-size: 12px;
  margin-bottom: 6px;
}
.news__subtitle {
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  line-height: 1.6em;
}
.news__text {
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.news__text span.is-small {
  font-size: 10px;
}
  .news__text span.is-big {
  font-size: 14px;
}
.news__link {
  display: inline-block;
}
.img {
  width: 100%;  
}
}
