html {
  scroll-behavior: smooth;
}

.main {
  width: 990px;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding-top: 30px;
}
.main * {
  box-sizing: border-box;
}
.main a {
  color: inherit;
}

/* =========================================================
大枠
========================================================= */
.page-heading {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 44px;
}

.contents {
  display: flex;
  justify-content: space-between;
}
.sidebar {
  flex: 1;
}

.area-links {
  display: flex;
  flex-direction: column;
  gap: 22px 0;
  position: sticky;
  top: 100px;
}
.area-links a {
  font-size: 20px;
  width: fit-content;
  color: #4681b4 !important;
  text-decoration: none !important;
  letter-spacing: 0.13em;
}
.area-links a:hover {
  opacity: 0.6;
}

.main-contents {
  width: 550px;
}

/* =========================================================
コンテンツ
========================================================= */
.areas {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

.area {
  scroll-margin-top: 100px;
}

.area-heading {
  font-size: 20px;
  font-weight: normal;
  background: #eee;
  padding: 12px 17px;
}

.shop {
  padding: 35px;
}
.shop + .shop {
  border-top: 1px solid #bbb;
}
.shop-name {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-bottom: 33px;
}
.shop p {
  font-size: 15px;
  line-height: 1.7;
}
.shop p + p {
  margin-top: 11px;
}

.shop-link {
  width: 220px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white !important;
  text-decoration: none !important;
  background-color: #4681b4;
  border-radius: 8px;
  margin-top: 30px;
}
.shop-link:hover {
  opacity: 0.6;
}
