@charset "utf-8";
/* News
----------------------------------------------------------------------------------------------------*/
.main {
  width: min(90%, 1140px);
  margin: 0 auto;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
.news__section {
  margin-bottom: 10rem;
}
.news__section:last-of-type {
  margin-bottom: 0;
}
.newsHead {
  display: flex;
  align-items: center;
  border-bottom: 4px solid #0081BB;
  margin-bottom: 9rem;
}
.newsDay {
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 700;
  padding: 0 0 1rem;
}
.chip__notice::after {
  content: "お知らせ";
  padding: 0.2rem 2rem;
  margin: 0 2rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  background: #3FA9F5;
  color: #FFF;
}
.chip__info::after {
  content: "商品情報";
  padding: 0.2rem 2rem;
  margin: 0 2rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  background: #fcc454;
}
.chip__event::after {
  content: "イベント";
  padding: 0.2rem 2rem;
  margin: 0 2rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  background: #fcc454;
}
.news__section h4, .news__section h4::after {
  padding: 0 0 1rem;
  border-bottom: 0;
  text-wrap: auto;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 700;
}
.newsBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.newsBox .news__left, .newsBox .news__right {
  width: calc(100% / 2 - 15px);
}
.news__left p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
}
.news__right img {
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .newsHead {
    flex-direction: column;
    align-items: normal;
    margin-bottom: 2rem;
  }
  .news__section h4 {
    line-height: 1.75;
  }
  .newsBox .news__left, .newsBox .news__right {
    width: 100%;
  }
  .news__left {
    margin: 0 0 2rem;
  }
  .news__left p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.75;
  }
}
/*　追加　*/
a.news__bnr {
  transition: 0.5s;
}
a.news__bnr:hover {
  opacity: 0.5;
}
/* news2025_02　休業
----------------------------------------------------------------------------------------------------*/
.newsText p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.holiday table {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.holiday tr td:first-child {
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .newsText p {
    font-size: 1.8rem;
  }
  .holiday table {
    font-size: 1.8rem;
  }
  .holiday tr td:first-child {
    padding-right: 4px;
  }
}
/*-----------------------------------------
昭和建設株式会社
-----------------------------------------*/
/*.main {
 padding: 0 0 10rem;
}*/
/*@media screen and (max-width: 767px) {
 .main {
  padding: 0 0 5rem;
 }
}*/
.newsHead {
  border-bottom: 4px solid #8fc42f;
}