<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
.news .contents {
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  box-sizing: border-box;
  text-align: center;
  margin: 31px auto;
}

.news h3+p {
  font-size: 20px;
  margin: 20px 0 38px;
}

.news ul {
  width: 92%;
  margin: 50px auto 35px;
  text-align: left;
}

.news li {
  border-top: 1px solid #bbbbbb;
  line-height: 1.8;
  box-sizing: border-box;
  font-size: 18px;
  position: relative;
}

.news li:last-of-type {
  border-bottom: 1px solid #bbbbbb;
}

.post li {
  line-height: 1.7;
  font-size: 20px;
  letter-spacing: 1pt;
  padding-bottom: 13px;
}

.post li:last-of-type {
  border-top: none;
}

.news .contents li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.7;
  padding: 18px 20px 18px 0;
  height: auto;
}

.newsTitle {
  color: #534741;
  text-decoration: none;
  margin-bottom: 11px;
}

.news li a:hover {
  text-decoration: underline;
}

.post .textBox a {
  text-decoration: underline;
}

.newsDate {
  font-size: 18px;
  margin-bottom: 13px;
}

.textBox {
  width: 90%;
  margin: 19px auto 70px;
  text-align: left;
}

.textBox p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 20px;
}

.post .image {
  width: 91%;
  margin: 0 auto 79px;
}

.post .readMore {
  width: 37%;
  margin-bottom: 23px;
}

.post h3+p {
  margin-bottom: 20px;
}

.post ul {
  margin: 0 auto 10px;
}

.readMore {
  width: 37%;
  margin: 0 auto;
  border: 1px solid;
  line-height: 3;
  position: relative;
  transition: all .3s ease;
  font-size: 15px;
}

.readMore:hover {
  background-color: #534741;
  color: #ffffff;
  transition: all .3s ease;
}

.newsImage {
  width: 240px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.newsImage img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newsInfo {
  width: 69%;
  text-overflow: ellipsis;
  display: inline;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  line-height: 1.3;
}

.newsDate {
  font-size: 14px;
}

.newsDate {
  display: block;
  color: #888888;
  line-height: 1.5;
}

/*
.newsDate::after {
  content: "";
  display: inline-block;
  width: 82px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  margin-left: 7px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}

.newsDate.dc::after {
  content: "割引情報";
  background-color: rgb(194, 83, 107);
}

.newsDate.notice::after {
  content: "おしらせ";
  background-color: rgb(97, 166, 194);
}
*/

.newsTitle {
  /* display: inline; */
  font-size: 22px;
  font-weight: bold;
}

.newsText {
  height: 61px;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.news li::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
}

.news .post li::after {
  content: none;
}

.news .post li span {
  display: inline-block;
  font-size: 15px;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 981px) {}

/* =========================================================
 スマホの場合
========================================================= */
@media screen and (max-width:980px) {
  .news .contents {
    margin: 7vw auto 15vw;
  }

  .news h3+p {
    font-size: 4vw;
    margin: 4vw auto 10vw;
  }

  .news ul {
    width: 96%;
    margin-bottom: 0;
  }

  .news li {
    font-size: 2.8vw;
  }

  .news .post li {
    padding: 2.2vw 1.8vw;
  }

  .news .contents li a {
    padding: 4% 4% 4% 0;
  }

  .news li span {
    font-size: 3vw;
  }

  .post.news li {
    font-size: 3vw;
    padding: 2.2vw 2.5vw;
    box-sizing: border-box;
  }

  .textBox {
    width: 91%;
    margin: 4vw auto 10vw;
  }

  .textBox p {
    font-size: 2.8vw;
    margin-bottom: 4vw;
  }

  .textBox p span, .textBox p a {
    font-size: inherit;
  }

  .post .image {
    width: 90%;
    margin-bottom: 10vw;
  }

  .post .readMore {
    width: 59vw;
  }

  .post.news ul {
    margin: 4vw auto 0;
  }

  .newsImage {
    width: 33%;
    height: auto;
  }

  .newsInfo {
    font-size: 3.8vw;
    width: 64%;
  }

  .newsDate {
    font-size: 3vw;
    margin-bottom: 2%;
  }

  .newsDate::after {
    width: 17vw;
    height: 5vw;
    line-height: 5vw;
    margin-left: 3%;
    font-size: 3.2vw;
  }

  .newsTitle {
    font-size: 3.8vw;
    margin-bottom: 3%;
  }

  .newsText {
    height: 5vw;
    line-height: 5vw;
  }

  .newsText span {
    font-size: 3.2vw;
  }

  .news li::after {
    font-size: 3.2vw;
  }

  .news .post li span {
    font-size: 2.5vw;
  }
}
</pre></body></html>