#hero {
  position: relative;
}
#hero #logomark {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  #hero #logomark {
    width: 220px;
    height: 220px;
    top: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 450px) {
  #hero #logomark {
    width: 160px;
    height: 160px;
    top: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 900px) {
  #hero #slide_1 li div:nth-child(1) {
    display: none;
  }
}
#hero #slide_1 li div:nth-child(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  #hero #slide_1 li div:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #hero #slide_1 li div:nth-child(2) {
    display: none;
  }
}
#hero #slide_1 li div:nth-child(3) {
  display: none;
}
@media screen and (max-width: 450px) {
  #hero #slide_1 li div:nth-child(3) {
    display: block;
  }
}

#news {
  width: min(488px, 100%);
  padding: 240px 20px 160px 20px;
  margin-inline: auto;
}
@media screen and (max-width: 450px) {
  #news {
    padding: 160px 20px 50px 20px;
  }
}
#news #newslist {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 450px) {
  #news #newslist {
    gap: 60px;
  }
}
#news #newslist p {
  font-size: 15px;
  color: #3F3A37;
  line-height: 1.6;
}
#news #newslist p a {
  color: #3F3A37;
  text-decoration: underline;
}
#news #newslist .banner {
  width: min(360px, 100%);
  margin-inline: auto;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
#news #newslist .newssns {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: #FCFAEF;
}
@media screen and (max-width: 450px) {
  #news #newslist .newssns {
    width: 100%;
    padding: 40px 0;
  }
}
#news #newslist .newssns div {
  width: 100px;
  margin-inline: auto;
}
#news #newslist .newssns p {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-inline: auto;
}
#news #newslist .newssns p a {
  transition: 0.3s;
}
#news #newslist .newssns p a:hover {
  opacity: 0.7;
}
#news #newslist .newssns p img {
  width: 40px;
  margin-inline: auto;
}

#croissant {
  padding: 170px 20px;
  background-image: url(../../images/top/bg_stripe_01.png);
  background-size: 64px 400px;
  background-position: left top;
  background-repeat: repeat-x;
}
@media screen and (max-width: 450px) {
  #croissant {
    padding: 120px 20px 80px 20px;
    background-size: 32px 320px;
  }
}
#croissant #img_croissant_01 {
  width: 350px;
  margin: 0 auto 70px auto;
}
@media screen and (max-width: 450px) {
  #croissant #img_croissant_01 {
    width: 290px;
    margin: 0 auto 40px auto;
  }
}
#croissant article {
  width: 960px;
  margin: 0 auto 80px auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  #croissant article {
    width: 448px;
  }
}
@media screen and (max-width: 450px) {
  #croissant article {
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
#croissant article section {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #croissant article section {
    flex-direction: column;
    gap: 40px;
  }
}
#croissant article section:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  #croissant article section:nth-child(even) {
    flex-direction: column;
  }
}
#croissant article section div {
  width: 448px;
}
@media screen and (max-width: 450px) {
  #croissant article section div {
    width: 100%;
  }
}
#croissant article section div h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1F7E61;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 900px) {
  #croissant article section div h3 {
    font-size: 18px;
    text-align: center;
  }
}
#croissant article section div p {
  font-weight: 500;
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#croissant #storeinfo {
  width: min(448px, 100%);
  margin-inline: auto;
}
#croissant #storeinfo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1F7E61;
  text-align: center;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 450px) {
  #croissant #storeinfo h3 {
    font-size: 18px;
    margin: 0 0 40px 0;
  }
}
#croissant #storeinfo p {
  margin: 0 auto 80px auto;
  text-align: center;
}
@media screen and (max-width: 450px) {
  #croissant #storeinfo p {
    margin: 0 0 40px 0;
  }
}
#croissant #storeinfo p a {
  font-size: 15px;
  font-weight: 300;
  color: #1F7E61;
  text-decoration: underline;
}
#croissant #storeinfo span {
  font-size: 15px;
  font-weight: 300;
  color: #1F7E61;
  line-height: 1.6;
  display: block;
}

#information {
  margin: 0 auto 160px auto;
}
@media screen and (max-width: 450px) {
  #information {
    margin: 0 auto 80px auto;
  }
}
#information p {
  text-align: center;
  margin: 0 0 10px 0;
}
#information p a {
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline;
}
#information img {
  width: auto;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 450px) {
  #information img {
    margin: 0 auto 40px auto;
  }
}
#information #instagram_1 p a {
  color: #1F7E61;
}
#information #instagram_2 p a {
  color: #841F3A;
}
#information .feed {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.aboutwhitebell {
  margin: 0 0 80px 0;
}
@media screen and (max-width: 450px) {
  .aboutwhitebell {
    margin: 0 0 40px 0;
  }
}
.aboutwhitebell .facade {
  margin: 0 0 80px 0;
}
@media screen and (max-width: 450px) {
  .aboutwhitebell .facade {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .aboutwhitebell .facade div:nth-child(1) {
    display: none;
  }
}
.aboutwhitebell .facade div:nth-child(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  .aboutwhitebell .facade div:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .aboutwhitebell .facade div:nth-child(2) {
    display: none;
  }
}
.aboutwhitebell .facade div:nth-child(3) {
  display: none;
}
@media screen and (max-width: 900px) {
  .aboutwhitebell .facade div:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .aboutwhitebell .facade div:nth-child(3) {
    display: block;
  }
}
.aboutwhitebell .place {
  width: min(1040px, 100%);
  padding: 0 40px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 450px) {
  .aboutwhitebell .place {
    padding: 0;
    margin: 0 0 40px 0;
  }
}
.aboutwhitebell .place .panorama {
  height: 0;
  padding: 0 0 50% 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .aboutwhitebell .place .panorama {
    padding: 0 0 71.8% 0;
  }
}
.aboutwhitebell .place .panorama iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutwhitebell p {
  width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .aboutwhitebell p {
    width: 448px;
  }
}
@media screen and (max-width: 450px) {
  .aboutwhitebell p {
    width: 100%;
    padding: 0 15px;
  }
}

.headline_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
  background-image: url(../../images/top/bg_stripe_02.png);
  background-size: 64px 5px;
}
@media screen and (max-width: 450px) {
  .headline_1 {
    padding: 40px 0;
    background-size: 30px 5px;
  }
}
.headline_1 p {
  width: 47px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 450px) {
  .headline_1 p {
    width: 28px;
    margin: 0 auto 10px auto;
  }
}
.headline_1 .category {
  color: #841F3A;
  margin: 0;
}

.headline_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
  background-image: url(../../images/top/bg_stripe_01.png);
  background-size: 64px 5px;
}
@media screen and (max-width: 450px) {
  .headline_2 {
    padding: 40px 0;
    background-size: 30px 5px;
  }
}
.headline_2 p {
  width: 47px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 450px) {
  .headline_2 p {
    width: 28px;
    margin: 0 auto 10px auto;
  }
}
.headline_2 .category {
  color: #1F7E61;
  margin: 0;
}

.headline_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
  background-image: url(../../images/top/bg_stripe_01.png);
  background-size: 64px 5px;
}
@media screen and (max-width: 450px) {
  .headline_3 {
    padding: 40px 0;
    background-size: 30px 5px;
  }
}
.headline_3 .category {
  color: #3F3A37;
  margin: 0;
}

.stores {
  display: grid;
  grid-template-rows: 1fr;
  gap: 80px;
  margin: 0 0 160px 0;
}
@media screen and (max-width: 450px) {
  .stores {
    gap: 0;
    margin: 0 0 80px 0;
  }
}
@media screen and (max-width: 900px) {
  .stores .picture div:nth-child(1) {
    display: none;
  }
}
.stores .picture div:nth-child(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  .stores .picture div:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .stores .picture div:nth-child(2) {
    display: none;
  }
}
.stores .picture div:nth-child(3) {
  display: none;
}
@media screen and (max-width: 900px) {
  .stores .picture div:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .stores .picture div:nth-child(3) {
    display: block;
  }
}
.stores .detail {
  width: 960px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media screen and (max-width: 900px) {
  .stores .detail {
    width: 448px;
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}
@media screen and (max-width: 450px) {
  .stores .detail {
    width: 100%;
    gap: 40px;
  }
}
.stores .detail h3 {
  font-size: 24px;
  font-weight: 700;
  color: #841F3A;
  text-align: center;
  line-height: 1;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 450px) {
  .stores .detail h3 {
    margin: 0 0 40px 0;
  }
}
.stores .detail p {
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .stores .detail p {
    padding: 0 15px;
    margin: 0 0 40px 0;
  }
}
.stores .product {
  width: min(488px, 100%);
  padding: 0 20px;
  margin-inline: auto;
}
.stores .product h3 {
  font-size: 24px;
  font-weight: 700;
  color: #841F3A;
  text-align: center;
  line-height: 1;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 450px) {
  .stores .product h3 {
    margin: 40px 0;
  }
}
.stores .product p {
  font-weight: 500;
}

.lineup h3 {
  font-family: "Kaisei Opti", serif;
  font-size: 32px;
  font-weight: 700;
  color: #841F3A;
  text-align: center;
  line-height: 1;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 450px) {
  .lineup h3 {
    margin: 0 0 40px 0;
  }
}
.lineup #slide_2 .thumb, .lineup #slide_3 .thumb {
  margin: 0 0 20px 0;
}
.lineup #slide_2 h4, .lineup #slide_3 h4 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 450px) {
  .lineup #slide_2 h4, .lineup #slide_3 h4 {
    font-size: 18px;
  }
}
.lineup #slide_2 span, .lineup #slide_3 span {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}
.lineup #slide_2 p, .lineup #slide_3 p {
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 450px) {
  .lineup #slide_2 p, .lineup #slide_3 p {
    font-size: 16px;
  }
}
.lineup #slide_2 h4 {
  color: #841F3A;
}
.lineup #slide_2 p {
  color: #841F3A;
}
.lineup #slide_3 h4 {
  color: #1F7E61;
}
.lineup #slide_3 p {
  color: #1F7E61;
}

#lp {
  width: min(478px, 100%);
  padding: 0 15px;
  margin: 0 auto 80px auto;
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #3F3A37;
  text-align: center;
  text-decoration: underline;
  line-height: 1.5;
}
#lp:hover {
  text-decoration: none;
}

#banner_collaboration {
  width: 360px;
  margin: 0 auto 160px auto;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 450px) {
  #banner_collaboration {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 80px auto;
  }
}

#story {
  display: grid;
  grid-template-rows: 1fr;
  gap: 15px;
  padding: 15px 20px 45px 20px;
  background-color: #1F7E61;
}
#story section {
  width: min(358px, 100%);
  margin-inline: auto;
  transform: translate(0, 50px);
  transition: 0.5s;
  opacity: 0;
}
#story section.started {
  transform: translate(0, 0);
  opacity: 1;
}

#president {
  padding: 170px 0 200px 0;
}
@media screen and (max-width: 900px) {
  #president {
    padding: 170px 0;
  }
}
@media screen and (max-width: 450px) {
  #president {
    padding: 80px 0;
  }
}
#president #greeting {
  display: grid;
  grid-template-rows: 1fr;
  gap: 80px;
}
@media screen and (max-width: 450px) {
  #president #greeting {
    gap: 40px;
  }
}
#president #greeting h2 {
  font-family: "Kaisei Opti", serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 450px) {
  #president #greeting h2 {
    font-size: 23px;
  }
}
#president #greeting #portrait {
  width: min(240px, 100%);
  margin-inline: auto;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
#president #greeting p {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  line-height: 1.1;
}
#president #greeting button {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  color: #1F7E61;
  text-decoration: underline;
  cursor: pointer;
}
#president #greeting button:hover {
  text-decoration: none;
}
#president #greeting #modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: 0.5s;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  #president #greeting #modal {
    align-items: flex-start;
  }
}
#president #greeting #modal article {
  width: min(390px, 100%);
  padding: 40px 50px;
  margin: 20px;
  display: grid;
  grid-template-rows: 1fr;
  gap: 30px;
  background-image: url(../../images/top/bg_modal.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 1.5;
}
@media screen and (max-width: 450px) {
  #president #greeting #modal article {
    gap: 10px;
  }
}
#president #greeting #modal article span {
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#president #greeting #modal.active {
  opacity: 1;
  visibility: visible;
}
#president #greeting #modal.active article {
  transform: translate(0, 0);
}
#president #shop_image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  #president #shop_image {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 450px) {
  #president #shop_image {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  #president #shop_image div:nth-child(1) {
    display: none;
  }
}
#president #shop_image div:nth-child(2) {
  display: none;
}
@media screen and (max-width: 900px) {
  #president #shop_image div:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #president #shop_image div:nth-child(2) {
    display: none;
  }
}
#president #shop_image div:nth-child(3) {
  display: none;
}
@media screen and (max-width: 900px) {
  #president #shop_image div:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  #president #shop_image div:nth-child(3) {
    display: block;
  }
}

#shopinfo {
  display: grid;
  grid-template-rows: 1fr;
  gap: 80px;
  padding: 0 0 160px 0;
}
@media screen and (max-width: 450px) {
  #shopinfo {
    padding: 0 0 80px 0;
    gap: 40px;
  }
}
#shopinfo h2 {
  font-family: "Kaisei Opti", serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 450px) {
  #shopinfo h2 {
    font-size: 23px;
  }
}
#shopinfo #reservation {
  padding: 40px 120px 60px 120px;
  margin: 0 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  #shopinfo #reservation {
    padding: 40px 0;
  }
}
@media screen and (max-width: 450px) {
  #shopinfo #reservation {
    padding: 40px 15px;
  }
}
#shopinfo #reservation figure {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin: 0 auto 40px auto;
}
#shopinfo #reservation figure img {
  width: 160px;
  margin: 0 auto 40px auto;
}
#shopinfo #reservation figure figcaption {
  font-size: 16px;
  font-weight: 700;
}
#shopinfo #reservation article {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #shopinfo #reservation article {
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }
}
#shopinfo #reservation article section {
  text-align: center;
}
#shopinfo #reservation article section:first-child {
  width: 360px;
  display: grid;
  grid-template-rows: 1fr;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  #shopinfo #reservation article section:first-child {
    margin-inline: auto;
  }
}
@media screen and (max-width: 450px) {
  #shopinfo #reservation article section:first-child {
    width: 100%;
  }
}
#shopinfo #reservation article section:first-child p {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 40px;
  background-color: #841F3A;
}
@media screen and (max-width: 900px) {
  #shopinfo #reservation article section:first-child p {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #shopinfo #reservation article section:first-child p {
    font-size: 20px;
  }
}
#shopinfo #reservation article section:first-child span {
  font-size: 15px;
  font-weight: 300;
  color: #841F3A;
  line-height: 1.2;
  text-decoration: underline;
  display: inline-block;
}
#shopinfo #reservation article section:first-child img {
  width: 116px;
  display: block;
  margin-inline: auto;
}
#shopinfo #reservation article section:first-child a {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 40px;
  background-color: #841F3A;
  transition: 0.3s;
}
@media screen and (max-width: 450px) {
  #shopinfo #reservation article section:first-child a {
    font-size: 20px;
  }
}
#shopinfo #reservation article section:last-child {
  width: 360px;
}
@media screen and (max-width: 900px) {
  #shopinfo #reservation article section:last-child {
    margin-inline: auto;
  }
}
@media screen and (max-width: 450px) {
  #shopinfo #reservation article section:last-child {
    width: 100%;
  }
}
#shopinfo #reservation article section:last-child p {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 40px;
  background-color: #1F7E61;
}
@media screen and (max-width: 900px) {
  #shopinfo #reservation article section:last-child p {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #shopinfo #reservation article section:last-child p {
    font-size: 20px;
  }
}
#shopinfo #reservation article section:last-child p a {
  color: #fff;
}
#shopinfo #recruit {
  padding: 40px 120px;
  margin: 0 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  #shopinfo #recruit {
    padding: 40px 0;
  }
}
@media screen and (max-width: 450px) {
  #shopinfo #recruit {
    padding: 40px 15px;
    margin: 0;
  }
}
#shopinfo #recruit img {
  width: 100px;
  margin: 0 auto 40px auto;
}
#shopinfo #recruit p {
  width: 320px;
  margin-inline: auto;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
#shopinfo #access {
  display: grid;
  grid-template-rows: 1fr;
  gap: 80px;
  padding: 0 40px;
}
@media screen and (max-width: 450px) {
  #shopinfo #access {
    gap: 40px;
    padding: 0 20px;
  }
}
#shopinfo #access section {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  #shopinfo #access section {
    flex-direction: column;
  }
}
#shopinfo #access section div {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #shopinfo #access section div {
    width: 100%;
  }
}
#shopinfo #access section div h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 450px) {
  #shopinfo #access section div h3 {
    font-size: 15px;
  }
}
#shopinfo #access section div p {
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  #shopinfo #access section div p {
    font-size: 15px;
  }
}
#shopinfo #access section div.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
}
@media screen and (max-width: 900px) {
  #shopinfo #access section div.map {
    padding-bottom: 51.875%;
  }
}
#shopinfo #access section div.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#shopinfo #access section:first-child {
  color: #841F3A;
  text-align: right;
}
@media screen and (max-width: 900px) {
  #shopinfo #access section:first-child {
    text-align: center;
  }
}
#shopinfo #access section:first-child a {
  color: #841F3A;
}
#shopinfo #access section:last-child {
  color: #1F7E61;
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  #shopinfo #access section:last-child {
    flex-direction: column;
    text-align: center;
  }
}
#shopinfo #access section:last-child a {
  color: #1F7E61;
}/*# sourceMappingURL=top.css.map */


.news-item {
    margin-bottom: 40px;
}

.news-item h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #841F3A; /* 色は好みに応じて調整してください */
}

.news-item p {
    font-size: 1em;
    line-height: 1.5;
    color: #3F3A37; /* 色は好みに応じて調整してください */
}

.news-item img {
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
    display: block;
    border: none;
}
