.breadcrumbs {
  display: none;
}
.s-breadcrumbs {
  width: 1140px !important;
  margin: 20px auto !important;
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 12px;
}
.s-breadcrumbs li {
  display: inline;
}

.main {
  width: 990px;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding-top: 30px;
}
.main * {
  box-sizing: border-box;
}
.main a {
  color: inherit;
}

.grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 37px 30px;
}

/* =========================================================
shop-name
========================================================= */
.shop-name {
  margin-bottom: 8px;
}
.shop-name-main {
  font-size: 25px;
  font-weight: normal;
}
.shop-name-sub {
  font-size: 15px;
}

.shop-name .google-map {
  display: none;
}

/* =========================================================
item
========================================================= */
.item-group {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #bbb;
}

.item-heading {
  width: 140px;
  font-size: 14px;
  line-height: 1.7;
}
.item-meta {
  width: calc(100% - 140px);
  padding-right: 20px;
}
.item-meta p {
  font-size: 14px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
}

/* =========================================================
下段
========================================================= */
.grid-bottom {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-bottom .item-group:nth-child(even) {
  padding-left: 10px;
}
.grid-bottom .item-group:nth-child(n + 3) {
  border-bottom: none;
}

/* =========================================================
Google Map
========================================================= */
.google-map {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.google-map iframe {
  width: 480px;
  height: 400px;
}

.root-button {
  width: 133px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: white !important;
  text-decoration: none !important;
  background-color: #4681b4;
  border-radius: 8px;
  margin-top: 17px;
}
.item-meta .root-button {
  display: none;
}

/* =========================================================
news
========================================================= */
.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px 0;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px 30px;
  margin-top: 100px;
}
.news-image {
  width: 225px;
  margin-bottom: 15px;
}
.news-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.news-date {
  margin-bottom: 5px;
  color: #666;
}
.news-title {
  margin-bottom: 5px;
}
.news-brand {
  color: #4157aa;
}

.news-button {
  width: 240px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white !important;
  text-decoration: none !important;
  background-color: #4681b4;
  border-radius: 8px;
}
.news-button:hover {
  opacity: 0.6;
}
